* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}
a {
  text-decoration: none;
  color: white;
}
body {
  color: #333;
  line-height: 1.6;
  overflow-x: hidden;
  background-color: #ffffff;
}

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

.telephone {
  color: #2c3e50!important;
}


.top-header-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    max-width: none;
    padding: 0 20px;
    margin: 0 auto;
}










@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}








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

.modal-content {
  background-color: white;
  padding: 30px;
  border-radius: 15px;
  width: 90%;
  max-width: 500px;
  position: relative;
}

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

.modal-title {
  margin-bottom: 20px;
  color: #2c7da0;
  text-align: center;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
}

.submit-btn {
  background-color: #65e7d9;
  color: #333;
  border: none;
  padding: 12px 30px;
  border-radius: 20px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s;
}

.submit-btn:hover {
  background-color: #4fd1c5;
}
footer {
  background-color: #2c3e50;
  color: white;
  padding: 60px 0 20px;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-map {
  border-radius: 10px;
  overflow: hidden;
  height: 300px;
}

.footer-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-contacts {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.contact-item i {
  margin-right: 15px;
  font-size: 20px;
  color: #65e7d9;
}

.footer-social {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.footer-social a {
  color: white;
  font-size: 24px;
  transition: transform 0.3s, color 0.3s;
}

.footer-social a:hover {
  transform: translateY(-3px);
  color: #65e7d9;
}

.sitemap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sitemap-column h3 {
  margin-bottom: 20px;
  color: #65e7d9;
}

.sitemap-links {
  list-style: none;
}

.sitemap-links li {
  margin-bottom: 10px;
}

.sitemap-links a {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
}

.sitemap-links a:hover {
  color: #65e7d9;
}

@media screen and (max-width: 992px) {
  .news-grid,
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-content {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .news-grid,
  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .sitemap {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 992px) {
  .advantages-grid,
  .specialists-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .slide {
    height: 60vh;
  }
}

@media screen and (max-width: 768px) {
  .header-right {
    gap: 15px;
  }

  .social-icons {
    display: none;
  }



  .banner h1 {
    font-size: 36px;
  }

  .banner p {
    font-size: 18px;
  }

  .slide {
    height: 50vh;
    min-height: 400px;
  }

  .slider-btn {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 576px) {
  .advantages-grid,
  .specialists-grid {
    grid-template-columns: 1fr;
  }

  .logo h1 {
    font-size: 20px;
  }

  .logo p {
    font-size: 12px;
  }


  .slide {
    height: 40vh;
    min-height: 300px;
  }

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

  .action-btn {
    padding: 12px 30px;
    font-size: 16px;
  }
}
.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
  opacity: 0;
}

.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

.about-content {
  padding: 60px 0 80px;
  background-color: #fff;
}

.about-header {
  text-align: center;
  margin-bottom: 60px;
}

.about-header h2 {
  font-size: 36px;
  color: #2c7da0;
  margin-bottom: 20px;
  position: relative;
  margin-top: 120px;
}

.about-header h2:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #2c7da0;
  margin: 15px auto 0;
}

.about-description {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
  max-width: 1000px;
  margin: 0 auto 50px;
  text-align: justify;
}

.about-description p {
  margin-bottom: 25px;
}

.about-description strong {
  color: #2c7da0;
  font-weight: 600;
}

.about-description ul {
  margin: 20px 0;

}

.about-description li {
  margin-bottom: 10px;
  list-style: none;
}

.news-section {
  margin-top: 80px;
}

.news-header {
  text-align: center;
  margin-bottom: 40px;
}

.news-header h3 {
  font-size: 28px;
  color: #2c7da0;
  position: relative;
  display: inline-block;
}

.news-header h3:after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #2c7da0;
  margin: 15px auto 0;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.news-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}

.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.news-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}

.news-content {
  padding: 20px;
}

.news-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #2c7da0;
}

.news-date {
  font-size: 14px;
  color: #888;
  margin-bottom: 15px;
  display: block;
}

.news-excerpt {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

@media screen and (max-width: 992px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .about-content {
    padding: 50px 0 60px;
  }

  .about-header h2 {
    font-size: 30px;
  }

  .about-description {
    font-size: 16px;
    padding: 0 20px;
  }

  .news-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
