body {
    background-color: white;
}

.n-calc-title {
    max-width: 100%;
    font-size: 42px;
    margin-bottom: 24px;
}

.n-calc__desc {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 48px;
}

.n-calc__btns {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.q-w {
    position: absolute;
    right: 15px;
    top: 18px;
}

.table-w__td {
    position: relative;
}

.q-w:hover .q-w__window {
    display: block;
}

.q-w__ico {
    border-radius: 50%;
    display: inline-flex;
    width: 16px;
    font-style: normal;
    height: 16px;
    cursor: pointer;
    background-color: #646464;
    color: #fff;
    font-size: 10px;
    align-items: center;
    justify-content: center;
}

.q-w__content {
    position: relative;
    z-index: 5;
    background-color: #646464;
    padding: 8PX 12px;
    color: #fff;
    font-size: 12px;
    font-weight: 200;
    line-height: 1.5;
}

.q-w__window {
    display: none;
    position: absolute;
    width: 291px;
    padding: 15px;
    right: 8px;
    top: -14px;
}

.table-w__val {
    color: #B9B9B9;
}

.btn_box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    padding: 16px 20px;
}

.btn_light {
    border: 1px solid #101010;
    color: #333;
}

.n-calc__btns_offset {
    margin-bottom: 56px;
}

.white-section {
    background-color: #fff;
}

.table-w {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.table-w__tr {
    display: table-row;
}

.table-w__th {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background-color: #D0043C;
    padding: 18px 20px;
    display: table-cell;
}

.table-w__header {
    display: flex;
    align-items: center;
    gap: 8px;
}

.table-w__th:not(:first-child) {
    border-left: 1px solid #D33D54;
}

.table-w__body .table-w__tr:nth-child(odd) {
    background-color: #EFEFEF;
}

.table-w__td {
    display: table-cell;
    padding: 11px 20px;
    font-size: 14px;
    font-weight: 500;
    min-height: 52px;
}

.table-w__td:not(:first-child) {
    border-left: 1px solid #dfdfdf;
}

.table-w__body {
    display: table-row-group;
}

.n-calc_offset {
    margin-bottom: 50px;
}

.calc-w__hiiden {
    width: 100%;
    outline: none !important;
    height: 30px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

.main-features__content_full {
    padding-right: 0;
}

.more-sys__items {
    display: flex;
    gap: 4px;
    align-items: flex-start;
}

.more-sys__item {
    display: block;
    width: calc(25% - 4px);
}

.more-sys__img {
    width: 100%;
    display: block;
    height: 352px;
    margin-bottom: 32px;
}

.more-sys-section {
    margin-top: 56px;
    margin-bottom: 60px;
}

.main-features__accordions_nb .main-features__accordion {
    border-bottom: none !important;
}

.more-sys__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}

.more-sys__title {
    display: block;
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 30px;
}

.more-sys__line {
    font-size: 18px;
    font-weight: 500;
}

.table-w__header_pointer {
    cursor: pointer;
}




.table-thead-text__drop {
    position: relative;
}

.table-thead-text__item {
    cursor: pointer;
}

.table-thead-text__drop-drop {
    padding: 4px 0;
    position: absolute;
    width: 164px;
    box-shadow: 0px 76px 30px rgba(0, 0, 0, 0.01), 0px 43px 26px rgba(0, 0, 0, 0.05), 0px 19px 19px rgba(0, 0, 0, 0.09), 0px 5px 10px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);

    background-color: #fff;
    bottom: -6px;
    left: 0;
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
}

.table-thead-text__drop.is-shown .table-thead-text__drop-drop {
    opacity: 1;
    pointer-events: auto;
    z-index: 11;
}

.table-thead-text__drop-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    /* identical to box height, or 14px */

    display: flex;
    align-items: center;

    color: #000000;
    padding: 4px 12px;
    cursor: pointer;
}
.table-w {
    border-bottom: 1px solid #dfdfdf;
}
.main-features__accordion .btn {
    margin-right: 10px;
}
