body {
    background: #111;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

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

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

.container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.breadcrumbs {
    gap: 5px;
    display: flex;
    margin: 40px 0 0 0;
    width: 100%;
    align-items: center;
}

.breadcrumb-item {
    position: relative;
}

.breadcrumb-icon {
    position: relative;
}

.breadcrumb-separator {
    position: relative;
}

.breadcrumb-link {
    padding-top: 1px;
    padding-bottom: 1px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
}

.breadcrumb-link a {
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 12px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 400;
    text-decoration: underline;
    line-height: 18px;
    word-wrap: break-word;
}

.breadcrumb-current {
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
}

.breadcrumb-current span {
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #8F90A6;
    font-size: 12px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
}

.back-section {
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    background: #111;
    padding: 6px 0 20px 0;
}

.back-button {
	padding: 10px 20px;
	border-radius: 8px;
	outline: 1px #4A4A4A solid;
	outline-offset: -1px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	display: inline-flex;
}

.back-button:hover {
    outline-color: #666666;
    background: rgba(255, 255, 255, 0.05);
}

.back-button-content {
	justify-content: flex-start;
	align-items: center;
	gap: 4px;
	display: flex;
}

.back-icon {
    display: flex;
    position: relative;
}

.back-text {
	text-align: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
	color: white;
	font-size: 16px;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 600;
	line-height: 21px;
	word-wrap: break-word;
}

.hero-section {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    display: inline-flex;
}

.hero-video,
.hero-image {
    align-self: stretch;
    height: 729px;
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
}

.hero-content {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 20px;
    display: flex;
}

.hero-text-block {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    display: flex;
}

.hero-title {
    align-self: stretch;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 60px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 600;
    word-wrap: break-word;
    margin: 0;
    line-height: 1.2;
}

.hero-description {
    align-self: stretch;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 20px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    word-wrap: break-word;
    margin: 0;
    line-height: 1.4;
}

.consultation-button {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
    background: #00AEEF;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.consultation-button:hover {
    background: #0099D4;
    transform: translateY(-2px);
}

.consultation-text {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 600;
    line-height: 21px;
    word-wrap: break-word;
}

.benefits-section {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex;
    margin: 60px 0;
}

.benefits-container {
    align-self: stretch;
    border-radius: 28px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    display: flex;
}

.benefits-title {
    align-self: stretch;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 42px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 600;
    word-wrap: break-word;
    margin: 0;
    line-height: 1.2;
}

.benefits-grid {
    align-self: stretch;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.benefit-card {
    align-self: stretch;
    padding: 20px;
    background: black;
    border-radius: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    display: flex;
    transition: all 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
    background: rgba(0, 0, 0, 0.8);
}

.benefit-icon {
    width: 40px;
    height: 40px;
    position: relative;
    overflow: hidden;
}

.benefit-content {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    display: flex;
}

.benefit-title {
    align-self: stretch;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 20px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700;
    word-wrap: break-word;
    margin: 0;
    line-height: 1.3;
}

.benefit-description {
    align-self: stretch;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    word-wrap: break-word;
    margin: 0;
    line-height: 1.4;
}

.products-section {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    display: inline-flex;
    margin: 0 auto;
    margin-bottom: 60px;
}

.products-container {
    width: 100%;
}

.products-header {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    display: flex;
    margin-bottom: 40px;
}

.products-title {
    align-self: stretch;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 42px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 600;
    word-wrap: break-word;
    margin: 0;
    line-height: 1.2;
}

.products-subtitle {
    align-self: stretch;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 20px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    word-wrap: break-word;
    margin: 0;
    line-height: 1.4;
}

.products-list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    display: flex;
}

.product-card {
    align-self: stretch;
    overflow: hidden;
    border-radius: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex;
}

.product-image-section {
    align-self: stretch;
    padding: 20px;
    background: black;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: flex;
}

.product-image-container {
    width: 261px;
    height: 261px;
    position: relative;
    background: black;
    overflow: hidden;
}

.product-image-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.product-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    object-fit: cover;
}

.product-image.active {
    opacity: 1;
}

