* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	max-width: 2560px;
	overflow-x: hidden;
	color: #707070;
	background-color: white;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	font-family: 'Roboto Regular', 'Roboto Regular CR', 'Roboto Regular Fallback',
		Calibri, Candara, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
}
.my-container {
	max-width: 1300px;
	width: 90%;
	margin: 0 auto;
}
h1 {
	font-size: 40px;
	font-weight: bold;
	color: #892039;
	margin-top: 40px;
	text-align: center;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 15px;
}

p {
	font-size: 18px;
}

.table_p {
	text-align: center;
}

/* setion -1//////////////////////////////////////////////////// */
.section {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%;
	background: url(img/backgr.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 20px;
	color: white;
	padding-top: 40px;
	padding-bottom: 40px;
}
.section h1,
h3 {
	color: white;
	margin-top: 0;
}
.section ul {
	line-height: 1.6;
	font-size: 18px;
}

/* ///////////////section_about */
.section_about {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 20px;
	align-items: center;
	color: #707070;
	margin-top: 40px;
}

.about {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 20px;
	margin-top: 20px;
}
.about h4 {
	color: #707070;
}

.about_img {
	display: flex;
	flex-wrap: wrap;
	width: 45%;
	min-width: 300px;
	margin-left: 20px;
}
.about_img img {
	width: 100%;
	height: auto;
}
.about_text {
	width: 55%;
	text-align: justify;
	word-spacing: 0.01em;
	hyphens: auto;
}
.about_text b {
	font-weight: bolder;
	color: #892039;
	font-size: 18px;
	font-weight: bold;
}
.about_text_1 b {
	font-weight: bolder;
	color: #892039;
	font-size: 18px;
	font-weight: bold;
}
.b_h {
	font-size: 18px;
	font-weight: bold;
	color: #892039;
}

/* /* ................................................... */
.advent {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	/* margin-left: 70px; */
}
.advantages {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 40px;
	margin-bottom: 40px;
	color: #892039;
	justify-content: left;
	margin-left: 150px;
}

.advantage {
	display: flex;
	align-items: center;
	justify-content: left;
	width: 49%;
	/* padding-left: 10px; */
}
.advantage h4 {
	text-transform: uppercase;
	color: #892039;
	margin-left: 20px;
	text-align: left;
}

.icon {
	display: flex;
	width: 75px;
	height: 75px; /* Увеличено в 1.5 раза */
	background-image: url('img/sprite.png');
	background-size: 375px 300px; /* Увеличено в 1.5 раза */
	display: inline-block;
	justify-content: left;
}

/* Координаты background-position тоже увеличены в 1.5 раза */
.icon-ssab {
	background-position: -75px -75px;
} /* SSAB */
.icon-hardox {
	background-position: -75px -150px;
} /* Hardox */
.icon-screw {
	background-position: -300px -225px;
} /* Винт */
.icon-nut {
	background-position: -75px -225px;
} /* Гайка */
.icon-consult {
	background-position: -225px -225px;
} /* Консультации */
.icon-speed {
	background-position: -150px -75px;
} /* Скорость */
.icon-truck {
	background-position: -225px 0px;
} /* Грузовик */
.icon-pricing {
	background-position: -0px -75px;
} /* Цены */
.icon-cutting {
	background-position: -225px -150px;
} /* Резка */
.icon-clients {
	background-position: -300px -75px;
} /* Клиенты */

.section_4 h1,
.section_4 p {
	color: white;
}
.cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 20px;
}

.snizhenie-vesa,
.primer-hardox {
	display: block;
	margin: 20px auto;
	background-color: #f0f0f0;
	padding: 10px;
	max-width: 100%;
	margin-left: 250px;
}

.card {
	background: transparent;
	color: white;
	padding: 0px;
	border-radius: 10px;
	width: calc(33.33% - 20px);
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.card img {
	width: 100%;
	margin-bottom: 20px;
}
.card p {
	color: white;
}
.card h1,
.card h3 {
	color: white;
}
body,
html {
	overflow-x: hidden;
}
.clients h1 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*  ////////////////section_3////////////////*/
.section_3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* Three equal columns */
	gap: 20px; /* Space between columns */
	color: white;
	margin-top: 20px;
	margin-bottom: 20px;
}

.sec_3_p {
	display: flex;
	flex-direction: column;
	padding: 10px 0px;
}
.sec_3_p h3 {
	color: white;
}

/* /////////////// */
.assort {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #707070;
}
.assort_p {
	width: 60%;
}

.card {
	border: none;
}
.assort p {
	color: #707070;
}
.assort h3 {
	color: #892039;
}

.container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	max-width: 1300px;
	margin: auto;
}
.cart {
	background-color: #97233f;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 15px;
	transition: transform 0.3s, box-shadow 0.3s;
	width: calc(33.33% - 20px);
}

