/* Страницы юридических документов: политика и согласия */
.pd-doc {
    margin: 20px 0 40px;
    color: #333;
    font-size: 15px;
    line-height: 1.6;
}

.pd-doc p {
    margin: 0 0 12px;
}

.pd-doc__revision {
    color: #777;
}

.pd-doc__h2 {
    margin: 28px 0 12px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.pd-doc__h3 {
    margin: 22px 0 10px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
}

.pd-doc ul.pd-doc__list {
    margin: 0 0 12px;
    padding-left: 22px;
    list-style: disc outside;
}

.pd-doc ul.pd-doc__list li {
    margin-bottom: 6px;
    list-style: disc outside;
}

.pd-doc__table-wrap {
    margin: 0 0 20px;
    overflow-x: auto;
}

.pd-doc__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.pd-doc__table th,
.pd-doc__table td {
    padding: 8px 10px;
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
}

.pd-doc__table thead th {
    background: #f5f5f5;
    font-weight: 700;
}

.pd-doc__table th[scope="row"] {
    width: 30%;
    background: #fafafa;
    font-weight: 600;
}

.pd-doc a {
    color: #ef7f1a;
    text-decoration: underline;
    word-break: break-word;
}

@media (max-width: 767px) {
    .pd-doc {
        font-size: 14px;
    }

    .pd-doc__table {
        font-size: 13px;
    }

    .pd-doc__table th[scope="row"] {
        width: 40%;
    }
}

.pd-doc__h1 {
    margin: 0 0 16px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.25;
}

@media (max-width: 767px) {
    .pd-doc__h1 {
        font-size: 21px;
    }
}