.product-image img {
    width: 261px;
    height: 261px;
    object-fit: cover;
}

.product-nav-left {
    left: 44px;
    top: 143px;
    position: absolute;
    transform: rotate(-180deg);
    transform-origin: top left;
    opacity: 0.50;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.product-nav-right {
    left: 217px;
    top: 119px;
    position: absolute;
    opacity: 0.50;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.product-nav-left:hover,
.product-nav-right:hover {
    opacity: 0.8;
}

.product-nav-left svg path,
.product-nav-right svg path {
    transition: fill 0.3s ease;
}

.product-image-slider:hover .product-nav-left svg path,
.product-image-slider:hover .product-nav-right svg path {
    fill: #333;
    filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.8));
}

.product-content {
    flex: 1 1 0;
    align-self: stretch;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 140px;
    background: black;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    display: inline-flex;
}

.product-info {
    align-self: stretch;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    display: flex;
}

.product-details {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    display: flex;
}

.product-category {
    align-self: stretch;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #00AEEF;
    font-size: 14px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    word-wrap: break-word;
    margin: 0;
    line-height: 1.3;
}

.product-name {
    align-self: stretch;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 32px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 600;
    word-wrap: break-word;
    margin: 0;
    line-height: 1.2;
}

.product-description {
    align-self: stretch;
    font-family: Roboto, Arial, sans-serif;
    word-wrap: break-word;
    margin: 0;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.product-description span {
    display: inline;
    color: #FFF;
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.product-description .normal {
    font-weight: 400;
}

.product-description .light {
    font-weight: 300;
}

.product-description .bold {
    font-weight: 600;
}

.product-button {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
    background: #4A4A4A;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.product-button:hover {
    background: #5A5A5A;
    transform: translateY(-2px);
}

.product-button-text {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 600;
    line-height: 21px;
    word-wrap: break-word;
}

.solutions-section {
	width: 100%;
	background: #111;
}

.solutions-container {
	width: 100%;
	margin: 0 auto;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 40px;
	display: flex;
}

.solutions-title {
	width: 100%;
	text-align: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
	color: white;
	font-size: 42px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	word-wrap: break-word;
	margin: 0;
}

.solutions-grid {
	width: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
	display: flex;
}

.solutions-row {
	align-self: stretch;
	justify-content: flex-start;
	align-items: stretch;
	gap: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.solution-card {
	align-self: stretch;
	padding: 20px;
	background: black;
	border-radius: 20px;
	justify-content: center;
	align-items: flex-start;
	gap: 4px;
	display: inline-flex;
	flex-direction: column;
}

.solution-title {
	align-self: stretch;
	justify-content: center;
	display: flex;
	flex-direction: column;
	color: white;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	word-wrap: break-word;
	margin: 0;
}

.solution-description {
	align-self: stretch;
	opacity: 0.70;
	justify-content: center;
	display: flex;
	flex-direction: column;
	color: white;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	word-wrap: break-word;
	margin: 0;
}

.partner-section {
	width: 100%;
	background: #111;
}

.partner-container {
	width: 100%;
	margin: 60px auto;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 40px;
	display: flex;
}

.partner-header {
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 12px;
	display: flex;
}

.partner-title {
	width: 100%;
	justify-content: center;
	display: flex;
	flex-direction: column;
	color: white;
	font-size: 42px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	word-wrap: break-word;
	margin: 0;
}

.partner-description {
	width: 100%;
	justify-content: center;
	display: flex;
	flex-direction: column;
	color: white;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	word-wrap: break-word;
	margin: 0;
}

.partner-benefits {
	width: 100%;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px;
	display: flex;
}

.benefit-card {
	flex: 1 1 0;
	align-self: stretch;
	padding: 20px;
	background: black;
	border-radius: 20px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 60px;
	display: inline-flex;
}

.benefit-icon {
	width: 40px;
	height: 40px;
	position: relative;
	overflow: hidden;
}

.benefit-content {
	align-self: stretch;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
	display: flex;
}

.benefit-title {
	align-self: stretch;
	justify-content: center;
	display: flex;
	flex-direction: column;
	color: white;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	word-wrap: break-word;
	margin: 0;
}

.installation-section {
	width: 100%;
	background: #111;
}

.installation-container {
	width: 100%;
	margin: 0 auto;
	align-self: stretch;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 60px;
	display: inline-flex;
}

.installation-title {
	width: 100%;
	height: 38px;
	justify-content: center;
	display: flex;
	flex-direction: column;
	color: white;
	font-size: 42px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	word-wrap: break-word;
	margin: 0;
}

.installation-steps {
	align-self: stretch;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 40px;
	display: flex;
}

.step-item {
	align-self: stretch;
	padding-top: 20px;
	border-top: 1px rgba(255, 255, 255, 0.20) solid;
	justify-content: flex-start;
	align-items: center;
	gap: 141px;
	display: inline-flex;
}

.step-number {
	justify-content: center;
	display: flex;
	flex-direction: column;
	color: #00AEEF;
	font-size: 28px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	word-wrap: break-word;
}

.step-description {
	flex: 1 1 0;
	height: 38px;
	opacity: 0.70;
	justify-content: center;
	display: flex;
	flex-direction: column;
	color: white;
	font-size: 28px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	word-wrap: break-word;
}

.cta-section {
	width: 100%;
	background: #111;
}

.cta-container {
	width: 100%;
	margin: 60px auto;
	overflow: hidden;
	border-radius: 28px;
	justify-content: flex-start;
	align-items: center;
	display: inline-flex;
}

.cta-content {
	flex: 1 1 0;
	align-self: stretch;
	padding: 40px;
	background: black;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 12px;
	display: inline-flex;
}

.cta-title {
	align-self: stretch;
	justify-content: center;
	display: flex;
	flex-direction: column;
	color: white;
	font-size: 42px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	word-wrap: break-word;
	margin: 0;
}

.cta-description {
	align-self: stretch;
	justify-content: center;
	display: flex;
	flex-direction: column;
	color: white;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	word-wrap: break-word;
	margin: 0;
}

.cta-button {
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 16px;
	padding-bottom: 16px;
	background: #00AEEF;
	border-radius: 8px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	display: inline-flex;
	border: none;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.cta-button:hover {
	background: #0099d4;
}

.cta-button-text {
	text-align: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
	color: white;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	line-height: 21px;
	word-wrap: break-word;
}

.cta-image {
	flex: 1 1 0;
	align-self: stretch;
}

.cta-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.faq-section {
	width: 100%;
	background: #111;
}

.faq-container {
	width: 100%;
	margin: 0 auto;
    margin-bottom: 60px;
	align-self: stretch;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 60px;
	display: inline-flex;
}

.faq-title {
	width: 100%;
	justify-content: center;
	display: flex;
	flex-direction: column;
	color: white;
	font-size: 42px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	word-wrap: break-word;
	margin: 0;
}

.faq-list {
	align-self: stretch;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 14px;
	display: flex;
}

.faq-item {
	align-self: stretch;
	padding: 20px;
	background: black;
	border-radius: 14px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 12px;
	display: flex;
}

.faq-item.active {
	gap: 16px;
}

.faq-question {
	align-self: stretch;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
	display: inline-flex;
	cursor: pointer;
}

.faq-question-text {
	flex: 1 1 0;
	justify-content: center;
	display: flex;
	flex-direction: column;
	color: white;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	word-wrap: break-word;
}

.faq-item:not(.active) .faq-question-text {
	opacity: 0.70;
}

.faq-toggle {
	padding: 12px;
	background: #00AEEF;
	border-radius: 34px;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	display: flex;
	transition: all 0.3s ease;
}

.faq-item:not(.active) .faq-toggle {
	background: #111111;
	outline: 1px rgba(255, 255, 255, 0.20) solid;
	outline-offset: -1px;
}

.faq-toggle svg rect:last-child {
	opacity: 1;
	transition: opacity 0.3s ease;
}

.faq-item.active .faq-toggle svg rect:last-child {
	opacity: 0;
}

.faq-answer {
	align-self: stretch;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 12px;
	display: flex;
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
	max-height: 500px;
}

.faq-separator {
	align-self: stretch;
	height: 1px;
	background: rgba(255, 255, 255, 0.20);
}

.faq-answer-text {
	align-self: stretch;
	color: white;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 20px;
	word-wrap: break-word;
}

.faq-answer-text span {
	color: white;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	line-height: 20px;
	word-wrap: break-word;
	display: inline;
}

.faq-answer-text ul {
	padding-left: 20px;
	margin: 0;
	list-style-type: disc;
}

.faq-answer-text li {
	margin-bottom: 4px;
}

/* Ajax Messages */
.ajax-success-message,
.ajax-error-message {
    margin: 20px 0;
    padding: 15px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.ajax-success-message {
    background: rgba(0, 174, 239, 0.1);
    border: 1px solid #00AEEF;
}

.ajax-error-message {
    background: rgba(255, 68, 68, 0.1);
    border: 1px solid #ff4444;
}

.ajax-message-content {
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 500;
}

.ajax-message-content svg {
    flex-shrink: 0;
}

/* Ajax Popup Styles */
.ajax-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

.ajax-popup-content {
    background: #111;
    border-radius: 20px;
    max-width: 500px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    border: 1px solid #333;
}

.ajax-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    border-bottom: 1px solid #333;
}

.ajax-popup-title {
    color: white;
    font-size: 24px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 600;
    margin: 0;
}

.ajax-popup-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ajax-popup-close:hover {
    background: rgba(255, 255, 255, 0.1);
}

.ajax-popup-body {
    padding: 30px;
}

.ajax-popup-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ajax-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ajax-form-label {
	color: white;
	font-size: 16px;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 500;
}

.ajax-required {
	color: #ff4444;
	font-weight: bold;
	margin-left: 2px;
}

.ajax-form-input,
.ajax-form-textarea {
    background: #222;
    border: 1px solid #444;
    border-radius: 8px;
    padding: 12px 16px;
    color: white;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    transition: border-color 0.3s ease;
}

.ajax-form-input:focus,
.ajax-form-textarea:focus {
    outline: none;
    border-color: #00AEEF;
}

.ajax-form-input::placeholder,
.ajax-form-textarea::placeholder {
    color: #888;
    opacity: 1;
}

.ajax-form-textarea {
    resize: vertical;
    min-height: 100px;
}

.ajax-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
}

.ajax-checkbox {
    margin: 0;
    width: 18px;
    height: 18px;
    accent-color: #00AEEF;
}

.ajax-checkbox-text {
    color: white;
    font-size: 14px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.4;
}

.ajax-link {
	color: #00AEEF;
	text-decoration: underline;
	font-weight: 600;
	transition: color 0.3s ease;
}

.ajax-link:hover {
	color: #0099D4;
	text-decoration: underline;
}

.ajax-form-submit {
    background: #00AEEF;
    border: none;
    border-radius: 8px;
    padding: 16px 32px;
    color: white;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.ajax-form-submit:hover {
    background: #0099D4;
    transform: translateY(-2px);
}

.ajax-form-submit:disabled {
    background: #666;
    cursor: not-allowed;
    transform: none;
}

.ajax-submit-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1440px) {
    .container {
        max-width: 100%;
        padding: 0 20px;
    }
    .back-section {
        padding-left: 20px;
        padding-right: 20px;
    }
    .products-section {
        width: 100%;
    }
    
    .products-list {
        width: 100%;
    }
}

@media (max-width: 1200px) {
	.solutions-row {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.partner-benefits {
		flex-direction: column;
		gap: 20px;
	}
	
	.benefit-card {
		width: 100%;
		gap: 40px;
	}
	
	.step-item {
		gap: 80px;
	}
	
	.cta-container {
		flex-direction: column;
	}
}

 @media (max-width: 1024px) {
     .benefits-grid {
         display: grid;
         grid-template-columns: 1fr 1fr;
         gap: 15px;
     }
     
     .benefit-card {
         width: 100%;
         box-sizing: border-box;
     }
    .product-card {
        flex-direction: column;
    }
    
    .product-image-section {
        width: 100%;
        justify-content: center;
    }
    
    .product-content {
        padding-right: 20px;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }

    .back-section {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .hero-video {
        height: 400px;
    }

    .consultation-button {
        width: 100%;
    }

    .benefits-container {
        gap: 30px;
    }
    
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .benefit-card {
        width: 100%;
    }

    .product-image-section {
        display: flex;
        padding: 20px;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        aspect-ratio: 1/1;
    }
    
    .product-image-container {
        display: flex;
        padding: 0 20px;
        justify-content: center;
        align-items: center;
        flex: 1 0 0;
        aspect-ratio: 1/1;
        height: auto;
    }
    
    .product-nav-left {
        left: 30px;
        top: 50%;
        transform: translateY(-50%) rotate(-180deg);
        transform-origin: center center;
    }
    
    .product-nav-right {
        right: 60px;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
        transform-origin: center center;
    }

    .product-button {
        width: 100%;
    }
	
	.benefit-card {
		gap: 30px;
	}
	
	.installation-container {
		gap: 40px;
	}
	
	.installation-title {
		height: auto;
	}
	
	.installation-steps {
		gap: 30px;
	}
	
	.step-item {
		flex-direction: row;
		align-items: center;
		gap: 20px;
		padding-top: 15px;
	}
	
	.step-number {
		font-size: 20px;
		flex-shrink: 0;
	}
	
	.step-description {
		height: auto;
		flex: 1;
	}
	
	.cta-content {
		padding: 30px 20px;
	}
	
	.cta-button {
		padding-left: 24px;
		padding-right: 24px;
		padding-top: 12px;
		padding-bottom: 12px;
	}
	
	.faq-container {
		gap: 40px;
	}
	
	.faq-item {
		padding: 15px;
	}
	
	.faq-question {
		gap: 15px;
	}

    .ajax-popup-overlay {
        padding: 10px;
    }
    
    .ajax-popup-content {
        max-width: 100%;
    }
    
    .ajax-popup-header {
        padding: 15px 20px;
    }
    
    .ajax-popup-title {
        font-size: 20px;
    }
    
    .ajax-popup-body {
        padding: 20px;
    }
    
    .ajax-form-submit {
        padding: 14px 24px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 10px;
    }
    .back-section {
        padding-left: 10px;
        padding-right: 10px;
    }
    .hero-title {
        font-size: 28px;
    }
    
    .hero-video {
        height: 250px;
    }
    
    .consultation-button {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .benefits-container {
        gap: 25px;
    }
    
    .benefits-title {
        font-size: 28px;
    }
    
    .benefit-description {
        font-size: 14px;
    }
    .products-header {
        margin-bottom: 20px;
    }
    .products-title {
        font-size: 28px;
    }
    
    .product-name {
        font-size: 24px;
    }
    
    .product-description {
        font-size: 16px;
    }
    
    .product-image-container {
        width: 150px;
    }
    
    .product-image img {
        width: 150px;
        height: 150px;
    }
    
    .product-button {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .product-image-section {
        width: 95%;
    }
    
    .product-nav-left {
        left: 15px;
    }
    
    .product-nav-right {
        right: 15px;
    }

    .partner-title {
        font-size: 28px;
    }

    .installation-title {
        font-size: 28px;
    }

    .step-description {
        font-size: 20px;
    }

    .step-number {
        font-size: 28px;
    }

    .cta-title {
        font-size: 24px;
    }

    .cta-description {
        font-size: 16px;
    }

    .cta-button {
        width: 100%;
    }

    .faq-title {
        font-size: 28px;
    }

    .ajax-popup-header {
        padding: 12px 15px;
    }
    
    .ajax-popup-title {
        font-size: 18px;
    }
    
    .ajax-popup-body {
        padding: 15px;
    }
    
    .ajax-form-input,
    .ajax-form-textarea {
        padding: 10px 12px;
        font-size: 14px;
    }
}

@media (max-width: 425px) {
    .product-image-section {
        padding: 20px 10px;
    }
}

@media (max-width: 375px) {
    .product-image-section {
        padding: 20px 9px;
    }
}

@media (max-width: 320px) {
    .product-image-section {
        padding: 20px 8px;
    }
}
