.text-block {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  color: #371211;
}
.text-block h2 {
  font-family: "Involve", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  color: #371211;
}
.text-block h3 {
  font-family: "Involve", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  color: #371211;
}
.text-block ul {
  list-style-type: disc;
  margin-left: 28px;
}
.text-block table {
  display: block;
  overflow-x: auto;
  scrollbar-width: thin;
}
.text-block a {
  color: #371211;
  text-decoration: underline;
}
.text-block a:hover, .text-block a:active, .text-block a:focus {
  color: #a35a51;
}
.text-block img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.text-block table tbody {
	display: table;
    width: 100%;
}

@media (width < 768px) {
  .content table tbody tr:has(img) {
	display: -webkit-flex;
    display: flex;
	-webkit-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .content table tbody tr:has(img) td {
    width: 100% !important;
  }
}

@media (min-width: 320px) {
  .content p:nth-last-child(n+2),
  .content ul:nth-last-child(n+2),
  .content ol:nth-last-child(n+2),
  .content img:nth-last-child(n+2),
  .content table:nth-last-child(n+2) {
    margin-bottom: 24px;
  }
  .content td img {
    padding-right: 10px;
  }
  .text-block {
    font-size: 14px;
  }
  .text-block > *:nth-last-child(n+2) {
    margin-bottom: 24px;
  }
  .text-block h2 {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .text-block h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .text-block ul li {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) {
  .content p:nth-last-child(n+2),
  .content ul:nth-last-child(n+2),
  .content ol:nth-last-child(n+2),
  .content img:nth-last-child(n+2),
  .content table:nth-last-child(n+2) {
    margin-bottom: 30px;
  }
  .content td img {
    padding-right: 20px;
  }
  .text-block {
    font-size: 18px;
  }
  .text-block > *:nth-last-child(n+2) {
    margin-bottom: 30px;
  }
  .text-block h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .text-block h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .text-block ul li {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .text-block {
    font-size: 20px;
  }
  .text-block h2 {
    font-size: 24px;
  }
  .text-block h3 {
    font-size: 20px;
  }
  .text-block ul li {
    font-size: 18px;
  }
}
@media (min-width: 320px) {
  .container {
    padding: 30px 0 60px;
  }
  .container .title {
    margin-bottom: 24px;
  }
  .container .contacts-container {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .container {
    padding: 40px 0 80px;
  }
  .container .title {
    margin-bottom: 30px;
  }
  .container .contacts-container {
    margin-top: 80px;
  }
}
@media (min-width: 1280px) {
  .container {
    padding: 40px 0 100px;
  }
  .container .title {
    margin-bottom: 40px;
  }
  .container .contacts-container {
    margin-top: 100px;
  }
}
@media (min-width: 1800px) {
  .container {
    padding: 40px 0 140px;
  }
  .container .contacts-container {
    margin-top: 140px;
  }
}

.content > img {
  //width: auto;
}/*# sourceMappingURL=page.css.map */