body, html {
  height: 100%;
  width: 100%;
  min-width: 570px;
  margin: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  font-family: Arial, sans-serif;
}

.background-image {
  background-image: url('/img/bg.jpg');
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

.text-block {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  text-align: justify;
  text-justify: inter-word;
  overflow: hidden; 
}


.otp1{
 height: 5px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 570px;
  width: 90%;
  height: 100%;
  margin: 0 5%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: -1; 
}

.content {
  position: relative;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: auto;
  margin: 1% auto;
  color: white;
  padding: 10px;
}

.text_main {
 color: #fff; 
 font-size: 17pt; 
 text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
}

.tel_button {
 color: #fff;
 text-decoration: none;
}

.centered-div {
  margin-top: 20px;
  padding: 10px;
  position: relative;
  margin-left: 5%;
  margin-right: 5%;

  z-index: 1;
}

.block1 {
  padding: 20px;
  background-color: rgba(255, 214, 255, 0.5);
#  border: 1px solid #000;
}

.map-container {
  position: relative;
  width: 100%; 
  height: 300px; 
}

/*------ TABLES -------*/
.table {
  display: table;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  border-collapse: separate;
  border-spacing: 5px; /* Расстояние между ячейками */
}

.row {
  display: table-row;
}

.cell {
  display: table-cell;
  padding: 8px;
  border-bottom: 1px dashed #fff; /* Пунктирная линия между ячейками */
  position: relative;
}

.cell::after {
  content: '';
  position: absolute;
  bottom: -5px; /* Расстояние от нижнего края ячейки */
  left: 0;
  width: 100%;
}

.cell:last-child::after {
  display: none; /* Скрыть линию у последней ячейки */
}

/* Стили для первой строки (заголовок) */
.row:first-child .cell {
  font-weight: bold;
}
/*---------------------*/







@media screen and (max-width: 1020px) {
.content {
 padding: 8% 5%;
}

.logo_main {
 width: 85%;
}


.text_main {
 color: #fff;
 font-size: 27pt;
 text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
}


.otp1{
 height: 35px;
}


.tel_button {
  color: #fff;
  padding: 35px 20px 20px 20px;
  margin: 20px;  
  text-decoration: none;
  background-color: #3498db;
  color: #fff;
  border-radius: 15px;
  border: 1px solid #3498db;
  transition: background-color 0.3s ease, color 0.3s ease;
}


}
