.tariffSection .tariffTable {
    margin-top: 30px;
}

.tariffTable {
    display: flex;
}
.tariffTable .row {
    min-height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.tariffTable .row + .row {
    border-top: 1px solid #EDEDED;
}
.tariffTable .paramsCol {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 280px;
    font-size: 14px;
    line-height: 19px;
    color: #1F1F1F;
    background-color: rgb(255, 255, 255);
    flex-shrink: 0;
    z-index: 2;
}
.tariffTable .paramsCol::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50vw;
    height: 100%;
    background-color: rgb(255, 255, 255);
    z-index: -1;
}
.tariffTable .paramsCol .row {
    display: flex;
    align-items: center;
}
.tariffTable .paramsCol.sm {
    width: 175px;
}
.tariffTable .paramsCol + .tariffsSlider {
    padding-left: 36px;
    margin-left: 0px;
}
.tariffTable .tooltipControl {
    position: relative;
    top: 5px;
}

.tariffTabs .tariffPrice + .tariffTable {
    margin-top: 30px;
}
.tariffTabs .tariffTable + .levelLegend {
    margin-top: 40px;
}

.versionSection .wrapper + .tariffTable {
    margin-top: 130px;
}

.tariffTable.version {
    align-items: flex-start;
}
.tariffTable.version .paramsCol {
    width: 175px;
    padding-top: 110px;
}
.tariffTable.version .row {
    min-height: 87px;
}
.tariffTable.version .swiper-slide,
.tariffTable.version .tariffCard {
    width: 385px;
}

.tariffTable.type .paramsCol {
    width: 175px;
}
.tariffTable.type .paramsCol .row {
    padding-top: 12px;
    padding-bottom: 12px;
}
.tariffTable.type .row {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 64px;
}
.tariffTable.type .data {
    margin: 0px -2px;
}
.tariffTable.type .name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tariffTable.type .status {
    margin: 0px;
}

.versionSection .wrapper + .tariffTable.type {
    margin-top: 90px;
}

.tariffTable.subscription .row {
    min-height: 57px;
    padding-top: 7px;
    padding-bottom: 10px;
}

.tariffTable.subscription .paramsCol .info {
    height: 148px;
    padding-top: 40px;
    font-size: 16px;
    line-height: 140%;
    color: #1F1F1F;
    font-weight: 700;
}

.tariffTable.subscription .tariffCard .name {
    height: 106px;
}

.tariffTable.subscription .tariffCard .info {
    padding-top: 32px;
    padding-bottom: 20px;
    height: 148px;
}

.tariffTable.subscription + .noteBlock {
    margin-left: 315px;
    margin-top: 60px;
}

.pricingSection .tariffPrice + .tariffTable {
    margin-top: 30px;
}

