/* Оформление политики конфиденциальности приложения «Твоя Территория».
   Шрифт, кегль, цвета и ширина колонки - те же, что у остальных документов
   в /privacy/, поэтому страницы выглядят единообразно. Добавлены поля по краям,
   таблицы и поведение на узких экранах, которых в старых документах не было.
   Один файл на обе языковые версии - текст разный, оформление общее. */

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    background-color: #ffffff;
    color: #000000;
    font-family: "Calibri", "Carlito", "Segoe UI", Arial, sans-serif;
    font-size: 11pt;
    line-height: 1.3;
}

.doc {
    max-width: 467.7pt;
    margin: 0 auto;
    padding: 20pt 16pt 40pt;
}

/* Переключатель языка документа */
.doc-lang {
    text-align: right;
    font-size: 10pt;
    color: #666666;
    padding-bottom: 6pt;
}

.doc-lang a {
    color: #1155cc;
}

h1 {
    font-size: 16pt;
    font-weight: 700;
    text-align: center;
    padding: 12pt 0 10pt;
    margin: 0;
    line-height: 1.2;
}

h2 {
    font-size: 13pt;
    font-weight: 700;
    padding: 14pt 0 5pt;
    margin: 0;
    line-height: 1.2;
    page-break-after: avoid;
}

h3 {
    font-size: 11.5pt;
    font-weight: 700;
    padding: 10pt 0 4pt;
    margin: 0;
    line-height: 1.2;
    page-break-after: avoid;
}

p {
    margin: 0;
    padding-bottom: 8pt;
    orphans: 2;
    widows: 2;
}

ul {
    margin: 0;
    padding: 0 0 8pt 20pt;
}

li {
    padding-bottom: 3pt;
}

a {
    color: #1155cc;
}

strong {
    font-weight: 700;
}

/* Таблицы: на узком экране прокручиваются внутри своей обёртки,
   страница по горизонтали не едет */
.table-wrap {
    overflow-x: auto;
    padding-bottom: 8pt;
    -webkit-overflow-scrolling: touch;
}

table {
    border-collapse: collapse;
    width: 100%;
    /* На экране 375 pt таблица из трёх колонок помещается целиком,
       на более узких - прокручивается внутри .table-wrap */
    min-width: 335px;
    font-size: 10pt;
}

th, td {
    border: 1px solid #cccccc;
    padding: 4pt 6pt;
    text-align: left;
    vertical-align: top;
}

th {
    background-color: #f2f2f2;
    font-weight: 700;
}

@media (max-width: 480px) {
    .doc {
        padding: 14pt 12pt 32pt;
    }

    h1 {
        font-size: 15pt;
    }
}
