.chprivacy,
.chprivacy * {
    box-sizing: border-box;
}

.chprivacy {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 20px 0 60px;
    color: #4d4d4d;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.75;
}

.chprivacy__header {
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;
}

.chprivacy__header h1 {
    margin: 0 0 14px;
    color: #222;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
}

.chprivacy__updated {
    display: inline-block;
    margin: 0 0 20px;
    padding: 6px 12px;
    color: #e8380b;
    background: #fff2ee;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
}

.chprivacy__intro {
    max-width: 880px;
    margin: 0;
    color: #595959;
    font-size: 17px;
}

.chprivacy__section {
    padding: 30px 0;
    border-bottom: 1px solid #ededed;
}

.chprivacy__section--last {
    border-bottom: 0;
}

.chprivacy__section h2 {
    margin: 0 0 18px;
    color: #252525;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.3;
}

.chprivacy__section h3 {
    margin: 25px 0 10px;
    color: #333;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
}

.chprivacy__section p {
    margin: 0 0 16px;
}

.chprivacy__section p:last-child {
    margin-bottom: 0;
}

.chprivacy-list {
    margin: 14px 0 18px !important;
    padding: 0 !important;
    list-style: none !important;
}

.chprivacy-list li {
    position: relative !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
}

.chprivacy-list li::before {
    position: absolute !important;
    top: 10px !important;
    left: -18px !important;
    width: 6px !important;
    height: 6px !important;
    background: #ff3e0c !important;
    border-radius: 50% !important;
    content: "" !important;
}

.chprivacy__note {
    margin-top: 22px;
    padding: 18px 20px;
    color: #494949;
    background: #faf8f7;
    border-left: 4px solid #ff3e0c;
    border-radius: 0 8px 8px 0;
}

.chprivacy__contact {
    margin: 18px 0;
    padding: 22px;
    background: #f7f7f7;
    border-radius: 10px;
}

.chprivacy__contact p {
    margin: 4px 0;
}

.chprivacy a {
    color: #e8380b;
    font-weight: 600;
    text-decoration: none;
}

.chprivacy a:hover,
.chprivacy a:focus {
    color: #b92a06;
    text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
  margin-left: -25px !important;
}

@media (max-width: 767px) {
    .chprivacy {
        padding: 10px 2px 40px;
        font-size: 15px;
        line-height: 1.7;
    }

    .chprivacy__header {
        padding-bottom: 24px;
    }

    .chprivacy__header h1 {
        font-size: 30px;
    }

    .chprivacy__intro {
        font-size: 16px;
    }

    .chprivacy__section {
        padding: 25px 0;
    }

    .chprivacy__section h2 {
        font-size: 21px;
    }

    .chprivacy__note,
    .chprivacy__contact {
        padding: 17px;
    }
}