.pricingSection .tariffTable + .button {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.tariffTable.col2 .paramsCol {
    width: 385px;
    padding-bottom: 10px;
}

.tariffTable.col2 .paramsCol .row {
    padding-top: 20px;
    padding-bottom: 20px;
}

.tariffTable.col2 .swiper-slide {
    width: 385px;
}

.tariffTable.col2 .tariffCard {
    width: 385px;
}

.tariffTable.col2 .name {
    padding: 28px 5px 27px;
    height: auto;
}

.tariffTable.col2 .caption {
    font-size: 24px;
    line-height: 130%;
    color: #1F1F1F;
    font-weight: 600;
}

.tariffTable.col2 .caption span {
    color: #ED1D24;
}

.tariffTable.col2 .dataWrapper {
    margin-top: 4px;
    padding-top: 7px;
    padding-bottom: 10px;
}

.tariffTableNew {
    overflow-x: auto;
    width: 100dvw;
    margin-left: calc(-50vw + 50%);
    justify-content: center;
}

.tariffTableNew.tariffTable table .tariffCard {
    max-width: none;
}

.tariffTable table {
    border-spacing: 35px 0;
}

.tariffTable table .paramsCol {
    display: table-cell;
    font-weight: 400;
}

.tariffTable table th {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 4px;
}

.tariffTable table .tariffCard {
    display: table-cell;
}

.tariffTable table .tariffCard .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.tariffTable table .tariffCard .row .data {
    margin-top: 7px;
}

.tariffTable table tbody td {
    background-color: #F8F8F8;
    border-top: 1px solid #EDEDED;
}

.tariffTable table tbody th {
    border-top: 1px solid #EDEDED;
    text-align: left;
}

.tariffTable table tbody tr:first-child td,
.tariffTable table tbody tr:first-child th {
    border-top: none;
}

.tariffTable.version table .paramsCol {
    padding: 0;
}

.tariffTable.version table .paramsCol .row {
    width: 175px;
}

.tariffTable.version table tbody tr td .row {
    padding: 10px 15px;
}

.tariffCard {
    width: 280px;
}

.tariffCard .name {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 117px;
    padding: 20px;
    text-align: center;
    background-color: #F8F8F8;
}

.tariffCard .info {
    height: 180px;
    margin-top: 4px;
    padding-top: 18px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    background-color: #F8F8F8;
}

.tariffCard .oldPrice {
    display: block;
    min-height: 22px;
    font-size: 16px;
    line-height: 140%;
    color: #898989;
    font-weight: 600;
    text-decoration: line-through;
}

.tariffCard .oldPrice + .price {
    margin-top: 7px;
}

.tariffCard .price {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.tariffCard .price .current {
    display: block;
    font-size: 20px;
    line-height: 140%;
    color: #1F1F1F;
    font-weight: 600;
}

.tariffCard .price .current .num {
    font-size: 30px;
    font-weight: 400;
}

.tariffCard .price .discount {
    margin-left: 9px;
    margin-top: 1px;
}

.tariffCard .discount {
    display: block;
    padding: 2px 8px 2px;
    font-size: 16px;
    line-height: 130%;
    color: #1F1F1F;
    font-weight: 600;
    background-color: #FFC166;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.tariffCard .button {
    margin-top: 28px;
}

.tariffCard .param {
    display: none;
}

.tariffCard .dataWrapper {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 140%;
    color: #1F1F1F;
    background-color: #F8F8F8;
}

.tariffCard .dataWrapper .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tariffCard .dataWrapper .num {
    font-size: 24px;
}

.tariffCard .hidden .row {
    border-top: 1px solid #EDEDED;
}

.tariffCard .hiddenControl {
    display: none;
}

.tariffCard {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tariffCard .dataWrapper {
    flex-grow: 1;
}

.tariffCard .users {
    font-size: 16px;
    line-height: 140%;
}

.tariffCard .users .num {
    display: block;
    font-size: 30px;
    line-height: 42px;
}

.tariffCard .users .infinite {
    display: table;
    margin: 9px 0px;
    padding: 2px 8px 2px;
    font-size: 16px;
    line-height: 130%;
    font-weight: 600;
    background-color: #BBE7FF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.tariffCard.type2 .name {
    display: block;
    padding: 20px;
    height: 112px;
    text-align: center;
    background-color: #F8F8F8;
}

.tariffCard.type2 .name .note {
    margin-top: 4px;
    font-size: 12px;
    line-height: 140%;
}

.tariffCard.type2 .info {
    margin-top: 4px;
    padding: 15px 20px 20px;
    min-height: 324px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #F8F8F8;
}

.tariffCard.type2 .priceFree {
    margin: auto;
    padding-top: 20px;
    font-size: 30px;
    line-height: 42px;
}

.tariffCard.type2 .priceInfo {
    padding-top: 20px;
    margin: auto;
}

.tariffCard.type2 .priceInfo .note {
    margin-top: 10px;
    font-size: 12px;
    line-height: 140%;
}

.tariffCard.type2 .memo {
    display: block;
    font-size: 20px;
    line-height: 28px;
}

.tariffCard.type2 .memo .num {
    font-size: 30px;
    line-height: 42px;
}

.tariffCard.type2 .button {
    margin: 20px 0px;
}

.tariffCard.type2 .dataWrapper {
    display: flex;
    flex-direction: column;
    margin-top: 4px;
    padding-top: 3px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    background-color: #F8F8F8;
}

.tariffCard.type2 .row {
    display: block;
    min-height: auto;
    padding-top: 15px;
    padding-bottom: 14px;
    border-bottom: 1px solid #EDEDED;
}

.tariffCard.type2 .row + .row {
    border-top: none;
}

.tariffCard.type2 .param {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 140%;
}

.tariffCard.type2 .data {
    margin-top: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 140%;
    color: #666666;
}

.tariffCard.type2 .data li + li {
    margin-top: 6px;
}

.tariffCard.type2 .hidden .row:first-child {
    border-top: none;
}

.tariffCard.type2 .more {
    margin-top: auto;
    min-height: 116px;
}

.tariffCard.type2 .more .row {
    border-bottom: none;
}

.tariffCard.type2 .more .row:first-child {
    margin-top: 10px;
}

.tariffCard.type2 .more .row + .row {
    border-top: 1px solid #EDEDED;
}

.tariffCard.type2 .more .invisible {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.tariffCard .userNums {
    margin-top: 5px;
    margin-bottom: 4px;
}

.tariffCard .levelValue {
    margin-left: 10px;
}

.tariffCard.type3 .name {
    height: 117px;
}

.tariffCard.type3 .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 30px;
    height: 233px;
}

.tariffCard.type3 .dataWrapper {
    margin-top: 4px;
}

.tariffCard.type3 .row:first-child {
    border-top: none;
}

.tariffCard.type4 .name {
    display: block;
    margin-bottom: auto;
    height: 106px;
    white-space: nowrap;
}

.tariffCard.type4 .name .mark {
    color: #ED1D24;
}

.tariffCard.type4 .subtitle {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    line-height: 140%;
    font-weight: 600;
}

.tariffCard.type4 .dataWrapper {
    margin-top: 4px;
}

.tariffCard.type4 .data {
    font-size: 16px;
    line-height: 140%;
    font-weight: 600;
    text-align: center;
}

.tariffCard.type4 .data .num {
    font-size: 30px;
    line-height: 140%;
    font-weight: normal;
}

.tariffCard .status {
    display: table;
    margin: 9px 0px;
    padding: 2px 8px 2px;
    font-size: 16px;
    line-height: 130%;
    font-weight: 600;
    background-color: #BBE7FF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.tariffCard .noteWrapper {
    position: relative;
    padding-left: 35px;
    padding-top: 63px;
    padding-right: 35px;
}

.tariffCard .noteWrapper::before {
    content: "*";
    display: block;
    position: absolute;
    left: 34px;
    top: 17px;
    font-size: 60px;
    color: #ED1D24;
    z-index: -1;
}

.tariffCard.type5 .name {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    height: 116px;
    text-align: center;
    background-color: #F8F8F8;
}

.tariffCard.type5 .name .note {
    margin-top: 4px;
    font-size: 12px;
    line-height: 140%;
}

.tariffCard.type5 .name .note + * {
    margin-top: 6px;
}

.tariffCard.type5 .name [class*=Cap] {
    font-size: 22px;
    line-height: 130%;
}

.tariffCard.type5 .info {
    margin-top: 4px;
    padding: 30px 20px;
    min-height: 295px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #F8F8F8;
}

.tariffCard.type5 .info > .button {
    margin-top: 24px;
}

.tariffCard.type5 .priceInfo {
    padding-top: 24px;
    margin: auto;
}

.tariffCard.type5 .priceInfo .note {
    margin-top: 10px;
    font-size: 12px;
    line-height: 140%;
}

@media (max-width: 1253px) {
    .tariffTable .paramsCol {
        width: 244px;
        padding-right: 25px;
        flex-shrink: 0;
    }

    .tariffTable .paramsCol.sm {
        width: 244px;
    }

    .tariffTable .paramsCol + .tariffsSlider {
        padding-left: 0px;
        width: 464px;
    }

    .tariffTable .tariffsSlider {
        flex-shrink: 0;
    }

    .versionSection .wrapper + .tariffTable {
        margin-top: 80px;
    }

    .tariffTable.version .paramsCol {
        width: 244px;
    }

    .tariffTable.version .swiper-slide,
    .tariffTable.version .tariffCard {
        width: 342px;
    }

    .versionSection .wrapper + .tariffTable.type {
        margin-top: 80px;
    }

    .tariffTable.type .paramsCol {
        width: 244px;
    }

    .tariffTable.type .row {
        padding-top: 19px;
        padding-bottom: 19px;
    }

    .tariffTable.subscription + .noteBlock {
        margin-left: 0px;
        margin-top: 40px;
        padding-top: 0px;
        padding-left: 20px;
        border-top: none;
        border-left: 1px solid #ED1D24;
    }

    .pricingSection .tariffPrice + .tariffTable {
        margin-top: 60px;
    }

    .tariffTable.col2 .paramsCol {
        width: 244px;
        padding-bottom: 0px;
    }

    .tariffTable.col2 .swiper-slide {
        width: 220px;
    }

    .tariffTable.col2 .tariffCard {
        width: 220px;
    }

    .tariffTable.col2 .dataWrapper {
        padding-bottom: 0px;
    }

    .tariffTable.col2 .name {
        padding: 20px 5px 19px;
    }

    .tariffTable.col2 .caption {
        font-size: 20px;
    }

    .tariffTable.col2 .row:first-child {
        padding-top: 0px;
    }

    .tariffTable table {
        border-spacing: 25px 0;
    }

    .tariffTable.version table .paramsCol .row {
        width: 244px;
    }

    .tariffTableNew {
        justify-content: start;
        width: initial;
        margin-right: calc(-50vw + 50%);
        margin-left: initial;
    }

    .tariffCard .noteWrapper {
        padding-left: 25px;
        padding-top: 87px;
        padding-right: 5px;
    }

    .tariffCard .noteWrapper::before {
        left: 24px;
        top: 41px;
    }
}

@media (max-width: 767px) {
    .tariffTable .paramsCol {
        display: none;
    }

    .tariffTable + .levelLegend {
        display: none;
    }

    .versionSection .wrapper + .tariffTable {
        margin-top: 60px;
    }

    .tariffTable.version .swiper-slide,
    .tariffTable.version .tariffCard {
        max-width: 325px;
        width: 100%;
    }

    .versionSection .wrapper + .tariffTable.type {
        margin-top: 60px;
    }

    .versionSection .tariffTable.type + .button {
        margin-top: 40px;
    }

    .pricingSection .tariffPrice + .tariffTable {
        margin-top: 30px;
    }

    .pricingSection .tariffTable + .button {
        margin-top: 40px;
    }

    .tariffTable.col2 .swiper-slide,
    .tariffTable.col2 .tariffCard {
        max-width: 325px;
        width: 100%;
    }

    .tariffTable.col2 .name {
        padding-top: 25px;
        padding-bottom: 26px;
    }

    .tariffTable.col2 .dataWrapper {
        padding-top: 5px;
        padding-left: 17px;
        padding-right: 17px;
        padding-bottom: 15px;
    }

    .tariffTable.col2 .row {
        padding-top: 10px;
        padding-bottom: 9px;
        display: block;
        text-align: center;
    }

    .tariffTable.col2 .row:first-child {
        padding-top: 10px;
    }

    .tariffTable.col2 .param {
        max-width: 100%;
        margin-right: 0px;
    }

    .tariffTable.col2 .data {
        margin-top: 13px;
    }

    .tariffTable table {
        border-spacing: 10px 0;
    }

    .tariffCard {
        max-width: 325px;
        width: 100%;
    }

    .tariffCard .name {
        height: 71px;
        padding: 15px;
    }

    .tariffCard .info {
        height: 163px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .tariffCard .hidden {
        display: none;
    }

    .tariffCard .hiddenControl {
        padding-top: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 67px;
        border-top: 1px solid #EDEDED;
    }

    .tariffCard .hiddenControl [class*=icon] {
        font-size: 17px;
        display: block;
        -webkit-transition: transform 0.3s;
        -moz-transition: transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
    }

    .tariffCard .hiddenControl.active [class*=icon] {
        -moz-transform: scale(-1, -1);
        -ms-transform: scale(-1, -1);
        -webkit-transform: scale(-1, -1);
        -o-transform: scale(-1, -1);
        transform: scale(-1, -1);
    }

    .tariffCard .dataWrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tariffCard .dataWrapper .row {
        height: auto !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .tariffCard .param {
        display: block;
        margin-right: 20px;
        max-width: 194px;
    }

    .tariffCard.type2 .name [class*=Cap] {
        font-size: 26px;
    }

    .tariffCard.type2 .name .note {
        max-width: 240px;
        margin-left: auto;
        margin-right: auto;
    }

    .tariffCard.type2 .row {
        display: block;
    }

    .tariffCard.type2 .hidden {
        display: none;
    }

    .tariffCard.type2 .param {
        max-width: unset;
    }

    .tariffCard.type2 .more {
        min-height: auto;
    }

    .tariffCard.type2 .more .row:first-child {
        margin-top: 0px;
    }

    .tariffCard.type2 .hiddenControl {
        padding-top: 0px;
        padding-bottom: 10px;
        height: 47px;
        border-top: none;
        background-color: #F8F8F8;
    }

    .tariffCard.type3 .hiddenControl {
        padding-top: 0px;
        padding-bottom: 10px;
        height: 47px;
        border-top: none;
        background-color: #F8F8F8;
    }

    .tariffCard.type4 .name {
        padding: 20px;
        height: 103px;
    }

    .tariffCard.type4 .param {
        max-width: unset;
    }

    .tariffCard.type4 .dataWrapper {
        padding-bottom: 10px;
    }

    .tariffCard.type4 .dataWrapper .row {
        height: auto !important;
        min-height: unset;
        padding-top: 12px;
        padding-bottom: 13px;
        flex-direction: column;
        justify-content: flex-start;
        text-align: center;
    }

    .tariffCard.type4 .dataWrapper .data {
        margin-top: 7px;
    }

    .tariffCard.type4 .dataWrapper .price {
        margin-top: -7px;
    }

    .tariffCard .status {
        margin: 0px 0px 10px;
    }

    .tariffCard .noteWrapper {
        padding-left: 15px;
        padding-top: 58px;
        padding-right: 15px;
    }

    .tariffCard .noteWrapper::before {
        left: 14px;
        top: 12px;
    }

    .tariffCard.type5 {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .tariffCard .hidden {
        display: block !important;
    }

    .tariffCard.type2 .hidden {
        display: flex !important;
    }
}

