h3 {
  color: #1F6642;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.badge-block h3 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
}
.review-section {
  margin-bottom: 0;
}
article {
  padding: 0 10em;
}
@media screen and (max-width: 1320px) {
  article {
    padding: 0 5em;
  }
}
@media screen and (max-width: 1024px) {
  article {
    padding: 0 2em;
  }
}
@media screen and (min-width: 1600px) {
  article {
    padding: 0 calc(50% - 660px);
  }
}
@media screen and (max-width: 650px) {
  article {
    padding: 0 1em;
  }
}
article section {
  padding: 0;
  display: block;
}
article > section:first-of-type {
  display: grid;
  grid-template-columns: 300px auto;
  gap: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 650px) {
  article > section:first-of-type {
    grid-template-columns: 1fr;
  }
}
article > section:first-of-type > div:first-child > img {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  article > section:first-of-type > div:first-child {
    float: left;
  }
}
article h2 {
  color: #1F6642;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
article h3 {
  font-size: 24px;
  color: #1F6642;
}
.info-text {
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  line-height: 1.75;
  margin-bottom: 3em;
}

.info-text p {
  margin-bottom: 1.5em;
  color: #444444;
}

.info-text h1, 
.info-text h2, 
.info-text h3, 
.info-text h4, 
.info-text h5, 
.info-text h6 {
  font-weight: 700;
  line-height: 1.3;
  margin: 1em 0 0.5em;
  color: #1F6642;
}

.info-text h1 { font-size: 32px; }
.info-text h2 { font-size: 28px; }
.info-text h3 { font-size: 24px; }
.info-text h4 { font-size: 20px; }
.info-text h5 { font-size: 18px; }
.info-text h6 { font-size: 16px; font-weight: 600; }

.info-text ul,
.info-text ol {
  padding-left: 1.5em;
  margin-bottom: 1.5em;
}

.info-text ul {
  list-style: disc;
}

.info-text ol {
  list-style: decimal;
}

.info-text li {
  margin-bottom: 0.5em;
  font-size: 15px;
  color: #555555;
  line-height: 1.6;
  position: relative;
  padding-left: 0.5em;
}

.info-text li::marker {
  color: #1F6642;
  font-size: 1.2em;
}

.info-text a {
  color: #1F6642;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

.info-text a:hover {
  color: #c69b7e;
  border-bottom: 1px solid #c69b7e;
}

.info-text strong {
  font-weight: 700;
  color: #1F6642;
}

.info-text em {
  font-style: italic;
  color: #777777;
}

.info-text blockquote {
  margin: 1.5em 0;
  padding: 1.5em;
  background: #f9f9f9;
  border-left: 5px solid #1F6642;
  font-style: italic;
  color: #555555;
  font-size: 16px;
  line-height: 1.6;
}

.info-text blockquote p {
  margin: 0;
}

.info-text hr {
  border: none;
  height: 1px;
  background: #e0e5f0;
  margin: 2em 0;
}

.info-text img {
  max-width: 100%;
  height: auto;
  margin: 1.5em 0;
  border-radius: 8px;
}

.info-text table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
}

.info-text table th,
.info-text table td {
  border: 1px solid #e0e5f0;
  padding: 0.75em;
  text-align: left;
}

.info-text table th {
  background: #f4f7fc;
  font-weight: 600;
  color: #333;
}

.info-block {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin: 1em 0 4em 0;
}
@media screen and (max-width: 650px) {
  .info-block {
    grid-template-columns: 1fr;
    gap: 1em;
  }
}
.info-block .info-contacts li {
  padding: 0.5em 0.5em 0.5em 0;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  color: #333333;
}
.info-block .info-contacts li > a {
  display: flex;
  align-items: center;
  color: #333333;
  text-decoration: none;
}
.info-block .info-contacts li > a:hover {
  text-decoration: underline;
}
.info-block .info-contacts .icon {
  width: 18px;
  height: 18px;
  margin-right: 0.5em;
  background-position: center;
}
.info-block .info-contacts .social {
  display: flex;
  flex-direction: row;
  gap: 0.8em;
  margin-top: 1em;
}
.info-block .info-contacts .social .item {
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1F6642;
  transition: color 0.4s ease, background-color 0.4s ease;
}
.info-block .info-contacts .social .item .icon {
  display: flex;
  margin-right: 0;
  background-position: center;
}
.info-block .info-contacts .social .item:hover,
.info-block .info-contacts .social .item.active {
  background-color: #c69b7e;
  border-color: #c69b7e;
}
.info-block .info-map iframe {
  width: 100%;
}
.descr {
  margin-bottom: 2em;
}
.category-item {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  padding: 10px;
  color: #333333;
  border: 1px solid #e9ecf4;
  border-radius: 32px;
  flex-shrink: 0;
  text-decoration: none;
  transition: 0.4s ease;
}
.category-item:hover {
  background-color: #e9ecf4;
}
.category-item img {
  height: 32px;
  width: auto;
}
.services-block {
  display: flex;
  flex-direction: column;
}
.services-block .service-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  padding: 1.25em;
  background: #f4faff;
}
.services-block .service-item:nth-child(2n + 1) {
  background-color: #ffffff;
}
.services-block .service-item > :last-child {
  flex-shrink: 0;
}
.tabs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 20px;
  border-radius: 10px 10px 0 0;
  background-color: #f4faff;
}
.tabs .radiotab {
  position: absolute;
  opacity: 0;
}
.tabs .label {
  width: 100%;
  padding: 1em;
  margin: 1em;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  transition: background 0.3s, color 0.3s;
  border: none;
  border-radius: 0;
  text-align: center;
}
.tabs .label:active {
  background: #1F6642;
  color: #ffffff;
}
.tabs .radiotab:checked + .label {
  background: #1F6642;
  color: #ffffff;
}
.tabs .panel {
  display: none;
  padding: 0 0 0;
  width: 100%;
  background-color: #ffffff;
}
.tabs .radiotab:checked + .label + .panel {
  display: block;
}
@media (min-width: 600px) {
  .tabs .panel {
    order: 99;
  }
  .tabs .label {
    width: auto;
    min-width: 90px;
    border-radius: 5px;
  }
}
