.form__acc { font-size: 12px; }
.wpcf7-acceptance label { align-items: flex-start; gap: 5px; }
.wpcf7-acceptance label input { width: 12px; height: 12px; flex: 0 0 12px; }
.wpcf7-acceptance label input:checked { background-size: 12px auto; }

.docs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.docs__item { display: flex; flex-direction: column; }
.docs__thumb { display: block; border: 1px solid #e0e0e0; border-radius: 0.5rem; overflow: hidden; background: #fff; }
.docs__thumb img { display: block; width: 100%; height: auto; transition: transform 0.3s ease; }
.docs__thumb:hover img { transform: scale(1.02); }
.docs__title { margin-top: 20px; font-size: 18px; font-weight: 400; line-height: 1.3; }
.docs__note { margin-top: 10px; font-size: 14px; line-height: 1.5; color: #3b3b3b; }
.docs__link { margin-top: 15px; align-self: flex-start; font-size: 14px; border-bottom: 1px solid #d9b97e; }
.docs__link:hover { border-bottom-color: transparent; }
.docs._two { grid-template-columns: repeat(2, 1fr); }
.docs__links { margin-top: 15px; display: grid; gap: 10px; justify-items: start; }
.docs__links .docs__link { margin-top: 0; }
.docs-intro { max-width: 60rem; margin-top: 35px; margin-bottom: 50px; }
.docs-contract { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr); gap: 40px; align-items: start; }
.docs-facts { display: grid; gap: 1px; background: #e0e0e0; border: 1px solid #e0e0e0; border-radius: 0.5rem; overflow: hidden; margin: 0; }
.docs-facts__row { display: grid; grid-template-columns: minmax(0, 260px) minmax(0, 1fr); gap: 20px; padding: 18px 24px; background: #fff; }
.docs-facts dt { font-weight: 400; }
.docs-facts dd { margin: 0; font-size: 15px; line-height: 1.5; color: #3b3b3b; }
@media (max-width: 991px) {
.docs { grid-template-columns: repeat(2, 1fr); gap: 24px; }
.docs-contract { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 575px) {
.docs { grid-template-columns: 1fr; }
.docs._two { grid-template-columns: 1fr; }
.docs-facts__row { grid-template-columns: 1fr; gap: 6px; padding: 16px 18px; }
}

.single-post .content.page-content > h3 { font-family: var(--second-family); font-weight: 400; font-size: 1.35rem; line-height: 1.3; letter-spacing: 0.02em; margin-top: 32px; margin-bottom: 12px; }
.single-post .content.page-content > figure.wp-block-table { margin-top: 24px; }
.single-post .content.page-content > figure.wp-block-table table { width: 100%; border-collapse: collapse; font-size: 0.85em; }
.single-post .content.page-content > figure.wp-block-table th,
.single-post .content.page-content > figure.wp-block-table td { border: 1px solid #e0e0e0; padding: 10px 14px; text-align: left; vertical-align: top; }
.single-post .content.page-content > figure.wp-block-table th { font-weight: 600; background: #fbfaf7; }
@media (max-width: 600px) {
.single-post .content.page-content > h3 { font-size: 20px; margin-top: 24px; }
.single-post .content.page-content > figure.wp-block-table { overflow-x: auto; }
.single-post .content.page-content > figure.wp-block-table th,
.single-post .content.page-content > figure.wp-block-table td { padding: 8px 10px; }
}

.main__content h2 { font-family: var(--second-family); font-weight: 400; font-size: 3.3rem; letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 0.6rem; }
.home-seo .section__title { margin-bottom: 25px; }
.home-seo__lead { max-width: 60rem; font-size: 1.05rem; line-height: 1.6; }
.home-seo__body { display: block; max-width: 60rem; margin-top: 30px; }
.home-seo__body h2 { font-family: var(--second-family); font-weight: 400; font-size: 1.6rem; line-height: 1.3; letter-spacing: 0.02em; margin-top: 34px; margin-bottom: 14px; text-transform: none; }
.home-seo__body p { margin-bottom: 16px; line-height: 1.6; }
.home-seo__body a { border-bottom: 1px solid #d9b97e; }
.home-seo__body a:hover { border-bottom-color: transparent; }
.home-seo__body table { width: 100%; border-collapse: collapse; font-size: 0.9em; }
.home-seo__body th, .home-seo__body td { border: 1px solid #e0e0e0; padding: 10px 14px; text-align: left; }
.home-seo__body th { font-weight: 400; background: #fbfaf7; }
.home-seo__body[hidden] { display: none; }
.home-seo__toggle { display: inline-flex; align-items: center; justify-content: center; margin-top: 25px; }
@media (max-width: 992px) {
.main__content h2 { text-wrap: balance; }
}
@media (max-width: 767px) {
.main__content h2 { font-size: 28px; margin-bottom: 15px; }
.home-seo__body h2 { font-size: 22px; margin-top: 26px; }
.home-seo__body .ardel-prices { overflow-x: auto; }
.home-seo__body table { min-width: 460px; font-size: 13px; }
.home-seo__body th, .home-seo__body td { padding: 8px 10px; }
}
@media (max-width: 575px) {
.home-seo__body table { min-width: 0; font-size: 12px; }
.home-seo__body th:nth-child(3), .home-seo__body td:nth-child(3) { display: none; }
.home-seo__body th, .home-seo__body td { padding: 6px 8px; }
}
