body {
}

.body_1,
.body_2 {
    margin: 20px 0;
}

.price-description ul {
    margin: 0.5rem 0;
    padding: 0;
}

.price-description ul li {
    list-style-type: disc;
    margin-left: 1.5rem;
}

.catalog-download-bt {
    margin: 20px 0;
}

.g-main .container ul.list-unstyled li,
.g-main .container ul:not([class]) li {
    list-style-type: disc;
    margin-left: 1.5rem;
}

.f-custom-checkbox {
    display: inline !important;
}

.e-btn--disabled {
    background-color: rgba(0, 132, 255, .4) !important;
}

.e-btn--disabled:before {
    background-color: rgba(0, 132, 255, 0) !important;
}

.blog-article {
    margin: 20px 0;
}

.blog-article .text-container .section-box {
    margin: 0 0 40px 0;
}

.blog-article .container {
    padding: 0;
}

.publication-date {
    color: #999;
    margin-top: 1rem;
}
.c-info__text h2 {
    margin-top: 2rem;
}
@media (max-width: 768px) {
    .g-modal__title {
        font-size: 20px;
    }
    .g-modal__text  {
        font-size: 14px;
    }
    .c-price__inner table tbody {
        display: block;
        width: 100% !important;
    }
    .c-price__inner table {
        display: block;
        width: 100% !important;
    }
    .c-price__inner table th {
        display: none;
    }
    .c-price__inner table tr {
        display: block;
        width: 100% !important;
        margin-bottom: 20px;
    }
    .c-price__inner table td {
        display: block;
        width: 100% !important;
        margin-bottom: 4px;
        text-align: center;
        font-size: 12px;
    }
}
