
.table,table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    position: relative;
    margin: 0
}

.table th,table th {
    border: 0;
    color: #0d2436;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

@media (min-width: 1024px) {
    .table th,table th {
        font-size:20px
    }
}

.table td,table td {
    color: #394a58;
    padding: 8px;
    border: 0
}

@media (min-width: 1024px) {
    .table td,table td {
        padding:12px 16px
    }
}

.table td:not(:first-child),.table th:not(:first-child),table td:not(:first-child),table th:not(:first-child) {
    border-left: 1px solid #b7c6cd
}

.table tbody tr:nth-child(odd),table tbody tr:nth-child(odd) {
    background: #f2f6f9
}

.common-pages__table-wrapper {
    position: relative
}

.common-pages__table-wrapper::-webkit-scrollbar {
    width: 1em;
    height: 1em;
    -webkit-appearance: none
}

.common-pages__table-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.3);
    border-radius: 8px;
    border: 3px solid #fff
}

.h1,h1 {
    color: #0d2436;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700
}

@media (min-width: 1024px) {
    .h1,h1 {
        font-size:52px
    }
}

.h2,h2 {
    color: #0d2436;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700
}

@media (min-width: 1024px) {
    .h2,h2 {
        font-size:52px
    }
}

.h3,.section-common-page h2,h3 {
    color: #0d2436;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700
}

@media (min-width: 1024px) {
    .h3,.section-common-page h2,h3 {
        font-size:24px
    }
}

.section-common-page {
    padding-top: 1.25em
}

@media (min-width: 1024px) {
    .section-common-page {
        padding-top:3rem
    }
}

.section-common-page [data-common-page] {
    min-height: 30vh;
    position: relative
}

@media (min-width: 1024px) {
    .section-common-page [data-common-page] {
        max-width:805px
    }
}

.section-common-page h1 {
    margin-bottom: .4em
}

.section-common-page h2 {
    margin-top: 1em;
    margin-bottom: .25em
}

@media (min-width: 1024px) {
    .section-common-page h2 {
        margin-top:2em;
        margin-bottom: .5em
    }
}

.section-common-page ol.list-numbers li {
    padding-left: 0
}

.section-common-page ol.list-numbers li:before {
    position: static;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #0d2436
}

.section-common-page ol.list-numbers ul {
    padding: 15px 0 0 15px
}

.section-common-page ol.list-numbers ul li {
    list-style: none;
    padding-left: 2rem
}

.section-common-page ol.list-numbers ul li:before {
    display: none
}

.section-common-page ol[type=a] {
    padding-left: 2rem
}

.section-common-page ol[type=a] li {
    padding-left: 0
}

.section-common-page ol[type=a] li::marker {
    font-weight: 700
}

.section-common-page ol[type=a] li:before {
    display: none
}

.section-before {
    text-align: center
}

.section-before__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: .5rem
}

@media (min-width: 1024px) {
    .section-before__list {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 1rem
    }
}

.section-before__list li {
    padding: 0 .5rem;
    background: none
}

.section-before__list a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    padding-left: 25px
}

.section-before__list a:before {
    content: "";
    display: block;
    background-position: 50%;
    background-size: auto;
    background-repeat: no-repeat;
    height: 22px;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.section-before__list a.load-bg.ico_price:before {
    background-image: url(../images/legal-page/ico_price.svg);
    width: 8px
}

.section-before__list a.load-bg.ico_free-quote:before {
    background-image: url(../images/legal-page/ico_free-quote.svg);
    width: 18px
}

.section-before__list a.load-bg.ico_money-back:before {
    background-image: url(../images/legal-page/ico_money-back.svg);
    width: 24px
}

.section-advantage-of-benefits .section__heading {
    text-align: center
}

.section-advantage-of-benefits .benefits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: .5rem
}

@media (min-width: 1024px) {
    .section-advantage-of-benefits .benefits {
        margin-top:4rem
    }
}

.section-advantage-of-benefits .benefits__item {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    background: none;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 60px;
    padding-left: 75px;
    margin-bottom: 1.5rem;
    position: relative
}

@media (min-width: 1024px) {
    .section-advantage-of-benefits .benefits__item {
        margin-bottom:3rem;
        padding-right: 40px;
        padding-left: 110px;
        min-height: 80px;
        width: 33.33333%
    }
}

.section-advantage-of-benefits .benefits__item:before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: contain;
    width: 62px;
    height: 100%;
    position: absolute;
    left: 0
}

@media (min-width: 1024px) {
    .section-advantage-of-benefits .benefits__item:before {
        width:90px
    }
}

.section-advantage-of-benefits .benefits__item.load-bg.ico_expert:before {
    background-image: url(../images/legal-page/ico_expert.svg)
}

.section-advantage-of-benefits .benefits__item.load-bg.ico_free-revisions:before {
    background-image: url(../images/legal-page/ico_free-revisions.svg)
}

.section-advantage-of-benefits .benefits__item.load-bg.ico_plagiarism-free:before {
    background-image: url(../images/legal-page/ico_plagiarism-free.svg)
}

.section-advantage-of-benefits .benefits__item.load-bg.ico_easy-order-tracking:before {
    background-image: url(../images/legal-page/ico_easy-order-tracking.svg)
}

.section-advantage-of-benefits .benefits__item.load-bg.ico_moneyback:before {
    background-image: url(../images/legal-page/ico_moneyback.svg)
}
