

/* Start:/local/templates/.default/components/simai/sf.iblock.section/solution.redactions/style.css?177990231311485*/
.price-table_limited {
    max-width: 1360px;
    margin: 0 auto;
}
.price-table__header_sticky {
    position: relative;
    top: 0;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
@media all and (min-width: 992px) {
    .price-table__header_sticky {
        position: relative;
    }
}
@media all and (min-width: 1200px) {
    .price-table__header_sticky {
        position: relative;
    }
}
@media all and (min-width: 768px) {
    .price-table__header_sticky .price-table__row_head,
    .price-table__header_sticky .price-table__row_price,
    .price-table__header_sticky .price-table__row_buy,
    .price-table__header_sticky .price-table__row_order {
        display: flex;
    }
}
@media all and (min-width: 992px) {
    .price-table__bg_fix {
        background: #fff !important;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.08);
    }
}
.price-table__row {
    display: flex;
    align-items: stretch;
    flex: 1 0 100%;
}
@media all and (min-width: 0px) {
    .price-table__row {
        justify-content: center;
        flex-direction: column;
    }
}
@media all and (min-width: 1200px) {
    .price-table__row {
        justify-content: space-between;
        flex-direction: row;
    }
}
.price-table__sidebar {
    display: flex;
}
@media all and (min-width: 0px) {
    .price-table__sidebar {
        flex: 1 0 auto;
        margin-right: 0;
    }
}
@media all and (min-width: 1200px) {
    .price-table__sidebar {
        flex: 1 0 270px;
        max-width: 270px;
        margin-right: 10px;
    }
}
@media all and (min-width: 0px) {
    .price-table__sidebar-inner {
        padding: 15px 10px;
    }
}
@media all and (min-width: 768px) {
    .price-table__sidebar-inner {
        padding: 15px 20px;
    }
}
.price-table__sidebar-title {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
}
.price-table__sidebar-description {
    color: #777;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
}
.price-table__body {
    display: flex;
    flex-direction: row;
}
@media all and (min-width: 0px) {
    .price-table__body {
        flex: 1 0 auto;
    }
}
@media all and (min-width: 1200px) {
    .price-table__body {
        flex: 1 0 calc(100% - 280px);
    }
}
.price-table__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
}
@media all and (min-width: 0px) {
    .price-table__item {
        margin-left: 0;
        margin-right: 0;
        border-width: 0;
    }
}
@media all and (min-width: 1200px) {
    .price-table__item {
        margin-left: 1px;
        margin-right: 1px;
        border-left-width: 1px;
        border-right-width: 1px;
    }
}
.price-table__item_popular {
    border-color: #9f7ee6;
}
.price-table__item-content {
    flex: 1 0 auto;
}
.price-table__sidebar,
.price-table__item {
    background-color: #fff;
}
.price-table__product-title {
    position: relative;
    padding: 20px 0;
}
.price-table__product-title-popular {
    position: absolute;
    width: calc(100% + 2px);
    bottom: 100%;
    left: 50%;
    padding: 10px 5px;
    background-color: #9f7ee6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    transform: translateX(-50%);
}
.price-table__product-title-content {
    text-align: center;
}
.price-table__product-title-link {
    color: inherit;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
}
.price-table__product-title-link:hover {
    color: inherit;
    text-decoration: underline;
}
.price-table__price-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 0;
    text-align: center;
}
.price-table__price-value_general {
    font-size: 1rem;
}
.price-table__item_popular .price-table__price-value_general {
    font-size: 1.325rem;
    font-weight: 800;
}
.price-table__price-value_discount {
    color: #777;
    text-decoration: line-through;
}
.price-table__price-discount {
    display: inline-block;
    padding: 2px 5px;
    background-color: #ff9037;
    color: #fff;
}
.price-table__price-value_discount,
.price-table__price-discount {
    margin-top: 5px;
    font-size: 0.875rem;
}
.price-table__price-value_general,
.price-table__price-value_discount,
.price-table__price-discount {
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}
.price-table__buy-content {
    text-align: center;
    text-transform: uppercase;
}
.price-table__order-content,
.price-table__more-content {
    text-align: center;
}
@media all and (min-width: 0px) {
    .price-table__order-content,
    .price-table__more-content {
        padding: 10px 0 20px;
    }
}
@media all and (min-width: 768px) {
    .price-table__order-content,
    .price-table__more-content {
        padding: 10px 0 30px;
    }
}
.price-table__order-link,
.price-table__more-link {
    color: #1f90ef;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
}
.price-table__order-link {
    font-size: 0.875rem;
}
.price-table__more-link {
    font-size: 0.75rem;
}
.price-table__sidebar_section {
    flex: 1 0 auto;
    max-width: none;
    margin: 0;
    background-color: #16233c;
    cursor: pointer;
}
.price-table__sidebar_section .price-table__sidebar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1 0 auto;
    max-width: 100%;
}
.price-table__sidebar_section .price-table__sidebar-title,
.price-table__sidebar_section .price-table__sidebar-description {
    color: #fff;
    line-height: 1.5;
}
@media all and (min-width: 0px) {
    .price-table__sidebar_section .price-table__sidebar-title,
    .price-table__sidebar_section .price-table__sidebar-description {
        font-size: 0.875rem;
    }
}
@media all and (min-width: 1200px) {
    .price-table__sidebar_section .price-table__sidebar-title,
    .price-table__sidebar_section .price-table__sidebar-description {
        font-size: 1rem;
    }
}
.price-table__sidebar_section .price-table__sidebar-title {
    flex: 0 0 270px;
    font-weight: 600;
}
.price-table__sidebar_section .price-table__sidebar-description {
    font-weight: 400;
}
.price-table__sidebar-switch-inner {
    flex: 0 0 auto;
}
.price-table__sidebar-switch {
    display: block;
    width: 18px;
    height: 18px;
    transform: rotate(-180deg);
}
.price-table__sidebar-switch svg {
    width: 100%;
    height: 100%;
    fill: #1f90ef;
}
.price-table__row_feature.section-hidden .price-table__sidebar_section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.price-table__row_feature.section-hidden .price-table__sidebar-switch {
    transform: rotate(0deg);
}
.price-table__row_feature.subsection-hidden {
    display: none;
}
.price-table__feature-content {
    text-align: center;
}
@media all and (min-width: 0px) {
    .price-table__feature-content {
        padding: 10px 5px;
    }
}
@media all and (min-width: 1200px) {
    .price-table__feature-content {
        padding: 0;
    }
}
.price-table__feature-icon_text {
    font-weight: 400;
    line-height: 1;
}
@media all and (min-width: 0px) {
    .price-table__feature-icon_text {
        font-size: 0.875rem;
    }
}
@media all and (min-width: 1200px) {
    .price-table__feature-icon_text {
        font-size: 1rem;
    }
}
.price-table__feature-icon_checked,
.price-table__feature-icon_none {
    width: 16px;
    height: 16px;
    margin: auto;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.price-table__feature-icon_checked {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20width%3D%2216px%22%20height%3D%2212px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20%20fill%3D%22%23bdd660%22%20d%3D%22M16.010%2C2.093%20L6.052%2C12.007%20L6.002%2C11.957%20L5.952%2C12.007%20L-0.007%2C6.093%20L2.103%2C3.990%20L5.998%2C7.856%20L13.899%2C-0.010%20L16.010%2C2.093%20Z%22/%3E%3C/svg%3E);
}
@media all and (min-width: 0px) {
    .price-table__row_head,
    .price-table__row_price,
    .price-table__row_buy,
    .price-table__row_order,
    .price-table__row_more {
        display: none;
    }
}
@media all and (min-width: 768px) {
    .price-table__row_more {
        display: flex;
    }
}
@media all and (min-width: 768px) {
    .price-table__row_mobile-head {
        display: none;
    }
}
.price-table__row_mobile-head .price-table__sidebar {
    display: none;
}
.price-table__row_mobile-head .price-table__body,
.price-table__row_mobile-head .price-table__item {
    flex: 1 0 auto;
}
.price-table__row_mobile-head .price-table__body {
    flex-direction: column;
}
.price-table__row_mobile-head .price-table__item {
    margin-bottom: 30px;
}
.price-table__row_mobile-head .price-table__product-title-popular {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    left: auto;
    bottom: auto;
    transform: none;
}
.price-table__row_mobile-head .price-table__product-title-content {
    font-size: 1.5rem;
}
.price-table__row_mobile-head .price-table__item_popular .price-table__product-title {
    padding-top: 0;
}
.price-table__row_more .price-table__sidebar,
.price-table__row_more .price-table__item {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
}
.price-table.price-table\:dev {
    padding-top: 20px;
}
.price-table.price-table\:dev .price-table__header_sticky.price-table__bg_fix {
    box-shadow: none !important;
}
.price-table.price-table\:dev .price-table__sidebar-switch svg {
    fill: #525c69;
}
.price-table.price-table\:dev .price-table__row_feature[data-bx-feature-list-section],
.price-table.price-table\:dev .price-table__row_feature[data-bx-feature-list-section] * {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35em;
    background-color: #a7e0dc;
    color: #525c69;
}
.price-table.price-table\:dev .price-table__row_feature.subsection-even,
.price-table.price-table\:dev .price-table__row_feature.subsection-even * {
    background-color: #eee;
}
.price-table.price-table\:dev .price-table__row_feature .price-table__item {
    border-left: 1px solid #01b8ae;
}
.price-table.price-table\:dev .price-table__row_feature .price-table__sidebar_section {
    border-width: 2px;
}
.price-table.price-table\:dev .price-table__row_feature.price-table__row_br-top {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    overflow: hidden;
}
.price-table.price-table\:dev .price-table__row_feature.price-table__row_br-bottom {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
}
.price-table.price-table\:dev .price-table__row_feature.price-table__row_br-bottom .price-table__sidebar_section {
    border: none;
}
.price-table.price-table\:dev .price-table__product-title-link,
.price-table.price-table\:dev .price-table__product-title-content {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35em;
}
.price-table.price-table\:dev .price-table__feature-icon_text {
    font-size: 14px;
    font-weight: 400;
}
.price-table.price-table\:dev .price-table__feature-icon.price-table__feature-icon_checked {
    background-image: none;
}
.price-table.price-table\:dev .price-table__feature-icon.price-table__feature-icon_checked svg {
    fill: #01b8ae;
}

/* End */
/* /local/templates/.default/components/simai/sf.iblock.section/solution.redactions/style.css?177990231311485 */
