@charset "UTF-8";

.table-t-compare {
    position: relative;
    z-index: 2;
}
.table-t-compare table tr:first-child {
    position: -webkit-sticky;
    position: sticky;
    top: 0
}
.table-t-compare table tr:first-child td:nth-child(3) {
    background-color: #fff;
    z-index: 1;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent
}
.table-t-compare table tr:first-child td:nth-child(3).active::after, .table-t-compare table tr:first-child td:nth-child(3).active::before {
    border-radius: 0
}
.table-t-compare table tr:first-child td:nth-child(3).in-bottom::after, .table-t-compare table tr:first-child td:nth-child(3).in-bottom::before {
    opacity: 0
}
.table-t-compare table tr:first-child td:nth-child(3)::before {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: 0;
    left: -2px;
    border-radius: 16px 16px 0 0;
    background-color: var(--green);
    z-index: -2;
    transition: border-radius .25s ease
}
.table-t-compare table tr:first-child td:nth-child(3)::after {
    content: "";
    position: absolute;
    background-color: var(--white);
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 14px 14px 0 0;
    transition: border-radius .25s ease
}
.table-t-compare table tr:last-child {
    z-index: 6;
    position: relative
}
.table-t-compare table tr:last-child td:nth-child(3) {
    background-color: #fff;
    z-index: 1;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent
}
.table-t-compare table tr:last-child td:nth-child(3)::before {
    content: "";
    position: absolute;
    top: 0;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border-radius: 0 0 16px 16px;
    background-color: var(--green);
    z-index: -2
}
.table-t-compare table tr:last-child td:nth-child(3)::after {
    content: "";
    position: absolute;
    background-color: var(--white);
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 0 0 14px 14px
}
.table-t-compare table tr td {
    position: relative
}
.table-t-compare table tr td:nth-child(3) {
    border-left: 2px solid var(--green);
    border-right: 2px solid var(--green)
}


.table-t-compare__inner {
    height: 0;
    overflow: hidden;
    transition: all .2s ease;
}
.table-t-compare__inner.active {
    height: auto;
    overflow: visible
}
.table-t__wrapper {
    margin-top: 60px;
    background-color: var(--white);
    border-radius: 16px;
}
.table-t__wrapper.mini {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.table-t__wrapper table {
    border-collapse: collapse;
    width: 100%;
}
.table-t__wrapper table tr:not(:first-child):hover td {
    background-color: var(--lightGray)
}
.table-t__wrapper table tr:first-child {
    z-index: 5
}
.table-t__wrapper table tr:first-child td {
    font-weight: 600;
    color: var(--black);
    position: relative;
    font-size: 16px;
    vertical-align: bottom;
    padding: 22px 24px;
    background-color: var(--white);
    white-space: nowrap;
}
.table-t__wrapper table tr:first-child td b {
    display: block;
}
.table-t__wrapper table tr:first-child td:first-child {
    border-radius: 16px 0 0 0;
}
.table-t__wrapper table tr:first-child td:last-child {
    border-radius: 0 16px 0 0;
}
.table-t__wrapper table tr:first-child td .premium {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    background: var(--accent-gradient);
    padding: 0 4px;
    font-weight: 600;
    height: 16px;
    line-height: 16px;
    margin-bottom: 3px;
}
.table-t__wrapper table tr:last-child:hover td {
    background: 0 0
}
.table-t__wrapper table tr:last-child td {
    border-bottom: none;
    vertical-align: top;
    padding: 24px;
    padding-bottom: 36px;
}
.table-t__wrapper table tr td {
    padding: 32px;
    font-size: 14px;
    border-bottom: 1px solid var(--lightGray);
    color: var(--gray);
    transition: all .2s ease;
    vertical-align: middle;
    line-height: var(--lineheight-title);
}
.table-t__wrapper table tr td .link-to-popup {
    float: none;
    text-align: center
}
.table-t__wrapper table tr td .link-to-popup__wrap {
    margin-top: 10px
}
.table-t__wrapper table tr td .minus {
    font-size: 22px;
    font-weight: 600
}
.table-t__wrapper table tr td:first-child {
    font-weight: 600;
    font-size: 16px;
    color: var(--black);
    padding-right: 60px;
    width: 568px;
}
.table-t__wrapper table tr td:first-child .green {
    color: var(--green)
}
.table-t__wrapper table tr td:first-child .tooltipster {
    margin-left: 0;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%)
}
.table-t__wrapper table tr td:not(:first-child) {
    text-align: center
}
.table-t__wrapper table tr td .accent-text {
    color: var(--green);
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}
.table-t__wrapper table tr td .price {
    font-size: 18px;
    line-height: var(--lineheight-title);
    color: var(--black);
    font-weight: 600;
    white-space: nowrap
}
.table-t__wrapper table tr td .price-description {
    font-size: 14px;
    color: var(--gray);
    margin-top: 5px;
    white-space: nowrap
}
.table-t__wrapper table tr td .btn {
    width: 100%;
    margin-top: 8px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    border-radius: 8px;
}
.table-t__wrapper table tr td svg path {
    fill: var(--gray);
}
.table-t__wrapper table tr td .tooltipster svg {
    fill: var(--white)
}
.card-t__layout:not(.card-t__layout-1) .table-t__wrapper table tr td .btn {
    height: 60px;
    line-height: var(--lineheight-title);
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
}
.table-t__box-btn-more {
    margin-top: 40px;
}
.table-t__btn-more {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    cursor: pointer;
    font-size: 18px;
    transition: all .25s ease;
}
.table-t__btn-more svg:not(.arrow) {
    fill: var(--text);
    transition: all .25s ease;
    margin-right: 8px;
}
.table-t__btn-more:hover {
    color: var(--accent)
}
.table-t__btn-more:hover svg:not(.arrow) {
    fill: var(--accent);
}
.table-t__btn-more:active {
    color: var(--black)
}
.table-t__btn-more:active svg:not(.arrow) {
    fill: var(--black);
}
.table-t__btn-more svg.arrow {
    fill: none;
    margin-left: 8px;
    transition: all .25s ease;
}
.table-t__btn-more svg.arrow path {
    stroke: var(--text);
    transition: all .25s ease;
}
.table-t__btn-more:hover svg.arrow path {
    stroke: var(--accent);
}
.table-t__btn-more:active svg.arrow path {
    stroke: var(--black);
}
.table-t__btn-more.extended svg.arrow {
    transform: scale(1,-1);
}
.table-t__btn-more .less {
    display: none
}
.table-t__btn-more.extended .more {
    display: none
}
.table-t__btn-more.extended .less {
    display: block
}
.table-t__btn-more {
    position: relative
}

@media screen and (max-width: 992px) {
    .table-t-compare {
        display: none
    }
}