* {
	scroll-behavior: smooth;
}
a {
	text-decoration: none;
}

a:hover {
	text-decoration: none !important;
}

a:focus {
	text-decoration: none !important;
}

.article-wrapper {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-bottom: 50px;
}

.article-container {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 1rem;
	display: flex;
	flex-direction: column;
}

.main-image {
	width: 100%;
	height: auto;
	margin: auto;
	object-fit: cover;
	margin-top: 2rem;
	margin-bottom: 50px;
	border-radius: 10px;
}
.link {
	text-decoration: none;
	color: rgb(3, 109, 163);
}

.link:hover {
	text-decoration: underline;
	color: rgb(3, 109, 163) !important;
}

.paragraph-xl-link {
	font-size: 1.5rem;
	text-decoration: none;
	font-weight: 600;
	color: rgb(3, 109, 163);
}

.link:hover {
	text-decoration: underline;
}

.title {
	text-align: center;
	font-size: 4rem;
	font-weight: 600;
	margin-bottom: 50px;
}

.title-sm {
	font-size: 2rem;
	font-weight: 600;
	margin: 2rem 0;
	border-bottom: 5px solid #f34627;
	border-bottom-right-radius: 10px;
	width: fit-content;
	padding-bottom: 0.5rem;
	padding-right: 10px;
}

.title-sm-link {
	color: black;
	text-decoration: none;
	font-size: 2rem;
	font-weight: 600;
}

.title-sm-link:hover {
	color: rgb(3, 109, 163);
}

.paragraph-md {
	font-size: 26px;
	font-weight: 500;
	text-align: center;
}

.center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 40px;
	border-radius: 20px;
	background-image: url(/img/artykuly/oficjalny-dystrybutor-deestone/contactBg.png);
	background-position: center;
	color: white;
	margin-top: 50px;
	margin-bottom: 50px;
	height: 350px;
}

.contact {
	font-size: 18px;
	font-weight: 500;
	margin: 10px;
	color: white;
	display: flex;
	gap: 20px;
}

.contact a {
	color: white;
}

.contact img {
	width: 24px;
	margin-right: 10px;
}

.contact-item {
	margin-top: 20px;
	border: 1px solid #df1c1c;
	border-radius: 10px;
	padding: 12px;
	width: 250px;
	display: flex;
	justify-content: center;
	font-size: 16px;
}

