.com_table {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 16px;
    overflow: hidden
}

.com_table ul {
    padding-left: 0;
}

@media screen and (min-width: 1200px) {
    .com_table {
        padding-left: unset
    }
}

.com_table__first {
    display: flex
}

.com_table__second {
    display: flex
}

.com_table .toggle-control {
    margin-bottom: 40px
}

.com_table--table {
    display: flex;
    justify-content: center;
    width: 100%;
    opacity: 1;
    translate: 0 0;
    transition: opacity .2s ease-in-out;
    overflow: hidden
}

.com_table--table.visually-hidden {
    opacity: 0 !important;
    transition: opacity .2s ease-in-out
}

.com_table--table .com_table--list {
    display: flex;
    flex-direction: column;
    min-width: 186px;
    position: relative;
    z-index: 1
}

@media screen and (min-width: 1024px) {
    .com_table--table .com_table--list {
        min-width: 215px
    }
}

@media screen and (max-width: 1023.9px) {
    .com_table--table .com_table--list.labels {
        z-index: 2
    }
    .com_table--table .com_table--list.labels::after {
        content: "";
        position: absolute;
        top: 0;
        transform: rotate(180deg);
        left: calc(100% - 0px);
        width: 14px;
        z-index: 100;
        height: 100%;
        opacity: 0;
        background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.12) 100%)
    }
    .com_table--table .com_table--list.labels.scrolled::after {
        opacity: 1
    }
}

.com_table--table .com_table--list:not(.active) {
    translate: 0 1px
}

.com_table--table .com_table--list.active {
    border: 1px solid rgba(var(--clr-bluedark), 1);
    border-radius: 12px;
    z-index: 100;
    width: 400px;
}

@media screen and (min-width: 1024px) {
    .com_table--table .com_table--list.active {
        border-radius: 16px
    }
}

.com_table--table .com_table--list.active li span {
    font-size: 12px
}

@media screen and (min-width: 1024px) {
    .com_table--table .com_table--list.active li span {
        font-size: 14px
    }
}

.com_table--table .com_table--list.active li:nth-child(even) {
    background-color: #f6f6f6
}

.com_table--table .com_table--list.active li:nth-child(odd) {
    background-color: rgba(255, 255, 255, .3019607843)
}

.com_table--table .com_table--list.active li,
.com_table--table .com_table--list.active li * {
    font-weight: 500;
    color: rgba(var(--clr-bluedark), 1);
}

@media screen and (max-width: 1023.9px) {
    .com_table--table .com_table--list.active li,
    .com_table--table .com_table--list.active li * {
        font-size: 12px
    }
}

.com_table--table .com_table--list.active li.purple,
.com_table--table .com_table--list.active li.purple * {
    font-size: 14px;
    color: #6667aa
}

@media screen and (min-width: 1024px) {
    .com_table--table .com_table--list.active li.purple,
    .com_table--table .com_table--list.active li.purple * {
        font-size: 16px
    }
}

.com_table--table .com_table--list.competitor li,
.com_table--table .com_table--list.competitor li * {
    color: rgba(var(--clr-black), 1);
    font-size: 14px
}

@media screen and (max-width: 1023.9px) {
    .com_table--table .com_table--list.competitor li,
    .com_table--table .com_table--list.competitor li * {
        font-size: 12px
    }
}

.com_table--table .com_table--list.competitor li:nth-child(1),
.com_table--table .com_table--list.competitor li:nth-child(1) * {
    font-size: 14px;
    line-height: 1;
}

@media screen and (min-width: 1024px) {
    .com_table--table .com_table--list.competitor li:nth-child(1),
    .com_table--table .com_table--list.competitor li:nth-child(1) * {
        font-size: 16px
    }
}

.com_table--table .com_table--list.competitor li:nth-child(1) strong {
    color: #19191c
}

.com_table--table .com_table--list.competitor li:nth-child(2),
.com_table--table .com_table--list.competitor li:nth-child(2) * {
    font-size: 14px;
    line-height: 22px
}

@media screen and (min-width: 1024px) {
    .com_table--table .com_table--list.competitor li:nth-child(2),
    .com_table--table .com_table--list.competitor li:nth-child(2) * {
        font-size: 16px
    }
}

