/* Мобильные стили для страницы "О заводе" (max-width: 768px) */
@media (max-width: 768px) {
	main:has(.about-the-plant-page) {
		position: relative;
	}

	.about-the-plant-page {
		min-height: 100vh;
		height: auto;
		overflow: hidden;
		background: #000000;
		padding-bottom: 20px;
		position: relative;
	}

	.about-the-plant-page .section-hero__glow {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		z-index: 0;
	}

	.about-the-plant-page .section-hero__glow-img {
		opacity: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 170px;
		height: 150vh;
		z-index: -1;
		pointer-events: none;
	}

	main:has(.about-the-plant-page)::before {
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		width: 170px;
		height: 17vh;
		min-height: 170vh;
		background-image: url('../img/plant-mob-back.svg');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: top right;
		z-index: 1;
		pointer-events: none;
	}

	.about-the-plant-page .section-hero__glow-elipse {
		display: none;
	}

	.about-the-plant-page .section-hero__glow::after {
		content: '';
		position: absolute;
		width: 100vw;
		height: 105vh;
		background-image: url('../img/aboutz_back-mob.svg');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: -1;
		pointer-events: none;
	}

	.about-the-plant-page__gradient-bg {
		display: none;
	}

	.about-the-plant-page .container {
		position: relative;
		z-index: 1;
		padding: 0 20px;
	}

	.about-the-plant-page__wrapper {
		width: 100%;
        height: 100vh!important;
		max-width: 100%;
        padding-top: 200px!important;
		margin: 0;
		padding: 0;
		height: auto;
		display: flex;
		flex-direction: column;
        justify-content: space-between;
		gap: 0;
	}

	.about-the-plant-page__text {
		width: 100%;
		padding-top: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		margin-bottom: 40px;
	}

	.about-the-plant-page__main-title {
		font-family: 'Geometria', sans-serif;
		font-weight: 800;
		font-size: 54px;
		line-height: 1.2em;
		text-transform: uppercase;
		color: #FFFFFF;
		margin: 0 0 20px 0;
		text-align: center;
		letter-spacing: 0.02em;
	}

	.about-the-plant-page__content {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	.about-the-plant-page__subtitle {
		font-family: 'Geometria', sans-serif;
		font-weight: 700;
		font-size: 16px;
		line-height: 1em;
		letter-spacing: 0.02em;
		color: #FFFFFF;
		margin: 0;
		text-align: center;
	}

	.about-the-plant-page__description {
		font-family: 'Geometria', sans-serif;
		font-weight: 400;
		font-size: 12px;
		line-height: 1.2em;
		color: #FFFFFF;
		margin: 0;
		text-align: center;
		max-width: 321px;
	}

	.about-the-plant-page .header__nav-btn {
		width: fit-content;
		padding: 18px 20px;
		font-family: 'Geometria', sans-serif;
		font-weight: 700;
		font-size: 12px;
		line-height: 1.2em;
		background: rgba(255, 255, 255, 0.1);
		border-radius: 50px;
		color: #FFFFFF;
		text-decoration: none;
		text-align: center;
		border: none;
		cursor: pointer;
		transition: all 0.3s ease;
		margin-top: 0;
	}

	.about-the-plant-page .header__nav-btn:hover {
		background: rgba(255, 255, 255, 0.2);
	}

	.about-the-plant-page__info {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 0;
		padding: 0;
		border-top: none;
		padding-top: 0;
		margin-bottom: 20px;
	}


	.about-the-plant-page__info span {
		font-family: 'Geometria', sans-serif;
		font-weight: 500;
		font-size: 14px;
		line-height: 1.2em;
		letter-spacing: 0.02em;
		color: #FFFFFF;
		margin: 0;
	}

	.about-the-plant-page__info span:nth-child(2) {
		margin-right: 0;
	}
    .about-the-plant-page__info span:nth-child(3) {
		display: none;
	}

	/* Timeline стили для страницы "О заводе" */
	.about-the-plant-page ~ .time-line {
		position: relative;
		width: 100%;
		height: auto;
		min-height: auto;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		padding-top: 40px;
		margin-top: 40px;
        padding-bottom: 70px;
	}

	.about-the-plant-page ~ .time-line::after {
		content: '';
		position: absolute;
		bottom: -50%;
		left: 50%;
		transform: translateX(-50%);
		border-radius: 653px;
		background: #014A1B;
		filter: blur(157px);
		width: 653px;
		height: 422px;
		z-index: 0;
		pointer-events: none;
	}

	.about-the-plant-page ~ .time-line .time-line__item-bg {
		display: none;
	}

	.about-the-plant-page ~ .time-line .about-the-plant-page__info-img {
		display: none;
	}

	.about-the-plant-page ~ .time-line .time-line__road-line {
		position: absolute;
		top: 145px;
		transform: none;
		right: 0;
		left: -20px;
		width: calc(100% + 40px);
		height: 2px;
		background: #089C3E;
		z-index: 1;
	}

	.about-the-plant-page ~ .time-line .time-line__dots-container {
		position: absolute;
		top: 50%;
		left: -20px;
		right: 0;
		width: calc(100% + 40px);
		height: 10px;
		pointer-events: none;
		z-index: 2;
		overflow: visible;
		transform: translateY(-50%);
	}

	.about-the-plant-page ~ .time-line .time-line__dot {
		position: absolute;
		width: 10px;
		height: 10px;
		background: #089C3E;
		border-radius: 50%;
		z-index: 15;
	}

	.about-the-plant-page ~ .time-line .container {
		height: auto;
		padding: 0 20px;
	}

	.about-the-plant-page ~ .time-line .time-line__wrapper {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
		padding: 0;
		width: 100%;
		margin-top: 0;
		height: auto;
	}

	.about-the-plant-page ~ .time-line .time-line__wrapper ul[data-timeline-index] {
		display: none;
	}

	.about-the-plant-page ~ .time-line .time-line__wrapper ul[data-timeline-index="0"] {
		display: flex;
	}

	.about-the-plant-page ~ .time-line .time-line__img-wrapper {
		position: relative;
		width: 209px;
		height: 212px;
		margin-bottom: 0;
		z-index: -1;
	}

	.about-the-plant-page ~ .time-line .time-line__img-wrapper::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 148px;
		height: 148px;
		background: rgba(0, 0, 0, 1);
		backdrop-filter: blur(4px);
		border-radius: 50%;
		z-index: 1;
	}

	.about-the-plant-page ~ .time-line .time-line__item-img {
		width: 209px;
		height: 212px;
		object-fit: cover;
		border-radius: 50%;
		position: relative;
		z-index: 2;
	}

	.about-the-plant-page ~ .time-line .time-line__wrapper ul {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 12px;
		position: relative;
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
		min-height: 200px;
	}

	.about-the-plant-page ~ .time-line .time-line__wrapper ul li {
		text-align: center;
		margin: 0;
		padding: 0;
	}
    

	.about-the-plant-page ~ .time-line .time-line__item-date {
		font-family: 'Geometria', sans-serif;
		font-weight: 900;
		font-size: 22px;
		line-height: 1;
		letter-spacing: 0.02em;
		color: #FFFFFF;
		position: relative;
		margin-bottom: 0;
        left: 10%;
        top: -140px;
	}

	.about-the-plant-page ~ .time-line .time-line__item-date img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
		display: block;
	}

	.about-the-plant-page ~ .time-line .time-line__item-title {
		font-family: 'Geometria', sans-serif;
		font-weight: 700;
		font-size: 20px;
		line-height: 1.2em;
		color: #FFFFFF;
		margin: 0;
		text-align: center;
		max-width: 333px;
	}

	.about-the-plant-page ~ .time-line .time-line__item-description {
		font-family: 'Geometria', sans-serif;
		font-weight: 400;
		font-size: 12px;
		line-height: 1.2em;
		color: #A0A0A0;
		margin: 0;
		text-align: center;
		max-width: 333px;
	}

	.about-the-plant-page ~ .time-line .time-line__controls {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 20px;
		margin-top: 20px;
		z-index: 10;
	}

	.about-the-plant-page ~ .time-line .time-line__control-btn {
		position: relative;
		width: 50px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: rgba(255, 255, 255, 0.1);
		border-radius: 50%;
		border: none;
		cursor: pointer;
		color: #FFFFFF;
		transition: all 0.3s ease;
		z-index: 1;
	}

	.about-the-plant-page ~ .time-line .time-line__control-btn svg {
		width: 20px;
		height: 20px;
		stroke: currentColor;
		position: relative;
		z-index: 1;
	}

	.about-the-plant-page ~ .time-line .time-line__control-btn:hover {
		background: rgba(255, 255, 255, 0.2);
	}

	.about-the-plant-page ~ .time-line .time-line__control-btn:disabled {
		opacity: 0.5;
		cursor: not-allowed;
		pointer-events: none;
	}
}