.contact-item:first-of-type {
	background-image: linear-gradient(#e53838, #ff2e2e);
}

.contact-item:last-of-type {
	backdrop-filter: blur(10px);
}

.paragraph {
	margin-bottom: 1rem;
	text-align: justify;
	width: 100%;
}

.paragraph-center {
	display: flex;
	justify-content: center;
	max-width: 100%;
	margin: 20px;
}

.paragraph-center p {
	text-align: justify;
	max-width: 800px;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 20px;
}

.article-wrapper {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-bottom: 50px;
}

.list-item {
	list-style: none;
	padding: 0.5rem;
}

.heading {
	color: #292b2c;
	font-size: 35.1px;
	font-style: normal;
	font-weight: 600;
	margin-top: 20px;
	line-height: 35.2px;
}

.heading-wrapper {
	display: inline-flex;
	padding: 0 20px 0 0;
	margin: 40px 0 20px 0;
	border-radius: 0 0 10px 0;
	border-bottom: 5px solid #ef4024;
}

.heading-1 {
	color: #000;
	text-align: center;
	font-size: 32px;
	font-style: italic;
	font-weight: 500;
	line-height: 47px;
	margin-bottom: 60px;
}

.article-container {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 50px auto;
	padding: 1rem;
	display: flex;
	flex-direction: column;
}

.main-image {
	width: 100%;
	margin: 60px auto 60px auto;
}

.paragraph-wrapper {
	display: flex;
	gap: 80px;
	justify-content: start;
	margin-bottom: 2rem;
}

.paragraph-warpper-lg {
	max-width: 678px;
}

.polaroids-img {
	max-width: 398px;
}

.paragraph-image {
	width: 100%;
	height: auto;
	object-fit: cover;
	margin: auto auto 2rem;
	border-radius: 10px;
}

.article-link {
	text-decoration: none;
	color: rgb(3, 109, 163);
}

.link {
	text-decoration: none;
	color: rgb(3, 109, 163);
	font-size: inherit;
}

.link:hover {
	color: white;
}

.title-link {
	text-decoration: none;
	color: black;
	font-size: 35.1px;
	font-weight: 600;
	line-height: 35.2px;
}

.title-link:hover {
	text-decoration: none;
	color: rgb(3, 109, 163);
}

.paragraph-xl-link {
	font-size: 1.5rem !important;
	text-decoration: none;
	color: rgb(3, 109, 163);
}

.link:hover {
	text-decoration: underline;
}

.title {
	text-align: center;
	font-size: 4rem;
	font-weight: 600;
}

.tire-container {
	color: #000;
	text-decoration: none;
	display: flex;
	justify-content: space-between;
}

.tire-container:hover {
	color: #000;
	text-decoration: none;
}

.tire-container:focus {
	color: #000;
	text-decoration: none;
}

.text-image-container {
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
	margin: 50px 0;
	background: #f7f7f7;
	padding: 30px 30px 0 30px;
	border-radius: 10px;
}

.warranty-paragraph {
	margin: 30px 0;
	text-align: center;
}

.text-image-container p {
	text-align: justify;
	max-width: 700px;
	font-size: 18px;
}

.text-image-container img {
	width: 300px;
	margin: 0;
}

.tire-wrapper {
	display: flex;
	gap: 50px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: 50px;
	margin-bottom: 50px;
	color: black;
	text-decoration: none;
	border-radius: 10px;
	background-image: url(/img/artykuly/oficjalny-dystrybutor-deestone/d301-bg.png);
}

.industrial {
	background-image: url(/img/artykuly/oficjalny-dystrybutor-deestone/d302-bg.png);
}

.tire-model {
	font-size: 40px;
	font-weight: 700;
	color: black;
}

.tire-title {
	margin: 40px 60px 0 80px;
	display: flex;
	flex-direction: column;
	gap: 75px;
}

.tire-manufacturer {
	font-size: 32px;
	font-weight: 300;
	margin-bottom: 16px;
}

.tire-description {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.description-title {
	font-size: 36px;
	font-weight: 500;
	line-height: 40px;
}

.description-item {
	font-size: 20px;
	margin-left: 0 !important;
	font-weight: 500;
}

.title-sm {
	margin-top: 0.5rem;
	margin-bottom: 2rem;
	border-bottom: 5px solid #ef4024;
	border-bottom-right-radius: 10px;
	width: fit-content;
	padding-bottom: 0.5rem;
	padding-right: 10px;
}

.title-sm p {
	margin: 0;
	font-size: 26px;
	font-weight: 600;
}

.paragraph-xl {
	color: #292b2c;
	text-align: justify;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 36px; /* 150% */
	margin-bottom: 40px;
}

.paragraph {
	color: #292b2c;
	text-align: justify;
	font-size: 18.6px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.flex-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.flex-row p {
	text-align: justify;
	max-width: 788px;
}

.flex-row img {
	width: 110px;
	margin-left: 20px;
}

.paragraph:last-of-type {
	margin-bottom: 65px;
}

.active .content-link {
	text-decoration: underline;
	font-weight: 500;
}

.description-container {
	max-width: 1000px;
	display: block;
	margin: auto;
}

.description-item {
	margin: 20px;
}

.description-text {
	font-weight: 500;
	font-size: 19px;
	text-align: center;
	margin: 40px 0;
}

@media screen and (max-width: 1200px) {
	.tire-image-container {
		align-self: flex-end;
	}
}

@media screen and (max-width: 991px) {
	.contents {
		display: none;
	}
	.title-sm {
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}
	.paragraph-xl {
		font-size: 1.3rem;
		margin-bottom: 1rem;
	}
	.paragraph-wrapper {
		flex-direction: column;
		gap: 0;
	}

	.paragraph-wrapper:nth-of-type(3) {
		flex-direction: column-reverse;
	}

	.tire-image-container {
		align-self: center;
	}

	.tire-info-container {
		padding: 15px;
		max-width: 383px;
	}
	.paragraph--image:first-of-type {
		margin-top: 0px;
		width: 100%;
		height: 400px;
	}

	.paragraph--image:last-of-type {
		margin-top: 0;
		width: 100%;
		height: 400px;
	}

	.paragraph-md {
		line-height: 30px;
	}

	.contact {
		flex-direction: column;
	}
}

@media screen and (max-width: 769px) {
	.tire-wrapper {
		flex-direction: column;
		align-items: center;
	}
	.tire-title {
		margin: 40px 0 0 0;
	}
	.description-title {
		padding-left: 10px;
	}
	.description-item {
		padding-left: 10px;
	}
}

@media screen and (max-width: 991px) {
	.title-sm {
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}
	.paragraph-xl {
		font-size: 1.3rem;
		margin-bottom: 1rem;
	}
}