.com_table--table .com_table--list:has(.com_table--parameter) {
    /* min-width: 120px; */
    width: 30%
}

.com_table--table .com_table--list ul {
    display: flex;
    flex-direction: column
}

.com_table--table .com_table--list li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    max-height: 100px;
    height: 100px;
    padding: 9px 0
}

@media screen and (min-width: 1024px) {
    .com_table--table .com_table--list li {
        max-height: 60px;
        height: 60px;
        padding: 20px 0
    }
}

.com_table--table .com_table--list li:nth-child(even) {
    background-color: rgba(var(--clr-bluelightest), 1);
}

.com_table--table .com_table--list li:nth-child(1) {
    padding-top: 15px
}

@media screen and (min-width: 1024px) {
    .com_table--table .com_table--list li:nth-child(1) {
        max-height: 65px;
        height: 65px;
        padding-top: 30px
    }
}

.com_table--table .com_table--list li img {
    height: 30px;
    width: 115px
}

@media screen and (min-width: 1024px) {
    .com_table--table .com_table--list li img {
        height: 30px;
        width: 135px
    }
}

@media screen and (max-width: 1023.9px) {
    .com_table--table .com_table--list li svg {
        width: 16px;
        height: 16px
    }
}

.com_table--table .com_table--list li.com_table--date {
    justify-content: flex-start;
    padding-left: 20px
}

@media screen and (max-width: 1023.9px) {
    .com_table--table .com_table--list li.com_table--date {
        opacity: 0
    }
}

.com_table--table .com_table--list li.com_table--date,
.com_table--table .com_table--list li.com_table--date * {
    font-size: 12px;
    line-height: 1.83;
    color: rgba(41, 40, 45, .5)
}

.com_table--table .com_table--list li.com_table--parameter {
    justify-content: flex-start;
    border-radius: 8px 0 0 8px;
    padding-left: 12px
}

@media screen and (min-width: 1024px) {
    .com_table--table .com_table--list li.com_table--parameter {
        border-radius: 10px 0 0 10px;
        padding-left: 20px
    }
}

.com_table--table .com_table--list li.com_table--parameter,
.com_table--table .com_table--list li.com_table--parameter * {
    font-size: 12px;
    line-height: 22px;
    color: rgba(var(--clr-black), 1);
}

@media screen and (min-width: 1024px) {
    .com_table--table .com_table--list li.com_table--parameter,
    .com_table--table .com_table--list li.com_table--parameter * {
        font-size: 14px
    }
}

.com_table--table .com_table--list li.com_table--parameter.bold,
.com_table--table .com_table--list li.com_table--parameter.bold * {
    font-size: 14px;
    font-weight: 500;
    color: #19191c
}

@media screen and (min-width: 1024px) {
    .com_table--table .com_table--list li.com_table--parameter.bold,
    .com_table--table .com_table--list li.com_table--parameter.bold * {
        font-size: 16px
    }
}

.com_table--table .com_table--list a,
.com_table--table .com_table--list button {
    max-width: 165px;
    margin: 18px auto 18px auto
}

@media screen and (min-width: 1024px) {
    .com_table--table .com_table--list a,
    .com_table--table .com_table--list button {
        max-width: none;
        margin: 20px auto 30px auto
    }
}

.com_table--content {
    display: flex;
    overflow-x: auto;
    overflow-y: clip;
    position: relative;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 800px;
}

.com_table--content::-webkit-scrollbar {
    display: none
}

.com_table--content .com_table--list {
    width: 25%
}

@media screen and (min-width: 1024px) {
    .com_table--content .com_table--list:last-child li {
        border-radius: 0 10px 10px 0
    }
}

.com_table.com_table_v2 .toggle-control label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px
}

.com_table.com_table_v2 .toggle-control label svg path {
    stroke: #19191c
}

.com_table.com_table_v2 .toggle-control label:has(input:checked) span {
    color: #efeee9
}

.com_table.com_table_v2 .toggle-control label:has(input:checked) svg {
    position: relative;
    z-index: 1
}

.com_table.com_table_v2 .toggle-control label:has(input:checked) svg path {
    stroke: #efeee9
}

.com_table.com_table_v2 .toggle-control label:has(input:checked)::before {
    background-color: #19191c
}

.com_table.com_table_v2 .checkbox {
    height: revert-layer
}

