.entry-content {
    font-family: 'Serif', Arial, sans-serif;
}
.services-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.service-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-card-title {
  font-size: 18px;
  font-weight: 100;
  margin-bottom: 10px;
  color: #2c3e50;
}

.service-card p {
  color: #666;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 800;
}

.service-price {
  font-weight: bold;
  color: #2e7d32;
  margin-bottom: 15px;
  font-size: 16px;
}

.button-container {
  color: #2e7d32;
  font-weight: 500;
  transition: all 0.3s ease;
}
.button-container:hover {
  transform: translateY(-2px) translateX(3px);
}

.button-container span {
  border-bottom: 1px dashed #2e7d32;
}

.breadcrumb {
    display: flex;
    margin: 0 auto;
    color: #4b4b4b;
    font-family: Sans-Serif;
    width: 1200px;
    flex-wrap: wrap;
}

.childbread>a>span{
	text-decoration: none;
	color: #4b4b4b;
}
.childbread>a>span:hover{
    color: #a1a1a1;
}

.childbread{
	margin-top: 10px;
}

.arrowbread{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}  

@media (max-width: 1279px) {
    .breadcrumb {
        width:auto;
        margin-left:20px;
    }
}

@media (max-width: 1279px) {
    .breadcrumb {
      font-size: 12px;
    }
}


.special-breadcrumb {
    color: white;
    margin: 20px 0 0 0;
}
.special-breadcrumb .childbread>a>span {
    color: white;
}

.t431__evenrow {
    background: #f0f0f0;
}
.t431__td {
    padding: 20px
}
.t-text {
    color: #3d3d3d;
    font-weight: 100
}
@media screen and (max-width:400px) {
    .t-text {
        font-size: 10px;
    }
}

.table-price {
  width: 100%;
  max-width: 1200px;
  font-family: Arial, sans-serif;
  color: #333;
  border: 3px solid #1e613f; /* Увеличенная обводка таблицы */
  border-radius: 5px;
  background-color: #f9f9f9;
  text-align: center;
  border-collapse: collapse;
  margin: 20px auto;
  overflow: hidden;
  box-shadow: 0px 0px 2px 1px #00000087;
}

.table-price-head {
    background-color: #c0c0c0;
    color: #000000c7;
    font-size: 20px;
    height: 60px;
}

.table-price th, .table-price td {
  padding: 15px;
  border: 1px solid black;
}

.table-price tbody {
  font-size: 18px;
}

/* Полосатые строки для удобства чтения */
.table-price tbody tr:nth-child(odd) {
  background-color: #f0f0f0; /* Светло-серый */
}

.table-price tbody tr:nth-child(even) {
  background-color: #ffffff; /* Белый */
}

.table-price .table-price-left {
  text-align: left;
  padding-left: 20px;
  font-weight: bold;
}

.table-center {
	text-align: center;
	  padding-left: 20px;
  font-weight: bold;
}

/* Адаптивность */
@media screen and (max-width: 1024px) {
  .table-price {
    font-size: 16px;
  }
  .table-price th, .table-price td {
    padding: 12px;
  }
}

@media screen and (max-width: 768px) {
  .table-price {
    font-size: 14px;
    border-radius: 10px;
  }
  .table-price th, .table-price td {
    padding: 10px;
  }
}

@media screen and (max-width: 480px) {
  .table-price {
    font-size: 12px;
    border-radius: 5px;
  }
  .table-price th, .table-price td {
    padding: 8px;
  }
  .table-price thead {
    font-size: 14px;
  }
  .table-price tbody {
    font-size: 12px;
  }
  .table-price .table-price-left {
    padding-left: 10px;
  }
}

@media screen and (max-width: 360px) {
  .table-price {
    font-size: 10px;
  }
  .table-price th, .table-price td {
    padding: 6px;
  }
}

.uc-license img {
 box-shadow: 1px 1px 1px 1px black;   
}

