.rvo-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.rvo-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    line-height: 1.5;
    color: #333;
    font-size: 16px;
}

.rvo-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    background-color: #00A9D0; /* корпоративный цвет */
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.rvo-list li:last-child {
    margin-bottom: 0;
}

.rvo-list li:hover:before {
    transform: translateY(-50%) scale(1.2);
    transition: all 0.3s ease;
}


.privacy-agreement {
    font-family: Arial, sans-serif;
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    line-height: 1.6;
}

.privacy-agreement h3 {
    color: #00A9D0;
    text-align: center;
    margin-bottom: 20px;
}

.privacy-agreement h4 {
    color: #333;
    margin-top: 15px;
}

.privacy-agreement ul {
    padding-left: 20px;
}

.privacy-agreement li {
    margin-bottom: 8px;
}

.important-notes {
    background-color: #f0f8ff;
    padding: 15px;
    border-left: 3px solid #00A9D0;
    margin: 20px 0;
}

.signature-block {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.privacy-agreement a {
    color: #00A9D0;
    text-decoration: none;
}

.privacy-agreement a:hover {
    text-decoration: underline;
}

.small {
    font-size: 12px;
    margin-top: 10px;
}