.cart:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.cart img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 5px;
}

.cart h3 {
	font-size: 24px;
	color: #fff;
	margin: 5px 0;
}

.cart p {
	font-size: 18px;
	color: #707070;
	line-height: 1.5;
}

.clients-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr); /* 4 логотипа в ряд */
	gap: 20px;
	justify-items: center;
	align-items: center;
	max-width: 100%;
	margin: auto;
	margin-bottom: 20px;
}

/* Стили для логотипов */
.clients-container img {
	max-width: 150px;
	height: auto;
	object-fit: contain;
}
.hard_img {
	display: flex;
	justify-content: space-between;
	padding: 10px;
	background-color: #f0f0f0; /* Серый фон */
}

.hard_img img {
	/* Чтобы оба изображения занимали равное пространство */
	gap: 20px;
	object-fit: contain; /* Заполняем область */
}

.steel__img {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.steel__img img {
	max-width: 100%;
	height: auto; /* Автоматическая высота */
	object-fit: contain; /* Сохраняет пропорции без обрезки */
	display: block; /* Убирает лишние отступы */
	margin: 0 auto;
}

.tverd_img {
	width: 53%;
}
.vyaz_img {
	width: 45%;
}

.ssab-button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-radius: 999px;
	background-color: #fff;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	transition: all 0.3s ease;
}

.ssab-button .circle {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid #ccc;
	background-color: #fff;
	transition: background-color 0.3s ease;
}

.ssab-button .circle svg {
	stroke: #000;
}

.ssab-button:hover {
	background-color: #f2f2f2;
}

.ssab-button:hover .circle {
	background-color: #e6e6e6;
}

/* Адаптивность: изменение количества колонок */

