/* Jet Cache: /shablon/foursCategory_shablon.css */
.foursCategory {
	font-family: 'Open Sans', sans-serif;
}
.foursCategory-container-wrapper {
	background-color: #000;
	opacity: 0.9;
	border: 2px solid #000;
	padding: 20px;
	margin: 0 150px;
}
.foursCategory-container {
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 20px;
}
.foursCategory-hero-content {
	max-width: 800px;
	margin: 0 auto;
}
.foursCategory-hero-title {
	font-size: 48px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #ffffff;
}
.foursCategory-hero-subtitle {
	font-size: 20px;
	margin-bottom: 40px;
	opacity: 0.9;
}
.foursCategory-btn,
.foursCategory-related-card-btn {
	padding: 15px 40px;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
}
.foursCategory-btn-primary,
.foursCategory-related-card-btn {
	background-color: #F6851D;
	color: #fff;
	text-align: center;
}
.foursCategory-btn-primary:hover,
.foursCategory-related-card-btn:hover {
	background-color: #e6750d;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(246, 133, 29, 0.3);
}
.foursCategory-related-card-btn {
	margin-top: auto;
	padding: 12px 24px;
	flex-shrink: 0;
}
.foursCategory-services,
.foursCategory-features,
.foursCategory-projects,
.foursCategory-gallery,
.foursCategory-text-block,
.foursCategory-related {
	padding: 80px 0;
}
.foursCategory-services {
	background-color: #f8f9fa;
}
.foursCategory-section-title {
	font-size: 36px;
	text-align: center;
	margin-bottom: 50px;
	color: #fff;
	font-weight: bold;
}
.foursCategory-services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 30px;
}
.foursCategory-service-card,
.foursCategory-project-card,
.foursCategory-related-card,
.foursCategory-gallery-item {
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s;
}
.foursCategory-service-card {
	background-color: #fff;
	padding: 40px 30px;
	text-align: center;
}
.foursCategory-service-card:hover,
.foursCategory-project-card:hover,
.foursCategory-related-card:hover {
	transform: translateY(-5px);
}
.foursCategory-gallery-item:hover {
	transform: scale(1.02);
}
.foursCategory-service-icon {
	width: 60px;
	height: 60px;
	object-fit: contain;
	margin-bottom: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.foursCategory-service-title {
	font-size: 22px;
	margin-bottom: 15px;
	color: #fff;
}
.foursCategory-service-text {
	color: #fff;
	line-height: 1.8;
}
.foursCategory-services .foursCategory-service-title,
.foursCategory-services .foursCategory-service-text {
	color: #000;
}
.foursCategory-text-block {
	background-color: #fff;
}
.foursCategory-specs-wrap {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto 50px;
}
.foursCategory-specs-title {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 20px 0;
}
.foursCategory-specs-table {
	width: 100%;
	border-collapse: collapse;
	background-color: #fff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	overflow: hidden;
}
.foursCategory-specs-table thead {
	background-color: #F6851D;
	color: #fff;
}
.foursCategory-specs-table th {
	padding: 16px 28px;
	text-align: left;
	font-size: 16px;
	font-weight: 600;
}
.foursCategory-specs-table td {
	padding: 14px 28px;
	font-size: 15px;
	color: #333;
	border-bottom: 1px solid #eee;
}
.foursCategory-specs-table tbody tr:last-child td {
	border-bottom: none;
}
.foursCategory-specs-table tbody tr:nth-child(even) {
	background-color: #f8f9fa;
}
.foursCategory-specs-table tbody tr:hover {
	background-color: #fff8f0;
}
.foursCategory-text-content {
	max-width: 1200px;
	margin: 0 auto;
}
.foursCategory-text-content p {
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 20px;
	text-align: justify;
}
.foursCategory-text-content p:last-child {
	margin-bottom: 0;
}
.foursCategory-text-content a {
	color: #f6851d;
	text-decoration: underline;
}
.foursCategory-features-list {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.foursCategory-feature-item {
	display: flex;
	align-items: flex-start;
	gap: 30px;
	background-color: #f8f9fa;
	padding: 30px;
	border-radius: 10px;
}
.foursCategory-feature-number {
	font-size: 48px;
	font-weight: bold;
	color: #F6851D;
	min-width: 80px;
}
.foursCategory-feature-title {
	font-size: 24px;
	margin-bottom: 10px;
	color: #fff;
}
.foursCategory-feature-text {
	color: #fff;
	line-height: 1.8;
}
.foursCategory-features .foursCategory-feature-title,
.foursCategory-features .foursCategory-feature-text {
	color: #000;
}
.foursCategory-projects-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
}
.foursCategory-project-card {
	background-color: #fff;
	overflow: hidden;
	opacity: 1 !important;
}
.foursCategory-project-image {
	width: 100%;
	height: 200px;
	background-color: #f8f9fa;
	background-image: linear-gradient(135deg, #122538 0%, #1a3a52 100%);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.foursCategory-project-title {
	font-size: 22px;
	padding: 20px;
	color: #fff;
}
.foursCategory-project-info {
	padding: 0 20px 20px;
	color: #fff;
}
.foursCategory-projects .foursCategory-project-title,
.foursCategory-projects .foursCategory-project-info {
	color: #000;
}
.foursCategory-gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.foursCategory-gallery-item {
	overflow: hidden;
}
.foursCategory-gallery-image {
	width: 100%;
	padding-bottom: 75%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f8f9fa;
}
.foursCategory-related .foursCategory-section-title {
	color: #fff;
}
.foursCategory-related-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.foursCategory-related-card {
	display: flex;
	flex-direction: column;
	min-height: 220px;
	background-color: #fff;
	padding: 24px;
}
.foursCategory-related-card-title {
	margin: 0 0 12px 0;
	color: #000;
	font-weight: 600;
	flex-shrink: 0;
}
.foursCategory-related-card-desc {
	flex: 1;
	margin: 0 0 20px 0;
	line-height: 1.6;
	color: #333;
}
.foursCategory-footer {
	background: linear-gradient(135deg, #1a1a1a 0%, #000 100%);
	color: #fff;
	padding: 70px 0 50px;
	border-top: 2px solid rgba(246, 133, 29, 0.3);
	position: relative;
}
.foursCategory-footer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, transparent, #F6851D, transparent);
}
.foursCategory-footer-content {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 50px;
}
.foursCategory-footer-section {
	flex: 1;
	min-width: 280px;
	max-width: 450px;
	text-align: center;
}
.foursCategory-footer-title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 35px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	padding-bottom: 15px;
}
.foursCategory-footer-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 3px;
	background: #F6851D;
}
.foursCategory-footer-contacts {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
	margin-top: 30px;
}
.foursCategory-footer-link {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	padding: 18px 20px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}
.foursCategory-footer-link::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(246, 133, 29, 0.2), transparent);
	transition: left 0.5s ease;
}
.foursCategory-footer-link:hover::before {
	left: 100%;
}
.foursCategory-footer-link:hover {
	color: #F6851D;
	background: rgba(246, 133, 29, 0.1);
	border-color: #F6851D;
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(246, 133, 29, 0.3);
}
.foursCategory-footer-icon {
	width: 40px;
	height: 40px;
	min-width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(246, 133, 29, 0.2);
	border-radius: 50%;
	position: relative;
	transition: all 0.3s ease;
}
.foursCategory-footer-link:hover .foursCategory-footer-icon {
	background: #F6851D;
	transform: scale(1.1);
}
.foursCategory-footer-link-whatsapp .foursCategory-footer-icon::before {
	content: '';
	width: 20px;
	height: 20px;
	border: 2px solid #fff;
	border-radius: 50%;
	position: absolute;
	box-sizing: border-box;
}
.foursCategory-footer-link-whatsapp .foursCategory-footer-icon::after {
	content: '';
	width: 10px;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: 7px;
	right: 7px;
	transform: rotate(45deg);
}
.foursCategory-footer-link-email .foursCategory-footer-icon::before {
	content: '';
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 12px solid #fff;
	position: absolute;
	top: 8px;
}
.foursCategory-footer-link-email .foursCategory-footer-icon::after {
	content: '';
	width: 16px;
	height: 12px;
	border: 2px solid #fff;
	border-top: none;
	position: absolute;
	top: 12px;
	box-sizing: border-box;
}
.foursCategory-footer-link-phone .foursCategory-footer-icon::before {
	content: '';
	width: 18px;
	height: 18px;
	border: 2px solid #fff;
	border-radius: 4px;
	position: absolute;
	box-sizing: border-box;
}
.foursCategory-footer-link-phone .foursCategory-footer-icon::after {
	content: '';
	width: 8px;
	height: 8px;
	border: 2px solid #fff;
	border-top: none;
	border-left: none;
	position: absolute;
	top: 2px;
	right: 2px;
	border-radius: 0 0 4px 0;
	box-sizing: border-box;
}
.foursCategory-footer-text {
	flex: 1;
	text-align: left;
	line-height: 1.5;
}

