@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.title {
	font-size: 4rem;
	font-weight: 600;
	margin-bottom: 50px;
	font-family: 'Poppins', sans-serif;
	width: 100%;
}

.h1-bold {
	color: #000;
	font-family: Montserrat;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.h1-span-1 {
	color: #f00000;
	font-family: Montserrat;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.h1-span-2 {
	color: #000;
	font-family: Montserrat;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.h2-bold {
	color: #000;
	margin-top: 50px;
	/* h2-desktop */
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.h3-bold {
	color: #fff;
	text-align: center;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.h3-green {
	color: #009470;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.paragraph {
	color: #000;

	/* p-desktop */
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 150% */
}

.white-paragraph {
	color: #fff;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 168.75% */
}

.list-article-dots {
	margin-left: 30px;
	list-style: circle !important;
}

.mt-8 {
	margin-top: 8px !important;
}

.my-48 {
	margin-top: 48px;
	margin-bottom: 48px;
}

.mt-48 {
	margin-top: 48px;
}

.mb-40 {
	margin-bottom: 40px;
}

.pb-20 {
	padding-bottom: 20px;
}

.mt-62 {
	margin-top: 62px;
}

.text-center {
	text-align: center;
}

.intro-wrapper {
	display: flex;
	gap: 48px;
}

.intro-container {
	width: 100%;
}

.image-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.info-section-container {
	display: flex;
	padding: 48px;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	align-self: stretch;
	border-radius: 16px;
	background: #009470;
	margin-top: 48px;
}

.info-list-item {
	display: flex;
	align-items: center;
	gap: 14px;
	max-width: 700px;
}

.warning-list-item {
	display: flex;
	align-items: start;
	gap: 8px;
	max-width: 700px;
}

.info-list-h {
	color: #fff;
	text-align: center;
	font-family: Montserrat;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 122.727% */
}

.info-list-span {
	color: #fff;
	font-family: Montserrat;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 27px;
}

.flex-column {
	display: flex;
	flex-direction: column;
	gap: 40px;
	align-items: center;
}

.main-image {
	width: 100%;
	margin-top: 24px;
	margin-bottom: 24px;
}

.link {
	font-family: Montserrat;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.side-image-container {
	width: 519px;
	height: 473px;
	border-radius: 30px;
	background: url('/img/artykuly/raty_na_opony/manImage.jpeg') 50% / cover
		no-repeat;
}

.credit-info-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 48px;
}

.credit-info-item {
	display: flex;
	align-items: center;
	gap: 59px;
}

.credit-info-item-col {
	display: flex;
	gap: 10px;
	align-items: center;
}

.ordered-list-item {
	margin-left: 20px;
	margin-top: 10px;
}

.step-important-note {
	padding: 16px;
	border-radius: 16px;
	border: 1px solid #009470;
	max-width: 380px;
}

.info-rejection-warning {
	display: flex;
	padding: 24px 48px;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	border-radius: 16px;
	border: 1px solid #009470;
	background: #eefffb;
}

.info-rejection-warning-container {
	max-width: 700px;
}

@media only screen and (max-width: 1200px) {
	.credit-info-item-col {
		flex-direction: column;
	}

	.step-important-note {
		max-width: 100%;
	}

	.intro-wrapper {
		flex-direction: column-reverse;
	}

	.side-image-container {
		width: 100%;
		height: 400px;
		background-position: top;
	}
}

@media only screen and (max-width: 770px) {
	.title {
		color: #000;

		/* h1-phone */
		font-family: Montserrat;
		font-size: 24px;
		font-style: normal;
		font-weight: 900;
		line-height: normal;
	}

	.h2-bold {
		color: #000;

		/* h2-phone */
		font-family: Montserrat;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.paragraph {
		color: #000;

		/* p-phone */
		font-family: Montserrat;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px; /* 171.429% */
	}

	.credit-info-item {
		flex-direction: column;
		gap: 16px;
	}

	.credit-info-item img {
		width: 200px;
	}

	.side-image-container {
		width: 100%;
		height: 200px;
		background-position: top;
	}

	.info-section-container {
		padding-left: 24px;
		padding-right: 24px;
	}
}
