@charset "utf-8";

/* Подключение шрифта */
@font-face {
	font-family: "PP-M";
	src: url("PPNeueMontreal-Medium.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
}

/* Основные переменные из оригинального сайта */
:root {
	--Background-White_1: #EEE;
	--Background-White_2: #FFF;
	--Background-Green: #007656;
	--Text-Black: #1B1B1B;
	--Text-White: #EEE;
	--Accent-Gold: #FFD700;
	--Background-Gray: #E8E8E8;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	font-synthesis: none;
}

body {
	font-family: "PP-M", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	background: var(--Background-White_1, #EEE);
	color: var(--Text-Black, #1B1B1B);
	line-height: 1.6;
	overflow-x: hidden;
	width: 100%;
	max-width: 100vw;
}

body::-webkit-scrollbar {
	display: none;
}

a {
	text-decoration: none;
	color: inherit;
}

/* Bootstrap-like grid system */
.row, .rowava {
	margin-left: 0px !important;
	margin-right: 0px !important;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.col, .colava {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.col-lg-3 {
	flex: 0 0 25%;
	max-width: 25%;
	position: relative;
}

.col-md-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-sm-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

@media (max-width: 991px) {
	.colnonemd {
		display: none !important;
	}
}

.smooth-back {
	position: fixed;
	z-index: 0;
	will-change: backdrop-filter;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: backdrop-filter 0.6s;
	pointer-events: none;
	background: var(--Background-White_1, #EEE);
}

/* Header */
.header-wrapper {
	position: fixed;
	z-index: 99999;
	left: 0;
	top: 0;
	width: 100%;
	pointer-events: none;
}

.header-osn-wrapper {
	z-index: 999983;
}

.header-black-wrapper .header-link {
	color: var(--Text-Black, #1B1B1B) !important;
}

.header-black-wrapper .header {
	background-color: #eeeeee00;
}

.header {
	pointer-events: all;
	padding: 1.5625vw 0;
	background-color: var(--Background-White_1, #EEE);
	transition: 0.6s;
}

.container {
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 8vw;
	position: relative;
	z-index: 3;
}

.header-pad1 {
	padding-left: 1.0416666667vw;
	padding-right: 0.5208333333vw;
	height: 100%;
	display: flex;
	align-items: center;
}

.header-pad2 {
	padding-left: 0.5208333333vw;
	padding-right: 0.5208333333vw;
	height: 100%;
	display: flex;
	align-items: center;
}

.header-pad3 {
	padding-left: 0.5208333333vw;
	padding-right: 0.5208333333vw;
	display: flex;
	gap: 1.5625vw;
	align-items: center;
	height: 100%;
}

.header-pad4 {
	padding-left: 0.5208333333vw;
	padding-right: 1.0416666667vw;
	display: flex;
	gap: 1.5625vw;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.header-logo {
	display: inline-flex;
	align-items: center;
	height: 40px;
	transition: 0.6s;
}

.header-logo:hover {
	opacity: 0.7;
}

.page-title {
	font-size: 1.0416666667vw;
	font-weight: 500;
	color: var(--Text-Black, #1B1B1B);
	margin: 0;
}

/* Main Content */
.main-content {
	position: relative;
	z-index: 1;
	padding-top: 120px;
	padding-bottom: 80px;
	min-height: 100vh;
	background: var(--Background-White_1, #EEE);
	overflow: hidden;
}

/* Borders для фона */
.main-sone-borders {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	pointer-events: none;
}

.main-sone-borders .row {
	height: 100%;
}

.main-sone-border {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-right: 2px solid rgba(200, 200, 200, 0.6);
	box-sizing: border-box;
	display: block !important;
	opacity: 1 !important;
}

.main-sone-borders .col {
	position: relative;
	height: 100%;
}

.main-sone-borders-row-alter {
	display: none !important;
}

.main-sone-border-alter-l {
	width: 1.3020833333vw;
	right: auto;
	left: 0;
}

.main-sone-border-alter-r {
	width: calc(100% - 1.3020833333vw);
	right: auto;
	left: 0;
}

@media (max-width: 991px) {
	.main-sone-borders-row-alter {
		display: flex !important;
	}
	
	.main-sone-borders-row {
		display: none !important;
	}
	
	.main-sone-border-alter-l {
		width: 1.3020833333vw;
		right: auto;
		left: 0;
	}
	
	.main-sone-border-alter-r {
		width: calc(100% - 1.3020833333vw);
		right: auto;
		left: 0;
	}
}

/* Catalog Header */
.catalog-header {
	padding-left: 1.0416666667vw;
	padding-right: 1.0416666667vw;
	padding-bottom: 2.0833333333vw;
	padding-top: 2.0833333333vw;
	position: relative;
	z-index: 3;
}

.catalog-header-minih {
	color: var(--Text-Black, #1B1B1B);
	font-family: "PP-M";
	font-size: 1.0416666667vw;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: -0.03125vw;
	opacity: 0.6;
}

.catalog-header-h {
	color: var(--Text-Black, #1B1B1B);
	font-family: "PP-M";
	font-size: 4.1666666667vw;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -0.1666666667vw;
}

.catalog-header-h p {
	margin-bottom: 0 !important;
}

/* Table Wrapper */
.table-wrapper {
	background: var(--Background-White_2, #FFF);
	border-radius: 8px;
	overflow-x: auto;
	overflow-y: visible;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	margin: 2vw auto;
	position: relative;
	z-index: 3;
	min-height: 400px;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	max-width: 1400px;
}

/* Catalog Table */
.catalog-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
}

.catalog-table thead {
	background: var(--Background-Green, #007656);
	color: var(--Text-White, #EEE);
}

.catalog-table th {
	padding: 14px 12px;
	text-align: left;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.catalog-table {
	table-layout: fixed;
	width: 100%;
	max-width: 100%;
}

.catalog-table th:first-child {
	width: 5%;
	min-width: 40px;
	text-align: center;
}

.catalog-table th:nth-child(2) {
	width: 25%;
	min-width: 180px;
}

.catalog-table th:nth-child(3) {
	width: 50%;
	min-width: 300px;
}

.catalog-table th:nth-child(4) {
	width: 20%;
	min-width: 120px;
	text-align: right;
}

.catalog-table tbody tr {
	border-bottom: 1px solid var(--Background-Gray, #E8E8E8);
	transition: background-color 0.2s ease;
}

.catalog-table tbody tr:hover {
	background-color: rgba(0, 118, 86, 0.05);
}

.catalog-table tbody tr:last-child {
	border-bottom: none;
}

.catalog-table td {
	padding: 14px 12px;
	vertical-align: top;
	font-size: 15px;
}

.catalog-table td:first-child {
	text-align: center;
	font-weight: 600;
	color: var(--Background-Green, #007656);
	font-size: 15px;
}

.catalog-table td:nth-child(2) {
	font-weight: 600;
	font-size: 15px;
	color: var(--Text-Black, #1B1B1B);
}

.catalog-table td:nth-child(3) {
	color: #666;
	line-height: 1.5;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.catalog-table td:nth-child(4) {
	text-align: right;
	font-weight: 700;
	font-size: 18px;
	color: var(--Background-Green, #007656);
	white-space: nowrap;
}

.features-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.features-list li {
	padding: 3px 0;
	padding-left: 18px;
	position: relative;
	font-size: 14px;
	line-height: 1.5;
}

.features-list li::before {
	content: '•';
	position: absolute;
	left: 0;
	color: var(--Background-Green, #007656);
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
}

.price-value {
	font-size: 20px;
}

.price-currency {
	font-size: 14px;
	font-weight: 500;
	margin-left: 4px;
	opacity: 0.8;
}

/* Карточки для мобильных устройств */
.cards-wrapper {
	display: none;
	width: 100%;
}

.product-card-mobile {
	background: var(--Background-White_2, #FFF);
	border-radius: 8px;
	padding: 16px;
	margin-bottom: 16px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.card-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
	padding-bottom: 12px;
	border-bottom: 2px solid var(--Background-Green, #007656);
}

.card-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background: var(--Background-Green, #007656);
	color: var(--Text-White, #EEE);
	border-radius: 50%;
	font-weight: 700;
	font-size: 14px;
	flex-shrink: 0;
}

.card-title {
	font-size: 18px;
	font-weight: 600;
	color: var(--Text-Black, #1B1B1B);
	margin: 0;
	line-height: 1.3;
}

.card-body {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.card-section {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.card-section strong {
	font-size: 14px;
	font-weight: 600;
	color: var(--Background-Green, #007656);
	margin-bottom: 4px;
}

.card-section p {
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	margin: 0;
}

.card-features-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.card-features-list li {
	font-size: 13px;
	color: #555;
	padding: 4px 0;
	padding-left: 20px;
	position: relative;
	line-height: 1.4;
}

.card-features-list li::before {
	content: '•';
	position: absolute;
	left: 0;
	color: var(--Background-Green, #007656);
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
}

.card-price {
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
	gap: 6px;
	padding-top: 12px;
	margin-top: 8px;
	border-top: 1px solid var(--Background-Gray, #E8E8E8);
}

.card-price .price-value {
	font-size: 22px;
	font-weight: 700;
	color: var(--Background-Green, #007656);
}

.card-price .price-currency {
	font-size: 14px;
	font-weight: 500;
	color: #666;
}

/* Responsive Design */
@media screen and (max-width: 1449px) {
	.header {
		padding: 1.4641288433vw 0;
	}
	
	.page-title {
		font-size: 2.8vw;
	}
	
	.table-wrapper {
		max-width: 1200px;
	}
	
	.catalog-table {
		font-size: 14px;
	}
	
	.catalog-table th,
	.catalog-table td {
		padding: 16px 12px;
	}
}

@media screen and (max-width: 991px) {
	.header {
		padding: 2.6041666667vw 0;
	}
	
	.header-pad1 {
		padding-left: 1.3020833333vw;
		padding-right: 1.3020833333vw;
	}
	
	.header-pad4 {
		padding-left: 1.3020833333vw;
		padding-right: 1.3020833333vw;
		justify-content: flex-end;
	}
	
	.page-title {
		font-size: 3vw;
	}
	
	.main-content {
		padding-top: 100px;
		padding-bottom: 60px;
	}
	
	.container {
		padding: 0 6vw;
	}
	
	.table-wrapper {
		display: none !important;
	}
	
	.cards-wrapper {
		display: block !important;
		width: 100%;
	}
	
	.catalog-header {
		padding-left: 1.3020833333vw;
		padding-right: 1.3020833333vw;
		padding-bottom: 3vw;
		padding-top: 3vw;
	}
	
	.catalog-header-minih {
		font-size: 1.3020833333vw;
		margin-bottom: 1vw;
	}
	
	.catalog-header-h {
		font-size: 5vw;
	}
}

@media screen and (max-width: 767px) {
	.container {
		padding: 0 6vw;
	}
	
	.header {
		padding: 5.5555555556vw 0;
	}
	
	.header-pad1 {
		padding-left: 2.7777777778vw;
		padding-right: 2.7777777778vw;
	}
	
	.header-pad4 {
		padding-left: 2.7777777778vw;
		padding-right: 2.7777777778vw;
		justify-content: flex-end;
	}
	
	.page-title {
		font-size: 4vw;
	}
	
	.catalog-header {
		padding-left: 2.7777777778vw;
		padding-right: 2.7777777778vw;
		padding-bottom: 4vw;
		padding-top: 4vw;
	}
	
	.catalog-header-minih {
		font-size: 2.7777777778vw;
		margin-bottom: 2vw;
	}
	
	.catalog-header-h {
		font-size: 7vw;
	}
	
	.main-content {
		padding-top: 120px;
		padding-bottom: 40px;
	}
	
	.product-card-mobile {
		padding: 14px;
		margin-bottom: 14px;
	}
	
	.card-title {
		font-size: 16px;
	}
	
	.card-section p,
	.card-section strong {
		font-size: 13px;
	}
	
	.card-features-list li {
		font-size: 12px;
	}
	
	.card-price .price-value {
		font-size: 20px;
	}
}

@media screen and (max-width: 575px) {
	.container {
		padding: 0 3vw;
	}
	
	.page-title {
		font-size: 7vw;
	}
	
	.product-card-mobile {
		padding: 12px;
		margin-bottom: 12px;
	}
	
	.card-number {
		width: 28px;
		height: 28px;
		font-size: 12px;
	}
	
	.card-title {
		font-size: 15px;
	}
	
	.card-section p,
	.card-section strong {
		font-size: 12px;
	}
	
	.card-features-list li {
		font-size: 11px;
		padding-left: 18px;
	}
	
	.card-price .price-value {
		font-size: 18px;
	}
	
	.card-price .price-currency {
		font-size: 12px;
	}
}
