@charset "utf-8";

h3 {
    color: #14146f;
}

h3::before {
    content: "■";
    width: 20px;
    height: 20px;
}

.list_block ol {
    padding-top: 18px;
    counter-reset: num;
    font-size: 14px;
}

.list_block ol li {
    padding-bottom: 5px;
    padding-left: 30px;
    text-indent: -30px;
    line-height: 175%;
}

.list_num {
    position: relative;
    padding-right: 30px;
}

.list_num::before {
    content: "";
    position: absolute;
    top: 2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #0f6396;
}

.list_num::after {
    content: counter(num);
    position: absolute;
    top: 0;
    left: 35px;
    display: inline-block;
    counter-increment: num;
    color: #fff;
}

.list_block p {
    padding-left: 30px;
    font-size: 13px;
    line-height: 200%;
}

.text_block a,
.list_block a {
    text-decoration: underline;
    color: #0f6396;
}

.text_block p:first-child {
    margin-bottom: 30px;
}

.contact_block ul li:first-child {
    font-weight: 500;
}

.contact_line {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #bababa;
}

.contact_block ul li:last-child {
    padding-top: 5px;
}

@media screen and (max-width: 767px) {
    .list_block ol {
        padding-top: 0;
    }

    .list_block ol li {
        padding-bottom: 8px;
    }

    .list_block p {
        margin-top: 10px;
        line-height: 175%;
    }

    .text_block p:first-child {
        margin-bottom: 25px;
    }

    .list_num {
        top: 5px;
    }

    .list_num::after {
        top: -4px;
        font-size: 13px;
    }

    .list_num::before {
        top: -2px;
    }

    _::-webkit-full-page-media,
    _:future,
    :root .list_num::before {
        top: -4px;
    }

    _::-webkit-full-page-media,
    _:future,
    :root .list_num::after {
        top: -6px;
    }

    .contact_line {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .contact_block ul li {
        line-height: 167%;
    }
}