/* Jet Cache: /shablon/foursCategory_media.css */
@media (min-width: 1025px) {
	.foursCategory-container-wrapper { margin: 0 150px; }
}
@media (max-width: 1024px) {
	.foursCategory-container-wrapper { margin: 0 50px; }
	.foursCategory-hero { padding: 80px 0; }
	.foursCategory-hero-title { font-size: 42px; }
	.foursCategory-section-title { font-size: 32px; }
	.foursCategory-services,
	.foursCategory-features,
	.foursCategory-projects,
	.foursCategory-gallery,
	.foursCategory-text-block,
	.foursCategory-related { padding: 60px 0; }
	.foursCategory-related-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 25px; }
	.foursCategory-gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; }
}
@media (max-width: 768px) {
	.foursCategory-container-wrapper { margin: 0 20px; padding: 15px; }
	.foursCategory-container { padding: 0 15px; }
	.foursCategory-hero { padding: 60px 0; background-attachment: scroll; }
	.foursCategory-hero-title { font-size: 32px; margin-bottom: 15px; }
	.foursCategory-hero-subtitle { font-size: 18px; margin-bottom: 30px; }
	.foursCategory-btn { padding: 12px 30px; font-size: 15px; }
	.foursCategory-section-title { font-size: 28px; margin-bottom: 40px; }
	.foursCategory-services,
	.foursCategory-features,
	.foursCategory-projects,
	.foursCategory-gallery,
	.foursCategory-text-block,
	.foursCategory-related { padding: 50px 0; }
	.foursCategory-related-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; }
	.foursCategory-related-card { min-height: 200px; padding: 20px; }
	.foursCategory-gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; }
	.foursCategory-specs-wrap { margin-bottom: 40px; }
	.foursCategory-specs-title { font-size: 20px; }
	.foursCategory-specs-table th,
	.foursCategory-specs-table td { padding: 10px 16px; font-size: 13px; }
	.foursCategory-services-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; }
	.foursCategory-service-card { padding: 30px 20px; }
	.foursCategory-service-icon { width: 50px; height: 50px; margin-bottom: 15px; }
	.foursCategory-service-title { font-size: 20px; margin-bottom: 12px; }
	.foursCategory-service-text { font-size: 15px; }
	.foursCategory-text-content { padding: 0 10px; }
	.foursCategory-text-content p { font-size: 15px; line-height: 1.7; }
	.foursCategory-feature-item { flex-direction: column; text-align: center; padding: 25px 20px; gap: 20px; }
	.foursCategory-feature-number { min-width: auto; font-size: 40px; }
	.foursCategory-feature-title { font-size: 22px; }
	.foursCategory-feature-text { font-size: 15px; }
	.foursCategory-projects-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; }
	.foursCategory-project-image { height: 180px; }
	.foursCategory-project-title { font-size: 20px; padding: 15px; }
	.foursCategory-project-info { padding: 0 15px 15px; font-size: 14px; }
	.foursCategory-footer { padding: 50px 0 35px; }
	.foursCategory-footer-content { flex-direction: column; gap: 30px; }
	.foursCategory-footer-section { max-width: 100%; margin: 0 auto; }
	.foursCategory-footer-title { font-size: 22px; margin-bottom: 25px; }
	.foursCategory-footer-contacts { grid-template-columns: 1fr; gap: 15px; }
	.foursCategory-footer-link { font-size: 15px; padding: 15px 18px; }
	.foursCategory-footer-icon { width: 35px; height: 35px; min-width: 35px; }
	.foursCategory-footer-text { font-size: 14px; }
}
@media (max-width: 480px) {
	.foursCategory-container-wrapper { margin: 0 10px; padding: 10px; }
	.foursCategory-container { padding: 0 10px; }
	.foursCategory-hero { padding: 40px 0; }
	.foursCategory-hero-title { font-size: 24px; margin-bottom: 12px; }
	.foursCategory-hero-subtitle { font-size: 16px; margin-bottom: 25px; }
	.foursCategory-btn { padding: 10px 25px; font-size: 14px; width: 100%; max-width: 280px; }
	.foursCategory-section-title { font-size: 24px; margin-bottom: 30px; }
	.foursCategory-services,
	.foursCategory-features,
	.foursCategory-projects,
	.foursCategory-gallery,
	.foursCategory-text-block,
	.foursCategory-related { padding: 40px 0; }
	.foursCategory-related-grid { grid-template-columns: 1fr; gap: 20px; }
	.foursCategory-related-card { min-height: auto; padding: 18px; }
	.foursCategory-related-card-desc { margin-bottom: 16px; }
	.foursCategory-related-card-btn { padding: 10px 20px; }
	.foursCategory-gallery-grid { grid-template-columns: 1fr; gap: 12px; }
	.foursCategory-specs-title { font-size: 18px; }
	.foursCategory-specs-table th,
	.foursCategory-specs-table td { padding: 10px 12px; font-size: 12px; }
	.foursCategory-services-grid { grid-template-columns: 1fr; gap: 20px; }
	.foursCategory-service-card { padding: 25px 15px; }
	.foursCategory-service-icon { width: 45px; height: 45px; margin-bottom: 12px; }
	.foursCategory-service-title { font-size: 18px; margin-bottom: 10px; }
	.foursCategory-service-text { font-size: 14px; line-height: 1.6; }
	.foursCategory-text-content { padding: 0 5px; }
	.foursCategory-text-content p { font-size: 14px; line-height: 1.6; margin-bottom: 15px; }
	.foursCategory-feature-item { padding: 20px 15px; gap: 15px; }
	.foursCategory-feature-number { font-size: 36px; }
	.foursCategory-feature-title { font-size: 20px; margin-bottom: 8px; }
	.foursCategory-feature-text { font-size: 14px; line-height: 1.6; }
	.foursCategory-projects-grid { grid-template-columns: 1fr; gap: 20px; }
	.foursCategory-project-image { height: 160px; }
	.foursCategory-project-title { font-size: 18px; padding: 12px; }
	.foursCategory-project-info { padding: 0 12px 12px; font-size: 13px; }
	.foursCategory-footer { padding: 40px 0 30px; }
	.foursCategory-footer-content { gap: 25px; }
	.foursCategory-footer-section { margin: 0 auto; max-width: 100%; }
	.foursCategory-footer-title { font-size: 20px; margin-bottom: 20px; }
	.foursCategory-footer-contacts { gap: 12px; }
	.foursCategory-footer-link { font-size: 14px; padding: 12px 15px; flex-direction: column; text-align: center; gap: 10px; }
	.foursCategory-footer-icon { width: 32px; height: 32px; min-width: 32px; }
	.foursCategory-footer-text { font-size: 13px; text-align: center; }
}
@media (max-width: 360px) {
	.foursCategory-container-wrapper { margin: 0 5px; padding: 8px; }
	.foursCategory-hero-title { font-size: 22px; }
	.foursCategory-hero-subtitle { font-size: 15px; }
	.foursCategory-section-title { font-size: 22px; }
	.foursCategory-service-card,
	.foursCategory-feature-item { padding: 20px 12px; }
	.foursCategory-related-card { padding: 16px; }
	.foursCategory-footer-link { padding: 10px 12px; }
	.foursCategory-footer-section { margin: 0 auto; max-width: 100%; }
}

