.real-estate-container {
font-family: 'Arial', sans-serif;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
color: #333;
line-height: 1.6;
}
.complex-title {
text-align: center;
color: #2c3e50;
margin-bottom: 30px;
font-size: 28px;
}
.section-title {
color: #2c3e50;
border-bottom: 2px solid #e74c3c;
padding-bottom: 10px;
margin-top: 30px;
font-size: 24px;
opacity: 0;
transition: opacity 0.5s ease, transform 0.5s ease;
}
.section-title.animated {
opacity: 1;
} .features-list, .price-list, .additional-features, .contact-list {
list-style: none;
padding: 0;
margin: 20px 0;
}
.features-list li, .price-list li, .additional-features li, .contact-list li {
padding: 10px 0;
border-bottom: 1px solid #eee;
display: flex;
align-items: center;
}
.icon {
color: #e74c3c;
margin-right: 15px;
font-size: 18px;
min-width: 25px;
text-align: center;
}
.feature-name {
font-weight: bold;
margin-right: 10px;
flex: 0 0 200px;
}
.feature-value {
flex: 1;
}
.price-note {
font-style: italic;
color: #7f8c8d;
} .gallery-container {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
gap: 15px;
margin-top: 20px;
}
.gallery-item {
position: relative;
overflow: hidden;
border-radius: 5px;
box-shadow: 0 3px 10px rgba(0,0,0,0.1);
transition: transform 0.3s ease;
}
.gallery-item:hover {
transform: translateY(-5px);
}
.gallery-item img {
width: 100%;
height: auto;
display: block;
transition: transform 0.5s ease;
}
.gallery-item:hover img {
transform: scale(1.05);
} .map-section {
margin-top: 40px;
}
.map-tabs {
display: flex;
margin-bottom: 15px;
}
.map-tab {
padding: 10px 20px;
background: #ecf0f1;
border: none;
cursor: pointer;
font-size: 16px;
margin-right: 10px;
border-radius: 5px 5px 0 0;
transition: all 0.3s ease;
}
.map-tab.active {
background: #e74c3c;
color: white;
}
.map-tab:hover:not(.active) {
background: #bdc3c7;
}
.map-iframe {
display: none;
height: 450px;
border-radius: 5px;
overflow: hidden;
box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.map-iframe.active {
display: block;
}
.map-iframe iframe {
width: 100%;
height: 100%;
border: none;
} @media (max-width: 768px) {
.features-list li, .price-list li, .additional-features li, .contact-list li {
flex-direction: column;
align-items: flex-start;
}
.feature-name {
flex: 1;
margin-bottom: 5px;
}
.feature-value {
flex: 1;
padding-left: 35px;
}
.gallery-container {
grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
.section-title {
font-size: 22px;
}
}
@media (max-width: 480px) {
.complex-title {
font-size: 22px;
}
.section-title {
font-size: 20px;
}
.map-tabs {
flex-direction: column;
}
.map-tab {
margin-right: 0;
margin-bottom: 5px;
border-radius: 5px;
}
.map-iframe {
height: 300px;
}
}.social-reviews-section {
max-width: 1000px;
margin: 0 auto;
padding: 30px 20px;
font-family: 'Arial', sans-serif;
line-height: 1.6;
color: #333;
}
.social-links-container {
display: flex;
justify-content: space-between;
gap: 15px;
margin-top: 25px;
}
.social-link {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 20px 15px;
border-radius: 10px;
text-decoration: none;
transition: all 0.3s ease;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
flex: 1;
min-height: 120px;
box-sizing: border-box;
text-align: center;
}
.social-link:hover {
transform: translateY(-5px);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.social-icon {
width: 40px;
height: 40px;
margin-bottom: 10px;
display: flex;
align-items: center;
justify-content: center;
}
.social-icon svg {
width: 100%;
height: 100%;
}
.social-text {
font-weight: 600;
color: #fff;
font-size: 16px;
margin-top: 5px;
} .social-link.vk {
background: linear-gradient(135deg, #4a76a8, #5b88bd);
}
.social-link.whatsapp {
background: linear-gradient(135deg, #25D366, #5df07d);
}
.social-link.telegram {
background: linear-gradient(135deg, #0088cc, #00aced);
} @media (max-width: 768px) {
.social-links-container {
flex-direction: column;
}
.social-link {
width: 100%;
max-width: 100%;
margin-bottom: 15px;
}
}.nh-wrapper {
font-family: 'Roboto', Arial, sans-serif;
line-height: 1.6;
color: #333;
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
}
.nh-container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
} .nh-hero {
background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://via.placeholder.com/1920x600?text=Новостройки+Тулы);
background-size: cover;
background-position: center;
color: white;
padding: 80px 0;
text-align: center;
border-radius: 8px;
margin-bottom: 40px;
}
.nh-hero-title {
font-size: 2.5rem;
margin-bottom: 20px;
font-weight: 700;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.nh-hero-subtitle {
font-size: 1.5rem;
margin-bottom: 30px;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
} .nh-section-title {
text-align: center;
font-size: 2rem;
margin-bottom: 40px;
color: #2c3e50;
position: relative;
}
.nh-section-title:after {
content: '';
display: block;
width: 80px;
height: 4px;
background: #ff6b00;
margin: 15px auto;
} .nh-advantages-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 30px;
margin-bottom: 60px;
}
.nh-advantage-card {
background: white;
padding: 30px;
border-radius: 8px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
text-align: center;
transition: transform 0.3s ease;
}
.nh-advantage-card:hover {
transform: translateY(-10px);
}
.nh-advantage-icon {
font-size: 40px;
margin-bottom: 20px;
}
.nh-advantage-title {
font-size: 1.3rem;
margin-bottom: 15px;
color: #2c3e50;
}
.nh-advantage-text {
color: #666;
} .nh-conditions-content {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 40px;
margin-bottom: 60px;
}
.nh-conditions-list {
flex: 1;
min-width: 300px;
}
.nh-conditions-image {
flex: 1;
min-width: 300px;
}
.nh-image {
width: 100%;
border-radius: 8px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.nh-condition-item {
display: flex;
align-items: flex-start;
padding: 20px;
margin-bottom: 15px;
background: #f9f9f9;
border-radius: 8px;
transition: all 0.3s ease;
}
.nh-condition-item:hover {
background: #fff;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
transform: translateX(5px);
}
.nh-condition-icon {
font-size: 28px;
margin-right: 20px;
min-width: 40px;
text-align: center;
color: #ff6b00;
}
.nh-condition-title {
font-size: 1.2rem;
margin: 0 0 8px 0;
color: #2c3e50;
}
.nh-condition-desc {
color: #666;
font-size: 0.95rem;
margin: 0;
} .nh-banks-grid {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 30px;
margin-bottom: 20px;
}
.nh-bank-logo {
height: 60px;
object-fit: contain;
filter: grayscale(100%);
opacity: 0.7;
transition: all 0.3s ease;
}
.nh-bank-logo:hover {
filter: grayscale(0);
opacity: 1;
}
.nh-banks-note {
text-align: center;
font-style: italic;
color: #666;
} @media (max-width: 768px) {
.nh-hero-title {
font-size: 2rem;
}
.nh-hero-subtitle {
font-size: 1.2rem;
}
.nh-section-title {
font-size: 1.8rem;
}
.nh-conditions-content {
flex-direction: column;
}
.nh-condition-item {
flex-direction: column;
padding: 15px;
}
.nh-condition-icon {
margin-right: 0;
margin-bottom: 10px;
}
}
@media (max-width: 480px) {
.nh-hero {
padding: 60px 0;
}
.nh-hero-title {
font-size: 1.8rem;
}
.nh-section-title {
font-size: 1.5rem;
}
}.realty-ad-container {
font-family: 'Roboto', sans-serif;
color: #333;
line-height: 1.6;
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
}
.realty-hero {
background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
color: white;
padding: 60px 20px;
border-radius: 10px;
margin: 30px 0;
text-align: center;
position: relative;
overflow: hidden;
}
.realty-hero:after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url(https: //novostroykitula.ru/wp-content/themes/root/images/novostroyki_image/reklamanovostroy.webp) center/cover;
opacity: 0.2;
z-index: 0;
}
.realty-hero-content {
position: relative;
z-index: 1;
}
.realty-title {
font-size: 2.5rem;
font-weight: 700;
margin-bottom: 20px;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.realty-subtitle {
font-size: 1.3rem;
max-width: 800px;
margin: 0 auto 40px;
}
.realty-stats {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 30px;
margin-top: 40px;
}
.stat-item {
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(5px);
padding: 20px 30px;
border-radius: 8px;
min-width: 150px;
border: 1px solid rgba(255, 255, 255, 0.2);
}
.stat-number {
font-size: 2.2rem;
font-weight: 700;
color: #fff;
margin-bottom: 5px;
}
.stat-label {
font-size: 0.9rem;
opacity: 0.9;
}
.section-title {
text-align: center;
font-size: 2rem;
margin: 50px 0 30px;
color: #2c3e50;
position: relative;
}
.section-title:after {
content: '';
display: block;
width: 80px;
height: 4px;
background: #3498db;
margin: 15px auto;
border-radius: 2px;
}
.offer-text {
text-align: center;
max-width: 800px;
margin: 0 auto 40px;
font-size: 1.1rem;
color: #555;
}
.pricing-cards {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 30px;
margin: 50px 0;
}
.pricing-card {
background: white;
border-radius: 10px;
padding: 30px;
flex: 1;
min-width: 280px;
max-width: 350px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
position: relative;
transition: transform 0.3s, box-shadow 0.3s;
border-top: 5px solid #3498db;
}
.pricing-card.highlighted {
border-top-color: #e74c3c;
transform: scale(1.05);
}
.pricing-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.pricing-card h3 {
font-size: 1.5rem;
margin-bottom: 20px;
color: #2c3e50;
}
.price {
font-size: 2rem;
font-weight: 700;
margin: 20px 0;
color: #3498db;
}
.price span {
font-size: 1rem;
font-weight: normal;
color: #777;
}
.features {
list-style: none;
padding: 0;
margin: 30px 0;
}
.features li {
padding: 8px 0;
position: relative;
padding-left: 25px;
}
.features li:before {
content: '✓';
color: #27ae60;
position: absolute;
left: 0;
font-weight: bold;
}
.discount-badge {
background: #f39c12;
color: white;
padding: 8px 15px;
border-radius: 20px;
font-size: 0.8rem;
font-weight: bold;
display: inline-block;
margin-top: 15px;
}
.popular-badge {
position: absolute;
top: -10px;
right: 20px;
background: #e74c3c;
color: white;
padding: 5px 15px;
border-radius: 20px;
font-size: 0.8rem;
font-weight: bold;
} @keyframes pop-in {
0% {
opacity: 0;
transform: scale(0.8);
}
100% {
opacity: 1;
transform: scale(1);
}
}
@keyframes fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes pulse {
0% {
transform: scale(1);
}
50% {
transform: scale(1.05);
}
100% {
transform: scale(1);
}
}
.animate-pop-in {
animation: pop-in 0.6s ease-out forwards;
}
.animate-fade-in {
animation: fade-in 1s ease-out forwards;
}
.pulse {
animation: pulse 2s infinite;
}
.card-pop {
opacity: 0;
animation: pop-in 0.6s 0.3s ease-out forwards;
} @media (max-width: 768px) {
.realty-title {
font-size: 2rem;
}
.realty-subtitle {
font-size: 1.1rem;
}
.stat-item {
min-width: 120px;
padding: 15px 20px;
}
.stat-number {
font-size: 1.8rem;
}
.pricing-cards {
flex-direction: column;
align-items: center;
}
.pricing-card {
width: 100%;
max-width: 400px;
}
.pricing-card.highlighted {
transform: none;
}
}
@media (max-width: 480px) {
.realty-hero {
padding: 40px 15px;
}
.realty-title {
font-size: 1.8rem;
}
.section-title {
font-size: 1.6rem;
}
.stat-item {
min-width: 100px;
padding: 10px 15px;
}
.stat-number {
font-size: 1.5rem;
}
}.novostroyki-disclaimer {
font-family: 'Arial', sans-serif;
line-height: 1.6;
color: #333;
max-width: 100%;
margin: 0;
padding: 20px;
box-sizing: border-box;
}
.novostroyki-disclaimer-container {
background-color: #f9f9f9;
border-radius: 8px;
padding: 25px;
margin: 20px auto;
max-width: 800px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.novostroyki-disclaimer h1 {
color: #2c3e50;
font-size: 24px;
margin-top: 0;
margin-bottom: 20px;
text-align: center;
}
.novostroyki-disclaimer p {
margin-bottom: 15px;
font-size: 16px;
}
.novostroyki-disclaimer .highlight {
color: #e74c3c;
font-weight: bold;
}
.novostroyki-disclaimer .contact-info {
background-color: #e8f4fc;
padding: 15px;
border-left: 4px solid #3498db;
margin: 20px 0;
}
@media (max-width: 600px) {
.novostroyki-disclaimer-container {
padding: 15px;
}
.novostroyki-disclaimer h1 {
font-size: 20px;
}
.novostroyki-disclaimer p {
font-size: 14px;
}
}