.com_table.com_table_v2 .com_table_v2__title {
    /* font-family: var(--font-family); */
    font-weight: 400;
    font-size: 46px;
    line-height: 125%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #19191c;
    margin: auto;
    margin-bottom: 43px;
    max-width: 440px
}

@media screen and (max-width: 992px) {
    .com_table.com_table_v2 .com_table_v2__title {
        font-size: 30px;
        line-height: 120%;
        margin-bottom: 30px;
        max-width: 330px;
        margin: 0 16px 43px 0
    }
}

.com_table.com_table_v2 .com_table--table .com_table--list.active {
    background: #f6f6f6
}

.com_table.com_table_v2 .toggle-label svg {
    position: relative;
    z-index: 1
}

.com_table.com_table_v2 .toggle-label::before {
    z-index: 1
}

.com_table.com_table_v2 .toggle-label::after {
    display: block;
    position: absolute;
    z-index: 0;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 40px;
    top: 0;
    left: 0;
    right: 0;
    background-color: #e5e4dd;
    opacity: 0;
    transition: opacity .3s
}

.com_table.com_table_v2 .toggle-label:hover:after {
    opacity: 1
}

.com_table.com_table_v2 .toggle-control {
    background: #edeee9
}

.com_table.com_table_v3 .toggle-control label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px
}

.com_table.com_table_v3 .toggle-control label svg path {
    stroke: #19191c
}

.com_table.com_table_v3 .toggle-control label:has(input:checked) span {
    color: #efeee9
}

.com_table.com_table_v3 .toggle-control label:has(input:checked) svg {
    position: relative;
    z-index: 1
}

.com_table.com_table_v3 .toggle-control label:has(input:checked) svg path {
    stroke: #efeee9
}

.com_table.com_table_v3 .toggle-control label:has(input:checked)::before {
    background-color: #19191c
}

.com_table.com_table_v3 .checkbox {
    height: revert-layer
}

.com_table.com_table_v3 .com_table_v3__title {
    /* font-family: var(--font-family); */
    font-weight: 400;
    font-size: 46px;
    line-height: 125%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #19191c;
    margin: auto;
    margin-bottom: 18px;
    max-width: 500px
}

@media screen and (max-width: 992px) {
    .com_table.com_table_v3 .com_table_v3__title {
        font-size: 30px;
        line-height: 120%;
        margin-bottom: 30px;
        max-width: 330px;
        margin: 0 16px 18px 0;
        padding-right: 16px
    }
}

.com_table.com_table_v3 .com_table_v3__description {
    font-size: 16px;
    line-height: 162%;
    text-align: center;
    color: rgba(25, 25, 28, .7);
    margin-bottom: 50px;
    max-width: 408px
}

@media screen and (max-width: 1024px) {
    .com_table.com_table_v3 .com_table_v3__description {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 992px) {
    .com_table.com_table_v3 .com_table_v3__description {
        font-size: 14px;
        line-height: 22px;
        padding-right: 16px
    }
}

.com_table.com_table_v3 .com_table--table .com_table--list.active {
    background: #f6f6f6;
    min-width: 285px
}

@media screen and (max-width: 1024px) {
    .com_table.com_table_v3 .com_table--table .com_table--list.active {
        min-width: 196px
    }
}

.com_table.com_table_v3 .toggle-label svg {
    position: relative;
    z-index: 1
}

.com_table.com_table_v3 .toggle-label::before {
    z-index: 1
}

.com_table.com_table_v3 .toggle-label::after {
    display: block;
    position: absolute;
    z-index: 0;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 40px;
    top: 0;
    left: 0;
    right: 0;
    background-color: #e5e4dd;
    opacity: 0;
    transition: opacity .3s
}

.com_table.com_table_v3 .toggle-label:hover:after {
    opacity: 1
}

.com_table.com_table_v3 .com_table--list.labels {
    position: relative;
    z-index: 3
}

.com_table.com_table_v3 .column-name {
    display: flex;
    position: relative;
    z-index: 2
}

.com_table.com_table_v3 .tooltip {
    position: relative;
    margin-left: 5px;
    display: flex
}

.com_table.com_table_v3 .tooltip__content {
    display: none;
    position: absolute;
    max-width: 338px;
    width: -moz-max-content;
    width: max-content;
    background-color: #f6f6f6;
    padding: 16px;
    top: 0;
    z-index: 1;
    transform: translateY(30px);
    left: -20px;
    border-radius: 4px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .1)
}

