.policy {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.policy__section {
    margin-bottom: 45px;
}

.policy h2,
.policy h4 {
    margin: 0 0 20px;
}

.policy h2,
.policy h3,
.policy h4 {
    line-height: 1.3;
}

.policy h2 {
    font-size: 30px;
}

.policy h3 {
    font-size: 28px;
}

.policy__text-ac {
    text-align: center;
}

.policy table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.5;
    color: #1d1b20;
    margin-bottom: 24px;
    background-color: #ffffff;
    border: 2px solid #662d91;
}

.policy th, .policy td {
    padding: 12px 16px;
    border: 1px solid #662d91;
    vertical-align: top;
}

.table-standard thead th {
    background-color: #662d91;
    color: #ffffff;
    font-weight: 600;
    text-align: left;
    border: 2px solid #662d91;
}

.table-standard tbody tr:hover {
    background-color: #dddfe4;
}


.table-kv {
    border-top: 2px solid #662d91;
}

.table-kv td:first-child {
    width: 30%;
    font-weight: 600;
    border-right: 1px solid #662d91;
}

.table-kv td:last-child {
    width: 70%;
}

.table-kv tbody tr:hover {
    background-color: #dddfe4;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}