.nt-brands-page,
.nt-brand-page {
background: var(--bg-page, #FAFBFF);
font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
} .nt-brands-page .nt-hero-section,
.nt-brand-page .nt-hero-section {
padding: 8px 0 0 0;
} .nt-brands-hero-wrapper,
.nt-brand-hero-wrapper {
border: 3px solid #000000;
border-radius: 20px;
box-shadow: 6px 6px 0px 0px rgba(0,0,0,1);
margin-right: 10px;
margin-bottom: 10px;
overflow: hidden;
} .nt-brands-hero,
.nt-brand-hero-nb {
min-height: 380px;
background-color: #E8F4FD;
border-radius: 17px;
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
overflow: hidden;
padding: 32px 48px;
gap: 40px;
} .nt-brands-hero-content,
.nt-brand-hero-nb-content {
flex: 1;
max-width: 650px;
position: relative;
z-index: 2;
} .nt-brands-hero .nt-hero-breadcrumbs,
.nt-brand-hero-nb .nt-hero-breadcrumbs {
margin-bottom: 12px;
}
.nt-brands-hero .nt-hero-breadcrumbs .woocommerce-breadcrumb,
.nt-brand-hero-nb .nt-hero-breadcrumbs .woocommerce-breadcrumb {
background: none;
padding: 0;
margin: 0;
font-size: 13px;
color: rgba(0,0,0,0.5);
display: flex;
align-items: center;
gap: 8px;
}
.nt-brands-hero .nt-hero-breadcrumbs .woocommerce-breadcrumb a,
.nt-brand-hero-nb .nt-hero-breadcrumbs .woocommerce-breadcrumb a {
color: rgba(0,0,0,0.5);
text-decoration: none;
transition: color 0.2s;
}
.nt-brands-hero .nt-hero-breadcrumbs .woocommerce-breadcrumb a:hover,
.nt-brand-hero-nb .nt-hero-breadcrumbs .woocommerce-breadcrumb a:hover {
color: #000000;
} .nt-brands-hero h1,
.nt-brand-hero-nb h1 {
font-size: 3rem;
font-weight: 900;
color: #000000;
line-height: 1.1;
margin: 0 0 8px 0;
text-transform: uppercase;
} .nt-brands-hero-accent,
.nt-brand-hero-accent {
font-size: 1.5rem;
font-weight: 800;
line-height: 1.2;
margin-bottom: 12px;
color: #4285F4;
text-transform: uppercase;
} .nt-brands-hero-subtitle,
.nt-brand-hero-subtitle {
font-size: 1rem;
color: rgba(0,0,0,0.6);
line-height: 1.5;
margin: 0 0 20px 0;
max-width: 550px;
} .nt-brands-hero-cta-group,
.nt-brand-hero-cta-group {
display: flex;
flex-wrap: wrap;
gap: 12px;
} .nt-brands-hero-cta,
.nt-brand-hero-cta {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 14px 22px;
border: 2px solid #000000;
border-radius: 12px;
font-weight: 700;
font-size: 0.95rem;
text-decoration: none;
transition: all 0.15s ease;
box-shadow: 4px 4px 0px 0px rgba(0,0,0,1);
}
.nt-brands-hero-cta:hover,
.nt-brand-hero-cta:hover {
transform: translate(3px, 3px);
box-shadow: none;
}
.nt-brands-hero-cta svg,
.nt-brand-hero-cta svg {
width: 16px;
height: 16px;
transition: transform 0.2s ease;
}
.nt-brands-hero-cta:hover svg,
.nt-brand-hero-cta:hover svg {
transform: translateX(3px);
} .nt-brands-hero-cta.cta-primary,
.nt-brand-hero-cta.cta-primary {
background: #4285F4;
color: #FFFFFF !important;
} .nt-brands-hero-cta.cta-secondary,
.nt-brand-hero-cta.cta-secondary {
background: #FFFFFF;
color: #000000 !important;
} .nt-brand-hero-stats-nb {
display: flex;
flex-direction: column;
gap: 16px;
flex-shrink: 0;
}
.nt-brand-hero-stat-nb {
text-align: center;
padding: 20px 28px;
background: white;
border: 2px solid #000000;
border-radius: 14px;
box-shadow: 3px 3px 0px 0px rgba(0,0,0,1);
min-width: 140px;
}
.nt-brand-hero-stat-nb .nt-brand-hero-stat-value {
font-size: 1.75rem;
font-weight: 900;
color: #000000;
line-height: 1.2;
}
.nt-brand-hero-stat-nb .nt-brand-hero-stat-label {
font-size: 12px;
font-weight: 600;
color: rgba(0,0,0,0.6);
margin-top: 4px;
text-transform: uppercase;
} @media (max-width: 992px) {
.nt-brands-hero,
.nt-brand-hero-nb {
flex-direction: column;
text-align: center;
padding: 28px 24px;
min-height: auto;
}
.nt-brands-hero-content,
.nt-brand-hero-nb-content {
max-width: 100%;
}
.nt-brands-hero-subtitle,
.nt-brand-hero-subtitle {
max-width: 100%;
}
.nt-brands-hero-cta-group,
.nt-brand-hero-cta-group {
justify-content: center;
}
.nt-brand-hero-stats-nb {
flex-direction: row;
width: 100%;
justify-content: center;
}
}
@media (max-width: 768px) {
.nt-brands-hero-wrapper,
.nt-brand-hero-wrapper {
border: 2px solid #000000;
border-radius: 16px;
box-shadow: 4px 4px 0px 0px rgba(0,0,0,1);
margin-right: 6px;
margin-bottom: 6px;
}
.nt-brands-hero,
.nt-brand-hero-nb {
padding: 24px 20px;
border-radius: 14px;
}
.nt-brands-hero h1,
.nt-brand-hero-nb h1 {
font-size: 2rem;
}
.nt-brands-hero-accent,
.nt-brand-hero-accent {
font-size: 1.1rem;
}
.nt-brands-hero-subtitle,
.nt-brand-hero-subtitle {
font-size: 0.9rem;
}
.nt-brands-hero-cta,
.nt-brand-hero-cta {
padding: 12px 18px;
font-size: 0.85rem;
box-shadow: 3px 3px 0px 0px rgba(0,0,0,1);
}
.nt-brand-hero-stats-nb {
flex-wrap: wrap;
gap: 10px;
}
.nt-brand-hero-stat-nb {
flex: 1;
min-width: 100px;
padding: 14px 16px;
box-shadow: 2px 2px 0px 0px rgba(0,0,0,1);
}
.nt-brand-hero-stat-nb .nt-brand-hero-stat-value {
font-size: 1.3rem;
}
.nt-brand-hero-stat-nb .nt-brand-hero-stat-label {
font-size: 10px;
}
}
@media (max-width: 480px) {
.nt-brands-hero-cta-group,
.nt-brand-hero-cta-group {
flex-direction: column;
width: 100%;
}
.nt-brands-hero-cta,
.nt-brand-hero-cta {
width: 100%;
justify-content: center;
}
} .nt-brand-page .nt-advantages-section {
margin-top: 24px;
margin-bottom: 48px;
padding-top: 16px;
}
.nt-brand-page .nt-advantages-bar {
background: white;
border-radius: 14px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
display: flex;
justify-content: stretch;
align-items: stretch;
overflow: hidden;
height: 96px;
}
.nt-brand-page .nt-advantage-item {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: 24px 12px;
border-right: 1px solid #E6E6FF;
transition: background 0.2s;
height: 96px;
box-sizing: border-box;
}
.nt-brand-page .nt-advantage-item:last-child {
border-right: none;
}
.nt-brand-page .nt-advantage-item:hover {
background: #F5F9FF;
}
.nt-brand-page .nt-advantage-number {
font-size: 22px;
font-weight: 700;
color: var(--primary, #2C3DF5);
line-height: 1.2;
margin-bottom: 4px;
}
.nt-brand-page .nt-advantage-text {
font-size: 13px;
font-weight: 500;
color: #6B7280;
line-height: 1.3;
} @media (max-width: 768px) {
.nt-brand-page .nt-advantages-bar {
flex-wrap: wrap;
height: auto;
}
.nt-brand-page .nt-advantage-item {
flex: 1 1 50%;
height: auto;
border-bottom: 1px solid #E6E6FF;
padding: 18px 8px;
}
.nt-brand-page .nt-advantage-item:nth-child(odd) {
border-right: 1px solid #E6E6FF;
}
.nt-brand-page .nt-advantage-item:nth-child(even) {
border-right: none;
}
.nt-brand-page .nt-advantage-item:nth-child(n+5) {
border-bottom: none;
}
.nt-brand-page .nt-advantage-number {
font-size: 20px;
}
} .nt-brand-products-section {
margin-bottom: 48px;
}
.nt-brand-products-card {
background: white;
border-radius: 24px;
padding: 40px;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.nt-brand-products-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 32px;
flex-wrap: wrap;
gap: 16px;
}
.nt-brand-products-header .nt-section-title {
margin: 0;
font-size: 28px;
font-weight: 800;
color: #213777;
}
.nt-brand-products-count {
font-size: 15px;
color: #64748B;
background: #F5F7FF;
padding: 8px 16px;
border-radius: 20px;
font-weight: 500;
} .nt-brand-products-grid ul.products {
display: grid !important;
grid-template-columns: repeat(4, 1fr);
gap: 24px;
margin: 0;
padding: 0;
list-style: none;
}
.nt-brand-products-grid ul.products li.product {
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
float: none !important;
} .nt-brand-products-grid .woocommerce-pagination {
margin-top: 32px;
padding-top: 24px;
border-top: 1px solid #E6E6FF;
} .nt-brand-products-grid .woocommerce-result-count,
.nt-brand-products-grid .woocommerce-ordering {
display: none;
} @media (max-width: 1200px) {
.nt-brand-products-grid ul.products {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 992px) {
.nt-brand-products-grid ul.products {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.nt-brand-products-card {
padding: 24px;
border-radius: 16px;
}
.nt-brand-products-header {
flex-direction: column;
align-items: flex-start;
}
.nt-brand-products-grid ul.products {
gap: 16px;
}
}
@media (max-width: 576px) {
.nt-brand-products-grid ul.products {
grid-template-columns: 1fr;
}
} .nt-brand-about {
margin-bottom: 48px;
}
.nt-brand-about-card {
background: white;
border-radius: 24px;
padding: 48px 60px;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.nt-brand-about-card .nt-section-title {
font-size: 32px;
font-weight: 800;
color: #213777;
margin: 0 0 32px 0;
text-align: center;
}
.nt-brand-about-content {
font-size: 16px;
line-height: 1.8;
color: #213777;
}
.nt-brand-about-content p {
margin-bottom: 20px;
}
.nt-brand-about-content h2,
.nt-brand-about-content h3 {
color: #213777;
font-weight: 700;
margin-top: 40px;
margin-bottom: 16px;
}
.nt-brand-about-content h2 {
font-size: 24px;
padding: 16px 24px;
background: linear-gradient(135deg, #F5F7FF 0%, #E8ECFF 100%);
border-radius: 12px;
border-left: 4px solid #2C3DF5;
}
.nt-brand-about-content h3 {
font-size: 20px;
padding-left: 32px;
position: relative;
}
.nt-brand-about-content h3:before {
content: "→";
position: absolute;
left: 8px;
color: #2C3DF5;
font-weight: 700;
font-size: 18px;
}
.nt-brand-about-content ul,
.nt-brand-about-content ol {
margin: 20px 0;
padding-left: 30px;
}
.nt-brand-about-content strong {
font-weight: 700;
color: #2C3DF5;
background: linear-gradient(135deg, rgba(44, 61, 245, 0.1) 0%, rgba(91, 108, 245, 0.05) 100%);
padding: 2px 6px;
border-radius: 4px;
} .nt-read-more-wrapper {
margin-top: 32px;
padding-top: 24px;
border-top: 1px solid #e8ecff;
}
.nt-read-more-link {
display: inline-flex;
align-items: center;
gap: 8px;
color: #2C3DF5;
font-size: 16px;
font-weight: 600;
text-decoration: none;
transition: all 0.2s;
padding: 8px 0;
}
.nt-read-more-link:hover {
gap: 12px;
color: #213777;
}
.nt-link-icon {
transition: transform 0.3s;
}
.nt-read-more-link:hover .nt-link-icon {
transform: translateX(4px);
}
.nt-link-text-more,
.nt-link-text-less {
display: inline-flex;
align-items: center;
gap: 8px;
} @media (max-width: 1024px) {
.nt-brand-about-card {
padding: 40px 32px;
}
.nt-brand-about-card .nt-section-title {
font-size: 28px;
}
}
@media (max-width: 768px) {
.nt-brand-about-card {
padding: 32px 24px;
border-radius: 16px;
}
.nt-brand-about-card .nt-section-title {
font-size: 24px;
}
.nt-brand-about-content {
font-size: 15px;
}
.nt-brand-about-content h2 {
font-size: 20px;
padding: 12px 16px;
}
.nt-brand-about-content h3 {
font-size: 18px;
}
} .nt-brand-certificate {
margin-bottom: 48px;
}
.nt-brand-certificate-card {
background: linear-gradient(135deg, #F0FDF4 0%, #DCFCE7 100%);
border-radius: 24px;
padding: 48px;
display: flex;
align-items: center;
gap: 48px;
border: 2px solid #86EFAC;
}
.nt-brand-certificate-content {
flex: 1;
}
.nt-brand-certificate-badge {
display: inline-flex;
align-items: center;
gap: 8px;
background: #22C55E;
color: white;
padding: 8px 16px;
border-radius: 20px;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 16px;
}
.nt-brand-certificate-badge svg {
width: 18px;
height: 18px;
}
.nt-brand-certificate-card .nt-section-title {
font-size: 28px;
font-weight: 800;
color: #166534;
margin: 0 0 16px 0;
}
.nt-brand-certificate-text {
font-size: 16px;
color: #15803D;
line-height: 1.7;
margin: 0 0 24px 0;
max-width: 500px;
}
.nt-brand-certificate-benefits {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 12px;
}
.nt-brand-certificate-benefits li {
display: flex;
align-items: center;
gap: 12px;
font-size: 15px;
font-weight: 600;
color: #166534;
}
.nt-brand-certificate-benefits svg {
width: 20px;
height: 20px;
color: #22C55E;
flex-shrink: 0;
}
.nt-brand-certificate-image {
flex-shrink: 0;
width: 280px;
}
.nt-brand-certificate-link {
display: block;
position: relative;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
transition: all 0.3s ease;
}
.nt-brand-certificate-link:hover {
transform: scale(1.02);
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}
.nt-brand-certificate-link img {
width: 100%;
height: auto;
display: block;
}
.nt-brand-certificate-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.6);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 8px;
opacity: 0;
transition: opacity 0.3s ease;
color: white;
}
.nt-brand-certificate-link:hover .nt-brand-certificate-overlay {
opacity: 1;
}
.nt-brand-certificate-overlay svg {
width: 32px;
height: 32px;
}
.nt-brand-certificate-overlay span {
font-size: 14px;
font-weight: 600;
} @media (max-width: 992px) {
.nt-brand-certificate-card {
flex-direction: column;
text-align: center;
padding: 32px;
}
.nt-brand-certificate-text {
max-width: 100%;
}
.nt-brand-certificate-benefits {
align-items: center;
}
.nt-brand-certificate-image {
width: 100%;
max-width: 320px;
}
} .nt-brand-page .nt-section-title {
font-size: 28px;
font-weight: 800;
color: #213777;
margin: 0 0 24px 0;
} .nt-brand-page .nt-section {
margin-bottom: 48px;
}  .nt-brands-page .nt-advantages-section {
margin-top: 24px;
margin-bottom: 48px;
padding-top: 16px;
}
.nt-brands-page .nt-advantages-bar {
background: white;
border-radius: 14px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
display: flex;
justify-content: stretch;
align-items: stretch;
overflow: hidden;
}
.nt-brands-page .nt-advantage-item {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: 24px 12px;
border-right: 1px solid #E6E6FF;
transition: background 0.2s;
}
.nt-brands-page .nt-advantage-item:last-child {
border-right: none;
}
.nt-brands-page .nt-advantage-item:hover {
background: #F5F9FF;
}
.nt-brands-page .nt-advantage-number {
font-size: 22px;
font-weight: 700;
color: var(--primary, #2C3DF5);
line-height: 1.2;
margin-bottom: 4px;
}
.nt-brands-page .nt-advantage-text {
font-size: 13px;
font-weight: 500;
color: #6B7280;
line-height: 1.3;
} .nt-brands-advantages-card {
background: white;
border-radius: 24px;
padding: 40px;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.nt-brands-advantages-card .nt-section-title {
font-size: 32px;
font-weight: 800;
color: var(--text-dark, #213777);
text-align: center;
margin: 0 0 32px 0;
}
.nt-brands-advantages-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 32px;
margin-bottom: 40px;
}
.nt-brands-advantage-item {
background: var(--bg-light, #F5F7FF);
border-radius: 20px;
padding: 32px;
text-align: center;
transition: all 0.3s ease;
}
.nt-brands-advantage-item:hover {
transform: translateY(-4px);
box-shadow: 0 8px 24px rgba(44, 61, 245, 0.1);
}
.nt-brands-advantage-icon {
width: 56px;
height: 56px;
border-radius: 14px;
background: white;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 20px auto;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
color: var(--primary, #2C3DF5);
}
.nt-brands-advantage-icon svg {
width: 28px;
height: 28px;
stroke-width: 2;
}
.nt-brands-advantage-item h4 {
font-size: 18px;
font-weight: 700;
color: var(--text-dark, #213777);
margin: 0 0 12px 0;
}
.nt-brands-advantage-item p {
font-size: 15px;
color: var(--text-gray, #64748B);
line-height: 1.6;
margin: 0;
}
.nt-brands-advantages-footer {
padding-top: 32px;
border-top: 2px solid var(--border, #E6E6FF);
text-align: center;
max-width: 900px;
margin: 0 auto;
}
.nt-brands-advantages-footer p {
font-size: 15px;
color: var(--text-gray, #64748B);
line-height: 1.7;
margin: 0 0 16px 0;
}
.nt-brands-advantages-footer p:last-child {
margin-bottom: 0;
}
.nt-brands-advantages-footer strong {
color: var(--primary, #2C3DF5);
} .nt-brands-card {
background: white;
border-radius: 24px;
padding: 40px;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.nt-brands-card .nt-section-title {
font-size: 32px;
font-weight: 800;
color: var(--text-dark, #213777);
text-align: center;
margin: 0 0 32px 0;
}
.nt-brands-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 16px;
}
.nt-brand-item {
background: #F5F9FF;
border-radius: 12px;
padding: 24px;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
transition: all 0.2s ease;
border: 2px solid transparent;
min-height: 80px;
}
.nt-brand-item:hover {
border-color: var(--primary, #2C3DF5);
background: white;
}
.nt-brand-name {
font-size: 14px;
font-weight: 700;
color: var(--text-dark, #213777);
text-transform: uppercase;
letter-spacing: 0.5px;
} @media (max-width: 1200px) {
.nt-brands-grid {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 1024px) {
.nt-brands-advantages-grid {
grid-template-columns: 1fr;
gap: 24px;
}
}
@media (max-width: 768px) {
.nt-brands-advantages-card,
.nt-brands-card {
padding: 24px 16px;
border-radius: 16px;
}
.nt-brands-advantages-card .nt-section-title,
.nt-brands-card .nt-section-title {
font-size: 24px;
margin-bottom: 24px;
}
.nt-brands-advantage-item {
padding: 24px;
}
.nt-brands-grid {
grid-template-columns: repeat(2, 1fr);
gap: 12px;
}
.nt-brand-item {
padding: 16px 12px;
min-height: 60px;
}
.nt-brand-name {
font-size: 13px;
} .nt-brands-page .nt-advantages-bar {
flex-wrap: wrap;
}
.nt-brands-page .nt-advantage-item {
flex: 1 1 50%;
border-bottom: 1px solid #E6E6FF;
padding: 16px 8px;
}
.nt-brands-page .nt-advantage-item:nth-child(odd) {
border-right: 1px solid #E6E6FF;
}
.nt-brands-page .nt-advantage-item:nth-child(even) {
border-right: none;
}
.nt-brands-page .nt-advantage-item:nth-child(n+5) {
border-bottom: none;
}
.nt-brands-page .nt-advantage-item {
padding: 18px 8px;
}
.nt-brands-page .nt-advantage-number {
font-size: 20px;
}
}:root {
--nt-primary: var(--primary);
--nt-primary-dark: var(--primary-dark);
--nt-bg-light: var(--bg-light);
--nt-bg-white: var(--bg-white);
--nt-text-dark: var(--text-dark);
--nt-text-gray: var(--text-gray);
--nt-text-light: #9CA3AF;
--nt-border: var(--border);
--nt-border-light: var(--border-light);
--nt-shadow-sm: var(--shadow-sm);
--nt-shadow-md: var(--shadow-md);
--nt-shadow-lg: var(--shadow-lg);
--nt-gradient-primary: var(--gradient-primary);
--nt-green: #10B981; --hero-title: #F2F5FA;
--hero-subtitle: #B8C2D8;
--hero-accent: #DCE6FF;
--hero-support: #8E9AB3;
--hero-badge-bg: #2F4AE6;
--hero-badge-text: #FFFFFF;
--hero-cta-bg: #2F4AE6;
--hero-cta-text: #FFFFFF;
--hero-cta-hover: #3E5BFF;
} .nt-homepage {
font-family: var(--font-family-montserrat) !important;
color: var(--text-dark) !important;
line-height: 1.6 !important;
background: var(--bg-page) !important;
font-size: 16px !important;
}
.nt-homepage *,
.nt-homepage *::before,
.nt-homepage *::after {
box-sizing: border-box !important;
}
.nt-homepage h1,
.nt-homepage h2,
.nt-homepage h3,
.nt-homepage h4,
.nt-homepage h5,
.nt-homepage h6,
.nt-homepage p {
margin: 0 !important;
padding: 0 !important;
}
.nt-homepage a {
text-decoration: none !important;
}   .nt-homepage .nt-section {
margin-bottom: var(--section-gap) !important;
padding-top: 16px !important;
}
.nt-homepage .nt-section:last-of-type {
margin-bottom: var(--section-gap-last) !important;
}
.nt-homepage .nt-section-title {
font-size: 32px !important;
font-weight: 800 !important;
color: var(--text-dark) !important;
text-align: center !important;
margin-bottom: 8px !important;
line-height: 1.2 !important;
}
.nt-homepage .nt-section-subtitle {
font-size: 15px !important;
color: #6B7280 !important;
text-align: center !important;
margin-top: 0 !important;
margin-bottom: 28px !important;
line-height: 1.5 !important;
} .nt-homepage .nt-section-title:last-child {
margin-bottom: 28px !important;
}
.nt-homepage .nt-section-link {
display: block !important;
text-align: right !important;
color: var(--primary) !important;
text-decoration: none !important;
font-weight: 600 !important;
font-size: 14px !important;
margin-top: 24px !important;
}
.nt-homepage .nt-section-link:hover {
opacity: 0.8 !important;
} .nt-homepage .nt-hero-section {
padding: 8px 0 0 0 !important;
}
.nt-homepage .nt-hero-slider {
position: relative !important;
border-radius: 20px !important;
overflow: hidden !important;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
}
.nt-homepage .nt-hero-slides {
display: flex !important;
transition: transform 0.5s ease !important;
}
.nt-homepage .nt-hero-slide {
min-width: 100% !important;
min-height: 420px !important;
background-size: cover !important;
background-position: center !important;
display: flex !important;
align-items: center !important;
position: relative !important;
} .nt-homepage .nt-hero-slide-1,
.nt-homepage .nt-hero-slide-product {
background-color: #E8EDF8 !important;
background-size: cover !important;
background-position: center right !important;
background-repeat: no-repeat !important;
} .nt-homepage .nt-hero-lcp-img {
position: absolute !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
object-position: right center !important;
z-index: 0 !important;
} .nt-homepage .nt-hero-slide-promo {
background-color: #1a365d !important;
background-size: auto 100% !important;
background-position: right center !important;
background-repeat: no-repeat !important;
}  .nt-homepage .nt-hero-slide-2,
.nt-homepage .nt-hero-slide-3 {
background-color: #1a365d !important;
}
.nt-homepage .nt-hero-slide-content {
padding: 48px 60px !important;
max-width: 680px !important;
z-index: 2 !important;
position: relative !important;
}
.nt-homepage .nt-hero-label {
display: inline-block !important;
background: var(--hero-badge-bg) !important;
color: var(--hero-badge-text) !important;
padding: 6px 14px !important;
border-radius: 6px !important;
font-size: 11px !important;
font-weight: 700 !important;
text-transform: uppercase !important;
margin-bottom: 12px !important;
}  .nt-homepage .mobile-br {
display: none !important;
}
.nt-homepage .nt-hero-slide h1 {
font-size: 36px !important;
font-weight: 800 !important;
line-height: 1.15 !important;
margin-bottom: 8px !important;
color: var(--hero-title) !important;
} .nt-homepage .nt-hero-slide h1 span {
color: var(--hero-accent) !important;
}
.nt-homepage .nt-hero-subtitle {
font-size: 15px !important;
color: var(--hero-subtitle) !important;
margin-bottom: 20px !important;
line-height: 1.5 !important;
} .nt-homepage .nt-hero-support {
font-size: 13px !important;
color: var(--hero-support) !important;
margin-top: 8px !important;
} .nt-homepage .nt-hero-highlight {
font-size: 32px !important;
font-weight: 900 !important;
color: var(--hero-accent) !important;
margin: 16px 0 4px !important;
line-height: 1.2 !important;
} .nt-homepage .nt-hero-price-block {
display: inline-block !important;
margin-bottom: 8px !important;
}
.nt-homepage .nt-hero-price-value {
font-size: 32px !important;
font-weight: 900 !important;
color: var(--hero-accent) !important;
}
.nt-homepage .nt-hero-price-sub {
font-size: 13px !important;
color: var(--hero-support) !important;
margin-top: 4px !important;
} .nt-homepage .nt-hero-cta {
display: inline-flex !important;
align-items: center !important;
gap: 8px !important;
margin-top: 20px !important;
padding: 14px 28px !important;
background: var(--hero-cta-bg) !important;
color: var(--hero-cta-text) !important;
font-weight: 700 !important;
font-size: 14px !important;
text-decoration: none !important;
border-radius: 12px !important;
transition: all 0.2s !important;
box-shadow: 0 4px 12px rgba(47, 74, 230, 0.3) !important;
}
.nt-homepage .nt-hero-cta:hover {
transform: translateY(-2px) !important;
background: var(--hero-cta-hover) !important;
box-shadow: 0 6px 16px rgba(47, 74, 230, 0.4) !important;
color: var(--hero-cta-text) !important;
}
.nt-homepage .nt-hero-cta svg {
width: 16px !important;
height: 16px !important;
}
.nt-homepage .nt-hero-nav-zone {
position: absolute !important;
top: 0 !important;
bottom: 0 !important;
width: 120px !important;
z-index: 10 !important;
}
.nt-homepage .nt-hero-nav-zone.left {
left: 0 !important;
cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%232C3DF5' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E") 16 16, pointer !important;
}
.nt-homepage .nt-hero-nav-zone.right {
right: 0 !important;
cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%232C3DF5' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E") 16 16, pointer !important;
}
.nt-homepage .nt-hero-nav-zone:hover {
background: transparent !important;
}
.nt-homepage .nt-slider-dots {
position: absolute !important;
bottom: 16px !important;
left: 50% !important;
transform: translateX(-50%) !important;
display: flex !important;
gap: 6px !important;
z-index: 10 !important;
}
.nt-homepage .nt-slider-dot {
width: 8px !important;
height: 8px !important;
border-radius: 50% !important;
background: rgba(33, 55, 119, 0.3) !important;
border: none !important;
cursor: pointer !important;
transition: all 0.3s !important;
padding: 0 !important;
}
.nt-homepage .nt-slider-dot.active {
background: var(--primary) !important;
width: 24px !important;
border-radius: 4px !important;
} .nt-advantages-section {
margin-top: 24px !important;
margin-bottom: 48px !important;
}
.nt-advantages-bar {
background: white !important;
border-radius: 14px !important;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
display: flex !important;
justify-content: stretch !important;
align-items: stretch !important;
overflow: hidden !important;
}
.nt-advantage-item {
flex: 1 !important;
display: flex !important;
flex-direction: column !important;
align-items: center !important;
justify-content: center !important;
text-align: center !important;
padding: 24px 12px !important;
border-right: 1px solid #E6E6FF !important;
transition: background 0.2s !important;
}
.nt-advantage-item:last-child {
border-right: none !important;
}
.nt-advantage-item:hover {
background: #F5F9FF !important;
}
.nt-advantage-number {
font-size: 22px !important;
font-weight: 700 !important;
color: var(--primary) !important;
line-height: 1.2 !important;
margin-bottom: 4px !important;
}
.nt-advantage-text {
font-size: 13px !important;
font-weight: 500 !important;
color: #6B7280 !important;
line-height: 1.3 !important;
} .nt-homepage .nt-products-grid {
display: grid !important;
grid-template-columns: repeat(4, 1fr) !important;
gap: 24px !important;
}
.nt-homepage .nt-product-card {
background: white !important;
border-radius: 16px !important;
padding: 20px !important;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
transition: all 0.3s !important;
text-decoration: none !important;
display: block !important;
position: relative !important;
}
.nt-homepage .nt-product-card:hover {
transform: translateY(-4px) !important;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
} .nt-homepage .nt-product-badge {
position: absolute !important;
top: 12px !important;
left: 12px !important;
padding: 6px 12px !important;
border: 2px solid #000000 !important;
border-radius: 6px !important;
box-shadow: 2px 2px 0px 0px rgba(0,0,0,1) !important;
font-size: 10px !important;
font-weight: 700 !important;
text-transform: uppercase !important;
letter-spacing: 0.3px !important;
z-index: 2 !important;
}
.nt-homepage .nt-product-badge.hit {
background: #2C3DF5 !important;
color: white !important;
}
.nt-homepage .nt-product-badge.sale {
background: #EF4444 !important;
color: white !important;
}
.nt-homepage .nt-product-badge.new {
background: #10B981 !important;
color: white !important;
}
.nt-homepage .nt-product-badge.flagship {
background: #FCD34D !important;
color: #000000 !important;
}
.nt-homepage .nt-product-image {
aspect-ratio: 1 / 1 !important;
background: #ffffff !important;
border-radius: 12px !important;
border: 1px solid #E5E7EB !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
margin-bottom: 16px !important;
overflow: hidden !important;
color: #9CA3AF !important;
font-size: 13px !important;
}
.nt-homepage .nt-product-image img {
max-width: 100% !important;
max-height: 100% !important;
object-fit: contain !important;
}
.nt-homepage .nt-product-brand {
font-size: 11px !important;
font-weight: 600 !important;
color: var(--primary) !important;
text-transform: uppercase !important;
letter-spacing: 0.5px !important;
margin-bottom: 4px !important;
}
.nt-homepage .nt-product-name {
font-size: 15px !important;
font-weight: 700 !important;
color: var(--text-dark) !important;
margin-bottom: 8px !important;
line-height: 1.3 !important;
}
.nt-homepage .nt-product-rating {
display: flex !important;
align-items: center !important;
gap: 6px !important;
margin-bottom: 12px !important;
}
.nt-homepage .nt-product-stars {
color: #FBBF24 !important;
font-size: 12px !important;
}
.nt-homepage .nt-product-rating-value {
font-size: 13px !important;
font-weight: 700 !important;
color: var(--text-dark) !important;
}
.nt-homepage .nt-product-reviews {
font-size: 12px !important;
color: #6B7280 !important;
}
.nt-homepage .nt-product-prices {
display: flex !important;
align-items: center !important;
gap: 10px !important;
}
.nt-homepage .nt-product-price {
font-size: 20px !important;
font-weight: 800 !important;
color: var(--primary) !important;
}
.nt-homepage .nt-product-price-old {
font-size: 14px !important;
color: #9CA3AF !important;
text-decoration: line-through !important;
} .nt-homepage .nt-combo-section {
background: white !important;
border-radius: 24px !important;
padding: 40px !important;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
}
.nt-homepage .nt-combo-section .nt-section-title {
margin-bottom: 8px !important;
}
.nt-homepage .nt-combo-grid {
display: grid !important;
grid-template-columns: repeat(3, 1fr) !important;
gap: 24px !important;
}
.nt-homepage .nt-combo-card {
background: #F5F9FF !important;
border-radius: 16px !important;
padding: 24px !important;
text-decoration: none !important;
display: block !important;
transition: all 0.3s !important;
}
.nt-homepage .nt-combo-card:hover {
transform: translateY(-4px) !important;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
}
.nt-homepage .nt-combo-images {
display: flex !important;
align-items: flex-end !important;
justify-content: center !important;
gap: 8px !important;
height: 140px !important;
margin-bottom: 20px !important;
}
.nt-homepage .nt-combo-img {
background: white !important;
border-radius: 12px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
overflow: hidden !important;
color: #9CA3AF !important;
font-size: 10px !important;
}
.nt-homepage .nt-combo-img img {
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
}
.nt-homepage .nt-combo-img.small {
width: 70px !important;
height: 90px !important;
}
.nt-homepage .nt-combo-img.large {
width: 90px !important;
height: 120px !important;
}
.nt-homepage .nt-combo-title {
font-size: 16px !important;
font-weight: 700 !important;
color: var(--primary) !important;
margin-bottom: 4px !important;
text-align: center !important;
}
.nt-homepage .nt-combo-subtitle {
font-size: 13px !important;
color: #6B7280 !important;
margin-bottom: 12px !important;
text-align: center !important;
}
.nt-homepage .nt-combo-feature {
display: flex !important;
align-items: center !important;
gap: 8px !important;
font-size: 12px !important;
color: var(--text-dark) !important;
justify-content: center !important;
margin-bottom: 16px !important;
}
.nt-homepage .nt-combo-feature svg {
width: 18px !important;
height: 18px !important;
fill: #10B981 !important;
}
.nt-homepage .nt-combo-price {
font-size: 22px !important;
font-weight: 800 !important;
color: var(--primary) !important;
text-align: center !important;
} .nt-homepage .nt-brands-section {
background: white !important;
border-radius: 24px !important;
padding: 40px !important;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
}
.nt-homepage .nt-brands-grid {
display: grid !important;
grid-template-columns: repeat(4, 1fr) !important;
gap: 16px !important;
}
.nt-homepage .nt-brand-card {
background: #F5F9FF !important;
border-radius: 12px !important;
padding: 24px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
text-decoration: none !important;
transition: all 0.2s !important;
border: 2px solid transparent !important;
min-height: 80px !important;
}
.nt-homepage .nt-brand-card:hover {
border-color: var(--primary) !important;
background: white !important;
}
.nt-homepage .nt-brand-name {
font-size: 14px !important;
font-weight: 700 !important;
color: var(--text-dark) !important;
}
.nt-homepage .nt-brand-logo {
max-width: 120px !important;
max-height: 40px !important;
object-fit: contain !important;
filter: grayscale(100%) !important;
opacity: 0.7 !important;
transition: all 0.2s !important;
}
.nt-homepage .nt-brand-card:hover .nt-brand-logo {
filter: grayscale(0%) !important;
opacity: 1 !important;
}
.nt-homepage .nt-brand-card.more {
background: transparent !important;
border: 2px dashed #E6E6FF !important;
}
.nt-homepage .nt-brand-card.more:hover {
border-color: var(--primary) !important;
background: #F5F9FF !important;
}
.nt-homepage .nt-brand-card.more .nt-brand-name {
color: var(--primary) !important;
font-weight: 600 !important;
white-space: nowrap !important;
}   .nt-homepage .nt-reviews-section .nt-reviews-wrapper {
position: relative !important;
} .nt-homepage .nt-reviews-section .nt-reviews-grid {
display: flex !important;
gap: 24px !important;
overflow-x: auto !important;
scroll-snap-type: x mandatory !important;
scrollbar-width: none !important;
-ms-overflow-style: none !important;
padding: 16px 4px !important;
margin: -16px -4px !important;
}
.nt-homepage .nt-reviews-grid::-webkit-scrollbar {
display: none !important;
} .nt-homepage .nt-reviews-wrapper .nt-scroll-nav,
.nt-homepage .nt-articles-wrapper .nt-scroll-nav {
position: absolute !important;
top: 50% !important;
transform: translateY(-50%) !important;
width: 44px !important;
height: 44px !important;
background: white !important;
border: 1px solid #E6E6FF !important;
border-radius: 50% !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
cursor: pointer !important;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
z-index: 10 !important;
transition: all 0.2s !important;
}
.nt-homepage .nt-reviews-wrapper .nt-scroll-nav:hover,
.nt-homepage .nt-articles-wrapper .nt-scroll-nav:hover {
background: #F5F9FF !important;
}
.nt-homepage .nt-reviews-wrapper .nt-scroll-nav.prev,
.nt-homepage .nt-articles-wrapper .nt-scroll-nav.prev {
left: -22px !important;
}
.nt-homepage .nt-reviews-wrapper .nt-scroll-nav.next,
.nt-homepage .nt-articles-wrapper .nt-scroll-nav.next {
right: -22px !important;
}
.nt-homepage .nt-reviews-wrapper .nt-scroll-nav svg,
.nt-homepage .nt-articles-wrapper .nt-scroll-nav svg {
width: 20px !important;
height: 20px !important;
stroke: var(--text-dark) !important;
}
.nt-homepage .nt-reviews-grid::-webkit-scrollbar {
display: none !important;
}
.nt-homepage .nt-reviews-section .nt-review-card {
min-width: calc((100% - 48px) / 3) !important;
max-width: calc((100% - 48px) / 3) !important;
flex: 0 0 calc((100% - 48px) / 3) !important;
background: white !important;
border-radius: 16px !important;
padding: 28px !important;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
scroll-snap-align: start !important;
}
.nt-homepage .nt-review-header {
display: flex !important;
align-items: center !important;
gap: 14px !important;
margin-bottom: 16px !important;
}
.nt-homepage .nt-review-avatar {
width: 52px !important;
height: 52px !important;
border-radius: 50% !important;
background: #F5F9FF !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
color: var(--primary) !important;
font-weight: 700 !important;
font-size: 18px !important;
}
.nt-homepage .nt-review-author {
flex: 1 !important;
}
.nt-homepage .nt-review-name {
font-size: 15px !important;
font-weight: 700 !important;
color: var(--text-dark) !important;
}
.nt-homepage .nt-review-date {
font-size: 12px !important;
color: #6B7280 !important;
}
.nt-homepage .nt-review-stars {
color: #FBBF24 !important;
font-size: 14px !important;
}
.nt-homepage .nt-review-text {
font-size: 14px !important;
color: #6B7280 !important;
line-height: 1.6 !important;
}   .nt-homepage .nt-articles-section .nt-articles-wrapper {
position: relative !important;
} .nt-homepage .nt-articles-section .nt-articles-grid {
display: flex !important;
gap: 24px !important;
overflow-x: auto !important;
scroll-snap-type: x mandatory !important;
scrollbar-width: none !important;
-ms-overflow-style: none !important;
padding: 16px 4px !important;
margin: -16px -4px !important;
}
.nt-homepage .nt-articles-grid::-webkit-scrollbar {
display: none !important;
}
.nt-homepage .nt-articles-section .nt-article-card {
min-width: calc((100% - 48px) / 3) !important;
max-width: calc((100% - 48px) / 3) !important;
flex: 0 0 calc((100% - 48px) / 3) !important;
background: white !important;
border-radius: 16px !important;
overflow: hidden !important;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
scroll-snap-align: start !important;
text-decoration: none !important;
display: block !important;
transition: all 0.3s !important;
}
.nt-homepage .nt-articles-section .nt-article-card:hover {
transform: translateY(-4px) !important;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
}
.nt-homepage .nt-article-banner {
height: 180px !important;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
position: relative !important;
padding: 20px !important;
display: flex !important;
flex-direction: column !important;
justify-content: flex-end !important;
overflow: hidden !important;
}
.nt-homepage .nt-article-banner img {
position: absolute !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
z-index: 1 !important;
} .nt-homepage .nt-article-label {
position: relative !important;
display: inline-block !important;
width: fit-content !important;
background: rgba(255,255,255,0.25) !important;
backdrop-filter: blur(4px) !important;
color: white !important;
padding: 6px 12px !important;
border-radius: 6px !important;
font-size: 11px !important;
font-weight: 600 !important;
text-transform: uppercase !important;
z-index: 3 !important;
margin-bottom: 8px !important;
}
.nt-homepage .nt-article-banner-title {
font-size: 16px !important;
font-weight: 700 !important;
color: white !important;
line-height: 1.3 !important;
position: relative !important;
z-index: 3 !important;
text-shadow: 0 2px 4px rgba(0,0,0,0.3) !important;
}
.nt-homepage .nt-article-content {
padding: 20px !important;
}
.nt-homepage .nt-article-excerpt {
font-size: 14px !important;
color: #6B7280 !important;
line-height: 1.5 !important;
margin-bottom: 16px !important;
}
.nt-homepage .nt-article-meta {
display: flex !important;
gap: 16px !important;
font-size: 12px !important;
color: #9CA3AF !important;
}
.nt-homepage .nt-article-meta span {
display: flex !important;
align-items: center !important;
gap: 4px !important;
}   .nt-homepage .nt-cta-section {
background: white !important;
border-radius: 24px !important;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
overflow: hidden !important;
display: grid !important;
grid-template-columns: 380px 1fr !important;
}
.nt-homepage .nt-cta-manager {
background: linear-gradient(180deg, var(--primary) 0%, #1E28B8 100%) !important;
padding: 48px 36px !important;
color: white !important;
display: flex !important;
flex-direction: column !important;
align-items: center !important;
text-align: center !important;
}
.nt-homepage .nt-manager-photo {
width: 120px !important;
height: 120px !important;
border-radius: 50% !important;
background: rgba(255,255,255,0.2) !important;
margin-bottom: 20px !important;
overflow: hidden !important;
border: 4px solid rgba(255,255,255,0.3) !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
font-size: 40px !important;
color: rgba(255,255,255,0.5) !important;
}
.nt-homepage .nt-manager-photo img {
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
}
.nt-homepage .nt-manager-name {
font-size: 18px !important;
font-weight: 700 !important;
margin-bottom: 4px !important;
color: white !important;
}
.nt-homepage .nt-manager-role {
font-size: 13px !important;
opacity: 0.8 !important;
margin-bottom: 20px !important;
color: white !important;
}
.nt-homepage .nt-manager-stats {
display: flex !important;
gap: 28px !important;
margin-bottom: 24px !important;
}
.nt-homepage .nt-stat {
text-align: center !important;
}
.nt-homepage .nt-stat-value {
font-size: 24px !important;
font-weight: 800 !important;
color: white !important;
}
.nt-homepage .nt-stat-label {
font-size: 10px !important;
opacity: 0.8 !important;
text-transform: uppercase !important;
letter-spacing: 0.5px !important;
color: white !important;
}
.nt-homepage .nt-manager-quote {
font-size: 13px !important;
line-height: 1.6 !important;
opacity: 0.9 !important;
font-style: italic !important;
padding: 16px !important;
background: rgba(255,255,255,0.1) !important;
border-radius: 12px !important;
color: white !important;
}
.nt-homepage .nt-manager-contacts {
margin-top: 20px !important;
display: flex !important;
gap: 10px !important;
}
.nt-homepage .nt-manager-contact {
width: 40px !important;
height: 40px !important;
background: rgba(255,255,255,0.15) !important;
border-radius: 10px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
transition: background 0.2s !important;
cursor: pointer !important;
text-decoration: none !important;
}
.nt-homepage .nt-manager-contact:hover {
background: rgba(255,255,255,0.25) !important;
}
.nt-homepage .nt-manager-contact svg {
width: 18px !important;
height: 18px !important;
color: white !important;
fill: white !important;
}
.nt-homepage .nt-cta-form-wrapper {
padding: 48px !important;
display: flex !important;
flex-direction: column !important;
justify-content: center !important;
}
.nt-homepage .nt-cta-form-header {
margin-bottom: 28px !important;
}
.nt-homepage .nt-cta-form-header h2 {
font-size: 26px !important;
font-weight: 800 !important;
color: var(--text-dark) !important;
margin-bottom: 8px !important;
}
.nt-homepage .nt-cta-form-header p {
font-size: 15px !important;
color: #6B7280 !important;
}
.nt-homepage .nt-cta-badge {
display: inline-flex !important;
align-items: center !important;
gap: 8px !important;
background: #E8FFF3 !important;
color: #059669 !important;
padding: 8px 14px !important;
border-radius: 8px !important;
font-size: 13px !important;
font-weight: 600 !important;
margin-bottom: 14px !important;
}
.nt-homepage .nt-cta-badge svg {
width: 16px !important;
height: 16px !important;
}
.nt-homepage .nt-form-row {
display: grid !important;
grid-template-columns: 1fr 1fr !important;
gap: 16px !important;
}
.nt-homepage .nt-form-group {
margin-bottom: 14px !important;
}
.nt-homepage .nt-form-group label {
display: block !important;
font-size: 12px !important;
font-weight: 600 !important;
color: var(--text-dark) !important;
margin-bottom: 6px !important;
}
.nt-homepage .nt-form-group input,
.nt-homepage .nt-form-group select {
width: 100% !important;
padding: 13px 16px !important;
border: 1px solid #E6E6FF !important;
border-radius: 12px !important;
font-size: 15px !important;
font-family: inherit !important;
color: var(--text-dark) !important;
background: white !important;
transition: all 0.2s !important;
}
.nt-homepage .nt-form-group input:focus,
.nt-homepage .nt-form-group select:focus {
outline: none !important;
border-color: var(--primary) !important;
box-shadow: 0 0 0 4px rgba(44, 61, 245, 0.1) !important;
}
.nt-homepage .nt-form-group input::placeholder {
color: #9CA3AF !important;
}
.nt-homepage .nt-form-group.select-wrapper {
position: relative !important;
}
.nt-homepage .nt-form-group.select-wrapper::after {
content: '' !important;
position: absolute !important;
right: 16px !important;
bottom: 17px !important;
width: 10px !important;
height: 10px !important;
border-right: 2px solid #6B7280 !important;
border-bottom: 2px solid #6B7280 !important;
transform: rotate(45deg) !important;
pointer-events: none !important;
}
.nt-homepage .nt-form-group select {
-webkit-appearance: none !important;
appearance: none !important;
padding-right: 44px !important;
cursor: pointer !important;
}
.nt-homepage .nt-form-submit {
width: 100% !important;
padding: 16px 32px !important;
background: linear-gradient(135deg, var(--primary) 0%, #5B6BFF 100%) !important;
color: white !important;
border: none !important;
border-radius: 12px !important;
font-size: 16px !important;
font-weight: 700 !important;
font-family: inherit !important;
cursor: pointer !important;
transition: all 0.2s !important;
box-shadow: 0 4px 16px rgba(44, 61, 245, 0.3) !important;
}
.nt-homepage .nt-form-submit:hover {
transform: translateY(-2px) !important;
box-shadow: 0 6px 20px rgba(44, 61, 245, 0.4) !important;
}
.nt-homepage .nt-form-note {
font-size: 12px !important;
color: #6B7280 !important;
text-align: center !important;
margin-top: 14px !important;
}
.nt-homepage .nt-form-note a {
color: var(--primary) !important;
}
.nt-homepage .nt-form-benefits {
display: flex !important;
gap: 20px !important;
margin-top: 20px !important;
padding-top: 20px !important;
border-top: 1px solid #F0F0FF !important;
}
.nt-homepage .nt-form-benefit {
display: flex !important;
align-items: center !important;
gap: 6px !important;
font-size: 13px !important;
color: #6B7280 !important;
}
.nt-homepage .nt-form-benefit svg {
width: 18px !important;
height: 18px !important;
color: var(--primary) !important;
stroke: var(--primary) !important;
} @media (max-width: 1200px) {
.nt-homepage .nt-container {
padding: 0 24px !important;
}
.nt-homepage .nt-products-grid {
grid-template-columns: repeat(2, 1fr) !important;
}
.nt-homepage .nt-combo-grid {
grid-template-columns: repeat(2, 1fr) !important;
}
.nt-homepage .nt-brands-grid {
grid-template-columns: repeat(3, 1fr) !important;
}
}
@media (max-width: 900px) {
.nt-homepage .nt-hero-slide-content {
padding: 32px !important;
}
.nt-homepage .nt-hero-slide h1 {
font-size: 28px !important;
}
.nt-advantages-bar {
flex-wrap: wrap !important;
}
.nt-advantage-item {
flex: 1 1 50% !important;
border-bottom: 1px solid #E6E6FF !important;
padding: 16px 8px !important;
}
.nt-advantage-item:nth-child(odd) {
border-right: 1px solid #E6E6FF !important;
}
.nt-advantage-item:nth-child(n+5) {
border-bottom: none !important;
}
.nt-advantage-number {
font-size: 20px !important;
}
.nt-advantage-item {
padding: 18px 8px !important;
}
.nt-homepage .nt-cta-section {
grid-template-columns: 1fr !important;
}
.nt-homepage .nt-cta-manager {
padding: 32px 24px !important;
}
.nt-homepage .nt-cta-form-wrapper {
padding: 32px 24px !important;
}
.nt-homepage .nt-form-row {
grid-template-columns: 1fr !important;
}
.nt-homepage .nt-form-benefits {
flex-wrap: wrap !important;
}
.nt-homepage .nt-scroll-nav {
display: none !important;
}
.nt-homepage .nt-combo-grid {
grid-template-columns: 1fr !important;
}
}
@media (max-width: 600px) {
.nt-homepage .nt-container {
padding: 0 16px !important;
}
.nt-homepage .nt-section-title {
font-size: 24px !important;
margin-bottom: 24px !important;
}
.nt-homepage .nt-products-grid {
grid-template-columns: 1fr !important;
}
.nt-homepage .nt-brands-grid {
grid-template-columns: repeat(2, 1fr) !important;
}  .nt-homepage .nt-reviews-section .nt-reviews-wrapper {
overflow: visible !important;
padding: 0 !important;
margin: 0 -16px !important; }
.nt-homepage .nt-reviews-section .nt-reviews-grid {
scroll-snap-type: x mandatory !important;
-webkit-overflow-scrolling: touch !important;
overflow-x: auto !important;
padding: 8px 16px !important; gap: 16px !important;
margin: 0 !important;
}
.nt-homepage .nt-reviews-section .nt-review-card {
min-width: calc(100vw - 64px) !important; max-width: calc(100vw - 64px) !important;
flex: 0 0 calc(100vw - 64px) !important;
padding: 20px !important;
margin: 0 !important;
scroll-snap-align: center !important;
border-radius: 16px !important;
background: white !important;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}
.nt-homepage .nt-review-card .nt-review-text {
font-size: 14px !important;
line-height: 1.5 !important;
} .nt-homepage .nt-reviews-wrapper .nt-scroll-nav,
.nt-homepage .nt-articles-wrapper .nt-scroll-nav {
display: none !important;
} .nt-homepage .nt-articles-section .nt-articles-wrapper {
overflow: visible !important;
padding: 0 !important;
margin: 0 -16px !important; }
.nt-homepage .nt-articles-section .nt-articles-grid {
scroll-snap-type: x mandatory !important;
-webkit-overflow-scrolling: touch !important;
overflow-x: auto !important;
padding: 8px 16px !important; gap: 16px !important;
margin: 0 !important;
}
.nt-homepage .nt-articles-section .nt-article-card {
min-width: calc(100vw - 64px) !important;
max-width: calc(100vw - 64px) !important;
flex: 0 0 calc(100vw - 64px) !important;
margin: 0 !important;
scroll-snap-align: center !important;
border-radius: 16px !important;
background: white !important;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
overflow: hidden !important;
}
.nt-homepage .nt-article-card .nt-article-image {
height: 180px !important;
}
.nt-homepage .nt-article-card .nt-article-title {
font-size: 15px !important;
}
.nt-homepage .nt-article-card .nt-article-excerpt {
font-size: 13px !important;
-webkit-line-clamp: 3 !important;
} .nt-homepage .nt-hero-slide {
min-height: 360px !important;
flex-direction: column !important;
position: relative !important;
overflow: hidden !important;
} .nt-homepage .nt-hero-slide-product,
.nt-homepage .nt-hero-slide-1 {
background-size: auto 100% !important; background-position: left center !important; background-repeat: no-repeat !important;
background-color: #E8EDF8 !important; } .nt-homepage .nt-hero-slide-promo {
background-size: cover !important;
background-position: center !important;
background-repeat: no-repeat !important;
} .nt-homepage .nt-hero-slide-image {
position: absolute !important;
left: 0 !important;
right: auto !important;
top: 0 !important;
bottom: 0 !important;
width: 100% !important;
height: 100% !important;
transform: none !important;
z-index: 0 !important;
}
.nt-homepage .nt-hero-slide-image img {
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
object-position: left center !important;
} .nt-homepage .nt-hero-lcp-img {
object-position: left center !important;
}
.nt-homepage .nt-hero-slide-content {
position: relative !important;
z-index: 2 !important;
padding: 24px 16px !important;
background: transparent !important;
width: 90% !important;
max-width: 90% !important;
} .nt-homepage .mobile-br {
display: inline !important;
}
.nt-homepage .nt-hero-slide h1 {
font-size: 24px !important;
margin-bottom: 6px !important;
line-height: 1.2 !important;
}
.nt-homepage .nt-hero-subtitle {
font-size: 14px !important;
margin-bottom: 14px !important;
line-height: 1.4 !important;
}
.nt-homepage .nt-hero-highlight {
font-size: 24px !important;
margin: 12px 0 4px !important;
}
.nt-homepage .nt-hero-price-value {
font-size: 22px !important;
}
.nt-homepage .nt-hero-price-sub {
font-size: 11px !important;
}
.nt-homepage .nt-hero-slide:not(.neo-hero) .nt-hero-cta {
padding: 12px 20px !important;
font-size: 14px !important;
max-width: 80% !important;
text-align: center !important;
justify-content: center !important;
}
.nt-homepage .nt-hero-label {
font-size: 10px !important;
padding: 5px 10px !important;
}  .nt-homepage .nt-brands-grid {
grid-template-columns: repeat(2, 1fr) !important;
gap: 12px !important;
}
.nt-homepage .nt-brand-item {
padding: 16px 12px !important;
font-size: 13px !important;
}
.nt-homepage .nt-brand-all {
white-space: nowrap !important;
}
.nt-homepage .nt-brand-all span {
display: inline !important;
} .nt-homepage .nt-manager-photo {
width: 80px !important;
height: 80px !important;
}
.nt-homepage .nt-manager-name {
font-size: 18px !important;
}
.nt-homepage .nt-manager-stats {
gap: 16px !important;
}
.nt-homepage .nt-stat-value {
font-size: 18px !important;
}
.nt-homepage .nt-stat-label {
font-size: 11px !important;
}
.nt-homepage .nt-manager-quote {
font-size: 13px !important;
}
.nt-homepage .nt-manager-contacts {
gap: 8px !important;
}
.nt-homepage .nt-contact-btn {
width: 40px !important;
height: 40px !important;
}
}  :root { --neo-angie-bg: #FFF5F9;
--neo-angie-accent: #E88AAF;
--neo-angie-btn: #F5A3C7;
--neo-angie-btn-text: #000000; --neo-parts-bg: #E8F4FD;
--neo-parts-accent: #4285F4;
--neo-parts-btn: #4285F4;
--neo-parts-btn-text: #FFFFFF; --neo-soccontract-bg: #FFFEF9;
--neo-soccontract-accent: #FCD34D;
--neo-soccontract-btn: #FCD34D;
--neo-soccontract-btn-text: #000000;
} .neo-shadow {
box-shadow: 6px 6px 0px 0px rgba(0,0,0,1) !important;
}
.neo-shadow-sm {
box-shadow: 4px 4px 0px 0px rgba(0,0,0,1) !important;
}
.neo-btn {
transition: all 0.15s ease !important;
}
.neo-btn:hover {
transform: translate(3px, 3px) !important;
box-shadow: none !important;
} .nt-homepage .nt-hero-slider:has(.neo-hero) {
background: transparent !important;
border: 3px solid #000000 !important;
border-radius: 20px !important;
box-shadow: 6px 6px 0px 0px rgba(0,0,0,1) !important;
margin-right: 10px !important;
margin-bottom: 10px !important;
overflow: hidden !important;
} .nt-homepage .nt-hero-slide.neo-hero {
height: 420px !important;
min-height: 420px !important;
display: flex !important;
align-items: center !important;
border: none !important;
border-radius: 17px !important;
box-shadow: none !important;
background-size: cover !important;
background-position: center right !important;
background-repeat: no-repeat !important;
overflow: hidden !important;
position: relative !important;
} .nt-homepage .nt-hero-slide.neo-hero .nt-hero-slide-content {
padding: 0 64px !important;
max-width: 60% !important;
background: transparent !important;
} .nt-homepage .nt-hero-slide.neo-hero h1 {
font-size: 4.5rem !important;
font-weight: 900 !important;
color: #000000 !important;
line-height: 1.05 !important;
margin-bottom: 8px !important;
} .nt-homepage .nt-hero-slide.neo-hero .neo-accent-text {
font-size: 2.25rem !important;
font-weight: 900 !important;
line-height: 1.1 !important;
margin-bottom: 16px !important;
} .nt-homepage .nt-hero-slide.neo-hero .nt-hero-subtitle {
font-size: 1.25rem !important;
color: rgba(0,0,0,0.6) !important;
line-height: 1.5 !important;
margin-bottom: 20px !important;
max-width: 500px !important;
} .nt-homepage .nt-hero-slide.neo-hero .neo-price {
font-size: 3.5rem !important;
font-weight: 900 !important;
color: #000000 !important;
margin-bottom: 20px !important;
line-height: 1.2 !important;
} .nt-homepage .nt-hero-slide.neo-hero .nt-hero-cta {
display: inline-flex !important;
align-items: center !important;
gap: 10px !important;
padding: 16px 24px !important;
border: 2px solid #000000 !important;
border-radius: 12px !important;
font-weight: 700 !important;
font-size: 1rem !important;
text-decoration: none !important;
transition: all 0.15s ease !important;
box-shadow: 4px 4px 0px 0px rgba(0,0,0,1) !important;
margin-top: 0 !important;
}
.nt-homepage .nt-hero-slide.neo-hero .nt-hero-cta:hover {
transform: translate(3px, 3px) !important;
box-shadow: none !important;
}
.nt-homepage .nt-hero-slide.neo-hero .nt-hero-cta svg {
width: 16px !important;
height: 16px !important;
transition: transform 0.2s ease !important;
}
.nt-homepage .nt-hero-slide.neo-hero .nt-hero-cta:hover svg {
transform: translateX(3px) !important;
} .nt-homepage .nt-hero-slide.neo-hero .nt-hero-label {
display: none !important;
} .nt-homepage .nt-hero-slide.neo-hero.neo-angie {
background-color: var(--neo-angie-bg) !important;
background-position: 85% center !important;
}
.nt-homepage .nt-hero-slide.neo-angie .neo-accent-text {
color: var(--neo-angie-accent) !important;
}
.nt-homepage .nt-hero-slide.neo-angie .nt-hero-cta {
background: var(--neo-angie-btn) !important;
color: var(--neo-angie-btn-text) !important;
} .nt-homepage .nt-hero-slide.neo-hero.neo-parts {
background-color: var(--neo-parts-bg) !important;
background-position: 80% center !important;
}
.nt-homepage .nt-hero-slide.neo-parts .neo-accent-text {
color: var(--neo-parts-accent) !important;
}
.nt-homepage .nt-hero-slide.neo-parts .nt-hero-cta {
background: var(--neo-parts-btn) !important;
color: var(--neo-parts-btn-text) !important;
} .nt-homepage .nt-hero-slide.neo-hero.neo-soccontract {
background-color: var(--neo-soccontract-bg) !important;
background-position: 75% center !important;
}
.nt-homepage .nt-hero-slide.neo-soccontract .neo-accent-text {
color: var(--neo-soccontract-accent) !important;
font-size: 4.5rem !important;
margin-bottom: 16px !important;
}
.nt-homepage .nt-hero-slide.neo-soccontract .nt-hero-cta {
background: var(--neo-soccontract-btn) !important;
color: var(--neo-soccontract-btn-text) !important;
} @media (max-width: 768px) { .nt-homepage .nt-hero-slider:has(.neo-hero) {
background: transparent !important;
border: 2px solid #000000 !important;
border-radius: 16px !important;
box-shadow: 4px 4px 0px 0px rgba(0,0,0,1) !important;
margin-right: 6px !important;
margin-bottom: 6px !important;
} .nt-homepage .nt-hero-slide.neo-hero {
height: 420px !important;
min-height: 420px !important;
border: none !important;
box-shadow: none !important;
border-radius: 14px !important;
background-size: cover !important;
display: flex !important;
align-items: stretch !important;
} .nt-homepage .nt-hero-slide.neo-hero.neo-angie::before,
.nt-homepage .nt-hero-slide.neo-hero.neo-parts::before,
.nt-homepage .nt-hero-slide.neo-hero.neo-soccontract::before {
display: none !important;
} .nt-homepage .nt-hero-slide.neo-hero .nt-hero-slide-content {
padding: 24px !important;
max-width: 55% !important;
height: 100% !important;
display: flex !important;
flex-direction: column !important;
align-items: flex-start !important;
gap: 4px !important;
position: relative !important;
z-index: 2 !important;
} .nt-homepage .nt-hero-slide.neo-hero h1 {
font-size: 2.5rem !important;
font-weight: 900 !important;
line-height: 1.05 !important;
margin-bottom: 6px !important;
} .nt-homepage .nt-hero-slide.neo-angie h1 {
white-space: nowrap !important;
} .nt-homepage .nt-hero-slide.neo-hero .neo-accent-text {
font-size: 1.5rem !important;
font-weight: 900 !important;
line-height: 1.1 !important;
margin-bottom: 12px !important;
} .nt-homepage .nt-hero-slide.neo-hero .nt-hero-subtitle {
font-size: 1.05rem !important;
color: rgba(0,0,0,0.6) !important;
line-height: 1.5 !important;
margin-bottom: 12px !important;
} .nt-homepage .nt-hero-slide.neo-hero .neo-price {
font-size: 2.25rem !important;
font-weight: 900 !important;
line-height: 1.2 !important;
margin-bottom: 12px !important;
white-space: nowrap !important;
} .nt-homepage .nt-hero-slide.neo-hero .nt-hero-slide-content .nt-hero-cta,
.nt-homepage .nt-hero-slide.neo-hero a.nt-hero-cta {
display: inline-flex !important;
align-items: center !important;
gap: 8px !important;
padding: 12px 18px !important;
font-size: 13px !important;
font-weight: 700 !important;
border: 2px solid #000000 !important;
border-radius: 10px !important;
box-shadow: 3px 3px 0px 0px rgba(0,0,0,1) !important;
white-space: nowrap !important;
margin-top: auto !important;
max-width: none !important;
width: auto !important;
flex-grow: 0 !important;
flex-shrink: 0 !important;
align-self: flex-start !important;
}
.nt-homepage .nt-hero-slide.neo-hero .nt-hero-cta svg {
width: 12px !important;
height: 12px !important;
} .nt-homepage .nt-hero-slide.neo-hero.neo-angie {
background-color: #FDF5F7 !important;
background-position: bottom center !important;
}
.nt-homepage .nt-hero-slide.neo-angie .nt-hero-slide-content {
padding-bottom: 100px !important;
max-width: 52% !important;
}
.nt-homepage .nt-hero-slide.neo-angie .neo-accent-text {
color: #E88AAF !important;
}
.nt-homepage .nt-hero-slide.neo-angie .nt-hero-cta {
background: #F5A3C7 !important;
color: #000000 !important;
padding: 10px 16px !important;
font-size: 12px !important;
} .nt-homepage .nt-hero-slide.neo-hero.neo-parts {
background-color: #EBF6FB !important;
background-position: bottom right !important;
}
.nt-homepage .nt-hero-slide.neo-parts .nt-hero-slide-content {
padding-bottom: 60px !important;
max-width: 60% !important;
}
.nt-homepage .nt-hero-slide.neo-parts h1 {
font-size: 2.5rem !important;
}
.nt-homepage .nt-hero-slide.neo-parts .neo-accent-text {
color: #4285F4 !important;
font-size: 2.5rem !important;
white-space: nowrap !important;
}
.nt-homepage .nt-hero-slide.neo-parts .nt-hero-subtitle {
font-size: 1.1rem !important;
}
.nt-homepage .nt-hero-slide.neo-parts .nt-hero-cta {
background: #4285F4 !important;
color: #FFFFFF !important;
} .nt-homepage .nt-hero-slide.neo-hero.neo-soccontract {
background-color: #FDFDF6 !important;
background-position: bottom right !important;
}
.nt-homepage .nt-hero-slide.neo-soccontract .nt-hero-slide-content {
padding-bottom: 80px !important;
max-width: 50% !important;
}
.nt-homepage .nt-hero-slide.neo-soccontract h1 {
font-size: 2.5rem !important;
}
.nt-homepage .nt-hero-slide.neo-soccontract .neo-accent-text {
color: #D4A017 !important;
font-size: 2.5rem !important;
white-space: nowrap !important;
}
.nt-homepage .nt-hero-slide.neo-soccontract .nt-hero-subtitle {
font-size: 1.1rem !important;
}
.nt-homepage .nt-hero-slide.neo-soccontract .nt-hero-cta {
background: #FCD34D !important;
color: #000000 !important;
}
} @media (max-width: 480px) {
.nt-homepage .nt-hero-slide.neo-hero .nt-hero-slide-content {
padding: 20px !important;
max-width: 58% !important;
}
.nt-homepage .nt-hero-slide.neo-angie .nt-hero-slide-content {
padding-bottom: 90px !important;
}
.nt-homepage .nt-hero-slide.neo-parts .nt-hero-slide-content {
padding-bottom: 50px !important;
}
.nt-homepage .nt-hero-slide.neo-soccontract .nt-hero-slide-content {
padding-bottom: 70px !important;
}
}