* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}
html {
  scroll-behavior: smooth;
}
body {
    background-repeat: repeat;
    background-size: 300px auto;
    background-color: #e6f2ff;
    background: radial-gradient(circle at 20% 30%, #ffffff 0%, transparent 25%),
                radial-gradient(circle at 80% 20%, #ffffff 0%, transparent 20%),
                radial-gradient(circle at 40% 80%, #ffffff 0%, transparent 30%),
                radial-gradient(circle at 90% 70%, #ffffff 0%, transparent 15%),
                #eff6fd;
    color: #333;
    line-height: 1.6;
    position: relative;
}


.privacy-policy{
   text-decoration: underline;
}

a {
    text-decoration: none;
    color: inherit;
}
.btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-outline {
    border: 1px solid #257bad;
    color: #257bad;
    background-color: transparent;
}

.btn-filled {
    background-color: #257bad;
    color: white;
    border: 1px solid #257bad;
    font-size: 24px;
}

.btn:hover {
    opacity: 0.9;
}
header {
    background-color: white;
    padding: 15px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    min-width: 150px;
    min-height: 60px;
    display: flex;
    align-items: center;
}

.logo img {
    max-height: 170px;
}

.search-box {
    display: flex;
    flex: 1;
    max-width: 400px;
    margin: 0 20px;
}

.search-box input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px 0 0 5px;
    outline: none;
}

.search-btn {
    padding: 10px 20px;
    background-color: #257bad;
    color: white;
    border: none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.contact-info {
    text-align: right;
}

.phone {
    margin-bottom: 5px;
}

.phone a {
    display: block;
    color: #2e4279;
    font-size: 20px;
    font-weight: bold;
}

.phone span {
    font-size: 12px;
    color: #777;
}

.buttons {
    display: inline-block;
    gap: 10px;
}
.btn-centered {
    text-align: center;
    display: block;
    padding: 8px 15px;
}
.container h1{
    font-family: 'Montserrat', sans-serif;
}
.contact-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.phone-container {
    display: flex;
    flex-direction: column;
}

.green-phone {
    color: #008000;
    font-weight: bold;
}

.phone-text {
    font-size: 12px;
    color: #ffffff;
}
.phone-text1 {
  color: #494949;
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
main {
    padding: 40px 0;
    min-height: 500px;
    margin-top: 90px;
}



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

.btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-filled {
    background-color: #257bad;
    color: white;
    border: 1px solid #257bad;
}

.btn:hover {
    opacity: 0.9;
}

.logo {
    min-width: 150px;
    min-height: 60px;
    display: flex;
    align-items: center;
}

.logo img {
   max-height: 170px;
}

.contact-info {
    text-align: right;
    margin-left: auto;
}

.buttons {
    display: inline-block;
    gap: 10px;
}

.btn-centered {
    text-align: center;
    display: block;
    padding: 8px 15px;
}

.contact-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.phone-container {
    display: flex;
    flex-direction: column;
}
.phone-p{
  font-size: 16px;
  text-align: start;
}
#adress{
  color: #0077be;
}
.green-phone {
  text-align: start;
    color: #333;
    font-weight: bold;
    margin-right: 15px;
    font-size: 20px;
}

.phone-text {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}
.social-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

@media (min-width: 646px) {
    .social-buttons {
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
    }
}

.btn-social {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.btn-social img {
    width: 34px;
    height: 34px;
}

.btn-telegram {
    background-color: #29B6F6;
}

.btn-telegram:hover {
    background-color: #006bb3;
}

.btn-whatsapp {
    background-color: #25d366;
}

.btn-whatsapp:hover {
    background-color: #1da851;
}
footer {
    color: white;
    padding: 40px 0 20px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #333;
}

@media (max-width: 992px) {
    .contact-info {
        text-align: center;
        margin-left: 0;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
    }
    
    .contact-row {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .buttons {
        flex-direction: column;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}

@media (max-width: 500px) {
    .logo {
        min-width: 100%;
        min-height: 70px;
        justify-content: center;
        margin-bottom: 15px;
    }
    
    .logo img {
        max-height: 70px;
    }
    
    .footer-content .logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .footer-content {
        flex-direction: column;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        padding: 15px 0;
    }
    .copyright, .privacy-policy {
      width: 100%;
      display: block;
      text-align: center;
  }
  
  .contact-info {
      width: 100%;
      margin: 0 auto;
  }
  
  .btn-centered {
      margin: 0 auto;
  }
}


.hero-section {
position: relative;
overflow: hidden;
background-color: #f8f8f0;
margin: 90px 0px;
padding: 60px 20px;
}

.background-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
filter: grayscale(1) brightness(0.6);
z-index: 1;
}

.content-container {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
max-width: 1200px;
margin: 0 auto;
color: #000;
z-index: 2;
gap: 40px;
padding: 40px 20px;
}

.left-content {
max-width: 600px;
}

.left-content h1 {
color: #f5f5f5;
font-size: clamp(36px, 5vw, 60px);
margin-bottom: 20px;
}

.subtitle {
font-size: clamp(16px, 2vw, 22px);
color: #f5f5f5;
margin-bottom: 10px;
}

.right-stats {
display: flex;
flex-direction: column;
gap: 20px;
text-align: center;
}

.stat-item {
background-color: rgba(255, 255, 255, 0.8);
padding: 10px 20px;
border-radius: 8px;
}

.number {
font-size: 3rem;
color: #257bad;
font-weight: bold;
}

.label {
font-size: 1.1rem;
color: #000;
font-weight: bold;
}

.button {
display: inline-block;
padding: 10px 20px;
background-color: transparent;
border: 2px solid #ffcc00;
color: #ffcc00;
text-decoration: none;
font-weight: bold;
transition: all 0.3s ease;
}

.button:hover {
background-color: #ffcc00;
color: #fff;
}

/* === Адаптивность === */
@media (max-width: 992px) {
.content-container {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.right-stats {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.stat-item {
  margin: 10px;
  min-width: 120px;
}
}

@media (max-width: 576px) {
.number {
  font-size: 2.5rem;
}

.label {
  font-size: 1rem;
}
}
.features-block {
display: flex;
flex-direction: column;
gap: 20px;
max-width: 400px;
}

.feature-item {
background-color: rgba(255, 255, 255, 0.85);
padding: 15px 20px;
border-radius: 10px;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-item h3 {
margin-top: 0;
font-size: 1.2rem;
color: #257bad;
margin-bottom: 8px;
}

.feature-item p {
margin: 0;
font-size: clamp(14px, 2vw, 20px);
color: #333;
}

.feature-item:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
.content-container {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.features-block {
  width: 100%;
  max-width: 100%;
}
}
.catalog-header {
margin-bottom: 40px;
text-align: center;
position: relative;
padding: 30px 0;
background: linear-gradient(to right, 
            rgba(0, 0, 0, 0.6), 
            rgba(0, 0, 0, 0.4), 
            rgba(0, 0, 0, 0.6));
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.catalog-header h1 {
  font-size: clamp(44px,4.5vw,88px);
  font-weight: 700;
 color: #fff;
  letter-spacing: 8px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  animation: glow 3s ease-in-out infinite;
}

@keyframes glow {
  0%, 100% { text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); }
  50% { text-shadow: 0 0 10px rgba(0, 119, 190, 0.5), 0 0 20px rgba(0, 119, 190, 0.3); }
}



.catalog-header h1::before {
  left: -50px;
}

.catalog-header h1::after {
  right: -50px;
}

.header-line {
  height: 2px;
  width: 100px;
  background: linear-gradient(90deg, transparent, #fff, transparent);
  margin: 0 auto;
  position: relative;
  animation: expand 3s ease-in-out infinite;
}

@keyframes expand {
  0%, 100% { width: 100px; }
  50% { width: 150px; }
}

.header-line::before,
.header-line::after {
  position: absolute;
  color: #0077be;
  font-size: 20px;
  top: -10px;
}

.header-line::before {
  left: 20px;
}

.header-line::after {
  right: 20px;
}

.section-title {
  font-size: 28px;
  margin-bottom: 30px;
  text-align: center;
  color: #222;
}

.catalog {
  padding: 60px 0;
  background-color: #f9f9f90a;
}

.section-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  color: #333;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 25px;
}

.item-card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.item-card:hover {
transform: perspective(600px) rotateY(5deg);
box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}

.item-image {
  width: 100%;
  height: 160px;
  overflow: hidden;
}

.item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.item-card:hover .item-image img {
  transform: scale(1.05);
}

.item-details {
  text-align: center;
}

.item-details h3 {
  font-size: 13px;
  margin-bottom: 10px;
  color: #333;
}

.item-details p {
  font-size: 14px;
  color: #777;
}

.item-card {
  opacity: 0;
  transform: scale(0.85) rotateX(20deg);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
  backface-visibility: hidden;
}

.item-card.animated {
  opacity: 1;
  transform: scale(1) rotateX(0deg);
}
@media (max-width: 768px) {

  .section-title {
      font-size: 26px;
  }

  .grid {
      grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
}

@media (max-width: 480px) {
  .section-title {
      font-size: 22px;
  }

  .item-image {
      height: 140px;
  }
}

.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}

.inquiry-section {
padding: 100px 20px;
background-color: #f5f5f517;
}

.page-container {
max-width: 1200px;
margin: 0 auto;
}

.content-wrapper {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: flex-start;
}

.info-panel {
text-align: left;
}

.info-panel h3 {
font-size: 26px;
color: #333;
margin-bottom: 15px;
}

.info-panel p {
font-size: 16px;
color: #555;
margin-bottom: 20px;
}

.contact-details {
list-style: none;
padding-left: 0;
}

.contact-details li {
margin-bottom: 10px;
font-weight: bold;
}

.contact-details a {
color: #257bad;
text-decoration: none;
}

.form-wrapper form {
display: flex;
flex-direction: column;
gap: 15px;
}

.form-wrapper input,
.form-wrapper textarea {
margin-top: 20px;
width: 100%;
padding: 14px;
color: #333;
border: 1px solid #ccc;
border-radius: 8px;
font-size: 15px;
box-sizing: border-box;
}

.form-wrapper button {
margin-top: 15px;
padding: 14px;
background-color: #257bad;
color: white;
border: none;
border-radius: 8px;
font-size: 16px;
cursor: pointer;
transition: all 0.3s ease;
}

.form-wrapper button:hover {
background-color: #1f5f99;
}

.privacy-policy {
font-size: 14px;
margin-top: 10px;
text-decoration: underline;
}
.form-wrapper .privacy-policy{
  color:#333;
  }

.form-response {
margin-top: 15px;
font-size: 14px;
color: #333;
}



@media (max-width: 992px) {
.content-wrapper {
  grid-template-columns: 1fr;
  gap: 40px;
}

.info-panel h3 {
  font-size: 24px;
}

.info-panel p {
  font-size: 15px;
}
}

@media (max-width: 600px) {
.inquiry-section {
  padding: 60px 15px;
}

.info-panel h3 {
  font-size: 20px;
}

.info-panel p {
  font-size: 14px;
}

.form-wrapper button {
  font-size: 15px;
  padding: 12px;
}

.privacy-policy {
  font-size: 13px;
}
}


.success-notification {
display: none;
margin-top: 20px;
padding: 20px;
background-color: #d4edda;
color: #155724;
border-left: 5px solid #28a745;
font-size: 16px;
text-align: center;
border-radius: 8px;
animation: fadeInOut 4s forwards;
}

.decoration-elements {
display: flex;
justify-content: flex-end;
gap: 20px;
margin-top: 40px;
}

.decoration-elements img {
width: 50px;
height: 50px;
object-fit: contain;
}
.section-title {
text-align: center;
font-size: clamp(24px, 3vw, 40px);
color: #257bad;
margin-bottom: 20px;
}

.section-subtitle {
  font-weight: 600;
text-align: center;
font-size: 1.1rem;
color: #333;
margin-bottom: 40px;
}

.filter-buttons {
display: flex;
justify-content: center;
gap: 15px;
margin-bottom: 40px;
flex-wrap: wrap;
}

.filter-btn {
padding: 10px 20px;
border: none;
background-color: #e0e0e0;
color: #333;
cursor: pointer;
border-radius: 25px;
transition: all 0.3s ease;
}

.filter-btn.active {
background-color: #257bad;
color: white;
}

.services-grid {
  margin-bottom: 100px;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
}

.service-card {
background-color: #fff;
border-radius: 10px;
padding: 30px 20px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
transition: transform 0.3s ease, box-shadow 0.3s ease;
cursor: pointer;
position: relative;
border-left: 5px solid #257bad;
}

.service-card h3 {
font-size: 1.3rem;
color: #257bad;
margin-bottom: 10px;
}

.service-card p {
font-size: 1rem;
font-weight: 600;
color: #333;
line-height: 1.6;
}

.more-info {
display: none;
margin-top: 10px;
font-size: 0.95rem;
color: #666;
}

.service-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.open-modal-btn {
display: inline-block;
padding: 12px 24px;
background-color: #257bad;
color: white;
border: none;
border-radius: 8px;
font-size: 16px;
cursor: pointer;
transition: background-color 0.3s ease;
margin: 50px auto;
display: block;
}

.open-modal-btn:hover {
background-color: #1f5f99;
}

.modal-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
display: none;
justify-content: center;
align-items: center;
z-index: 999;
}

.modal {
background-color: #fff;
padding: 40px;
border-radius: 12px;
width: 100%;
max-width: 500px;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
position: relative;
animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
from {
  opacity: 0;
  transform: translateY(20px);
}
to {
  opacity: 1;
  transform: translateY(0);
}
}

.close-btn {
position: absolute;
top: 15px;
right: 20px;
font-size: 24px;
cursor: pointer;
color: #999;
}

.modal h2 {
text-align: center;
color: #257bad;
margin-bottom: 30px;
font-size: 22px;
}


.input-group {
position: relative;
margin-bottom: 25px;
}

.input-group input,
.input-group textarea {
width: 100%;
padding: 12px 10px 10px 10px;
border: 1px solid #ccc;
border-radius: 6px;
font-size: 16px;
outline: none;
background: transparent;
box-sizing: border-box;
}

.input-group label {
position: absolute;
top: 10px;
left: 10px;
color: #999;
font-size: 14px;
pointer-events: none;
transition: 0.3s ease all;
}

.input-group input:focus + label,
.input-group input:not(:placeholder-shown) + label,
.input-group textarea:focus + label,
.input-group textarea:not(:placeholder-shown) + label {
top: -10px;
left: 5px;
font-size: 12px;
background-color: #fff;
padding: 0 5px;
color: #257bad;
}

.input-group textarea {
resize: vertical;
min-height: 100px;
}

.modal button {
width: 100%;
padding: 12px;
background-color: #257bad;
color: white;
font-size: 16px;
border: none;
border-radius: 6px;
cursor: pointer;
transition: background-color 0.3s ease;
}

.modal button:hover {
background-color: #1f5f99;
}


.success-message {
display: none;
margin-top: 20px;
padding: 15px;
background-color: #d4edda;
color: #155724;
border-radius: 6px;
text-align: center;
font-weight: bold;
animation: fadeInOut 4s forwards;
}

@keyframes fadeInOut {
0% { opacity: 0; transform: translateY(-10px); }
10% { opacity: 1; transform: translateY(0); }
90% { opacity: 1; transform: translateY(0); }
100% { opacity: 0; transform: translateY(-10px); }
}

.success-message {
display: none;
position: absolute;
top: 20px;
left: 50%;
transform: translateX(-50%);
background-color: #d4edda;
color: #155724;
padding: 15px 25px;
border-radius: 8px;
font-weight: bold;
z-index: 10;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
animation: fadeInOut 4s forwards;
}

@keyframes fadeInOut {
0% { opacity: 0; transform: translate(-50%, -20px); }
10% { opacity: 1; transform: translate(-50%, 0); }
90% { opacity: 1; transform: translate(-50%, 0); }
100% { opacity: 0; transform: translate(-50%, -20px); }
}
  .success-message {
    display: none;
    text-align: center;
    color: green;
    margin-top: 20px;
  }
  .privacy-content {
  padding: 40px 0;
  color: #333;
}

.privacy-content h1 {
  font-size: 32px;
  margin-bottom: 30px;
  color: #257bad;
  text-align: center;
}

.privacy-section {
  margin-bottom: 30px;
}

.privacy-section h2 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #257bad;
}
.floating-widget {
position: fixed;
bottom: 30px;
right: 30px;
z-index: 9999;
}

.widget-trigger {
width: 60px;
height: 60px;
background-color: #257bad;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 28px;
cursor: pointer;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
transition: transform 0.2s ease;
}

.widget-trigger:hover {
transform: scale(1.1);
}

.widget-content {
position: absolute;
bottom: 70px;
right: 0;
width: 300px;
background-color: white;
padding: 25px;
border-radius: 10px;
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
display: none;
animation: fadeIn 0.3s ease forwards;
}

.widget-content.active {
display: block;
}

.widget-close {
position: absolute;
top: 10px;
right: 15px;
font-size: 20px;
cursor: pointer;
color: #999;
}

.widget-content h3 {
text-align: center;
margin-bottom: 20px;
font-size: 18px;
color: #257bad;
}

.widget-content input,
.widget-content textarea {
width: 100%;
padding: 10px;
margin-bottom: 15px;
border: 1px solid #ccc;
border-radius: 6px;
font-size: 14px;
outline: none;
}

.widget-content button {
width: 100%;
padding: 10px;
background-color: #257bad;
color: white;
border: none;
border-radius: 6px;
cursor: pointer;
font-weight: bold;
transition: background-color 0.3s ease;
}

.widget-content button:hover {
background-color: #1f5f99;
}

.success-message {
display: none;
margin-top: 15px;
padding: 10px;
background-color: #d4edda;
color: #155724;
border-radius: 6px;
font-size: 14px;
text-align: center;
animation: fadeInOut 3s forwards;
}

@keyframes fadeIn {
from { opacity: 0; transform: translateY(10px); }
to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInOut {
0% { opacity: 0; transform: translateY(-10px); }
10% { opacity: 1; transform: translateY(0); }
90% { opacity: 1; transform: translateY(0); }
100% { opacity: 0; transform: translateY(-10px); }
}
.privacy-section p {
  margin-bottom: 15px;
  line-height: 1.6;
}

.privacy-section ul {
  margin-left: 20px;
  margin-bottom: 15px;
}

.privacy-section li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.back-to-main {
  margin: 40px 0;
  text-align: center;
}

.back-to-main .btn {
  padding: 12px 25px;
  font-size: 16px;
}

footer {
  color: white;
  padding: 40px 0 20px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #333;
}

@media (max-width: 992px) {
  .contact-info {
      text-align: center;
      margin-left: 0;
  }
  
  .footer-content {
      grid-template-columns: 1fr;
  }
  
  .contact-row {
      justify-content: center;
  }
  
  .privacy-content h1 {
      font-size: 28px;
  }
  
  .privacy-section h2 {
      font-size: 22px;
  }
}

@media (max-width: 576px) {
  .buttons {
      flex-direction: column;
  }
  
  .footer-bottom {
      flex-direction: column;
      text-align: center;
      gap: 10px;
  }
  
  .privacy-content h1 {
      font-size: 24px;
  }
  
  .privacy-section h2 {
      font-size: 20px;
  }
}

@media (max-width: 500px) {
  .logo {
      min-width: 100%;
      min-height: 70px;
      justify-content: center;
      margin-bottom: 15px;
  }
  
  .logo img {
      max-height: 70px;
  }
  
  .footer-content .logo {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  .footer-content {
      flex-direction: column;
  }
  
  .footer-bottom {
      flex-direction: column;
      text-align: center;
      gap: 15px;
      padding: 15px 0;
  }
    .copyright, .privacy-policy {
      color: #333;
        width: 100%;
        display: block;
        text-align: center;
    }
   .form-wrapper .privacy-policy{
      text-align: start;
    }
    
    .contact-info {
        width: 100%;
        margin: 0 auto;
    }
    
    .btn-centered {
        margin: 0 auto;
    }
    
    .privacy-content {
        padding: 20px 0;
    }
    
    .privacy-content h1 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    
    .privacy-section h2 {
        font-size: 18px;
    }
}


.success-message {
      color: green;
      font-weight: bold;
      margin-bottom: 20px;
    }
    .error-message {
      color: red;
      font-weight: bold;
      margin-bottom: 20px;
    }
    .form-response {
      padding: 15px;
      margin-top: 15px;
      text-align: center;
      font-size: 18px;
    }
   
.preview {
    position: relative;
    width: 100%;
    overflow: hidden;

    padding: 60px 0;
}

.slider-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}

.slides {
    display: flex;
    transition: transform 0.8s ease-in-out;
    position: relative;
}

.slide.active {
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: opacity 0.8s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.slide {
   display: none;
}

.pre-text {
    flex: 1 1 45%;
    max-width: 550px;
    text-align: left;
    padding-right: 40px;
    animation: fadeIn 0.6s ease-in-out;
    border: 2px solid #007bff;
    border-radius: 20px;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0, 123, 255, 0.1);
    transition: box-shadow 0.3s ease;
}

.pre-text:hover {
    box-shadow: 0 15px 35px rgba(0, 123, 255, 0.15);
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
.pre-text ul{
  text-align: start;
}
.pre-title {
    font-size: 36px;
    color: #2c3e50;
    margin-bottom: 20px;
    line-height: 1.3;
    font-weight: bold;
}

.pre-descr {
    font-size: 26px;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.6;
}

.pre-button {
    display: inline-block;
    padding: 14px 28px;
    background: linear-gradient(to right, #007bff, #0056b3);
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0, 86, 179, 0.2);
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.3);
}

.pre-button:hover {
    background: linear-gradient(to right, #0056b3, #003f7f);
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 86, 179, 0.3);
}




.pre-img {
  width: 100%;
    height: auto;
    max-width: 550px;
    max-height: 550px;
    border-radius: 12px;
    transition: transform 0.4s ease;
    object-fit: contain;
}

.pre-img:hover {
    transform: scale(1.03);
}
.circles1{
  margin-top: 20px;
display: flex;
}
.dot {
  margin-right: 12px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background-color: #007bff;
    transform: scale(1.2);
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.5);
}
@media (max-width: 768px) {
    .pre-img {
        max-height: 300px;
    }
}
@media (max-width: 480px) {
    .pre-img {
        max-height: 220px;
    }
}
@media (max-width: 1000px) {
    .slide {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .preview {
        height: auto;
        min-height: 820px;
        padding: 40px 0 60px;
    }

    .pre-text {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
        text-align: center;
        border: 2px solid #007bff;
        border-radius: 20px;
        padding: 25px;
    }

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

    .pre-descr {
        font-size: 15px;
    }

    .circles1 {
        justify-content: center;
    }

    .pre-text .circles1:last-of-type {
        margin-top: 20px;
    }
}
@keyframes driveInRight {
  from {
    transform: translateX(100%) scale(0.8);
    opacity: 0;
  }
  to {
    transform: translateX(0) scale(1);
    opacity: 1;
  }
}


.slide:nth-child(2).active .pre-img {
  animation: driveInRight 1s ease-in-out forwards;
}
.slide:nth-child(3).active .pre-img {
  animation: driveInRight 1s ease-in-out forwards;
}
.slide:nth-child(4).active .pre-img {
  animation: driveInRight 1s ease-in-out forwards;
}
.preview {
  height: 780px;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 60px 0;
    background: #0d47a1;
    z-index: 1;
}


.preview::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0,123,255,0.2) 0%, transparent 70%);
    animation: waveMove 10s linear infinite;
    z-index: -1;
    opacity: 0.4;
}

.preview::after {
    content: "";
    position: absolute;
    bottom: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.15) 0%, transparent 70%);
    animation: waveMove2 12s linear infinite;
    z-index: -1;
    opacity: 0.4;
}


@keyframes waveMove {
    0% { transform: rotate(0deg) translate(0, 0); }
    100% { transform: rotate(360deg) translate(0, 0); }
}

@keyframes waveMove2 {
    0% { transform: rotate(360deg) translate(0, 0); }
    100% { transform: rotate(0deg) translate(0, 0); }
}
.image-dots {
  margin-left: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-items: center;
  align-items: center;
  margin-top: 30px;
  max-width: 100%;
}

.dot-img {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 4px solid #007bff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-size: cover;
  background-position: center;
}

.dot-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.dot-img:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
}
@media (max-width: 375px) {
  .pre-title {
    font-size: 24px;
  }
  .pre-descr {
    font-size: 14px;
  }
  .pre-button {
    padding: 12px 24px;
    font-size: 14px;
  }
  .dot-img {
    width: 60px;
    height: 60px;
  }
}


@media (prefers-reduced-motion: no-preference) {
  .pre-text,
  .pre-img {
    animation: fadeIn 0.6s ease-in-out;
  }
}
@media (max-width: 768px) {
  .dot-img:last-of-type,
  .dot-img:first-of-type{
display: none;
  }
  .dot-img {
    width: 130px;
    height: 130px;
  }
  .dot-img img {
    width: 65%;
    height: 65%;
  }
}

@media (max-width: 480px) {
  .preview {
    height: 820px;
  }
  .image-dots {
    grid-template-columns: repeat(2, 1fr);
    margin: 0px 0px 20px 0px;
  }

}

.map-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.map-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.map-card:hover {
  transform: scale(1.02);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.map-header {
  background: linear-gradient(90deg, #0077ff, #00c6ff);
  color: white;
  padding: 14px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

.map-frame iframe {
  width: 100%;
  height: 300px;
  border: none;
  display: block;
  transition: transform 0.3s ease;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0,0,0,0.6);
  color: white;
  border-radius: 50%;
  padding: 5px 10px;
  cursor: pointer;
  z-index: 10;
  font-size: 18px;
  display: none;
}

.map-card.fullscreen .close-btn {
  display: block;
}

.map-card.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.map-card.fullscreen .map-frame iframe {
  height: calc(100vh - 60px);
}

.map-card.fullscreen .map-header {
  font-size: 22px;
  padding: 18px;
}


@media (max-width: 768px) {
  .map-header {
    font-size: 16px;
    padding: 12px;
  }

  .map-frame iframe {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .map-header {
    font-size: 14px;
    padding: 10px;
  }

  .map-frame iframe {
    height: 200px;
  }

  .close-btn {
    padding: 4px 8px;
    font-size: 16px;
  }
}

@media (max-width: 640px) {
    header {
        padding: 10px 0;
    }
    
    .header-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .logo {
        min-width: auto;
        margin-bottom: 10px;
    }
    
    .logo img {
        max-height: 140px;
    }
    
    .contact-info {
        width: 100%;
        text-align: center;
        margin: 0;
    }
    
    .contact-row {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    
    .phone-container {
        margin-bottom: 5px;
    }
    
    .green-phone {
        margin-right: 0;
        display: block;
        text-align: center;
    }
    
    .phone-text {
        text-align: center;
    }
    
    .btn-centered {
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 645px) {
    .contact-row {
        position: relative;
    }
    
    .phone-info {
        width: 100%;
    }
    
    .social-buttons {
        position: absolute;
        top: 33px;
        right: -65px;
        margin-bottom: 0;
        display: flex;
    }
    
    .btn-social {
        width: 35px;
        height: 35px;
    }
    
    .btn-social img {
        width: 20px;
        height: 20px;
    }
    footer .social-buttons {
      top: 33px;
      right: -65px;
    }
}