@media (max-width: 480px) {
	.clients-container {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 900px) {
	.cart {
		width: calc(50% - 20px);
	}
}

@media (max-width: 600px) {
	.cart {
		width: 100%;
	}
}
@media (max-width: 1280px) {
	.advantage {
		display: flex;
		flex-direction: row;
	}
	.advantage h4 {
		font-size: 18px;
		width: 75%;
	}
}

@media (max-width: 1024px) {
	.about {
		flex-direction: column;
		align-items: center;
	}
	.about_img {
		width: 100%;
		margin-left: 0;
		align-items: center;
		margin-bottom: 20px;
	}
	.about_text {
		width: 100%;
		margin-bottom: 20px;
	}
	.advantages {
		flex-direction: column;
		align-items: flex-start;
		padding: 0px;
		margin-left: 0;
	}
	.advantage {
		width: 100%;
	}

	.section_3 {
		flex-direction: column;
	}
	.sec_3_p {
		width: 100%;
		text-align: left;
	}
	.cards {
		flex-direction: column;
		align-items: center;
	}
	.card {
		width: 90%;
	}
	.section_4_head {
		font-size: 28px;
	}
	.clients-container {
		grid-template-columns: repeat(4, 1fr);
	}
	.clients-container img {
		max-width: 120px;
		height: auto;
		object-fit: contain;
	}
}
@media (max-width: 912px) {
	p {
		font-size: 18px;
		text-align: left;
		margin-bottom: 8px;
	}
	h1 {
		font-size: 36px;
	}
	h3 {
		font-size: 20px;
	}

	.advantages {
		flex-direction: column;
		width: 100%;
	}
	.section_3 {
		display: flex;
		flex-direction: column;
		width: 100%;
		gap: 0;
	}

	.cards {
		flex-direction: column;
		align-items: center;
	}
	.card {
		width: 100%;
		text-align: left;
	}
	.cart p {
		text-align: center;
	}
	.assort p {
		width: 100%;
		text-align: justify;
		word-spacing: 0.01em;
		hyphens: auto;
	}
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
	p {
		font-size: 18px;
		text-align: left;
		margin-bottom: 8px;
	}
	h1 {
		font-size: 36px;
	}
	h3 {
		font-size: 20px;
	}

	.advantages {
		flex-direction: column;
		width: 100%;
	}

	.section_3 {
		flex-direction: column;
	}

	.cards {
		flex-direction: column;
		align-items: center;
	}
	.card {
		width: 100%;
		text-align: left;
	}
	.cart {
		text-align: center;
	}
	.cart p {
		text-align: center;
	}
	.clients-container {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 540px) {
	.advantage h4 {
		font-size: 18px;
		width: 80%;
	}
	.advantage {
		width: 100%;
	}
}
@media (max-width: 430px) {
	h1 {
		font-size: 32px;
	}
	h3 {
		font-size: 20px;
	}
	h2 {
		font-size: 24px;
	}
	h4 {
		font-size: 18px;
	}
	.b_h {
		font-size: 18px;
	}
	b {
		font-size: 18px;
	}
	p {
		font-size: 18px;
	}

	.advent_h1 {
		font-size: 32;
	}

	.advantage h4 {
		font-size: 18px;
		width: 65%;
	}
	.advantage {
		width: 100%;
	}
	.section_3 {
		display: flex;
		flex-direction: column;
		width: 100%;
		gap: 0;
	}
	br {
		display: none;
	}
	.assort p {
		width: 100%;
		text-align: left;
	}
	.cart p {
		text-align: center;
	}
	.clients-container {
		grid-template-columns: repeat(1, 1fr);
	}

	.steel__img img {
		height: auto; /* Снимаем фиксированную высоту */
		max-width: 100%;
	}
}

@media (max-width: 412px) {
	h1 {
		font-size: 28px;
	}
	h3 {
		font-size: 20px;
	}
	h2 {
		font-size: 24px;
	}
	h4 {
		font-size: 18px;
	}
	.b_h {
		font-size: 18px;
	}
	b {
		font-size: 18px;
	}
	p {
		font-size: 18px;
	}
	.advent_h1 {
		font-size: 28px;
	}
	.advantages {
		flex-direction: column;
	}
	.advantage h4 {
		font-size: 12px;
	}
	.advantage h4 {
		font-size: 12px;
	}
	.advantage {
		width: 100%;
	}
	.section_3 {
		display: flex;
		flex-direction: column;
		width: 100%;
		gap: 0;
	}
	br {
		display: none;
	}
	.assort p {
		width: 100%;
	}
	.card {
		margin-bottom: 0px;
		width: 100%;
	}
	.cart p {
		text-align: center;
	}
	.clients-container {
		display: grid;
		grid-template-columns: repeat(1, 1fr); /* 4 логотипа в ряд */
		gap: 20px;
		justify-items: center;
		align-items: center;
		max-width: 100%;
		margin: auto;
		margin-bottom: 20px;
	}
}

@media (max-width: 375px) {
	h1 {
		font-size: 28px;
	}
	h3 {
		font-size: 20px;
	}
	h2 {
		font-size: 24px;
	}
	h4 {
		font-size: 18px;
	}
	.b_h {
		font-size: 18px;
	}
	b {
		font-size: 18px;
	}
	p {
		font-size: 18px;
	}
	.advent_h1 {
		font-size: 28px;
	}
	.advantages {
		display: flex;
		flex-direction: column;
		text-align: left;
		/* width: 100%; */
		right: 0;
	}
	.advantage h4 {
		font-size: 16px;
	}
	.advantage {
		width: 100%;
		/* bottom: 20px; */
	}
	.advent {
		margin-bottom: 20px;
	}
	.section_3 {
		display: flex;
		flex-direction: column;
		width: 100%;
		gap: 0;
	}
	.section_4 h1 {
		display: flex;
		/* justify-content: left; */
		text-align: left;
		font-size: 24px;
	}
	br {
		display: none;
	}
	.assort p {
		width: 100%;
	}

	.card {
		margin-bottom: 0px;
		width: 100%;
	}

	.cart p {
		margin-bottom: 0px;
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 320px) {
	h1 {
		font-size: 24px;
	}
	h3 {
		font-size: 16px;
	}
	h2 {
		font-size: 20px;
	}
	h4 {
		font-size: 16px;
	}
	.b_h {
		font-size: 14px;
	}
	b {
		font-size: 16px;
	}
	p {
		font-size: 16px;
	}
	.advent_h1 {
		font-size: 24px;
	}

	.assort p {
		width: 100%;
	}

	.card {
		margin-bottom: 0px;
	}
}
@media (max-width: 304px) {
	h1 {
		font-size: 20px;
	}
	h3 {
		font-size: 16px;
	}
	h2 {
		font-size: 18px;
	}
	h4 {
		font-size: 14px;
	}
	.b_h {
		font-size: 14px;
	}
	b {
		font-size: 12px;
	}
	p {
		font-size: 12px;
	}

	.assort p {
		width: 90%;
	}
	.advantage {
		width: 100%;
	}
	.advantage h4 {
		width: 70%;
	}
	.about_text {
		text-align: left;
		width: 90%;
		/* margin-left: 10px; */
	}
	.about_img {
		align-items: center;
		margin-bottom: 10px;
	}
	.about_img img {
		width: 90%;
		margin-left: 10px;
		height: auto;
	}
	.card {
		margin-bottom: 0px;
	}
	.clients-container {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media (max-width: 280px) {
	.about_text {
		text-align: left;
		width: 85%;
	}
	h3 {
		font-size: 14px;
	}

	.b_h {
		font-size: 12px;
	}
	.about_img img {
		width: 85%;
		align-items: center;
		margin-left: 20px;
	}
	.clients-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
