
.phone {
  color: white;
  font-weight: bold;
}
.contacts {
  min-height: 50px;
  padding: 30px 20px;
  text-align: center;
  background: #004080;
  color: white;
}
.contacts .contact0 {
  text-decoration: none;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  margin: 5px 10px;
  padding: 10px 16px;
  border-radius: 6px;
  color: #fff;
  transition: transform 0.2s, box-shadow 0.2s;
}
.contacts .contact0 img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  filter: invert(1);
}
.contacts .contact0:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
.whatsapp-btn {
  background-color: #25D366;
}
.whatsapp-btn:hover {
  background-color: #1DA851;
}
.telegram-btn {
  background-color: #0088cc;
}
.telegram-btn:hover {
  background-color: #0077b5;
}

.topbar {
  background: #004080;
  color: #fff;
  padding: 15px;
  text-align: center;
}
.topbar h1 {
  margin: 0;
  font-size: 1.8em;
  color: white;
  margin-bottom: 20px;
}

.services {
  background: #f0f4f9;
  padding-top: 40px;
  padding-bottom: 40px;
  gap: 20px;
}
.service {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
  text-align: center;
}
.service h3 {
  color: #004080;
  margin-bottom: 10px;
}


.footer {
  background: #004080;
}
.footer-block {
  color: #7C7C7C;
}








.fon1 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.mobile-phone {
  color: white;
  font-weight: bold;
}



.mobile-contacts {
  min-height: 100px;
  padding: 30px 20px;
  text-align: center;
  background: #004080;
  color: white;
}
.mobile-contacts .mobile-contact0 {
  text-decoration: none;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  margin: 5px 10px;
  padding: 10px 16px;
  border-radius: 6px;
  color: #fff;
  transition: transform 0.2s, box-shadow 0.2s;
}
.mobile-contacts .mobile-contact0 img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  filter: invert(1);
}
.mobile-contacts .mobile-contact0:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
.mobile-whatsapp-btn {
  background-color: #25D366;
}
.mobile-whatsapp-btn:hover {
  background-color: #1DA851;
}
.mobile-telegram-btn {
  background-color: #0088cc;
}
.mobile-telegram-btn:hover {
  background-color: #0077b5;
}

.mobile-topbar {
  background: #004080;
  color: #fff;
  padding: 15px;
  text-align: center;
}
.mobile-topbar h1 {
  margin: 0;
  font-size: 1.8em;
  color: white;
  margin-bottom: 20px;
}

.mobile-main-text {
  font-size: 1.2rem;
  font-weight: bold;
  color: black;
  margin-bottom: 5px;
}

.mobile-cta-btn {
  background: #ff6600;
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.1em;
  transition: background 0.3s;
}
.mobile-cta-btn:hover {
  background: #cc5200;
}

.mobile-text-v {
  color: #004080;
  font-weight: bold;
}

h3 {
  color: #004080;
  font-weight: bold;
}

.mobile-services {
  background: #f0f4f9;
  padding: 40px 20px;
  gap: 20px;
}
.mobile-service {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
  text-align: center;
}
.mobile-service h3 {
  color: #004080;
  margin-bottom: 10px;
}

.mobile-reviews {
  padding: 40px 20px;
  background: #f9fbfd;
  text-align: center;
}
.mobile-review {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
  margin: 10px auto;
  max-width: 600px;
  font-style: italic;
}

.mobile-prices {
  padding: 40px 20px;
  text-align: center;
}
.mobile-prices h2 {
  color: #004080;
  margin-bottom: 20px;
}
.mobile-prices table {
  margin: 0 auto;
  border-collapse: collapse;
  width: 90%;
  max-width: 700px;
}
.mobile-prices th, .mobile-prices td {
  border: 1px solid #ddd;
  padding: 12px;
}
.mobile-prices th {
  background: #004080;
  color: #fff;
}