@media screen and (max-width: 1024px) {
    .com_table.com_table_v3 .tooltip__content {
        max-width: 200px
    }
}

.com_table.com_table_v3 .tooltip__content p {
    font-size: 12px !important;
    line-height: 16px !important;
    color: rgba(41, 40, 45, .7) !important
}

.com_table.com_table_v3 .tooltip__content::after {
    content: "";
    position: absolute;
    top: -6px;
    left: 20px;
    width: 15px;
    rotate: 45deg;
    height: 15px;
    background-color: #f6f6f6
}

.com_table.com_table_v3 .tooltip .icon-tooltip:hover~.tooltip__content,
.com_table.com_table_v3 .tooltip .icon-tooltip:focus~.tooltip__content {
    display: flex
}

.com_table.com_table_v3 .toggle-control {
    background: #edeee9
}

@media screen and (max-width: 992px) {
    .com_table.com_table_v3 .toggle-control {
        transform: translateX(-16px)
    }
}

.com_table.com_table_v3 .com_table--list li.com_table--parameter.bold * {
    font-size: 14px
}

.com_table.com_table_v3 .com_table--list li:not(:first-child) {
    padding-left: 25px;
    padding-right: 25px;
    justify-content: flex-start
}

@media screen and (max-width: 1024px) {
    .com_table.com_table_v3 .com_table--list li:not(:first-child) {
        padding-left: 12px;
        padding-right: 12px
    }
}

.com_table.com_table_v3 .com_table--list li:not(:first-child) span {
    font-weight: 500;
    line-height: 157%;
}

.com_table.com_table_v3 .com_table--list li:not(:first-child) img:not(.logo) {
    max-width: 14px;
    margin-right: 9px
}

.com_table.com_table_v3 .reviews-block {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px
}

@media screen and (max-width: 1024px) {
    .com_table.com_table_v3 .reviews-block {
        margin-top: 10px
    }
}

.com_table.com_table_v3 .reviews-block__number {
    font-size: 12px;
    line-height: 1;
    letter-spacing: -0.01em;
    color: #19191c;
    margin-top: 3px
}

.com_table.com_table_v3 .reviews-block__text {
    font-size: 11px;
    line-height: 1;
    letter-spacing: -0.01em;
    color: rgba(25, 25, 28, .5);
    margin-top: 3px
}

@media screen and (max-width: 1024px) {
    .com_table.com_table_v3 .reviews-block__text {
        display: none
    }
}

.com_table.com_table_v3 .primary-btn {
    margin-top: 12px
}

@media screen and (max-width: 1024px) {
    .com_table.com_table_v3 .primary-btn {
        margin-left: 12px;
        margin-right: 12px;
        justify-content: space-between;
        max-width: unset
    }
}

.com_table.com_table_v3 .com_table--list.competitor {
    max-width: 400px;
    width: 50%;
    position: relative;
    z-index: 2
}

.com_table.com_table_v3 .com_table--list.competitor:last-child {
    z-index: 1
}

.com_table.com_table_v3 .com_table--list.competitor li {
    padding-left: 88px
}

@media screen and (max-width: 1024px) {
    .com_table.com_table_v3 .com_table--list.competitor li {
        padding-left: 24px
    }
}

.com_table.com_table_v3 .com_table--list.competitor li:nth-child(2),
.com_table.com_table_v3 .com_table--list.competitor li:nth-child(2) * {
    font-size: 12px
}

@media screen and (min-width: 1024px) {
    .com_table.com_table_v3 .com_table--list.competitor li:nth-child(2),
    .com_table.com_table_v3 .com_table--list.competitor li:nth-child(2) * {
        font-size: 14px
    }
}

.com_table.com_table_v3 .com_table--list.competitor .tooltip__content {
    max-width: 280px;
    left: unset;
    right: -20px
}

@media screen and (max-width: 1024px) {
    .com_table.com_table_v3 .com_table--list.competitor .tooltip__content {
        max-width: 180px
    }
}

.com_table.com_table_v3 .com_table--list.competitor .tooltip__content::after {
    left: unset;
    right: 20px
}