

/* Start:/bitrix/templates/.default/components/bitrix/menu/head_menu/style.css?17335139323525*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.item-rich, .nav-item {
    color: #000;
    vertical-align: middle
}

.item-rich, .my-header, .nav-item {
    vertical-align: middle
}

.nav-item {
    border: 3px solid #fff;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
    list-style: none;
    font-size: 20px;
}

a.menu-item {
    font-family: "Montserrat", "Open Sans", "Helvetica Neue", Verdana, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

.nav-item:hover {
    -o-transition-property: background-color, border-color, color, opacity;
    -moz-transition-property: background-color, border-color, color, opacity;
    -webkit-transition-property: background-color, border-color, color, opacity;
    transition-property: background-color, border-color, color, opacity;
    -o-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    border-color: #2fc7f7
}

.nav-item:first-child {
    margin-left: 0
}

.nav {
    display: inline-block !important;
    padding: 0;
}

.my-header {
    height: 76px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center
}

.item-rich {
    position: absolute;
    display: inline-block;
    text-decoration: none;
    font-family: futuramediumcregular;
    font-size: 40px;
    letter-spacing: 10px;
    text-transform: uppercase
}

#menu__toggle {
    display: none
}

@media screen and (max-width: 992px) {
    #menu__toggle {
        opacity: 0
    }

    .menu__btn {
        display: flex;
        align-items: center;
        position: fixed;
        top: 20px;
        right: 20px;
        width: 26px;
        height: 26px;
        cursor: pointer;
        z-index: 3
    }

    .menu__btn > span, .menu__btn > span::after, .menu__btn > span::before {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #000
    }

    .menu__btn > span::before {
        content: '';
        top: -8px
    }

    .menu__btn > span::after {
        content: '';
        top: 8px
    }

    .menu__box {
        z-index: 2;
        display: block;
        position: fixed;
        visibility: hidden;
        top: 0;
        width: 300px;
        height: 100%;
        margin: 0;
        padding: 80px 0;
        list-style: none;
        text-align: center;
        background-color: #eceff1;
        box-shadow: 1px 0 6px rgba(0, 0, 0, .2)
    }

    .menu-item {
        display: block;
        padding: 12px 24px;
        color: #333;
        font-family: Roboto, sans-serif;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none
    }

    .menu-item:hover {
        background-color: #cfd8dc
    }

    #menu__toggle:checked ~ .menu__btn > span {
        transform: rotate(45deg)
    }

    #menu__toggle:checked ~ .menu__btn > span::before {
        top: 0;
        transform: rotate(0)
    }

    #menu__toggle:checked ~ .menu__btn > span::after {
        top: 0;
        transform: rotate(90deg)
    }

    #menu__toggle:checked ~ .menu__box {
        visibility: visible;
        right: 0
    }

    .nav-item {
        border: none;
        display: block
    }
}

@media screen and (max-width: 576px) {
    .menu__box {
        width: 100%
    }
}

@media screen and (max-width: 357px) {
    .item-rich {
        font-size: 31px !important
    }
}
/* End */


/* Start:/bitrix/templates/furniture_blue/components/bitrix/news.list/bx_fetched_prices/style.css?1782743575274533*/
@font-face {
    font-family: 'Montserrat';
    src: url('/bitrix/templates/furniture_blue/font/Montserrat-VariableFont_wght.ttf') format('truetype'),
        /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

.price-table-disable-scrollbar {
    overflow: hidden
}

.price-table {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    color: #262626;
    font-family: "Montserrat", "Open Sans", "Helvetica Neue", Verdana, "Helvetica CY", "Nimbus Sans L", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    box-sizing: border-box
}

.price-table * {
    box-sizing: border-box
}

.price-table.price-table_portal {
    margin: 0
}

.price-table a {
    color: #3bc8f5;
    background-color: transparent;
    text-decoration: none
}

.price-table a:hover {
    color: #68ddff
}

.price-table .price-table__outer {
    position: relative
}

.price-table .price-table__inner {
    padding: 0 15px
}

.price-table .price-table__content {
    display: flex;
    justify-content: center
}

.price-table .price-table__row,
.price-table .price-table__row.price-table__row_mobile {
    display: flex;
    justify-content: center;
    flex-direction: column
}

@media (min-width: 1200px) {
    .price-table .price-table__row {
        justify-content: space-between;
        flex-direction: row
    }
}

.price-table .price-table__sidebar,
.price-table .price-table__row.price-table__row_mobile .price-table__sidebar {
    position: relative;
    flex: 1 0 auto;
    max-width: 100%;
    width: 100%;
    padding-right: 0
}

@media (min-width: 1200px) {
    .price-table .price-table__sidebar {
        flex: 1 0 260px;
        max-width: 260px;
        padding-right: 15px
    }
}

.price-table .price-table__body,
.price-table .price-table__row.price-table__row_mobile .price-table__body {
    flex: 1 0 auto;
    max-width: 100%;
    width: 100%
}

@media (min-width: 1200px) {
    .price-table .price-table__body {
        width: auto;
        flex: 1 0 calc(100% - 260px);
        max-width: calc(100% - 260px)
    }
}

.price-table .price-table__columns {
    display: flex;
    justify-content: center
}

.price-table .price-table__columns_col {
    flex-direction: column;
    align-items: center
}

@media (min-width: 992px) {
    .price-table .price-table__columns_col {
        flex-direction: row;
        align-items: stretch;
        flex-wrap: wrap
    }
}

@media (min-width: 1200px) {
    .price-table .price-table__columns_col {
        flex-direction: row;
        align-items: stretch;
        flex-wrap: nowrap
    }
}

.price-table .price-table__column {
    flex: 1 0;
    min-width: 180px;
    max-width: 260px;
    margin: 0 5px;
    background-color: rgba(202, 242, 255, 0.45)
}

.price-table .price-table__columns_col .price-table__column {
    max-width: 420px;
    min-width: 260px;
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0
}

@media (min-width: 992px) {
    .price-table .price-table__columns_col .price-table__column {
        flex: 1 0 auto;
        max-width: calc(50% - 10px);
        margin-left: 5px;
        margin-right: 5px
    }
}

@media (min-width: 1200px) {
    .price-table .price-table__columns_col .price-table__column {
        max-width: 260px;
        margin-bottom: 0;
    }
}

.price-table .price-table__column_col {
    display: flex;
    flex-direction: column
}

.price-table .price-table__row .price-table__columns,
.price-table .price-table__row .price-table__column {
    height: auto
}

@media (min-width: 1200px) {

    .price-table .price-table__row .price-table__columns,
    .price-table .price-table__row .price-table__column {
        height: 100%
    }
}

.price-table .price-table__column_round_top {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px
}

.price-table .price-table__row:last-child:not(.price-table__features_header) .price-table__column {
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px
}

.price-table .price-table__column.price-table__column_round {
    border-radius: 18px
}

@media (min-width: 1200px) {
    .price-table .price-table__column:first-child {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .price-table .price-table__column:last-child {
        margin-right: 0
    }
}

.price-table .price-table__column.price-table__column_green {
    background-color: rgba(207, 247, 50, 0.2)
}

.price-table .price-table__select {
    width: 100%
}

.price-table__select form {
    position: relative;
}

.price-table .price-table__header,
.price-table .price-table__user,
.price-table .price-table__price,
.price-table .price-table__order,
.price-table .price-table__storage {
    padding-left: 15px;
    padding-right: 15px;
}

.price-table .price-table__supply {
    padding-left: 8px;
    padding-right: 8px
}

.price-table .price-table__header {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 25px;
    padding-bottom: 17px;
    background-color: rgba(33, 189, 238, 0.15);
    border-radius: 18px 18px 3px 3px
}

.price-table .price-table__column.price-table__column_green .price-table__header {
    background-color: rgba(169, 212, 0, 0.23)
}

.price-table .price-table__user {
    padding-top: 8px
}

.price-table .price-table__price {
    padding-top: 12px;
    padding-bottom: 5px
}

.price-table .price-table__column .price-table-price__message,
.price-table .price-table__column .price-table-price__value {
    color: #0050af
}

.price-table .price-table__column.price-table__column_green .price-table-price__message,
.price-table .price-table__column.price-table__column_green .price-table-price__value {
    color: #7c9b00
}

.price-table .price-table__order {
    padding-top: 22px;
    padding-bottom: 15px
}

.price-table .price-table__storage {
    padding-top: 10px;
    padding-bottom: 20px
}

.price-table .price-table__supply {
    height: 100%
}

.price-table .price-table__supply:before {
    content: '';
    display: block;
    width: 82%;
    height: 1px;
    margin: auto;
    background-color: rgba(47, 198, 246, 0.22)
}

.price-table .price-table__column.price-table__column_green .price-table__supply:before {
    background-color: rgba(178, 200, 91, 0.22)
}

.price-table .price-table__column.price-table__column_green .price-table-supply__message_icon-1:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjY0NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjN0NBOTU5Ii8+PHBhdGggb3BhY2l0eT0iLjkiIGQ9Ik0zIDdhMyAzIDAgMCAxIDMtM2gyLjk0YS4wNi4wNiAwIDAgMSAuMDYuMDZ2NS44OGEuMDYuMDYgMCAwIDEtLjA2LjA2SDZhMyAzIDAgMCAxLTMtM3oiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjwvc3ZnPg==")
}

.price-table .price-table__column.price-table__column_green .price-table-supply__message_icon-2:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjY0NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjN0NBOTU5Ii8+PHBhdGggb3BhY2l0eT0iLjkiIGQ9Ik0zIDdhMyAzIDAgMCAxIDMtM2gyLjk0YS4wNi4wNiAwIDAgMSAuMDYuMDZ2NS44OGEuMDYuMDYgMCAwIDEtLjA2LjA2SDZhMyAzIDAgMCAxLTMtM3oiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjxyZWN0IG9wYWNpdHk9Ii45IiB4PSIxMSIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjwvc3ZnPg==")
}

.price-table .price-table__column.price-table__column_green .price-table-supply__message_icon-3:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjY0NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjN0NBOTU5Ii8+PHBhdGggb3BhY2l0eT0iLjkiIGQ9Ik0zIDdhMyAzIDAgMCAxIDMtM2gyLjk0YS4wNi4wNiAwIDAgMSAuMDYuMDZ2NS44OGEuMDYuMDYgMCAwIDEtLjA2LjA2SDZhMyAzIDAgMCAxLTMtM3pNMjYgN2EzIDMgMCAwIDEtMyAzaC0zLjkzYS4wNy4wNyAwIDAgMS0uMDctLjA3VjQuMDdhLjA3LjA3IDAgMCAxIC4wNy0uMDdIMjNhMyAzIDAgMCAxIDMgM3oiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjxyZWN0IG9wYWNpdHk9Ii45IiB4PSIxMSIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjwvc3ZnPg==")
}

.price-table .price-table__column .price-table-supply__message_icon-1:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjk5NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjNzlCRUQ0Ii8+PHBhdGggZD0iTTMgN2EzIDMgMCAwIDEgMy0zaDIuOTRhLjA2LjA2IDAgMCAxIC4wNi4wNnY1Ljg4YS4wNi4wNiAwIDAgMS0uMDYuMDZINmEzIDMgMCAwIDEtMy0zeiIgZmlsbD0iIzI3OTFCMyIgZmlsbC1vcGFjaXR5PSIuODEiLz48L3N2Zz4=")
}

.price-table .price-table__column .price-table-supply__message_icon-2:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjk5NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjNzlCRUQ0Ii8+PHBhdGggZD0iTTMgN2EzIDMgMCAwIDEgMy0zaDIuOTRhLjA2LjA2IDAgMCAxIC4wNi4wNnY1Ljg4YS4wNi4wNiAwIDAgMS0uMDYuMDZINmEzIDMgMCAwIDEtMy0zeiIgZmlsbD0iIzI3OTFCMyIgZmlsbC1vcGFjaXR5PSIuODEiLz48cmVjdCB4PSIxMSIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9IiMyNzkxQjMiIGZpbGwtb3BhY2l0eT0iLjgxIi8+PC9zdmc+")
}

.price-table .price-table__column .price-table-supply__message_icon-3:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjk5NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjNzlCRUQ0Ii8+PHBhdGggZD0iTTMgN2EzIDMgMCAwIDEgMy0zaDIuOTRhLjA2LjA2IDAgMCAxIC4wNi4wNnY1Ljg4YS4wNi4wNiAwIDAgMS0uMDYuMDZINmEzIDMgMCAwIDEtMy0zek0yNiA3YTMgMyAwIDAgMS0zIDNoLTMuOTNhLjA3LjA3IDAgMCAxLS4wNy0uMDdWNC4wN2EuMDcuMDcgMCAwIDEgLjA3LS4wN0gyM2EzIDMgMCAwIDEgMyAzeiIgZmlsbD0iIzI3OTFCMyIgZmlsbC1vcGFjaXR5PSIuODEiLz48cmVjdCB4PSIxMSIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9IiMyNzkxQjMiIGZpbGwtb3BhY2l0eT0iLjgxIi8+PC9zdmc+")
}

.price-table .price-table__column.price-table__column_green .price-table-supply__container[data-sb-hover]:hover .price-table-supply__message:not(.price-table-supply__message_empty),
.price-table .price-table__column.price-table__column_green .price-table-supply__message[data-sb-hover]:hover:not(.price-table-supply__message_empty),
.price-table .price-table__column.price-table__column_green .price-table-supply__message_tooltip:hover:not(.price-table-supply__message_empty) {
    background-color: rgba(163, 205, 0, 0.2)
}

.price-table .price-table__column .price-table-supply__container[data-sb-hover]:hover .price-table-supply__message:not(.price-table-supply__message_empty),
.price-table .price-table__column .price-table-supply__message[data-sb-hover]:hover:not(.price-table-supply__message_empty),
.price-table .price-table__column .price-table-supply__message_tooltip:hover:not(.price-table-supply__message_empty) {
    background-color: rgba(33, 189, 238, 0.2)
}

.price-table .price-table__prologue {
    margin-bottom: 20px
}

.price-table .price-table-prologue {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 10px
}

@media (min-width: 1200px) {
    .price-table .price-table-prologue {
        justify-content: space-between;
        flex-direction: row
    }
}

.price-table .price-table-prologue__section {
    margin-left: 5px;
    margin-right: 5px
}

.price-table .price-table-prologue__section:not(:first-child) {
    margin-top: 20px
}

@media (min-width: 1200px) {
    .price-table .price-table-prologue__section:not(:first-child) {
        margin-top: 0
    }
}

.price-table .price-table-header {
    text-align: center
}

.price-table .price-table-header__title {
    font-size: 20px;
    /*/*font-weight: 600;*/
    ;
    */ line-height: 1
}

.price-table .price-table-header__title.price-table-header__title_sup {
    position: relative;
    top: -6px;
    font-size: 10px;
    line-height: 0
}

.price-table .price-table__row.price-table__features .price-table-header__title {
    font-size: 14px
}

.price-table .price-table__row.price-table__features_header {
    display: none
}

@media (min-width: 992px) {
    .price-table .price-table__row.price-table__features_header {
        display: flex
    }
}

.price-table .price-table-header__description {
    min-height: 40px;
    max-width: 290px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
    /*/*font-weight: 600;*/
    ;
    */ line-height: 1.2;
    opacity: .4;
    font-family: "Montserrat", "Open Sans", "Helvetica Neue", Verdana, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

.price-table .price-table-user {
    min-height: 45px;
    text-align: center
}

.price-table .price-table-user__content {
    display: flex;
    align-items: center;
    justify-content: center
}

.price-table .price-table-user__icon {
    display: block;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat
}

.price-table .price-table-user__icon_fire {
    width: 22px;
    height: 25px;
    margin: 0 4px 0 -21px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjI1IDEwLjVDOC4yNSA4LjU3NSA2Ljg1NjY3IDguODc5NSA1LjUgNi4xMjVDMy44OTY1MSA3LjA3MzQzIDIuODcyMTIgOC43MDMxNSAyLjc1IDEwLjVDMi44MzgzIDExLjg1NTggMy41MDAwNCAxMy4xMTkxIDQuNTgzMzMgMTRIMy45MzI1QzEuNjE0NzUgMTMuMTg5MiAwLjA1NDExOCAxMS4xMDU3IDAgOC43NUMwIDQuNzc3NSA0LjExNTgzIDEuMDYxMzggNi40MTY2NyAwQzUuOTc2NjcgMy42NjcxMiAxMSA0LjYyNjEyIDExIDkuNDA2MjVDMTEgMTIuNzk4NiA3LjA2NzUgMTQgNy4wNjc1IDE0SDYuNDE2NjdDNy41Njg1MSAxMy4xNzIgOC4yNDcxMyAxMS44NzY0IDguMjUgMTAuNVoiIGZpbGw9IiNGOTMwMDAiLz4KPC9zdmc+Cg==")
}

.price-table .price-table-user__message {
    font-size: 14px;
    /*/*font-weight: 600;*/
    ;
    */ line-height: 1
}

.price-table .price-table-user__message.price-table-user__message_unlimited {
    font-size: 16px
}

.price-table .price-table-user__value {
    padding-top: 4px;
    padding-bottom: 12px;
    font-size: 24px;
    /*/*font-weight: 600;*/
    ;
    */ line-height: 0
}

.price-table .price-table-user__epilogue {
    position: relative;
    top: 8px;
    line-height: 0
}

.price-table .price-table-user__more {
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 1px dashed;
    color: #262626;
    font-size: 8px;
    /*font-weight: 500;*/
    line-height: 0;
    text-decoration: none;
    opacity: .4;
    cursor: pointer
}

.price-table .price-table-user__more:hover {
    color: #262626
}

.price-table .price-table-price {
    min-height: 55px;
    text-align: center
}

.price-table .price-table-price__content {
    display: none
}

.price-table .price-table-price__content.price-table-price__content_selected,
.price-table .price-table-price__content[data-sb-selected] {
    display: block
}

.price-table .price-table-price__message,
.price-table .price-table-price__base,
.price-table .price-table-price__value,
.price-table .price-table-price__discount {
    position: relative;
    /*font-weight: 600;*/
}

.price-table .price-table-price__base {
    bottom: 7px;
    font-size: 12px;
    line-height: 0;
    text-decoration: line-through;
    opacity: .4
}

.price-table .price-table-price__current {
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-table .price-table-price__value {
    min-height: 26px;
    line-height: 1
}

.price-table .price-table-price__message,
.price-table .price-table-price__value span {
    font-size: 21px
}

.price-table .price-table-price__value span {
    margin-right: 3px
}

.price-table .price-table-price__discount {
    display: inline-block;
    margin-left: 2px;
    padding: 12px 8px;
    background-color: rgba(207, 247, 50, 0.7);
    border-radius: 3px;
    font-size: 14px;
    /*font-weight: 700;*/
    line-height: 0;
    transform: skewX(-10deg)
}

.price-table .price-table-price__discount-value {
    transform: skewX(10deg)
}

.price-table .price-table-price__discount_sale {
    background-color: rgba(255, 215, 23, 0.7)
}

.price-table .price-table-price__description {
    display: inline-block;
    margin-top: 15px;
    padding-bottom: 6px;
    font-size: 12px;
    /*/*font-weight: 600;*/
    ;
    */ line-height: 0;
    opacity: .4
}

.price-table .price-table-price__description_link {
    border-bottom: 1px dashed #0050af;
    color: #0050af;
    text-decoration: none;
    opacity: .8
}

.price-table .price-table-price__description_link:hover {
    color: #0050af;
    text-decoration: none
}

.price-table .price-table-order {
    min-height: 36px;
    text-align: center
}

.price-table .price-table-order__content {
    display: none
}

.price-table .price-table-order__content.price-table-order__content_selected,
.price-table .price-table-order__content[data-sb-selected] {
    display: block
}

.price-table .price-table-order__button {
    position: relative;
    display: inline-block;
    min-width: 152px;
    margin: auto;
    padding: 12px;
    border: none;
    border-radius: 18px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.07);
    font-size: 12px;
    /*font-weight: 700;*/
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.2s ease-in-out
}

.price-table .price-table-order__button {
    background-color: #21bdee
}

.price-table .price-table-order__button.price-table-order__button_green {
    background-color: #a3cd00
}

.price-table .price-table-order__button,
.price-table .price-table-order__button:hover {
    color: #fff
}

.price-table .price-table-order__button:hover {
    opacity: .7
}

.price-table .price-table-order__button[disabled],
.price-table .price-table-order__button:hover[disabled] {
    opacity: .5;
    cursor: auto
}

.price-table .price-table-storage {
    min-height: 18px;
    text-align: center
}

.price-table .price-table-storage__value {
    color: #00445a;
    font-size: 17px;
    /*font-weight: 700;*/
    line-height: 1
}

.price-table .price-table-supply {
    display: flex;
    justify-content: center;
    height: 100%;
    padding-top: 17px;
    padding-bottom: 25px
}

@media (min-width: 992px) {
    .price-table .price-table-supply {
        justify-content: normal
    }
}

.price-table .price-table-supply__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    height: 100%
}

@media (min-width: 992px) {
    .price-table .price-table-supply__inner {
        align-items: stretch
    }
}

.price-table .price-table-supply__section {
    width: 100%
}

.price-table .price-table-supply__section:first-child {
    margin-bottom: 15px
}

.price-table .price-table-supply__list {
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

.price-table .price-table-supply__list .price-table-supply__list {
    width: calc(100% - 23px);
    margin-left: 19px;
    margin-bottom: 10px;
    padding-left: 4px
}

.price-table .price-table-supply__message {
    position: relative;
    display: inline-block;
    max-width: 100%;
    min-height: 31px;
    padding: 8px 17px;
    border-radius: 18px;
    font-size: 15px;
    /*/*font-weight: 600;*/
    ;
    */ line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.2s ease-in-out;
    overflow: hidden
}

.price-table .price-table-supply__message_empty {
    display: none;
    min-height: 35px
}

@media (min-width: 1200px) {
    .price-table .price-table-supply__message_empty {
        display: block
    }
}

.price-table .price-table-supply__message:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 31px;
    height: 15px;
    top: 50%;
    right: 13px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transform: translateY(-50%)
}

.price-table .price-table-supply__message_icon {
    padding-right: 50px
}

.price-table .price-table-supply__content {
    position: relative;
    width: 100%
}

.price-table .price-table-supply__label {
    position: absolute;
    display: flex;
    top: 50%;
    right: -11px;
    padding: 6px 10px 6px 15px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODYiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjU1MiAyLjQ2M0EzIDMgMCAwIDEgNi41MDQgMEg4NWExIDEgMCAwIDEgMSAxdjIwYTEgMSAwIDAgMS0xIDFIMi4zOTZBMiAyIDAgMCAxIC40MyAxOS42NDJMMy41NTIgMi40NjN6IiBmaWxsPSIjMzk3RkNBIi8+PC9zdmc+");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 12px;
    /*font-weight: 700;*/
    line-height: 1;
    letter-spacing: -.3px;
    white-space: nowrap;
    transform: translateY(-50%)
}

.price-table .price-table-supply__label:hover {
    color: #fff
}

.price-table .price-table-supply__label_crm:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgb3BhY2l0eT0iLjczOCI+PHBhdGggb3BhY2l0eT0iLjU2OCIgZD0iTTExLjk4IDUuOTlBNS45OSA1Ljk5IDAgMSAwIDAgNS45OWE1Ljk5IDUuOTkgMCAwIDAgMTEuOTggMHoiIGZpbGw9IiNCMUI3QzUiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTUuOTAyIDMuNjJjLjUgMCAuOTA2LS40MDIuOTA2LS44OTdhLjkwMi45MDIgMCAwIDAtLjkwNi0uODk4Yy0uNSAwLS45MDYuNDAyLS45MDYuODk4IDAgLjQ5NS40MDUuODk3LjkwNi44OTd6bS4zMTguODM1SDQuMTAydi44MDdoMS4wNTl2My4xNzlINC4xMDJ2Ljc5NGgzLjYwNnYtLjc5NGgtLjkwNFY0LjQ1N0g2LjIydi0uMDAyeiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat
}

.price-table .price-table-supply__list>.price-table-supply__list .price-table-supply__message {
    min-height: 24px;
    padding: 6px 10px;
    color: #525c69;
    font-size: 12px;
    /*font-weight: 600;*/
}

.price-table .price-table-supply__list>.price-table-supply__list .price-table-supply__message_empty {
    display: none;
    min-height: 28px
}

@media (min-width: 1200px) {
    .price-table .price-table-supply__list>.price-table-supply__list .price-table-supply__message_empty {
        display: block
    }
}

.price-table .price-table-supply__container[data-sb-hover]:hover,
.price-table .price-table-supply__message[data-sb-hover],
.price-table .price-table-supply__message_tooltip {
    cursor: pointer
}

.price-table .price-table-feature-sidebar {
    margin: 10px 0
}

.price-table .price-table-feature-sidebar__message {
    display: inline;
    font-size: 14px;
    /*font-weight: 500;*/
    line-height: 1.5
}

.price-table .price-table-feature-sidebar__message_tooltip {
    cursor: pointer
}

.price-table .price-table-feature-sidebar.price-table-feature-sidebar_section {
    display: flex;
    cursor: pointer
}

@media (max-width: 1359.98px) {
    .price-table .price-table-feature-sidebar.price-table-feature-sidebar_section {
        margin-top: 30px
    }
}

.price-table .price-table-feature-sidebar.price-table-feature-sidebar_section:before {
    content: '';
    display: block;
    flex: 0 0 20px;
    width: 20px;
    height: 16px;
    margin: auto 5px auto 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAzNiAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMTgiIHdpZHRoPSIyNSIgaGVpZ2h0PSI0IiB0cmFuc2Zvcm09InJvdGF0ZSg0NSAxOCAwKSIgZmlsbD0iIzY4RERGRiIvPgo8cmVjdCB5PSIxOCIgd2lkdGg9IjI1IiBoZWlnaHQ9IjQiIHRyYW5zZm9ybT0icm90YXRlKC00NSAwIDE4KSIgZmlsbD0iIzY4RERGRiIvPgo8L3N2Zz4K");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.price-table .price-table__row.price-table__features_section.section-hidden .price-table-feature-sidebar.price-table-feature-sidebar_section:before {
    transform: rotate(180deg)
}

.price-table .price-table-feature-sidebar.price-table-feature-sidebar_section .price-table-feature-sidebar__message {
    font-size: 20.8px;
    font-weight: 700
}

@media (max-width: 1359.98px) {
    .price-table .price-table-feature-sidebar.price-table-feature-sidebar_subsection {
        margin-top: 20px
    }
}

.price-table .price-table-feature-sidebar.price-table-feature-sidebar_subsection .price-table-feature-sidebar__message {
    font-size: 16px;
    /*font-weight: 600;*/
}

@media (min-width: 1200px) {
    .price-table .price-table-feature-sidebar.price-table-feature-sidebar_sub {
        max-width: calc(100% - 15px);
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .price-table .price-table-feature-sidebar.price-table-feature-sidebar_sub .price-table-feature-sidebar__message {
        color: rgba(38, 38, 38, 0.8)
    }
}

.price-table .price-table-feature-body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.price-table .price-table-feature-body__content {
    width: 100%;
    text-align: center
}

.price-table .price-table__features:not(.price-table__features_header) .price-table-feature-body__content:not(.price-table-feature-body__content_empty) {
    padding: 10px 0
}

.price-table .price-table-feature-body__message {
    font-size: 12px;
    /*font-weight: 500;*/
    line-height: 1
}

@media (min-width: 1200px) {
    .price-table .price-table-feature-body__message {
        font-size: 14px
    }
}

.price-table .price-table-icon.price-table-icon_battery-g-1,
.price-table .price-table-icon.price-table-icon_battery-g-2,
.price-table .price-table-icon.price-table-icon_battery-g-3,
.price-table .price-table-icon.price-table-icon_battery-b-1,
.price-table .price-table-icon.price-table-icon_battery-b-2,
.price-table .price-table-icon.price-table-icon_battery-b-3 {
    display: inline-block;
    width: 31px;
    height: 15px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.price-table .price-table-icon.price-table-icon_battery-g-1 {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjY0NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjN0NBOTU5Ii8+PHBhdGggb3BhY2l0eT0iLjkiIGQ9Ik0zIDdhMyAzIDAgMCAxIDMtM2gyLjk0YS4wNi4wNiAwIDAgMSAuMDYuMDZ2NS44OGEuMDYuMDYgMCAwIDEtLjA2LjA2SDZhMyAzIDAgMCAxLTMtM3oiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjwvc3ZnPg==")
}

.price-table .price-table-icon.price-table-icon_battery-g-2 {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjY0NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjN0NBOTU5Ii8+PHBhdGggb3BhY2l0eT0iLjkiIGQ9Ik0zIDdhMyAzIDAgMCAxIDMtM2gyLjk0YS4wNi4wNiAwIDAgMSAuMDYuMDZ2NS44OGEuMDYuMDYgMCAwIDEtLjA2LjA2SDZhMyAzIDAgMCAxLTMtM3oiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjxyZWN0IG9wYWNpdHk9Ii45IiB4PSIxMSIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjwvc3ZnPg==")
}

.price-table .price-table-icon.price-table-icon_battery-g-3 {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjY0NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjN0NBOTU5Ii8+PHBhdGggb3BhY2l0eT0iLjkiIGQ9Ik0zIDdhMyAzIDAgMCAxIDMtM2gyLjk0YS4wNi4wNiAwIDAgMSAuMDYuMDZ2NS44OGEuMDYuMDYgMCAwIDEtLjA2LjA2SDZhMyAzIDAgMCAxLTMtM3pNMjYgN2EzIDMgMCAwIDEtMyAzaC0zLjkzYS4wNy4wNyAwIDAgMS0uMDctLjA3VjQuMDdhLjA3LjA3IDAgMCAxIC4wNy0uMDdIMjNhMyAzIDAgMCAxIDMgM3oiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjxyZWN0IG9wYWNpdHk9Ii45IiB4PSIxMSIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjwvc3ZnPg==")
}

.price-table .price-table-icon.price-table-icon_battery-b-1 {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjk5NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjNzlCRUQ0Ii8+PHBhdGggZD0iTTMgN2EzIDMgMCAwIDEgMy0zaDIuOTRhLjA2LjA2IDAgMCAxIC4wNi4wNnY1Ljg4YS4wNi4wNiAwIDAgMS0uMDYuMDZINmEzIDMgMCAwIDEtMy0zeiIgZmlsbD0iIzI3OTFCMyIgZmlsbC1vcGFjaXR5PSIuODEiLz48L3N2Zz4=")
}

.price-table .price-table-icon.price-table-icon_battery-b-2 {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjk5NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjNzlCRUQ0Ii8+PHBhdGggZD0iTTMgN2EzIDMgMCAwIDEgMy0zaDIuOTRhLjA2LjA2IDAgMCAxIC4wNi4wNnY1Ljg4YS4wNi4wNiAwIDAgMS0uMDYuMDZINmEzIDMgMCAwIDEtMy0zeiIgZmlsbD0iIzI3OTFCMyIgZmlsbC1vcGFjaXR5PSIuODEiLz48cmVjdCB4PSIxMSIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9IiMyNzkxQjMiIGZpbGwtb3BhY2l0eT0iLjgxIi8+PC9zdmc+")
}

.price-table .price-table-icon.price-table-icon_battery-b-3 {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjk5NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjNzlCRUQ0Ii8+PHBhdGggZD0iTTMgN2EzIDMgMCAwIDEgMy0zaDIuOTRhLjA2LjA2IDAgMCAxIC4wNi4wNnY1Ljg4YS4wNi4wNiAwIDAgMS0uMDYuMDZINmEzIDMgMCAwIDEtMy0zek0yNiA3YTMgMyAwIDAgMS0zIDNoLTMuOTNhLjA3LjA3IDAgMCAxLS4wNy0uMDdWNC4wN2EuMDcuMDcgMCAwIDEgLjA3LS4wN0gyM2EzIDMgMCAwIDEgMyAzeiIgZmlsbD0iIzI3OTFCMyIgZmlsbC1vcGFjaXR5PSIuODEiLz48cmVjdCB4PSIxMSIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9IiMyNzkxQjMiIGZpbGwtb3BhY2l0eT0iLjgxIi8+PC9zdmc+")
}

.price-table .price-table-icon.price-table-icon_check,
.price-table .price-table-icon.price-table-icon_uncheck {
    width: 0;
    height: 0;
    margin: auto;
    padding: 8px;
    background-position: 50% 50%;
    background-size: 14px;
    background-repeat: no-repeat
}

.price-table .price-table-icon.price-table-icon_check {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNyIgY3k9IjciIHI9IjciIGZpbGw9IiM5M0MyMDAiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0ibTcuNTIzIDguNTYgMy4wMzYtMy4wMzYtMS4xMjEtMS4xMjItMy4wMzMgMy4wMzQtMS42MDctMS42MTdMMy42NzYgNi45NGwxLjYwNyAxLjYxNy0uMDA0LjAwNCAxLjEyMiAxLjEyMSAxLjEyMi0xLjEyMXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=")
}

.price-table .price-table-icon.price-table-icon_uncheck {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNyIgY3k9IjciIHI9IjciIGZpbGw9IiM1MjVDNjkiIGZpbGwtb3BhY2l0eT0iLjIzNiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik00IDYuMjI2aDZ2MS41NDhINHoiLz48L3N2Zz4=")
}

.price-table .price-table-archive {
    display: flex;
    align-items: center;
    flex-direction: column
}

@media (min-width: 1200px) {
    .price-table .price-table-archive {
        flex-direction: row
    }
}

.price-table .price-table-archive__button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    min-height: 32px;
    padding: 10px 15px;
    background-color: #fff;
    border: 2px solid #3bc8f5;
    border-radius: 30px;
    color: #262626;
    font-size: 14px;
    /*/*font-weight: 600;*/
    ;
    */ line-height: 1;
    transition: all 0.2s ease-in-out;
    white-space: nowrap
}

.price-table .price-table-archive__button:hover {
    color: #262626
}

.price-table .price-table-archive__description {
    margin: 0 0 10px 0;
    text-align: center
}

@media (min-width: 1200px) {
    .price-table .price-table-archive__description {
        margin-right: 10px;
        margin-bottom: 0
    }
}

.price-table .price-table-archive__message {
    color: #525c69;
    font-size: 14px;
    /*/*font-weight: 600;*/
    ;
    */ line-height: 1.2
}

.price-table .price-table-selector {
    display: flex;
    align-items: center;
    flex-direction: column
}

@media (min-width: 1200px) {
    .price-table .price-table-selector {
        flex-direction: row
    }
}

.price-table .price-table-selector__description {
    margin: 0 0 10px 0;
    text-align: center
}

@media (min-width: 1200px) {
    .price-table .price-table-selector__description {
        margin-right: 10px;
        margin-bottom: 0
    }
}

.price-table .price-table-selector__message {
    color: #525c69;
    font-size: 14px;
    /*/*font-weight: 600;*/
    ;
    */ line-height: 1.2
}

.price-table .price-table-select {
    display: inline-block;
    position: relative;
    min-width: 160px;
    max-width: 100%;
    padding: 0;
    background-color: #fff;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE0IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNzIzIDAuNzkxNzQ4TDcuOTUwNDIgNC41NjQyOUw2Ljk5OTk5IDUuNTAwMDFMNi4wNjc1OCA0LjU2NDI5TDIuMjk1MDMgMC43OTE3NDhMMC45NjM4MTIgMi4xMjI5N0w3LjAwODk0IDguMTY4MUwxMy4wNTQxIDIuMTIyOTdMMTEuNzIzIDAuNzkxNzQ4WiIgZmlsbD0iIzUyNUM2OSIvPgo8L3N2Zz4K");
    background-position: 95% 50%;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    border: 2px solid #3bc8f5;
    border-radius: 30px;
    font-size: 14px;
    /*/*font-weight: 600;*/
    ;
    */ line-height: 1;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.2s ease-in-out;
    z-index: 3
}

.price-table .price-table-select::-ms-expand {
    display: none
}

.price-table .price-table-select[data-sb-select-active] {
    border-radius: 3px
}

.price-table select.price-table-select {
    color: #262626
}

.price-table select.price-table-select option {
    background-color: #f8f9fa;
    color: #495057
}

.price-table select.price-table-select,
.price-table .price-table-select__select {
    padding: 9px 23px 9px 10px
}

.price-table .price-table-select__select {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 32px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #262626;
    white-space: nowrap;
    cursor: pointer
}

.price-table .price-table-select__select span {
    display: block;
    margin-left: 5px;
    padding: 4px 5px;
    background-color: #ffd91a;
    border-radius: 3px;
    font-size: 14px;
    /*font-weight: 700;*/
    line-height: 1;
    transform: skewX(-10deg)
}

.price-table .price-table-select__list {
    position: absolute;
    display: block;
    width: 100%;
    height: 0;
    top: calc(100% + 2px);
    left: 50%;
    padding: 0 15px 0 10px;
    background-color: #f8f9fa;
    transform: translateX(-50%);
    overflow: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out
}

.price-table .price-table-select__list[data-sb-select-active] {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: visible;
    opacity: 1;
    z-index: 1
}

.price-table .price-table-select__item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    color: #495057;
    font-size: 14px;
    /*font-weight: 400;*/
    line-height: 1;
    cursor: pointer
}

.price-table .price-table-select__item span {
    display: inline-block;
    margin-left: 2px;
    padding: 12px 8px;
    background-color: #ffd717;
    border-radius: 3px;
    font-size: 14px;
    /*font-weight: 700;*/
    line-height: 0;
    transform: skewX(-10deg)
}

.price-table .price-table-popup {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .5;
    visibility: hidden;
    transition: opacity .130ms ease-in-out;
    z-index: 3000
}

.price-table .price-table-popup[data-sb-popup-opened] {
    opacity: 1;
    visibility: visible
}

.price-table .price-table-popup__overflow {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(38, 38, 38, 0.15)
}

.price-table .price-table-popup:not([data-sb-popup-opened]) {
    width: 0;
    height: 0;
    overflow: hidden
}

.price-table .price-table-popup__inner {
    position: absolute;
    width: calc(100% - 80px);
    max-height: calc(90% - 70px);
    height: 100%;
    max-width: 400px;
    top: 50%;
    left: 50%;
    padding: 15px 10px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 14px 16px 0 rgba(82, 92, 105, 0.23);
    transform: translate(-50%, -50%);
    z-index: 1
}

@media (min-width: 768px) {
    .price-table .price-table-popup__inner {
        width: calc(100% - 80px);
        max-width: 500px
    }
}

@media (min-width: 992px) {
    .price-table .price-table-popup__inner {
        max-width: 1012px;
        padding: 17px 20px
    }
}

.price-table .price-table-popup__close {
    position: absolute;
    top: -37px;
    right: 0;
    width: 32px;
    height: 32px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 1;
    transition: all 300ms ease;
    cursor: pointer
}

@media (min-width: 992px) {
    .price-table .price-table-popup__close {
        top: -22px;
        right: -22px
    }
}

.price-table .price-table-popup__close:hover {
    border: 2px solid #fff;
    background-color: rgba(0, 0, 0, 0.2)
}

.price-table .price-table-popup__close:before,
.price-table .price-table-popup__close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background-color: #fff
}

.price-table .price-table-popup__close:before {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg)
}

.price-table .price-table-popup__close:after {
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.price-table .price-table-popup__content {
    height: 100%
}

.price-table .price-table-popup__content {
    font-size: 13px;
    /*/*font-weight: 600;*/
    ;
    */ line-height: 1
}

.price-table .price-table-window {
    position: relative;
    display: none;
    flex-direction: column;
    height: 100%
}

@media (min-width: 992px) {
    .price-table .price-table-window {
        display: flex
    }
}

.price-table .price-table-window.price-table-window_mobile {
    display: flex
}

@media (min-width: 992px) {
    .price-table .price-table-window.price-table-window_mobile {
        display: none
    }
}

.price-table .price-table-window:not([data-sb-popup-opened]),
.price-table .price-table-window.price-table-window_mobile:not([data-sb-popup-opened]) {
    display: none
}

.price-table .price-table-window .price-table-tooltip-hover {
    padding: 6px
}

.price-table .price-table-window .price-table-tooltip-hover:before {
    width: 11px;
    height: 11px
}

.price-table .price-table-window .price-table-icon.price-table-icon_check,
.price-table .price-table-window .price-table-icon.price-table-icon_uncheck {
    background-size: 12px
}

.price-table .price-table-window__prologue {
    flex: 0 0 auto;
    margin-bottom: 3px;
    padding-bottom: 13px;
    border-bottom: 2px solid rgba(47, 198, 246, 0.22)
}

.price-table .price-table-window__prologue .price-table-window__row {
    flex-direction: column
}

@media (min-width: 992px) {
    .price-table .price-table-window__prologue .price-table-window__row {
        flex-direction: row
    }
}

@media (max-width: 1199.98px) {
    .price-table .price-table-window__prologue .price-table-window__row .price-table-window__sidebar {
        flex: 1 0 auto;
        max-width: 100%;
        margin: 0 auto 10px;
        text-align: center
    }
}

.price-table .price-table-window__content {
    flex: 1;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(82, 92, 105, 0.35) rgba(82, 92, 105, 0.1)
}

.price-table .price-table-window__content::-webkit-scrollbar-track {
    width: 11px
}

.price-table .price-table-window__content::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(82, 92, 105, 0.1);
    border-radius: 6px
}

.price-table .price-table-window__content::-webkit-scrollbar-thumb {
    background-color: rgba(82, 92, 105, 0.35);
    border-radius: 6px
}

.price-table .price-table-window__categories {
    margin-top: 34px
}

.price-table .price-table-window__order {
    margin-top: 15px;
    flex: 0 0 auto
}

.price-table .price-table-window.price-table-window_mobile .price-table-window__order .price-table-window__sidebar {
    display: none
}

.price-table .price-table-window.price-table-window_mobile .price-table-window__order .price-table-window__body {
    margin: 0 auto
}

.price-table .price-table-window__order .price-table-order__button {
    min-width: 100px
}

.price-table .price-table-window__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row
}

.price-table .price-table-window__content .price-table-window__row {
    border-radius: 5px
}

.price-table .price-table-window__content .price-table-window__row {
    padding: 7px 0
}

.price-table .price-table-window__supply .price-table-window__row.price-table-window__row_line {
    background-color: rgba(237, 238, 240, 0.3)
}

.price-table .price-table-window__categories {
    padding: 10px 0;
    background-color: rgba(47, 198, 246, 0.05);
    border-radius: 18px
}

.price-table .price-table-window__sidebar {
    flex: 1 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    width: 100%;
    margin-left: 10px;
    margin-right: 0
}

@media (min-width: 992px) {
    .price-table .price-table-window__sidebar {
        flex: 1 0 296px;
        max-width: 296px;
        margin-left: 19px;
        margin-right: 15px
    }
}

.price-table .price-table-window__sidebar.price-table-window__sidebar_sub {
    padding-left: 10px
}

.price-table .price-table-window__sidebar.price-table-window__sidebar_sub .price-table-window-sidebar__message {
    color: #262626;
    font-size: 12px;
    /*font-weight: 400;*/
}

.price-table .price-table-window__row.price-table-window__row_categories-title {
    color: rgba(82, 92, 105, 0.56);
    font-size: 11px
}

.price-table .price-table-window__body {
    flex: 1 0 50%;
    max-width: 50%;
    width: 50%
}

@media (min-width: 992px) {
    .price-table .price-table-window__body {
        width: auto;
        flex: 1 0 calc(100% - 330px);
        max-width: calc(100% - 330px)
    }
}

.price-table .price-table-window__columns {
    display: flex;
    align-items: center;
    justify-content: center
}

.price-table .price-table-window__column {
    flex: 1 0;
    max-width: 160px;
    padding: 0 5px
}

.price-table .price-table-window__row .price-table .price-table-window__columns,
.price-table .price-table-window__row .price-table .price-table-window__column {
    height: 100%
}

.price-table .price-table-window__row .price-table-tooltip {
    width: 350px;
    top: auto
}

.price-table .price-table-window__row.price-table-window__row_click {
    margin: 0 5px;
    border-radius: 18px;
    transition: all 0.2s ease-in-out;
    cursor: pointer
}

.price-table .price-table-window__row.price-table-window__row_click:hover {
    background-color: rgba(82, 92, 105, 0.04)
}

.price-table .price-table-window__row.price-table-window__row_click .price-table-window-sidebar__message {
    padding-bottom: 1px;
    border-bottom: 1px dashed rgba(38, 38, 38, 0.5)
}

.price-table .price-table-window-header_center {
    display: flex;
    justify-content: center
}

.price-table .price-table-window-header__title {
    font-size: 19px;
    /*/*font-weight: 600;*/
    ;
    */ line-height: 1
}

.price-table .price-table-window-header__product {
    margin: 0 auto;
    padding: 10px 5px;
    max-width: 160px;
    min-width: 150px;
    background-color: rgba(33, 189, 238, 0.15);
    border-radius: 18px;
    font-size: 13px;
    /*/*font-weight: 600;*/
    ;
    */ line-height: 1;
    text-align: center
}

@media (min-width: 992px) {
    .price-table .price-table-window-header__product {
        display: inline-block
    }
}

.price-table .price-table-window-header__product_green {
    background-color: rgba(169, 212, 0, 0.23)
}

.price-table .price-table-window-sidebar__content {
    display: inline
}

.price-table .price-table-window-sidebar__message {
    display: inline;
    line-height: 1.25
}

.price-table .price-table-window-sidebar__message_tooltip {
    cursor: pointer
}

.price-table .price-table-window-body__content {
    width: 100%;
    text-align: center
}

.price-table .price-table-window-body__message {
    /*font-weight: 500;*/
    line-height: 1
}

.price-table .price-table-window-control {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 0;
    top: 50%;
    transform: translateY(-50%)
}

.price-table .price-table-window-control__nav_next,
.price-table .price-table-window-control__nav_prev {
    position: relative;
    width: 35px;
    height: 90px;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer
}

@media (min-width: 768px) {

    .price-table .price-table-window-control__nav_next,
    .price-table .price-table-window-control__nav_prev {
        width: 40px;
        height: 100px
    }
}

@media (min-width: 992px) {

    .price-table .price-table-window-control__nav_next,
    .price-table .price-table-window-control__nav_prev {
        width: 55px;
        height: 144px
    }
}

.price-table .price-table-window-control__nav_next {
    left: -10px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUyIiBoZWlnaHQ9IjE1MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWx0ZXI9InVybCgjYSkiPjxjaXJjbGUgY3g9Ijc2IiBjeT0iNzQiIHI9IjcyIiB0cmFuc2Zvcm09InJvdGF0ZSgtMTgwIDc2IDc0KSIgZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIuNTUiLz48L2c+PGcgZmlsdGVyPSJ1cmwoI2IpIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0ibTQ1LjM2IDg0Ljg0MS04LjY3OC04LjY3NkwzNC40MzUgNzRsMi4yNDctMi4xNjYgOC42NzctOC42NzctMy4wNjItMy4wNjJMMjguMzk0IDc0bDEzLjkwMyAxMy45MDQgMy4wNjItMy4wNjJ6IiBmaWxsPSIjZmZmIi8+PC9nPjxkZWZzPjxmaWx0ZXIgaWQ9ImEiIHg9IjAiIHk9IjAiIHdpZHRoPSIxNTIiIGhlaWdodD0iMTUyIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+PGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz48ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+PGZlT2Zmc2V0IGR5PSIyIi8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMiIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4wNDc1NzUgMCIvPjxmZUJsZW5kIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvdyIvPjxmZUJsZW5kIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvdyIgcmVzdWx0PSJzaGFwZSIvPjwvZmlsdGVyPjxmaWx0ZXIgaWQ9ImIiIHg9IjI0LjM5NCIgeT0iNTguMDk1IiB3aWR0aD0iMjQuOTY2IiBoZWlnaHQ9IjM1LjgwOCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPjxmZU9mZnNldCBkeT0iMiIvPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjIiLz48ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz48ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMSAwIi8+PGZlQmxlbmQgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93IiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PC9kZWZzPjwvc3ZnPg==");
    background-position: left center;
    transform: translateX(-100%)
}

@media (min-width: 992px) {
    .price-table .price-table-window-control__nav_next {
        left: -20px
    }
}

.price-table .price-table-window-control__nav_prev {
    right: -10px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUyIiBoZWlnaHQ9IjE1MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWx0ZXI9InVybCgjYSkiPjxjaXJjbGUgY3g9Ijc2IiBjeT0iNzQiIHI9IjcyIiBmaWxsPSIjZmZmIiBmaWxsLW9wYWNpdHk9Ii41NSIvPjwvZz48ZyBmaWx0ZXI9InVybCgjYikiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMTA2LjY0MSA2My4xNTggOC42NzcgOC42NzdMMTE3LjU2NSA3NGwtMi4yNDcgMi4xNjYtOC42NzcgOC42NzcgMy4wNjIgMy4wNjJMMTIzLjYwNiA3NGwtMTMuOTAzLTEzLjkwNC0zLjA2MiAzLjA2MXoiIGZpbGw9IiNmZmYiLz48L2c+PGRlZnM+PGZpbHRlciBpZD0iYSIgeD0iMCIgeT0iMCIgd2lkdGg9IjE1MiIgaGVpZ2h0PSIxNTIiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz48ZmVPZmZzZXQgZHk9IjIiLz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIyIi8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjA0NzU3NSAwIi8+PGZlQmxlbmQgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93IiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PGZpbHRlciBpZD0iYiIgeD0iMTAyLjY0MSIgeT0iNTguMDk3IiB3aWR0aD0iMjQuOTY2IiBoZWlnaHQ9IjM1LjgwOCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPjxmZU9mZnNldCBkeT0iMiIvPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjIiLz48ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz48ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMSAwIi8+PGZlQmxlbmQgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93IiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PC9kZWZzPjwvc3ZnPg==");
    background-position: right center;
    transform: translateX(100%)
}

@media (min-width: 992px) {
    .price-table .price-table-window-control__nav_prev {
        right: -20px
    }
}

.price-table .price-table-tooltip-hover {
    position: relative;
    display: inline;
    width: 0;
    height: 0;
    margin-left: 5px;
    margin-right: 5px;
    padding: 6px;
    border-radius: 100%;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    cursor: pointer;
    z-index: 1
}

.price-table .price-table-tooltip-hover:before {
    content: '';
    position: absolute;
    display: inline;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC45ODEgNS40OWE1LjQ5IDUuNDkgMCAxIDAtMTAuOTggMCA1LjQ5IDUuNDkgMCAwIDAgMTAuOTggMHpNMy4zNyA0LjA1NGMwLS4yNjkuMDg2LS41NDEuMjU5LS44MTcuMTcyLS4yNzYuNDI0LS41MDQuNzU1LS42ODUuMzMtLjE4LjcxNi0uMjcxIDEuMTU4LS4yNzEuNDEgMCAuNzcyLjA3NSAxLjA4NS4yMjcuMzE0LjE1LjU1Ny4zNTcuNzI4LjYxNy4xNzEuMjYuMjU3LjU0My4yNTcuODQ4IDAgLjI0LS4wNS40NTEtLjE0Ny42MzJhMS45MzQgMS45MzQgMCAwIDEtLjM0OC40NjljLS4xMzQuMTMxLS4zNzUuMzUzLS43MjMuNjY0YTIuOTQgMi45NCAwIDAgMC0uMjMxLjIzLjkzOC45MzggMCAwIDAtLjEzLjE4My44OS44OSAwIDAgMC0uMDY1LjE2NiA2LjM3MyA2LjM3MyAwIDAgMC0uMDcuMjljLS4wNTQuMjk0LS4yMjIuNDQxLS41MDUuNDQxYS41MTYuNTE2IDAgMCAxLS4zNzEtLjE0NGMtLjEtLjA5Ni0uMTUtLjIzOS0uMTUtLjQyOCAwLS4yMzguMDM2LS40NDMuMTEtLjYxNy4wNzMtLjE3NC4xNy0uMzI3LjI5Mi0uNDU4YTYuNyA2LjcgMCAwIDEgLjQ5Mi0uNDdjLjE4MS0uMTU4LjMxMi0uMjc3LjM5My0uMzU4LjA4LS4wOC4xNDgtLjE3LjIwMy0uMjY5YS42NTEuNjUxIDAgMCAwIC4wODMtLjMyMi43NS43NSAwIDAgMC0uMjUyLS41NzNjLS4xNjktLjE1Ni0uMzg2LS4yMzMtLjY1MS0uMjMzLS4zMTIgMC0uNTQuMDc4LS42ODguMjM1LS4xNDcuMTU3LS4yNzEuMzg4LS4zNzMuNjk0LS4wOTYuMzItLjI3OC40NzktLjU0Ny40NzlhLjUzOC41MzggMCAwIDEtLjQwMS0uMTY4LjUxMi41MTIgMCAwIDEtLjE2My0uMzYyem0xLjYxOCA0LjQ4MWMuMTI5LjExMi4yOC4xNjguNDUyLjE2OGEuNjQ0LjY0NCAwIDAgMCAuNDQtLjE3LjU5Mi41OTIgMCAwIDAgLjE5Mi0uNDY3LjYxMS42MTEgMCAwIDAtLjE4My0uNDUuNjExLjYxMSAwIDAgMC0uNDUtLjE4Mi42My42MyAwIDAgMC0uNjQ0LjYzMmMwIC4yMDEuMDY0LjM1OC4xOTMuNDd6IiBmaWxsPSIjQjFCN0M1IiBvcGFjaXR5PSIuNzM4Ii8+PC9zdmc+");
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 1;
    transform: translate(-50%, -50%);
    z-index: 2
}

.price-table .price-table-tooltip {
    position: absolute;
    display: none;
    min-width: 260px;
    max-width: 100%;
    top: 100%;
    margin-top: 15px;
    padding: 20px 12px;
    background: #fff;
    font-size: 12px;
    /*font-weight: 400;*/
    line-height: 1.5;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    z-index: 4
}

.price-table .price-table-tooltip:before,
.price-table .price-table-tooltip:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 10px;
    left: var(--tooltip-angel-left);
    bottom: 100%;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #e9ecef;
    z-index: 5
}

.price-table .price-table-tooltip:after {
    left: 12px;
    left: calc(var(--tooltip-angel-left) + 2px);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 13px solid #fff
}

.price-table .price-table-tooltip[data-sb-tooltip-opened] {
    display: block
}

.price-table .price-table-tooltip .price-table-tooltip__close {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 10px;
    right: 10px;
    background: transparent;
    transition: all 0.2s ease-in-out;
    cursor: pointer
}

.price-table .price-table-tooltip .price-table-tooltip__close:before,
.price-table .price-table-tooltip .price-table-tooltip__close:after {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 1px;
    top: 50%;
    left: 50%;
    background-color: #adb5bd;
    transition: all 0.2s ease-in-out
}

.price-table .price-table-tooltip .price-table-tooltip__close:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.price-table .price-table-tooltip .price-table-tooltip__close:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.price-table.equal .price-table__features_n-equal {
    display: none
}

.price-table .price-table__row.price-table__features.subsection-hidden:not(.price-table__features_section) {
    display: none
}

.price-table .price-table-feature-switch {
    display: none;
    align-items: center;
    flex-direction: column
}

@media (min-width: 992px) {
    .price-table .price-table-feature-switch {
        display: flex;
        flex-direction: row
    }
}

.price-table .price-table-feature-switch__title {
    margin: 10px auto;
    color: #21bdee;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer
}

@media (min-width: 1200px) {
    .price-table .price-table-feature-switch__title {
        margin: 0
    }
}

.price-table .price-table-feature-switch__runner {
    display: block;
    position: relative;
    width: 44px;
    height: 24px;
    margin: 0 22px;
    font-size: 14px;
    line-height: 1
}

.price-table .price-table-feature-switch__slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: 2px solid #21bdee;
    border-radius: 12px;
    transition: .4s linear;
    cursor: pointer
}

.price-table .price-table-feature-switch__slide:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 3px;
    bottom: 2px;
    background-color: #21bdee;
    border-radius: 100%;
    -webkit-transition: .4s;
    transition: .4s
}

.price-table .price-table-feature-switch__runner.checked .price-table-feature-switch__slide:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px)
}

.price-table .price-table-feature-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 15px
}

@media (min-width: 1200px) {
    .price-table .price-table-feature-header {
        justify-content: space-between;
        flex-direction: row
    }
}

.price-table .price-table-feature-header__title {
    margin-bottom: 15px;
    font-size: 19.2px;
    /*font-weight: 500;*/
    line-height: 1;
    text-transform: uppercase
}

@media (min-width: 1200px) {
    .price-table .price-table-feature-header__title {
        margin-bottom: 0
    }
}

.price-table .price-table-feature-archive {
    display: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .price-table .price-table-feature-archive {
        display: flex
    }
}

@media (min-width: 992px) {
    .price-table .price-table-feature-archive {
        flex-direction: row
    }
}

@media (min-width: 1200px) {
    .price-table .price-table-feature-archive {
        max-width: calc(100% - 260px);
        margin-left: 260px
    }
}

.price-table .price-table-feature-archive__title {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    margin: 10px;
    color: #21bdee;
    font-size: 16px;
    /*font-weight: 400;*/
    line-height: 1;
    text-transform: uppercase
}

.price-table .price-table-feature-archive__title:hover {
    color: #21bdee;
    text-decoration: none;
    opacity: .7
}

.price-table .price-table-feature-archive__title_icon-1:before,
.price-table .price-table-feature-archive__title_icon-2:before {
    content: '';
    display: block;
    margin-right: 10px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.price-table .price-table-feature-archive__title_icon-1:before {
    width: 22px;
    height: 30px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAfCAYAAAD9cg1AAAAB8klEQVRIie2WP0gcQRSHv5PDkWCqqIUcJJBCtNJmggEhRSBRDFhJ7MTqrFLERmwDVsHWSiwstDFdSMBKJMFpTkNALFIEbPyDRBRkcp7K23tjxnPPRmzCPpjbmffN+72Z2d3bl8P5HeCAdGsDHgK/6vCnwDGwV4e3gPMbdaCwaZwv3cJLyZz6fCOvnUZgG8gpMsDHaKIFPgMn6mkGBiI+AbwHvHougA7pNKjjAXCENU+SBiNAIVpLO7AQ8QX1BSskMf/4kWpeJbg3yxJkCe5u+UihGedfaL87RbkQ8UIK78aF9yx5EROrJrDmD84vAaPqPwfmgX4dfwdeR/xAfcGWlYWFLalmtANrpm6syfl+ZbtAMYWH2FVgNe08s8c0S5Al+B8S5K+NnH8OPAZWsGa/hknl8UpHX7Hmbw1vBV4Cv7HmW3A3RBNmAKlxpERxON8VsSZgDRjWtqa+wLuSmGrstGpFO3D+ETAIdGLNGc6vA++AQ533BviJNWM6f059wWTuJNYs4rxobuH8h3gHoeC60Gul5gEQXo7G5Sgm6FRqNHLVHykdrZGPxayev5SKb4EhLcDkOyD3Rv7/ZWdiz4BeQM76C7AIfNJrj96HomjHqxzXclFKyD6s+XFFrDlVwRVtveoLfDOJqcaKhmjpNu6zuoaWS+swnRAL4ID2AAAAAElFTkSuQmCC")
}

.price-table .price-table-feature-archive__title_icon-2:before {
    width: 32px;
    height: 26px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAaCAYAAADWm14/AAACn0lEQVRIicWWTYhNYRjHf8bkRb4WVhZMPhKllOa1G8RGUyRsdKVhIVmMsjM+hlKzwkZSE3c1G0WRj7oXI2Wm12dpotzUZIXZaHz0KtL7nue6x7nnk8F/cU/nnOd5/v//c859njOJOBhbAZYC32PvF0cr8BitNkczmwUYuxh4CdwALmdQrZfj7Yy4XcBqoA2t3mUJKAMbgDmSMJZY1tgz/qjVgZSY+UANeA9cisa2RIKd+xKwHXgFHMpwlgeuxgNgD7BXBCUIgMNAFa2GJHEfxs77beqAbDfQi1a3gIdAT7yAhvtef67VTeAJcPSP3Ws1KOdHfCcCroiAhvvh0LUe78DYRYWpw+7r0Oqe54BjvwqIum8kOOWDorwoou7DRndg7PJwB+Lc1+Eewc56Qk73C5rcN0w9Aq4BJwMBxi6Jdd9IGJaEEwU6cDzBfR2uO5swdpWbUOflZZuKsWsTEq4C/Ri7UV7OZBi7xncMDqbUc7gDnHUC1smFuzmctQPpAmCrvFunc9TzM/qt/79rdSXD2QvgTY6aT/0o12pZRr0twDmntCItSwtul+VUzSGg6mODnDQ4zooT0Ad0YmwpgdzthItAGa2yOxDElH1OkBtXs+Q5oa8FrUaA/cAFjD31c1YbqzDWrU8DWKA7h/s6uiXH+BquFjKcHIfjcpxajbSI6n5R5LbgKMaOA5+AAeA60IFW47npg9gOyR3wtYKao8LRKZyJ3wMLAZfwDK2+JBLlW8fTgJXATOA1WtXCt1tj1Ndkf08MAgNDSbWi6/if478LaH4EaTB2BjA3FDHL/xrbFro2hlYf/44A2CYzIYqu0HmXzIFciP8sT4KxU4DpGVGf0errxAowdgUwuZBY+IZWz7OC8j6C+8DsggI+yKd9MoAf6pTZq4mqlYgAAAAASUVORK5CYII=")
}

.price-table .price-table__epilogue_archive {
    display: flex;
    flex-direction: column;
    align-items: center
}

.price-table .price-table-epilogue__compare {
    margin: 49px 0 43px
}

.price-table .price-table-epilogue-compare__button {
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding: 16px 28px;
    background-color: #cfee52;
    border-radius: 30px;
    color: #262626;
    font-size: 17px;
    /*font-weight: 700;*/
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out
}

.price-table .price-table-epilogue-compare__button:hover {
    color: #262626;
    background-color: #cfff27
}

.price-table .price-table-epilogue__archive {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 45px;
    padding-top: 38px
}

.price-table .price-table-epilogue__archive:not(:first-child) {
    border-top: 1px solid rgba(82, 92, 105, 0.1)
}

.price-table .price-table-epilogue__description {
    text-align: center
}

.price-table .price-table-epilogue__link {
    display: inline;
    border-bottom: 1px dashed #2066b0;
    color: #2066b0;
    font-size: 16px;
    /*/*font-weight: 600;*/
    ;
    */ line-height: 1
}

.price-table .price-table-epilogue__link:hover {
    color: #2066b0
}

.price-table .price-table__runner {
    position: absolute;
    display: none;
    width: calc(100% - 12px);
    max-width: calc(1070px - 12px);
    height: 0;
    left: 50%;
    margin: 0 auto;
    border: 2px solid transparent;
    border-radius: 18px;
    transform: translateX(-50%);
    transition: opacity .100ms ease-in-out, top .130ms ease-in-out;
    opacity: 0;
    z-index: -1
}

@media (min-width: 1200px) {
    .price-table .price-table__runner {
        display: block
    }
}

.price-table .price-table__runner[data-sb-runner-active] {
    border-color: rgba(33, 189, 238, 0.5);
    opacity: 1
}

.slide-panel {
    width: 100%;
    height: 100%
}

.slide-panel .slide-panel__frame-body,
.slide-panel .slide-panel__frame {
    width: 100%;
    height: 100%
}

.price-table .price-table-feature__epilogue {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px
}

@media (min-width: 1200px) {
    .price-table .price-table-feature__epilogue {
        max-width: calc(100% - 260px);
        margin-left: 260px
    }
}

.features-table__epilog-item {
    display: flex;
    flex: 1 0 100%;
    justify-content: center;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #dee2e6;
    box-sizing: border-box
}

.features-table__epilog-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center
}

.features-table__epilog-title {
    color: #262626;
    margin-bottom: 10px;
    font-size: 1.2rem;
    /*font-weight: 400;*/
    line-height: 1.5
}

.features-table__epilog-description {
    color: #262626;
    font-size: .875rem;
    /*font-weight: 400;*/
    line-height: 1.5
}

.features-table__epilog-link-element {
    font-size: .875rem;
    /*font-weight: 500;*/
    line-height: 1
}

.container.sidebar-cloud .row #fix-rows {
    display: none;
}

.price-table .price-table-price__discount {
    background-color: rgba(255, 215, 23, 0.7);
}

*,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", "Open Sans", "Helvetica Neue", Verdana, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

.my-2rem {
    margin-top: 2rem;
}

section#prices .prices_info {
    margin: 20px auto 50px;
}




.bx-sb-b24-price-table-disable-scrollbar {
    overflow: hidden
}

.bx-sb-b24-price-table {
    color: #262626;
    font-family: "Montserrat", "Open Sans", "Helvetica Neue", Verdana, "Helvetica CY", "Nimbus Sans L", sans-serif;
    font-size: 16px;
    /*font-weight: 400;*/
    line-height: 1.2;
    box-sizing: border-box
}

.bx-sb-b24-price-table * {
    box-sizing: border-box
}


/*************/


.bx-sb-b24-price-table .bx-sb-b24-price-table-prologue.bx-sb-b24-price-table-prologue_column {
    justify-content: center;
    flex-direction: column;
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-prologue {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 10px;
}

@media (min-width: 1117px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-prologue {
        justify-content: space-between;
        flex-direction: row;
    }
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-prologue__section {
    margin-left: 5px;
    margin-right: 5px;
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-prologue__title {
    margin-bottom: 18px;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
}


.bx-sb-b24-price-table .bx-sb-b24-price-table-selector__switcher {
    margin-top: 25px;
    margin-bottom: 18px;
    text-align: center;
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-switcher {
    display: inline-flex;
    border: 1px solid #409eef;
    border-radius: 12px;
}


.bx-sb-b24-price-table .bx-sb-b24-price-table-switcher__button {
    margin: 4px;
    padding: 11px 24px;
    background-color: transparent;
    border-radius: 6px;
    color: #409eef;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    transition: 160ms background-color linear;
    cursor: pointer;
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-switcher__button[data-sb-active] {
    color: #fff;
    background-color: #409eef;
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-switcher__button {
    margin: 4px;
    padding: 11px 24px;
    background-color: transparent;
    border-radius: 6px;
    color: #409eef;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    transition: 160ms background-color linear;
    cursor: pointer;
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-selector-discount {
    position: absolute;
    left: calc(100% + 8px);
    bottom: 30px;
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-selector-discount__message {
    margin-bottom: 3px;
    padding: 7px 8px 7px 12px;
    background-color: #f8e15c;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    transform: skewX(-5deg) translateX(27px);
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-selector-discount::after {
    content: '';
    display: block;
    width: 50px;
    height: 28px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMjYuNDk5YzQuNzI3IDIuNjc1IDE4LjkyMy44MjQgMjcuMDgyLTMuMzY0IDguODI5LTQuNTA3IDEyLjg5OC04LjU5NSAxOS4zODQtMTkuNTk2LjMwNy43MjEuNDk1IDEuMzM3Ljc1NiAxLjg1Ni4yNzQuNjA0LjU2OSAxLjI0Ljk3IDEuNzU3LjEwOC4xNTguNTkuMjQ4LjgwMi4xNDkuMjEyLS4xLjM3OS0uNTM5LjMzNC0uNzQtLjQ2OS0xLjkxNC0xLTMuNzg0LTEuNTIzLTUuNzA3LS4xODgtLjYxNi0uNjM5LS44NjUtMS4yODgtLjY1NC0yLjQxNS45MDktNC44NTIgMS43ODUtNy4yNzcgMi43NDctLjU0Mi4yMzEtMS4wMjguNzUtMS42NjQgMS4xODYgMS40NDEgMS4wMTQgMi40NzguMDcyIDMuNTQ0LS4xNDYgMS4xMi0uMjA3IDIuMTk0LS42MTcgMy41NjgtLjk5OS0xLjQyNiAzLjU4Mi0zLjM0IDYuNTItNS42OTQgOS4xNTUtOC41OTMgOS42OTctMTkuNjEyIDE0LjA3NS0zMi4zNzIgMTQuMzM4LTEuNjY2LjAyMy0zLjMyMy0uMTQ2LTQuOTgtLjE3Ni0uNDU4LjA4MS0uODg0LjE0LTEuNjQyLjE5NHoiIGZpbGw9IiM0MDlFRUYiLz48L3N2Zz4=");
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    transform: rotate(0deg);
}




.bx-sb-b24-price-table .bx-sb-b24-price-table-selector {
    position: relative;

    display: flex;

    align-items: center;

    flex-direction: column;

}

@media (min-width: 1117px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-selector {
        flex-direction: row;

    }
}



@media (max-width: 991.98px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-selector-discount {
        left: calc(100% + -1px);
        bottom: 41px;
    }
}

@media (max-width: 991.98px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-selector-discount__message {
        margin-bottom: 7px;
        font-size: 12px;
        transform: skewX(-5deg) translateX(-63%);
    }
}

/***************/








.bx-sb-b24-price-table a {
    color: #00aeef;
    background-color: transparent;
    text-decoration: none
}

.bx-sb-b24-price-table a:hover {
    color: #68ddff
}

.bx-sb-b24-price-table_wobbler:not(.bx-sb-b24-price-table_portal) {
    overflow: hidden
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__outer {
    position: relative;
    max-width: 1110px;
    width: 100%;
    margin: 0 auto
}

.bx-sb-b24-price-table.bx-sb-b24-price-table_count_5 .bx-sb-b24-price-table__outer {
    max-width: 1380px
}

.bx-sb-b24-price-table.bx-sb-b24-price-table_portal .bx-sb-b24-price-table__outer {
    margin: 0
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__inner {
    padding: 0 15px;
    padding: 0 45px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__content {
    display: flex;
    justify-content: center;
    max-width: 100%
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__row,
.bx-sb-b24-price-table .bx-sb-b24-price-table__row.bx-sb-b24-price-table__row_mobile {
    display: flex;
    justify-content: center;
    flex-direction: column
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__sidebar,
.bx-sb-b24-price-table .bx-sb-b24-price-table__row.bx-sb-b24-price-table__row_mobile .bx-sb-b24-price-table__sidebar {
    position: relative;
    flex: 1 0 auto;
    max-width: 100%;
    width: 100%;
    padding-right: 0
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__sidebar.bx-sb-b24-price-table__sidebar_center .bx-sb-b24-price-table-feature-sidebar {
    display: flex;
    justify-content: center
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__body,
.bx-sb-b24-price-table .bx-sb-b24-price-table__row.bx-sb-b24-price-table__row_mobile .bx-sb-b24-price-table__body {
    flex: 1 0 auto;
    max-width: 100%;
    width: 100%
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__columns {
    display: flex;
    max-width: 100%;
    flex: 1 0 auto
}

.bx-sb-b24-price-table:not(.bx-sb-b24-price-table_wobbler) .bx-sb-b24-price-table__columns {
    justify-content: center
}

.bx-sb-b24-price-table_wobbler[data-sb-b24-wobbler-start][data-sb-b24-price-wobbler="ENT"] .bx-sb-b24-price-table__columns {
    justify-content: flex-end
}

.bx-sb-b24-price-table_wobbler[data-wobbler-animation] .bx-sb-b24-price-table__columns {
    transition: transform 250ms linear
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__columns_col {
    flex-direction: column;
    align-items: center
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__column {
    flex: 1 0;
    min-width: auto;
    max-width: 260px;
    margin: 0 5px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__columns_col .bx-sb-b24-price-table__column {
    padding: 5px;
    border: 2px solid transparent;
    border-radius: 24px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__columns_col .bx-sb-b24-price-table__column_border {
    border-color: #1ec6fa
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__column[data-sb-section-search]:not([data-sb-selected]) {
    display: none
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__columns_col .bx-sb-b24-price-table__column {
    max-width: 420px;
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__column_col {
    display: flex;
    flex-direction: column
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__row .bx-sb-b24-price-table__columns,
.bx-sb-b24-price-table .bx-sb-b24-price-table__row .bx-sb-b24-price-table__column {
    height: auto
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__column_round_top {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__row:last-child:not(.bx-sb-b24-price-table__features_header) .bx-sb-b24-price-table__column {
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__columns_col .bx-sb-b24-price-table__column {
    border-radius: 18px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__column .bx-sb-b24-price-table__background {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: rgba(202, 242, 255, 0.45)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__columns_col .bx-sb-b24-price-table__column .bx-sb-b24-price-table__background {
    border-radius: 18px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__column_green .bx-sb-b24-price-table__background {
    background-color: rgba(207, 247, 50, 0.2)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__column_aquamarine .bx-sb-b24-price-table__background {
    background-color: rgba(49, 247, 237, 0.2)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__select {
    width: 100%
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__header,
.bx-sb-b24-price-table .bx-sb-b24-price-table__user,
.bx-sb-b24-price-table .bx-sb-b24-price-table__price,
.bx-sb-b24-price-table .bx-sb-b24-price-table__order,
.bx-sb-b24-price-table .bx-sb-b24-price-table__storage {
    padding-left: 15px;
    padding-right: 15px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__supply {
    padding-left: 8px;
    padding-right: 8px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__header {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 25px;
    padding-bottom: 17px;
    background-color: rgba(33, 189, 238, 0.15);
    border-radius: 18px 18px 3px 3px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__wobblers {
    display: none
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-wobblers {
    position: relative;
    z-index: 1
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-wobblers .bx-sb-b24-price-table-wobblers__position {
    position: absolute;
    display: none;
    width: 0;
    height: 0;
    top: 117px
}

.bx-sb-b24-price-table[data-sb-b24-price-wobbler="ENT"] .bx-sb-b24-price-table-wobblers__position_previous {
    display: block
}

.bx-sb-b24-price-table:not([data-sb-b24-price-wobbler="ENT"]) .bx-sb-b24-price-table-wobblers__position_next {
    display: block
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-wobblers__position_previous {
    right: 100%;
    transform: rotate(90deg)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-wobblers__position_next {
    left: 100%;
    transform: rotate(90deg)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-wobblers .bx-sb-b24-price-table-wobblers__section {
    display: inline-flex;
    align-items: center;
    min-width: 170px;
    padding: 8px 14px 8px;
    cursor: pointer
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-wobblers__position_previous .bx-sb-b24-price-table-wobblers__section {
    background-color: #9dc400;
    border-radius: 0 0 10px 10px;
    transform: translateY(-7px)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-wobblers__position_next .bx-sb-b24-price-table-wobblers__section {
    background-color: #21bdee;
    border-radius: 10px 10px 0 0;
    transform: translateY(-100%)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-wobblers .bx-sb-b24-price-table-wobblers__icon {
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Im0xMS4zNDUgOS44NzQgNC40NzQgNC43MDlhMSAxIDAgMCAxIDAgMS4zNzdsLS40My40NTNhMSAxIDAgMCAxLTEuNDUgMEw3LjEgOS4yMTVhMSAxIDAgMCAxIDAtMS4zNzdMMTMuOTM4LjY0YTEgMSAwIDAgMSAxLjQ1IDBsLjQzLjQ1M2ExIDEgMCAwIDEgMCAxLjM3N2wtNC40NzMgNC43MS0uNjM2LjY0NWExIDEgMCAwIDAgMCAxLjQwNGwuNjM2LjY0NXptLTYuODI0IDAgNC40NzQgNC43MDlhMSAxIDAgMCAxIDAgMS4zNzdsLS40My40NTNhMSAxIDAgMCAxLTEuNDUgMEwuMjc3IDkuMjE1YTEgMSAwIDAgMSAwLTEuMzc3TDcuMTE1LjY0YTEgMSAwIDAgMSAxLjQ1IDBsLjQzLjQ1M2ExIDEgMCAwIDEgMCAxLjM3N0w0LjUyMSA3LjE4bC0uNjM2LjY0NWExIDEgMCAwIDAgMCAxLjQwNGwuNjM2LjY0NXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-wobblers__position_previous .bx-sb-b24-price-table-wobblers__icon {
    transform: rotate(-90deg)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-wobblers__position_next .bx-sb-b24-price-table-wobblers__icon {
    transform: rotate(90deg)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-wobblers .bx-sb-b24-price-table-wobblers__content {
    padding-left: 10px;
    color: #fff;
    /*/*font-weight: 600;*/
    ;
    */ line-height: 1
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-wobblers .bx-sb-b24-price-table-wobblers__label {
    font-size: 12px;
    opacity: .67
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-wobblers .bx-sb-b24-price-table-wobblers__message {
    font-size: 16px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__column.bx-sb-b24-price-table__column_green .bx-sb-b24-price-table__header {
    background-color: rgba(169, 212, 0, 0.23)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__column.bx-sb-b24-price-table__column_aquamarine .bx-sb-b24-price-table__header {
    background-color: rgba(0, 208, 212, 0.23)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__user {
    padding-top: 8px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__price {
    padding-top: 12px;
    padding-bottom: 5px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__column .bx-sb-b24-price-table-price__message,
.bx-sb-b24-price-table .bx-sb-b24-price-table__column .bx-sb-b24-price-table-price__value {
    color: #0050af
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__column .bx-sb-b24-price-table-price__content.bx-sb-b24-price-table-price__content_color_red .bx-sb-b24-price-table-price__value {
    color: #f93000
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__column .bx-sb-b24-price-table-price__content.bx-sb-b24-price-table-price__content_color_red .bx-sb-b24-price-table-price__base {
    text-decoration-color: #f93000
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__column.bx-sb-b24-price-table__column_green .bx-sb-b24-price-table-price__message,
.bx-sb-b24-price-table .bx-sb-b24-price-table__column.bx-sb-b24-price-table__column_green .bx-sb-b24-price-table-price__value {
    color: #7c9b00
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__order {
    padding-top: 22px;
    padding-bottom: 15px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__storage {
    padding-top: 10px;
    padding-bottom: 20px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__storage[data-sb-hover] {
    cursor: pointer
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__supply {
    height: 100%
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__supply:before {
    content: '';
    display: block;
    width: 82%;
    height: 1px;
    margin: auto;
    background-color: rgba(47, 198, 246, 0.22)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__column .bx-sb-b24-price-table-supply__message_icon-0:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjk5NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDBhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMSAwIDAtMTJINnptMCAxYTUgNSAwIDEgMCAwIDEwaDE3YTUgNSAwIDEgMCAwLTEwSDZ6IiBmaWxsPSIjNzlCRUQ0Ii8+PC9zdmc+")
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__column .bx-sb-b24-price-table-supply__message_icon-1:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjk5NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjNzlCRUQ0Ii8+PHBhdGggZD0iTTMgN2EzIDMgMCAwIDEgMy0zaDIuOTRhLjA2LjA2IDAgMCAxIC4wNi4wNnY1Ljg4YS4wNi4wNiAwIDAgMS0uMDYuMDZINmEzIDMgMCAwIDEtMy0zeiIgZmlsbD0iIzI3OTFCMyIgZmlsbC1vcGFjaXR5PSIuODEiLz48L3N2Zz4=")
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__column .bx-sb-b24-price-table-supply__message_icon-2:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjk5NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjNzlCRUQ0Ii8+PHBhdGggZD0iTTMgN2EzIDMgMCAwIDEgMy0zaDIuOTRhLjA2LjA2IDAgMCAxIC4wNi4wNnY1Ljg4YS4wNi4wNiAwIDAgMS0uMDYuMDZINmEzIDMgMCAwIDEtMy0zeiIgZmlsbD0iIzI3OTFCMyIgZmlsbC1vcGFjaXR5PSIuODEiLz48cmVjdCB4PSIxMSIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9IiMyNzkxQjMiIGZpbGwtb3BhY2l0eT0iLjgxIi8+PC9zdmc+")
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__column .bx-sb-b24-price-table-supply__message_icon-3:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjk5NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjNzlCRUQ0Ii8+PHBhdGggZD0iTTMgN2EzIDMgMCAwIDEgMy0zaDIuOTRhLjA2LjA2IDAgMCAxIC4wNi4wNnY1Ljg4YS4wNi4wNiAwIDAgMS0uMDYuMDZINmEzIDMgMCAwIDEtMy0zek0yNiA3YTMgMyAwIDAgMS0zIDNoLTMuOTNhLjA3LjA3IDAgMCAxLS4wNy0uMDdWNC4wN2EuMDcuMDcgMCAwIDEgLjA3LS4wN0gyM2EzIDMgMCAwIDEgMyAzeiIgZmlsbD0iIzI3OTFCMyIgZmlsbC1vcGFjaXR5PSIuODEiLz48cmVjdCB4PSIxMSIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9IiMyNzkxQjMiIGZpbGwtb3BhY2l0eT0iLjgxIi8+PC9zdmc+")
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__column.bx-sb-b24-price-table__column_green .bx-sb-b24-price-table__supply:before {
    background-color: rgba(178, 200, 91, 0.22)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__column.bx-sb-b24-price-table__column_green .bx-sb-b24-price-table-supply__message_icon-0:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjY0NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDBhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMSAwIDAtMTJINnptMCAxYTUgNSAwIDEgMCAwIDEwaDE3YTUgNSAwIDEgMCAwLTEwSDZ6IiBmaWxsPSIjN0NBOTU5Ii8+PC9zdmc+")
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__column.bx-sb-b24-price-table__column_green .bx-sb-b24-price-table-supply__message_icon-1:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjY0NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjN0NBOTU5Ii8+PHBhdGggb3BhY2l0eT0iLjkiIGQ9Ik0zIDdhMyAzIDAgMCAxIDMtM2gyLjk0YS4wNi4wNiAwIDAgMSAuMDYuMDZ2NS44OGEuMDYuMDYgMCAwIDEtLjA2LjA2SDZhMyAzIDAgMCAxLTMtM3oiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjwvc3ZnPg==")
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__column.bx-sb-b24-price-table__column_green .bx-sb-b24-price-table-supply__message_icon-2:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjY0NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjN0NBOTU5Ii8+PHBhdGggb3BhY2l0eT0iLjkiIGQ9Ik0zIDdhMyAzIDAgMCAxIDMtM2gyLjk0YS4wNi4wNiAwIDAgMSAuMDYuMDZ2NS44OGEuMDYuMDYgMCAwIDEtLjA2LjA2SDZhMyAzIDAgMCAxLTMtM3oiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjxyZWN0IG9wYWNpdHk9Ii45IiB4PSIxMSIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjwvc3ZnPg==")
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__column.bx-sb-b24-price-table__column_green .bx-sb-b24-price-table-supply__message_icon-3:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjY0NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjN0NBOTU5Ii8+PHBhdGggb3BhY2l0eT0iLjkiIGQ9Ik0zIDdhMyAzIDAgMCAxIDMtM2gyLjk0YS4wNi4wNiAwIDAgMSAuMDYuMDZ2NS44OGEuMDYuMDYgMCAwIDEtLjA2LjA2SDZhMyAzIDAgMCAxLTMtM3pNMjYgN2EzIDMgMCAwIDEtMyAzaC0zLjkzYS4wNy4wNyAwIDAgMS0uMDctLjA3VjQuMDdhLjA3LjA3IDAgMCAxIC4wNy0uMDdIMjNhMyAzIDAgMCAxIDMgM3oiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjxyZWN0IG9wYWNpdHk9Ii45IiB4PSIxMSIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjwvc3ZnPg==")
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__column .bx-sb-b24-price-table-supply__container[data-sb-hover]:hover .bx-sb-b24-price-table-supply__message:not(.bx-sb-b24-price-table-supply__message_empty),
.bx-sb-b24-price-table .bx-sb-b24-price-table__column .bx-sb-b24-price-table-supply__message[data-sb-hover]:hover:not(.bx-sb-b24-price-table-supply__message_empty),
.bx-sb-b24-price-table .bx-sb-b24-price-table__column .bx-sb-b24-price-table-supply__message_tooltip:hover:not(.bx-sb-b24-price-table-supply__message_empty) {
    background-color: rgba(33, 189, 238, 0.2)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__column.bx-sb-b24-price-table__column_green .bx-sb-b24-price-table-supply__container[data-sb-hover]:hover .bx-sb-b24-price-table-supply__message:not(.bx-sb-b24-price-table-supply__message_empty),
.bx-sb-b24-price-table .bx-sb-b24-price-table__column.bx-sb-b24-price-table__column_green .bx-sb-b24-price-table-supply__message[data-sb-hover]:hover:not(.bx-sb-b24-price-table-supply__message_empty),
.bx-sb-b24-price-table .bx-sb-b24-price-table__column.bx-sb-b24-price-table__column_green .bx-sb-b24-price-table-supply__message_tooltip:hover:not(.bx-sb-b24-price-table-supply__message_empty) {
    background-color: rgba(163, 205, 0, 0.2)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__prologue {
    margin-bottom: 20px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-prologue {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 10px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-prologue__section {
    margin-left: 5px;
    margin-right: 5px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-prologue__section:not(:first-child) {
    margin-top: 20px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-header {
    text-align: center
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-header__title {
    font-weight: 600;
    line-height: 1
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-header__title.bx-sb-b24-price-table-header__title_sup {
    position: relative;
    top: -6px;
    font-size: 10px;
    line-height: 0
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-header__title.bx-sb-b24-price-table-header__title_md {
    font-size: 16px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__row.bx-sb-b24-price-table__features .bx-sb-b24-price-table-header__title {
    font-size: 14px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__row.bx-sb-b24-price-table__features_header {
    display: none
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-header__description {
    min-height: 40px;
    max-width: 290px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
    /*/*font-weight: 600;*/
    ;
    */ line-height: 1.2;
    opacity: .4
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-user {
    min-height: 60px;
    text-align: center
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-user__content {
    display: flex;
    align-items: center;
    justify-content: center
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-user__container.bx-sb-b24-price-table-user__container_bottom {
    padding-bottom: 16px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-user__icon {
    display: block;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-user__icon_fire {
    width: 17px;
    height: 22px;
    margin: 5px -4px 0 -21px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjI1IDEwLjVDOC4yNSA4LjU3NSA2Ljg1NjY3IDguODc5NSA1LjUgNi4xMjVDMy44OTY1MSA3LjA3MzQzIDIuODcyMTIgOC43MDMxNSAyLjc1IDEwLjVDMi44MzgzIDExLjg1NTggMy41MDAwNCAxMy4xMTkxIDQuNTgzMzMgMTRIMy45MzI1QzEuNjE0NzUgMTMuMTg5MiAwLjA1NDExOCAxMS4xMDU3IDAgOC43NUMwIDQuNzc3NSA0LjExNTgzIDEuMDYxMzggNi40MTY2NyAwQzUuOTc2NjcgMy42NjcxMiAxMSA0LjYyNjEyIDExIDkuNDA2MjVDMTEgMTIuNzk4NiA3LjA2NzUgMTQgNy4wNjc1IDE0SDYuNDE2NjdDNy41Njg1MSAxMy4xNzIgOC4yNDcxMyAxMS44NzY0IDguMjUgMTAuNVoiIGZpbGw9IiNGOTMwMDAiLz4KPC9zdmc+Cg==")
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-user__icon_fire_unlimited {
    margin-top: 11px;
    margin-right: 4px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-user__message {
    font-size: 14px;
    /*/*font-weight: 600;*/
    ;
    */ line-height: 1
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-user__message.bx-sb-b24-price-table-user__message_unlimited {
    padding-top: 16px;
    font-size: 16px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-user__value {
    padding-top: 4px;
    padding-bottom: 12px;
    font-size: 24px;
    /*/*font-weight: 600;*/
    ;
    */ line-height: 0
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-user__value.bx-sb-b24-price-table-user__value_select {
    padding: 6px;
    border: 2px solid transparent;
    border-radius: 30px;
    line-height: .7
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-user__value.bx-sb-b24-price-table-user__value_select_pointer {
    font-size: 16px;
    line-height: 1;
    cursor: pointer
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-user__value.bx-sb-b24-price-table-user__value_select[data-sb-active] {
    border-color: #21bdee;
    cursor: default
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-user__epilogue {
    position: relative;
    top: 8px;
    line-height: 0
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-user__more {
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 1px dashed;
    color: #262626;
    font-size: 8px;
    /*font-weight: 500;*/
    line-height: 0;
    text-decoration: none;
    opacity: .4;
    cursor: pointer
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-user__more:hover {
    color: #262626
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-user__select {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-price {
    text-align: center
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-price.bx-sb-b24-price-table-price_description {
    min-height: 55px
}


.bx-sb-b24-price-table .bx-sb-b24-price-table__column:not([data-sb-column="ENT"]) .bx-sb-b24-price-table-price__content {
    display: none;
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__column[data-sb-column="ENT"] .bx-sb-b24-price-table__price .bx-sb-b24-price-table-search-section:not([data-sb-selected]) {
    display: none;
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__column[data-sb-column="ENT"] .bx-sb-b24-price-table-storage .bx-sb-b24-price-table-search-section:not([data-sb-selected]) {
    display: none;
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__column[data-sb-column="ENT"] .bx-sb-b24-price-table-search-section[data-sb-selected] {
    display: block;
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__column[data-sb-column="ENT"] .bx-sb-b24-price-table-order__content .bx-sb-b24-price-table-search-section:not([data-sb-selected]) {
    display: none;
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__column:not([data-sb-column="ENT"]) div.bx-sb-b24-price-table-search-section__active .bx-sb-b24-price-table-price__content {
    display: block;
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-price__content.bx-sb-b24-price-table-price__content_selected,
.bx-sb-b24-price-table .bx-sb-b24-price-table-price__content[data-sb-selected] {
    display: block
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-price__message,
.bx-sb-b24-price-table .bx-sb-b24-price-table-price__base,
.bx-sb-b24-price-table .bx-sb-b24-price-table-price__value,
.bx-sb-b24-price-table .bx-sb-b24-price-table-price__discount {
    position: relative;
    /*font-weight: 600;*/
}

.bx-sb-b24-price-table-window__column[data-sb-window-column="ENT"] .bx-sb-b24-price-table-order__content .bx-sb-b24-price-table-search-section:not([data-sb-selected]) {
    display: none;
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-price__base {
    bottom: 7px;
    font-size: 12px;
    line-height: 0;
    text-decoration: line-through;
    opacity: .4
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-price__current {
    display: flex;
    align-items: center;
    justify-content: center
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-price__value {
    min-height: 26px;
    line-height: 1
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-price__message,
.bx-sb-b24-price-table .bx-sb-b24-price-table-price__value span {
    font-size: 21px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-price__value span {
    margin-right: 3px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-price__discount {
    display: inline-block;
    margin-left: 2px;
    padding: 12px 8px;
    background-color: rgba(207, 247, 50, 0.7);
    border-radius: 3px;
    font-size: 14px;
    /*font-weight: 700;*/
    line-height: 0;
    transform: skewX(-10deg)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-price__discount-value {
    transform: skewX(10deg)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-price__discount_sale {
    background-color: rgba(255, 215, 23, 0.7)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-price__epilogue {
    position: relative;
    display: inline-flex;
    justify-content: center
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-price__epilogue .bx-sb-b24-price-table-tooltip.bx-sb-b24-price-table-tooltip_title {
    min-width: 150px;
    padding: 8px 12px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-price__epilogue .bx-sb-b24-price-table-tooltip.bx-sb-b24-price-table-tooltip__content {
    text-align: left
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-price__description {
    display: inline-block;
    margin-top: 15px;
    padding-bottom: 6px;
    font-size: 12px;
    /*/*font-weight: 600;*/
    ;
    */ line-height: 0;
    opacity: .4
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-price__description_link {
    border-bottom: 1px dashed #0050af;
    color: #0050af;
    text-decoration: none;
    opacity: .8
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-price__description_link:hover {
    color: #0050af;
    text-decoration: none
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-order {
    min-height: 36px;
    text-align: center
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-order__content[data-sb-section-search]:not([data-sb-selected]) {
    display: none
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-order__button {
    position: relative;
    display: inline-block;
    min-width: 152px;
    margin: auto;
    padding: 12px;
    border: none;
    border-radius: 18px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.07);
    font-size: 12px;
    /*font-weight: 700;*/
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.2s ease-in-out
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-order__button {
    background-color: #21bdee
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-order__button.bx-sb-b24-price-table-order__button_green {
    background-color: #a3cd00
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-order__button,
.bx-sb-b24-price-table .bx-sb-b24-price-table-order__button:hover {
    color: #fff
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-order__button:hover {
    opacity: .7
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-order__button[disabled],
.bx-sb-b24-price-table .bx-sb-b24-price-table-order__button:hover[disabled] {
    opacity: .5;
    cursor: pointer
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-storage {
    min-height: 18px;
    text-align: center
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-storage__value {
    color: #00445a;
    font-size: 17px;
    /*font-weight: 700;*/
    line-height: 1
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-storage__content[data-sb-section-search]:not([data-sb-selected]) {
    display: none
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-supply {
    display: flex;
    justify-content: center;
    height: 100%;
    padding-top: 17px;
    padding-bottom: 25px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-supply__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    height: 100%
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-supply__section {
    width: 100%
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-supply__section[data-sb-section-search]:not([data-sb-selected]) {
    display: none
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-supply__section:first-child {
    margin-bottom: 15px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-supply__list {
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-supply__list .bx-sb-b24-price-table-supply__list {
    width: calc(100% - 23px);
    margin-left: 19px;
    margin-bottom: 10px;
    padding-left: 4px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-supply__message {
    position: relative;
    display: inline-block;
    max-width: 100%;
    min-height: 31px;
    padding: 8px 17px;
    border-radius: 18px;
    /*/*font-weight: 600;*/
    ;
    */ line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.2s ease-in-out;
    overflow: hidden
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-supply__message_empty {
    display: none;
    min-height: 35px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-supply__message:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 31px;
    height: 15px;
    top: 50%;
    right: 13px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transform: translateY(-50%)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-supply__message_icon {
    padding-right: 50px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-supply__content {
    position: relative;
    width: 100%
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-supply__label {
    position: absolute;
    display: flex;
    justify-content: center;
    min-width: 92px;
    min-height: 24px;
    top: 50%;
    right: -11px;
    padding: 6px 10px 6px 15px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODYiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjU1MiAyLjQ2M0EzIDMgMCAwIDEgNi41MDQgMEg4NWExIDEgMCAwIDEgMSAxdjIwYTEgMSAwIDAgMS0xIDFIMi4zOTZBMiAyIDAgMCAxIC40MyAxOS42NDJMMy41NTIgMi40NjN6IiBmaWxsPSIjMzk3RkNBIi8+PC9zdmc+");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 12px;
    /*font-weight: 700;*/
    line-height: 1;
    letter-spacing: -.3px;
    white-space: nowrap;
    transform: translateY(-50%)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-supply__label:hover {
    color: #fff
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-supply__label[data-sb-hover] {
    cursor: pointer
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-supply__label_new {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODYiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMuNTUzIDIuNDYzQTMgMyAwIDAgMSA2LjUwNSAwSDg1YTEgMSAwIDAgMSAxIDF2MjBhMSAxIDAgMCAxLTEgMUgyLjM5N0ExLjk5OSAxLjk5OSAwIDAgMSAuNDMgMTkuNjQyTDMuNTUzIDIuNDYzeiIgZmlsbD0iIzJCRDk4NSIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoODZ2MjJIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=")
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-supply__label_icon:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgb3BhY2l0eT0iLjczOCI+PHBhdGggb3BhY2l0eT0iLjU2OCIgZD0iTTExLjk4IDUuOTlBNS45OSA1Ljk5IDAgMSAwIDAgNS45OWE1Ljk5IDUuOTkgMCAwIDAgMTEuOTggMHoiIGZpbGw9IiNCMUI3QzUiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTUuOTAyIDMuNjJjLjUgMCAuOTA2LS40MDIuOTA2LS44OTdhLjkwMi45MDIgMCAwIDAtLjkwNi0uODk4Yy0uNSAwLS45MDYuNDAyLS45MDYuODk4IDAgLjQ5NS40MDUuODk3LjkwNi44OTd6bS4zMTguODM1SDQuMTAydi44MDdoMS4wNTl2My4xNzlINC4xMDJ2Ljc5NGgzLjYwNnYtLjc5NGgtLjkwNFY0LjQ1N0g2LjIydi0uMDAyeiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-supply__list>.bx-sb-b24-price-table-supply__list .bx-sb-b24-price-table-supply__message {
    min-height: 24px;
    padding: 6px 10px;
    color: #525c69;
    font-size: 12px;
    /*font-weight: 600;*/
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-supply__list>.bx-sb-b24-price-table-supply__list .bx-sb-b24-price-table-supply__message_empty {
    display: none;
    min-height: 28px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-supply__container[data-sb-hover]:hover,
.bx-sb-b24-price-table .bx-sb-b24-price-table-supply__message[data-sb-hover],
.bx-sb-b24-price-table .bx-sb-b24-price-table-supply__message_tooltip {
    cursor: pointer
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-supply__container .bx-sb-b24-price-table-tooltip.bx-sb-b24-price-table-tooltip_title {
    min-width: auto;
    padding: 8px 12px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-feature-sidebar {
    margin: 10px 0
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-feature-sidebar__message {
    display: inline;
    font-size: 14px;
    /*font-weight: 500;*/
    line-height: 1.5
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-feature-sidebar__message_tooltip {
    cursor: pointer
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-feature-sidebar__soon {
    display: inline;
    padding: 2px 5px;
    background-color: #21bdee;
    border-radius: 10px;
    color: #fff;
    font-size: 12px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-feature-sidebar.bx-sb-b24-price-table-feature-sidebar_section {
    padding-left: 25px;
    cursor: pointer
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-feature-sidebar.bx-sb-b24-price-table-feature-sidebar_section:before {
    content: '';
    position: absolute;
    display: block;
    flex: 0 0 20px;
    width: 20px;
    height: 16px;
    left: 0;
    top: 50%;
    margin: auto 5px auto 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAzNiAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMTgiIHdpZHRoPSIyNSIgaGVpZ2h0PSI0IiB0cmFuc2Zvcm09InJvdGF0ZSg0NSAxOCAwKSIgZmlsbD0iIzY4RERGRiIvPgo8cmVjdCB5PSIxOCIgd2lkdGg9IjI1IiBoZWlnaHQ9IjQiIHRyYW5zZm9ybT0icm90YXRlKC00NSAwIDE4KSIgZmlsbD0iIzY4RERGRiIvPgo8L3N2Zz4K");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__row.bx-sb-b24-price-table__features_section.section-hidden .bx-sb-b24-price-table-feature-sidebar.bx-sb-b24-price-table-feature-sidebar_section:before {
    transform: rotate(180deg)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-feature-sidebar.bx-sb-b24-price-table-feature-sidebar_section .bx-sb-b24-price-table-feature-sidebar__message {
    font-size: 20.8px;
    font-weight: 700
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-feature-sidebar.bx-sb-b24-price-table-feature-sidebar_subsection .bx-sb-b24-price-table-feature-sidebar__message {
    font-size: 16px;
    /*font-weight: 600;*/
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-feature-body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-feature-body_select .bx-sb-b24-price-table-feature-body__content {
    display: none
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-feature-body_select .bx-sb-b24-price-table-feature-body__content[data-sb-selected] {
    display: block
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-feature-body__content {
    width: 100%;
    text-align: center
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-feature-body__content[data-sb-section-search]:not([data-sb-selected]) {
    display: none
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__features:not(.bx-sb-b24-price-table__features_header) .bx-sb-b24-price-table-feature-body__content:not(.bx-sb-b24-price-table-feature-body__content_empty) {
    padding: 10px 0
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-feature-body__message {
    font-size: 12px;
    /*font-weight: 500;*/
    line-height: 1
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-icon.bx-sb-b24-price-table-icon_battery-g-1,
.bx-sb-b24-price-table .bx-sb-b24-price-table-icon.bx-sb-b24-price-table-icon_battery-g-2,
.bx-sb-b24-price-table .bx-sb-b24-price-table-icon.bx-sb-b24-price-table-icon_battery-g-3,
.bx-sb-b24-price-table .bx-sb-b24-price-table-icon.bx-sb-b24-price-table-icon_battery-b-1,
.bx-sb-b24-price-table .bx-sb-b24-price-table-icon.bx-sb-b24-price-table-icon_battery-b-2,
.bx-sb-b24-price-table .bx-sb-b24-price-table-icon.bx-sb-b24-price-table-icon_battery-b-3 {
    display: inline-block;
    width: 31px;
    height: 15px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-icon.bx-sb-b24-price-table-icon_battery-g-1 {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjY0NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjN0NBOTU5Ii8+PHBhdGggb3BhY2l0eT0iLjkiIGQ9Ik0zIDdhMyAzIDAgMCAxIDMtM2gyLjk0YS4wNi4wNiAwIDAgMSAuMDYuMDZ2NS44OGEuMDYuMDYgMCAwIDEtLjA2LjA2SDZhMyAzIDAgMCAxLTMtM3oiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjwvc3ZnPg==")
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-icon.bx-sb-b24-price-table-icon_battery-g-2 {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjY0NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjN0NBOTU5Ii8+PHBhdGggb3BhY2l0eT0iLjkiIGQ9Ik0zIDdhMyAzIDAgMCAxIDMtM2gyLjk0YS4wNi4wNiAwIDAgMSAuMDYuMDZ2NS44OGEuMDYuMDYgMCAwIDEtLjA2LjA2SDZhMyAzIDAgMCAxLTMtM3oiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjxyZWN0IG9wYWNpdHk9Ii45IiB4PSIxMSIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjwvc3ZnPg==")
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-icon.bx-sb-b24-price-table-icon_battery-g-3 {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjY0NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjN0NBOTU5Ii8+PHBhdGggb3BhY2l0eT0iLjkiIGQ9Ik0zIDdhMyAzIDAgMCAxIDMtM2gyLjk0YS4wNi4wNiAwIDAgMSAuMDYuMDZ2NS44OGEuMDYuMDYgMCAwIDEtLjA2LjA2SDZhMyAzIDAgMCAxLTMtM3pNMjYgN2EzIDMgMCAwIDEtMyAzaC0zLjkzYS4wNy4wNyAwIDAgMS0uMDctLjA3VjQuMDdhLjA3LjA3IDAgMCAxIC4wNy0uMDdIMjNhMyAzIDAgMCAxIDMgM3oiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjxyZWN0IG9wYWNpdHk9Ii45IiB4PSIxMSIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjwvc3ZnPg==")
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-icon.bx-sb-b24-price-table-icon_battery-b-1 {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjk5NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjNzlCRUQ0Ii8+PHBhdGggZD0iTTMgN2EzIDMgMCAwIDEgMy0zaDIuOTRhLjA2LjA2IDAgMCAxIC4wNi4wNnY1Ljg4YS4wNi4wNiAwIDAgMS0uMDYuMDZINmEzIDMgMCAwIDEtMy0zeiIgZmlsbD0iIzI3OTFCMyIgZmlsbC1vcGFjaXR5PSIuODEiLz48L3N2Zz4=")
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-icon.bx-sb-b24-price-table-icon_battery-b-2 {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjk5NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjNzlCRUQ0Ii8+PHBhdGggZD0iTTMgN2EzIDMgMCAwIDEgMy0zaDIuOTRhLjA2LjA2IDAgMCAxIC4wNi4wNnY1Ljg4YS4wNi4wNiAwIDAgMS0uMDYuMDZINmEzIDMgMCAwIDEtMy0zeiIgZmlsbD0iIzI3OTFCMyIgZmlsbC1vcGFjaXR5PSIuODEiLz48cmVjdCB4PSIxMSIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9IiMyNzkxQjMiIGZpbGwtb3BhY2l0eT0iLjgxIi8+PC9zdmc+")
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-icon.bx-sb-b24-price-table-icon_battery-b-3 {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjk5NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjNzlCRUQ0Ii8+PHBhdGggZD0iTTMgN2EzIDMgMCAwIDEgMy0zaDIuOTRhLjA2LjA2IDAgMCAxIC4wNi4wNnY1Ljg4YS4wNi4wNiAwIDAgMS0uMDYuMDZINmEzIDMgMCAwIDEtMy0zek0yNiA3YTMgMyAwIDAgMS0zIDNoLTMuOTNhLjA3LjA3IDAgMCAxLS4wNy0uMDdWNC4wN2EuMDcuMDcgMCAwIDEgLjA3LS4wN0gyM2EzIDMgMCAwIDEgMyAzeiIgZmlsbD0iIzI3OTFCMyIgZmlsbC1vcGFjaXR5PSIuODEiLz48cmVjdCB4PSIxMSIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9IiMyNzkxQjMiIGZpbGwtb3BhY2l0eT0iLjgxIi8+PC9zdmc+")
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-icon.bx-sb-b24-price-table-icon_check,
.bx-sb-b24-price-table .bx-sb-b24-price-table-icon.bx-sb-b24-price-table-icon_uncheck {
    width: 0;
    height: 0;
    margin: auto;
    padding: 8px;
    background-position: 50% 50%;
    background-size: 14px;
    background-repeat: no-repeat
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-icon.bx-sb-b24-price-table-icon_check {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNyIgY3k9IjciIHI9IjciIGZpbGw9IiM5M0MyMDAiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0ibTcuNTIzIDguNTYgMy4wMzYtMy4wMzYtMS4xMjEtMS4xMjItMy4wMzMgMy4wMzQtMS42MDctMS42MTdMMy42NzYgNi45NGwxLjYwNyAxLjYxNy0uMDA0LjAwNCAxLjEyMiAxLjEyMSAxLjEyMi0xLjEyMXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=")
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-icon.bx-sb-b24-price-table-icon_uncheck {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNyIgY3k9IjciIHI9IjciIGZpbGw9IiM1MjVDNjkiIGZpbGwtb3BhY2l0eT0iLjIzNiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik00IDYuMjI2aDZ2MS41NDhINHoiLz48L3N2Zz4=")
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-archive {
    display: flex;
    align-items: center;
    flex-direction: column
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-archive__button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    min-height: 32px;
    padding: 10px 15px;
    background-color: #fff;
    border: 2px solid #3bc8f5;
    border-radius: 30px;
    color: #262626;
    font-size: 14px;
    /*/*font-weight: 600;*/
    ;
    */ line-height: 1;
    transition: all 0.2s ease-in-out;
    white-space: nowrap
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-archive__button:hover {
    color: #262626
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-archive__description {
    margin: 0 0 10px 0;
    text-align: center
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-archive__message {
    color: #525c69;
    font-size: 14px;
    /*/*font-weight: 600;*/
    ;
    */ line-height: 1.2
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-selector {
    display: flex;
    align-items: center;
    flex-direction: column
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-selector__description {
    margin: 0 0 10px 0;
    text-align: center
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-selector__message {
    color: #525c69;
    font-size: 14px;
    /*/*font-weight: 600;*/
    ;
    */ line-height: 1.2
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-select {
    display: inline-block;
    position: relative;
    min-width: 160px;
    max-width: 100%;
    padding: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE0IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNzIzIDAuNzkxNzQ4TDcuOTUwNDIgNC41NjQyOUw2Ljk5OTk5IDUuNTAwMDFMNi4wNjc1OCA0LjU2NDI5TDIuMjk1MDMgMC43OTE3NDhMMC45NjM4MTIgMi4xMjI5N0w3LjAwODk0IDguMTY4MUwxMy4wNTQxIDIuMTIyOTdMMTEuNzIzIDAuNzkxNzQ4WiIgZmlsbD0iIzUyNUM2OSIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.2s ease-in-out;
    z-index: 3
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-select::-ms-expand {
    display: none
}

.bx-sb-b24-price-table select.bx-sb-b24-price-table-select {
    color: #262626
}

.bx-sb-b24-price-table select.bx-sb-b24-price-table-select option {
    background-color: #f8f9fa;
    color: #495057
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-select__select {
    position: relative;
    display: flex;
    align-items: center;
    color: #262626;
    white-space: nowrap;
    cursor: pointer
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-select__list {
    position: absolute;
    display: block;
    width: calc(100% + 4px);
    height: 0;
    top: calc(100% + 4px);
    left: 50%;
    padding: 0 15px 0 10px;
    background-color: #fff;
    border: 0 solid rgba(0, 0, 0, 0.09);
    border-radius: 18px;
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
    transform: translateX(-50%);
    overflow: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-select__list[data-sb-select-active] {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-width: 1px;
    overflow: visible;
    opacity: 1;
    z-index: 1
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-select__item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    color: #495057;
    font-size: 14px;
    /*font-weight: 400;*/
    line-height: 1;
    cursor: pointer
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-select__item [data-link],
.bx-sb-b24-price-table .bx-sb-b24-price-table-select__item [data-link]:hover {
    color: #495057
}

.bx-sb-b24-price-table select.bx-sb-b24-price-table-select.bx-sb-b24-price-table-select_blue {
    padding: 9px 23px 9px 10px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-select.bx-sb-b24-price-table-select_blue {
    background-color: #fff;
    background-position: 95% 50%;
    background-size: 12px 12px;
    border: 2px solid #3bc8f5;
    border-radius: 30px;
    font-size: 14px;
    /*/*font-weight: 600;*/
    ;
    */ line-height: 1
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-select.bx-sb-b24-price-table-select_blue[data-sb-select-active] {
    border-radius: 3px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-select.bx-sb-b24-price-table-select_blue .bx-sb-b24-price-table-select__select {
    padding: 9px 23px 9px 10px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-select.bx-sb-b24-price-table-select_blue .bx-sb-b24-price-table-select__select {
    justify-content: space-between;
    min-height: 32px;
    padding-top: 5px;
    padding-bottom: 5px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-select.bx-sb-b24-price-table-select_blue .bx-sb-b24-price-table-select__select span {
    display: block;
    margin-left: 5px;
    padding: 4px 5px;
    background-color: #ffd91a;
    border-radius: 3px;
    font-size: 14px;
    /*font-weight: 700;*/
    line-height: 1;
    transform: skewX(-10deg)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-select.bx-sb-b24-price-table-select_blue .bx-sb-b24-price-table-select__item span {
    display: inline-block;
    margin-left: 2px;
    padding: 12px 8px;
    background-color: #ffd717;
    border-radius: 3px;
    font-size: 14px;
    /*font-weight: 700;*/
    line-height: 0;
    transform: skewX(-10deg)
}

.bx-sb-b24-price-table select.bx-sb-b24-price-table-select.bx-sb-b24-price-table-select_user {
    padding: 11px 10px 11px 10px;
    background-color: transparent;
    border: 2px solid #a6c7cc;
    border-radius: 6px;
    font-size: 24px;
    /*/*font-weight: 600;*/
    ;
    */ text-align: center
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-select.bx-sb-b24-price-table-select_user {
    min-width: 180px;
    margin: -4px 0;
    padding: 4px 0;
    background-position: 95% 50%;
    background-size: 12px 12px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-select.bx-sb-b24-price-table-select_user .bx-sb-b24-price-table-select__select {
    justify-content: center;
    margin: -4px 0 -4px 0;
    padding: 4px;
    border: 2px solid #a6c7cc;
    border-radius: 6px;
    /*font-weight: 600;*/
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-select.bx-sb-b24-price-table-select_user .bx-sb-b24-price-table-select__select span[data-section] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-select.bx-sb-b24-price-table-select_user .bx-sb-b24-price-table-select__select span[data-value] {
    padding: 6px;
    font-size: 24px;
    line-height: .7
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-select.bx-sb-b24-price-table-select_user .bx-sb-b24-price-table-select__select span[data-section="unlimited"] span[data-value] {
    font-size: 16px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-select.bx-sb-b24-price-table-select_user .bx-sb-b24-price-table-select__select span[data-message] {
    font-size: 14px;
    line-height: 1
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-select.bx-sb-b24-price-table-select_user[data-sb-select-active] {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-select.bx-sb-b24-price-table-select_user[data-sb-select-active] .bx-sb-b24-price-table-select__select {
    border-color: transparent
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-select.bx-sb-b24-price-table-select_user .bx-sb-b24-price-table-select__list {
    width: calc(120% + 4px);
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 14px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-select.bx-sb-b24-price-table-select_user .bx-sb-b24-price-table-select__list[data-sb-select-active] {
    padding-top: 15px;
    padding-bottom: 15px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-select.bx-sb-b24-price-table-select_user .bx-sb-b24-price-table-select__item {
    padding: 0
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-select.bx-sb-b24-price-table-select_user .bx-sb-b24-price-table-select__item span[data-section] {
    display: block;
    padding: 10px 0;
    /*/*font-weight: 600;*/
    ;
    */ white-space: nowrap
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-select.bx-sb-b24-price-table-select_user .bx-sb-b24-price-table-select__item span[data-value] {
    font-size: 16px;
    white-space: nowrap
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-select.bx-sb-b24-price-table-select_user .bx-sb-b24-price-table-select__item span[data-message] {
    margin-left: 3px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-popup {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .5;
    visibility: hidden;
    transition: opacity .130ms ease-in-out;
    z-index: 3000
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-popup[data-sb-popup-opened] {
    opacity: 1;
    visibility: visible
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-popup__overflow {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(38, 38, 38, 0.15)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-popup:not([data-sb-popup-opened]) {
    width: 0;
    height: 0;
    overflow: hidden
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-popup__inner {
    position: absolute;
    width: calc(100% - 80px);
    max-height: calc(90% - 70px);
    height: 100%;
    max-width: 400px;
    top: 50%;
    left: 50%;
    padding: 15px 10px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 14px 16px 0 rgba(82, 92, 105, 0.23);
    transform: translate(-50%, -50%);
    z-index: 1
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-popup__close {
    position: absolute;
    top: -37px;
    right: 0;
    width: 32px;
    height: 32px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 1;
    transition: all 300ms ease;
    cursor: pointer
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-popup__close:hover {
    border: 2px solid #fff;
    background-color: rgba(0, 0, 0, 0.2)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-popup__close:before,
.bx-sb-b24-price-table .bx-sb-b24-price-table-popup__close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background-color: #fff
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-popup__close:before {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-popup__close:after {
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-popup__content {
    height: 100%
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-popup__content {
    font-size: 12px;
    /*/*font-weight: 600;*/
    ;
    */ line-height: 1
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-popup__windows {
    height: calc(100% - 55px)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-popup-control {
    position: absolute;
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 0;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-popup-control_column {
    display: flex
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-popup-control__nav_next,
.bx-sb-b24-price-table .bx-sb-b24-price-table-popup-control__nav_prev {
    position: relative;
    width: 35px;
    height: 90px;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-popup-control__nav_next {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUyIiBoZWlnaHQ9IjE1MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWx0ZXI9InVybCgjYSkiPjxjaXJjbGUgY3g9Ijc2IiBjeT0iNzQiIHI9IjcyIiB0cmFuc2Zvcm09InJvdGF0ZSgtMTgwIDc2IDc0KSIgZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIuNTUiLz48L2c+PGcgZmlsdGVyPSJ1cmwoI2IpIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0ibTQ1LjM2IDg0Ljg0MS04LjY3OC04LjY3NkwzNC40MzUgNzRsMi4yNDctMi4xNjYgOC42NzctOC42NzctMy4wNjItMy4wNjJMMjguMzk0IDc0bDEzLjkwMyAxMy45MDQgMy4wNjItMy4wNjJ6IiBmaWxsPSIjZmZmIi8+PC9nPjxkZWZzPjxmaWx0ZXIgaWQ9ImEiIHg9IjAiIHk9IjAiIHdpZHRoPSIxNTIiIGhlaWdodD0iMTUyIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+PGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz48ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+PGZlT2Zmc2V0IGR5PSIyIi8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMiIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4wNDc1NzUgMCIvPjxmZUJsZW5kIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvdyIvPjxmZUJsZW5kIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvdyIgcmVzdWx0PSJzaGFwZSIvPjwvZmlsdGVyPjxmaWx0ZXIgaWQ9ImIiIHg9IjI0LjM5NCIgeT0iNTguMDk1IiB3aWR0aD0iMjQuOTY2IiBoZWlnaHQ9IjM1LjgwOCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPjxmZU9mZnNldCBkeT0iMiIvPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjIiLz48ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz48ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMSAwIi8+PGZlQmxlbmQgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93IiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PC9kZWZzPjwvc3ZnPg==");
    background-position: left center;
    transform: translateX(-100%)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-popup-control__nav_prev {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUyIiBoZWlnaHQ9IjE1MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWx0ZXI9InVybCgjYSkiPjxjaXJjbGUgY3g9Ijc2IiBjeT0iNzQiIHI9IjcyIiBmaWxsPSIjZmZmIiBmaWxsLW9wYWNpdHk9Ii41NSIvPjwvZz48ZyBmaWx0ZXI9InVybCgjYikiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMTA2LjY0MSA2My4xNTggOC42NzcgOC42NzdMMTE3LjU2NSA3NGwtMi4yNDcgMi4xNjYtOC42NzcgOC42NzcgMy4wNjIgMy4wNjJMMTIzLjYwNiA3NGwtMTMuOTAzLTEzLjkwNC0zLjA2MiAzLjA2MXoiIGZpbGw9IiNmZmYiLz48L2c+PGRlZnM+PGZpbHRlciBpZD0iYSIgeD0iMCIgeT0iMCIgd2lkdGg9IjE1MiIgaGVpZ2h0PSIxNTIiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz48ZmVPZmZzZXQgZHk9IjIiLz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIyIi8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjA0NzU3NSAwIi8+PGZlQmxlbmQgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93IiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PGZpbHRlciBpZD0iYiIgeD0iMTAyLjY0MSIgeT0iNTguMDk3IiB3aWR0aD0iMjQuOTY2IiBoZWlnaHQ9IjM1LjgwOCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPjxmZU9mZnNldCBkeT0iMiIvPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjIiLz48ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz48ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMSAwIi8+PGZlQmxlbmQgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93IiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PC9kZWZzPjwvc3ZnPg==");
    background-position: right center;
    transform: translateX(100%)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-popup__windows .bx-sb-b24-price-table-window:not([data-sb-popup-opened]) {
    display: none
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window .bx-sb-b24-price-table-tooltip-hover {
    padding: 6px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window .bx-sb-b24-price-table-tooltip-hover:before {
    width: 11px;
    height: 11px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window .bx-sb-b24-price-table-icon.bx-sb-b24-price-table-icon_check,
.bx-sb-b24-price-table .bx-sb-b24-price-table-window .bx-sb-b24-price-table-icon.bx-sb-b24-price-table-icon_uncheck {
    background-size: 12px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window__prologue {
    flex: 0 0 auto;
    margin-bottom: 3px;
    padding-bottom: 13px;
    border-bottom: 2px solid rgba(47, 198, 246, 0.22)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window__prologue .bx-sb-b24-price-table-window__row {
    flex-direction: column
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window__content {
    flex: 1;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(82, 92, 105, 0.35) rgba(82, 92, 105, 0.1)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window__content::-webkit-scrollbar-track {
    width: 11px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window__content::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(82, 92, 105, 0.1);
    border-radius: 6px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window__content::-webkit-scrollbar-thumb {
    background-color: rgba(82, 92, 105, 0.35);
    border-radius: 6px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window__categories {
    margin-top: 34px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window__order {
    margin-top: 15px;
    flex: 0 0 auto
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window__order .bx-sb-b24-price-table-order__button {
    min-width: 100px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window__content .bx-sb-b24-price-table-window__row {
    border-radius: 5px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window__content .bx-sb-b24-price-table-window__row {
    padding: 7px 0
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window__supply .bx-sb-b24-price-table-window__row.bx-sb-b24-price-table-window__row_line {
    background-color: rgba(237, 238, 240, 0.3)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window__categories {
    padding: 10px 0;
    background-color: rgba(47, 198, 246, 0.05);
    border-radius: 18px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window__sidebar {
    flex: 1 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    width: 100%;
    margin-left: 10px;
    margin-right: 0
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window__sidebar.bx-sb-b24-price-table-window__sidebar_sub {
    padding-left: 10px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window__sidebar.bx-sb-b24-price-table-window__sidebar_sub .bx-sb-b24-price-table-window-sidebar__message {
    color: #262626;
    font-size: 12px;
    /*font-weight: 400;*/
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window__row.bx-sb-b24-price-table-window__row_categories-title {
    color: rgba(82, 92, 105, 0.56);
    font-size: 11px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window__body {
    flex: 1 0 50%;
    max-width: 50%;
    width: 50%
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window__columns {
    display: flex;
    align-items: center;
    justify-content: center
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window__column {
    flex: 1 0;
    max-width: 160px;
    padding: 0 2px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window__row .bx-sb-b24-price-table .bx-sb-b24-price-table-window__columns,
.bx-sb-b24-price-table .bx-sb-b24-price-table-window__row .bx-sb-b24-price-table .bx-sb-b24-price-table-window__column {
    height: 100%
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window__row .bx-sb-b24-price-table-tooltip {
    width: 350px;
    top: auto
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window__row.bx-sb-b24-price-table-window__row_click {
    margin: 0 5px;
    border-radius: 18px;
    transition: all 0.2s ease-in-out;
    cursor: pointer
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window__row.bx-sb-b24-price-table-window__row_click:hover {
    background-color: rgba(82, 92, 105, 0.04)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window__row.bx-sb-b24-price-table-window__row_click .bx-sb-b24-price-table-window-sidebar__message {
    padding-bottom: 1px;
    border-bottom: 1px dashed rgba(38, 38, 38, 0.5)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window-header_center {
    display: flex;
    justify-content: center
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window-header__title {
    font-size: 19px;
    /*/*font-weight: 600;*/
    ;
    */ line-height: 1
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window-header__soon {
    display: inline-block;
    margin-top: 3px;
    padding: 2px 5px;
    background-color: #21bdee;
    border-radius: 10px;
    color: #fff;
    font-size: 12px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window-header__product {
    margin: 0 auto;
    padding: 10px 5px;
    max-width: 160px;
    min-width: 100%;
    background-color: rgba(33, 189, 238, 0.15);
    border-radius: 18px;
    font-size: 12px;
    /*/*font-weight: 600;*/
    ;
    */ line-height: 1;
    text-align: center
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window-header__product_green {
    background-color: rgba(169, 212, 0, 0.23)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window-header__product_aquamarine {
    background-color: rgba(49, 247, 237, 0.2)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window-sidebar__content {
    display: inline
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window-sidebar__message {
    display: inline;
    line-height: 1.25
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window-sidebar__message_tooltip {
    cursor: pointer
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window-sidebar__soon {
    display: inline;
    padding: 1px 5px;
    background-color: #21bdee;
    border-radius: 10px;
    color: #fff
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window-body__content {
    width: 100%;
    text-align: center
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window-body__content[data-sb-section-search]:not([data-sb-selected]) {
    display: none
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window-body__message {
    /*font-weight: 500;*/
    line-height: 1
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-tooltip-hover {
    position: relative;
    display: inline;
    width: 0;
    height: 0;
    left: 22px;
    margin: auto 0 auto -12px;
    padding: 6px 0;
    border-radius: 100%;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    cursor: pointer;
    z-index: 1
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-tooltip-hover:before {
    content: '';
    position: absolute;
    display: inline;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC45ODEgNS40OWE1LjQ5IDUuNDkgMCAxIDAtMTAuOTggMCA1LjQ5IDUuNDkgMCAwIDAgMTAuOTggMHpNMy4zNyA0LjA1NGMwLS4yNjkuMDg2LS41NDEuMjU5LS44MTcuMTcyLS4yNzYuNDI0LS41MDQuNzU1LS42ODUuMzMtLjE4LjcxNi0uMjcxIDEuMTU4LS4yNzEuNDEgMCAuNzcyLjA3NSAxLjA4NS4yMjcuMzE0LjE1LjU1Ny4zNTcuNzI4LjYxNy4xNzEuMjYuMjU3LjU0My4yNTcuODQ4IDAgLjI0LS4wNS40NTEtLjE0Ny42MzJhMS45MzQgMS45MzQgMCAwIDEtLjM0OC40NjljLS4xMzQuMTMxLS4zNzUuMzUzLS43MjMuNjY0YTIuOTQgMi45NCAwIDAgMC0uMjMxLjIzLjkzOC45MzggMCAwIDAtLjEzLjE4My44OS44OSAwIDAgMC0uMDY1LjE2NiA2LjM3MyA2LjM3MyAwIDAgMC0uMDcuMjljLS4wNTQuMjk0LS4yMjIuNDQxLS41MDUuNDQxYS41MTYuNTE2IDAgMCAxLS4zNzEtLjE0NGMtLjEtLjA5Ni0uMTUtLjIzOS0uMTUtLjQyOCAwLS4yMzguMDM2LS40NDMuMTEtLjYxNy4wNzMtLjE3NC4xNy0uMzI3LjI5Mi0uNDU4YTYuNyA2LjcgMCAwIDEgLjQ5Mi0uNDdjLjE4MS0uMTU4LjMxMi0uMjc3LjM5My0uMzU4LjA4LS4wOC4xNDgtLjE3LjIwMy0uMjY5YS42NTEuNjUxIDAgMCAwIC4wODMtLjMyMi43NS43NSAwIDAgMC0uMjUyLS41NzNjLS4xNjktLjE1Ni0uMzg2LS4yMzMtLjY1MS0uMjMzLS4zMTIgMC0uNTQuMDc4LS42ODguMjM1LS4xNDcuMTU3LS4yNzEuMzg4LS4zNzMuNjk0LS4wOTYuMzItLjI3OC40NzktLjU0Ny40NzlhLjUzOC41MzggMCAwIDEtLjQwMS0uMTY4LjUxMi41MTIgMCAwIDEtLjE2My0uMzYyem0xLjYxOCA0LjQ4MWMuMTI5LjExMi4yOC4xNjguNDUyLjE2OGEuNjQ0LjY0NCAwIDAgMCAuNDQtLjE3LjU5Mi41OTIgMCAwIDAgLjE5Mi0uNDY3LjYxMS42MTEgMCAwIDAtLjE4My0uNDUuNjExLjYxMSAwIDAgMC0uNDUtLjE4Mi42My42MyAwIDAgMC0uNjQ0LjYzMmMwIC4yMDEuMDY0LjM1OC4xOTMuNDd6IiBmaWxsPSIjQjFCN0M1IiBvcGFjaXR5PSIuNzM4Ii8+PC9zdmc+");
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 1;
    transform: translate(-50%, -50%);
    z-index: 2
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-tooltip {
    position: absolute;
    display: none;
    min-width: 260px;
    max-width: 100%;
    top: 100%;
    margin-top: 15px;
    padding: 20px 12px;
    background: #fff;
    border-radius: 12px;
    font-size: 12px;
    /*font-weight: 400;*/
    line-height: 1.5;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    z-index: 4
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-tooltip:before,
.bx-sb-b24-price-table .bx-sb-b24-price-table-tooltip:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 10px;
    left: var(--tooltip-angel-left);
    bottom: 100%;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #e9ecef;
    z-index: 5
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-tooltip:after {
    left: 12px;
    left: calc(var(--tooltip-angel-left) + 2px);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 13px solid #fff
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-tooltip[data-sb-tooltip-opened] {
    display: block
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-tooltip .bx-sb-b24-price-table-tooltip__close {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 10px;
    right: 10px;
    background: transparent;
    transition: all 0.2s ease-in-out;
    cursor: pointer
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-tooltip .bx-sb-b24-price-table-tooltip__close:before,
.bx-sb-b24-price-table .bx-sb-b24-price-table-tooltip .bx-sb-b24-price-table-tooltip__close:after {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 1px;
    top: 50%;
    left: 50%;
    background-color: #adb5bd;
    transition: all 0.2s ease-in-out
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-tooltip .bx-sb-b24-price-table-tooltip__close:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-tooltip .bx-sb-b24-price-table-tooltip__close:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.bx-sb-b24-price-table.equal .bx-sb-b24-price-table__features_n-equal {
    display: none
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__row.bx-sb-b24-price-table__features.subsection-hidden:not(.bx-sb-b24-price-table__features_section) {
    display: none
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-feature-switch {
    display: none;
    align-items: center;
    flex-direction: column
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-feature-switch__title {
    margin: 10px auto;
    color: #21bdee;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-feature-switch__runner {
    display: block;
    position: relative;
    width: 44px;
    height: 24px;
    margin: 0 22px;
    font-size: 14px;
    line-height: 1
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-feature-switch__slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: 2px solid #21bdee;
    border-radius: 12px;
    transition: .4s linear;
    cursor: pointer
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-feature-switch__slide:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 3px;
    bottom: 2px;
    background-color: #21bdee;
    border-radius: 100%;
    -webkit-transition: .4s;
    transition: .4s
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-feature-switch__runner.checked .bx-sb-b24-price-table-feature-switch__slide:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-feature-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 15px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-feature-header__title {
    margin-bottom: 15px;
    font-size: 19.2px;
    /*font-weight: 500;*/
    line-height: 1;
    text-transform: uppercase
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-feature-archive {
    display: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 30px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-feature-archive__title {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    margin: 10px;
    color: #21bdee;
    font-size: 16px;
    /*font-weight: 400;*/
    line-height: 1;
    text-transform: uppercase
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-feature-archive__title:hover {
    color: #21bdee;
    text-decoration: none;
    opacity: .7
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-feature-archive__title_icon-1:before,
.bx-sb-b24-price-table .bx-sb-b24-price-table-feature-archive__title_icon-2:before {
    content: '';
    display: block;
    margin-right: 10px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-feature-archive__title_icon-1:before {
    width: 22px;
    height: 30px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAfCAYAAAD9cg1AAAAB8klEQVRIie2WP0gcQRSHv5PDkWCqqIUcJJBCtNJmggEhRSBRDFhJ7MTqrFLERmwDVsHWSiwstDFdSMBKJMFpTkNALFIEbPyDRBRkcp7K23tjxnPPRmzCPpjbmffN+72Z2d3bl8P5HeCAdGsDHgK/6vCnwDGwV4e3gPMbdaCwaZwv3cJLyZz6fCOvnUZgG8gpMsDHaKIFPgMn6mkGBiI+AbwHvHougA7pNKjjAXCENU+SBiNAIVpLO7AQ8QX1BSskMf/4kWpeJbg3yxJkCe5u+UihGedfaL87RbkQ8UIK78aF9yx5EROrJrDmD84vAaPqPwfmgX4dfwdeR/xAfcGWlYWFLalmtANrpm6syfl+ZbtAMYWH2FVgNe08s8c0S5Al+B8S5K+NnH8OPAZWsGa/hknl8UpHX7Hmbw1vBV4Cv7HmW3A3RBNmAKlxpERxON8VsSZgDRjWtqa+wLuSmGrstGpFO3D+ETAIdGLNGc6vA++AQ533BviJNWM6f059wWTuJNYs4rxobuH8h3gHoeC60Gul5gEQXo7G5Sgm6FRqNHLVHykdrZGPxayev5SKb4EhLcDkOyD3Rv7/ZWdiz4BeQM76C7AIfNJrj96HomjHqxzXclFKyD6s+XFFrDlVwRVtveoLfDOJqcaKhmjpNu6zuoaWS+swnRAL4ID2AAAAAElFTkSuQmCC")
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-feature-archive__title_icon-2:before {
    width: 32px;
    height: 26px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAaCAYAAADWm14/AAACn0lEQVRIicWWTYhNYRjHf8bkRb4WVhZMPhKllOa1G8RGUyRsdKVhIVmMsjM+hlKzwkZSE3c1G0WRj7oXI2Wm12dpotzUZIXZaHz0KtL7nue6x7nnk8F/cU/nnOd5/v//c859njOJOBhbAZYC32PvF0cr8BitNkczmwUYuxh4CdwALmdQrZfj7Yy4XcBqoA2t3mUJKAMbgDmSMJZY1tgz/qjVgZSY+UANeA9cisa2RIKd+xKwHXgFHMpwlgeuxgNgD7BXBCUIgMNAFa2GJHEfxs77beqAbDfQi1a3gIdAT7yAhvtef67VTeAJcPSP3Ws1KOdHfCcCroiAhvvh0LUe78DYRYWpw+7r0Oqe54BjvwqIum8kOOWDorwoou7DRndg7PJwB+Lc1+Eewc56Qk73C5rcN0w9Aq4BJwMBxi6Jdd9IGJaEEwU6cDzBfR2uO5swdpWbUOflZZuKsWsTEq4C/Ri7UV7OZBi7xncMDqbUc7gDnHUC1smFuzmctQPpAmCrvFunc9TzM/qt/79rdSXD2QvgTY6aT/0o12pZRr0twDmntCItSwtul+VUzSGg6mODnDQ4zooT0Ad0YmwpgdzthItAGa2yOxDElH1OkBtXs+Q5oa8FrUaA/cAFjD31c1YbqzDWrU8DWKA7h/s6uiXH+BquFjKcHIfjcpxajbSI6n5R5LbgKMaOA5+AAeA60IFW47npg9gOyR3wtYKao8LRKZyJ3wMLAZfwDK2+JBLlW8fTgJXATOA1WtXCt1tj1Ndkf08MAgNDSbWi6/if478LaH4EaTB2BjA3FDHL/xrbFro2hlYf/44A2CYzIYqu0HmXzIFciP8sT4KxU4DpGVGf0errxAowdgUwuZBY+IZWz7OC8j6C+8DsggI+yKd9MoAf6pTZq4mqlYgAAAAASUVORK5CYII=")
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__epilogue_archive {
    display: flex;
    flex-direction: column;
    align-items: center
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-epilogue__compare {
    margin: 49px 0 43px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-epilogue-compare__button {
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding: 16px 28px;
    background-color: #cfee52;
    border-radius: 30px;
    color: #262626;
    font-size: 17px;
    /*font-weight: 700;*/
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-epilogue-compare__button:hover {
    color: #262626;
    background-color: #cfff27
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-epilogue__archive {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 45px;
    padding-top: 38px
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-epilogue__archive:not(:first-child) {
    border-top: 1px solid rgba(82, 92, 105, 0.1)
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-epilogue__description {
    text-align: center
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-epilogue__link {
    display: inline;
    border-bottom: 1px dashed #2066b0;
    color: #2066b0;
    font-size: 16px;
    /*/*font-weight: 600;*/
    ;
    */ line-height: 1
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-epilogue__link:hover {
    color: #2066b0
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__runner {
    position: absolute;
    display: none;
    width: calc(100% - 12px);
    height: 0;
    left: 50%;
    margin: 0 auto;
    border: 2px solid transparent;
    border-radius: 18px;
    transform: translateX(-50%);
    transition: opacity .100ms ease-in-out, top .130ms ease-in-out;
    opacity: 0;
    z-index: -1
}

.bx-sb-b24-price-table .bx-sb-b24-price-table__runner[data-sb-runner-active] {
    border-color: rgba(33, 189, 238, 0.5);
    opacity: 1
}

@media (min-width: 1200px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table__row {
        justify-content: space-between;
        flex-direction: row
    }
}

@media (min-width: 1200px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table__sidebar {
        flex-basis: 260px;
        max-width: 260px;
        padding-right: 15px
    }
}

@media (min-width: 1200px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table__body {
        width: auto;
        flex-basis: calc(100% - 260px);
        max-width: calc(100% - 260px)
    }
}

@media (min-width: 992px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table__columns_col {
        flex-direction: row;
        align-items: stretch;
        flex-wrap: wrap
    }
}

@media (min-width: 1200px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table__columns_col {
        flex-direction: row;
        align-items: stretch;
        flex-wrap: nowrap
    }
}

@media (min-width: 992px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table__column {
        width: 100%
    }
}

@media (max-width: 1199.98px) {
    .bx-sb-b24-price-table_wobbler .bx-sb-b24-price-table__columns {
        transform: none !important
    }
}

@media (max-width: 1199.98px) {
    .bx-sb-b24-price-table_wobbler .bx-sb-b24-price-table__columns .bx-sb-b24-price-table__column {
        opacity: 1 !important
    }
}

@media (min-width: 1200px) {

    .bx-sb-b24-price-table_wobbler[data-sb-b24-price-wobbler="PROJECT"]:not([data-wobbler-animation]) .bx-sb-b24-price-table__column[data-sb-column="ENT"],
    .bx-sb-b24-price-table_wobbler[data-sb-b24-price-wobbler="ENT"]:not([data-wobbler-animation]) .bx-sb-b24-price-table__column[data-sb-column="PROJECT"] {
        height: 0;
        visibility: hidden;
        overflow: hidden
    }
}

@media (min-width: 1200px) {
    .bx-sb-b24-price-table.bx-sb-b24-price-table_features .bx-sb-b24-price-table__column {
        margin: 0 10px 0 0
    }
}

@media (min-width: 992px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table__columns_col .bx-sb-b24-price-table__column {
        flex-basis: auto;
        max-width: 50%
    }
}

@media (min-width: 1200px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table__columns_col .bx-sb-b24-price-table__column {
        margin-bottom: 0
    }
}

@media (min-width: 1200px) {

    .bx-sb-b24-price-table_count_1 .bx-sb-b24-price-table__column,
    .bx-sb-b24-price-table_count_1 .bx-sb-b24-price-table__columns_col .bx-sb-b24-price-table__column {
        flex-basis: 100%;
        max-width: 100%
    }
}

@media (min-width: 1200px) {

    .bx-sb-b24-price-table_count_2 .bx-sb-b24-price-table__column,
    .bx-sb-b24-price-table_count_2 .bx-sb-b24-price-table__columns_col .bx-sb-b24-price-table__column {
        flex-basis: 50%;
        max-width: 50%
    }
}

@media (min-width: 1200px) {

    .bx-sb-b24-price-table_count_3 .bx-sb-b24-price-table__column,
    .bx-sb-b24-price-table_count_3 .bx-sb-b24-price-table__columns_col .bx-sb-b24-price-table__column {
        flex-basis: 33%;
        max-width: 33%
    }
}

@media (min-width: 1200px) {

    .bx-sb-b24-price-table_count_4 .bx-sb-b24-price-table__column,
    .bx-sb-b24-price-table_count_4 .bx-sb-b24-price-table__columns_col .bx-sb-b24-price-table__column {
        flex-basis: 25%;
        max-width: 25%
    }
}

@media (min-width: 1200px) {

    .bx-sb-b24-price-table_count_5 .bx-sb-b24-price-table__column,
    .bx-sb-b24-price-table_count_5 .bx-sb-b24-price-table__columns_col .bx-sb-b24-price-table__column {
        flex-basis: 20%;
        max-width: 20%
    }
}

@media (min-width: 1200px) {

    .bx-sb-b24-price-table .bx-sb-b24-price-table__row .bx-sb-b24-price-table__columns,
    .bx-sb-b24-price-table .bx-sb-b24-price-table__row .bx-sb-b24-price-table__column {
        height: 100%
    }
}

@media (min-width: 1200px) {
    .bx-sb-b24-price-table:not(.bx-sb-b24-price-table_features) .bx-sb-b24-price-table__column:first-child {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .bx-sb-b24-price-table:not(.bx-sb-b24-price-table_features) .bx-sb-b24-price-table__column:last-child {
        margin-right: 0
    }
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-header__title {
    font-size: 20px
}

@media (min-width: 1200px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-header__title {
        font-size: 18px
    }
}

@media (min-width: 1380px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-header__title {
        font-size: 20px
    }
}

@media (min-width: 1200px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-prologue {
        justify-content: space-between;
        flex-direction: row
    }
}

@media (min-width: 1200px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-prologue__section:not(:first-child) {
        margin-top: 0
    }
}

@media (min-width: 992px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table__row.bx-sb-b24-price-table__features_header {
        display: flex
    }
}

@media (min-width: 992px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-supply {
        justify-content: normal
    }
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-supply__list .bx-sb-b24-price-table-supply__list {
    margin-left: 19px
}

@media (min-width: 1200px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-supply__list .bx-sb-b24-price-table-supply__list {
        margin-left: 10px
    }
}

@media (min-width: 1280px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-supply__list .bx-sb-b24-price-table-supply__list {
        margin-left: 19px
    }
}

@media (min-width: 992px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-supply__inner {
        align-items: stretch
    }
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-supply__message {
    font-size: 15px
}

@media (min-width: 1200px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-supply__message {
        font-size: 12px
    }
}

@media (min-width: 1280px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-supply__message {
        font-size: 13.6px
    }
}

@media (min-width: 1380px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-supply__message {
        font-size: 15px
    }
}

@media (min-width: 1200px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-supply__message_empty {
        display: block
    }
}

@media (min-width: 1200px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-supply__list>.bx-sb-b24-price-table-supply__list .bx-sb-b24-price-table-supply__message_empty {
        display: block
    }
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-feature-sidebar.bx-sb-b24-price-table-feature-sidebar_section {
    display: flex
}

@media (min-width: 992px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-feature-sidebar.bx-sb-b24-price-table-feature-sidebar_section {
        display: block
    }
}

@media (max-width: 1279.98px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-feature-sidebar.bx-sb-b24-price-table-feature-sidebar_section {
        margin-top: 30px
    }
}

@media (min-width: 1280px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-feature-sidebar.bx-sb-b24-price-table-feature-sidebar_section:before {
        transform: translateY(-50%)
    }
}

@media (min-width: 1280px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table__row.bx-sb-b24-price-table__features_section.section-hidden .bx-sb-b24-price-table-feature-sidebar.bx-sb-b24-price-table-feature-sidebar_section:before {
        margin-top: -8px
    }
}

@media (max-width: 1279.98px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-feature-sidebar.bx-sb-b24-price-table-feature-sidebar_subsection {
        margin-top: 20px
    }
}

@media (min-width: 1200px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-feature-sidebar.bx-sb-b24-price-table-feature-sidebar_sub {
        max-width: calc(100% - 15px);
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-feature-sidebar.bx-sb-b24-price-table-feature-sidebar_sub .bx-sb-b24-price-table-feature-sidebar__message {
        color: rgba(38, 38, 38, 0.8)
    }
}

@media (min-width: 1200px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-feature-body__message {
        font-size: 14px
    }
}

@media (min-width: 1200px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-archive {
        flex-direction: row
    }
}

@media (min-width: 1200px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-archive__description {
        margin-right: 10px;
        margin-bottom: 0
    }
}

@media (min-width: 1200px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-selector {
        flex-direction: row
    }
}

@media (min-width: 1200px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-selector__description {
        margin-right: 10px;
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-popup__inner {
        width: calc(100% - 80px);
        max-width: 500px
    }
}

@media (min-width: 992px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-popup__inner {
        max-width: 1012px;
        padding: 17px 20px
    }
}

@media (min-width: 992px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-popup__close {
        top: -22px;
        right: -22px
    }
}

@media (min-width: 992px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-popup-control {
        display: flex
    }
}

@media (min-width: 992px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-popup-control_column {
        display: none
    }
}

@media (min-width: 768px) {

    .bx-sb-b24-price-table .bx-sb-b24-price-table-popup-control__nav_next,
    .bx-sb-b24-price-table .bx-sb-b24-price-table-popup-control__nav_prev {
        width: 40px;
        height: 100px
    }
}

@media (min-width: 992px) {

    .bx-sb-b24-price-table .bx-sb-b24-price-table-popup-control__nav_next,
    .bx-sb-b24-price-table .bx-sb-b24-price-table-popup-control__nav_prev {
        width: 55px;
        height: 144px
    }
}

@media (max-width: 991.98px) {

    .bx-sb-b24-price-table [data-sb-popup-content="PROJECT"] .bx-sb-b24-price-table-window__column:not([data-sb-window-column="PROJECT"]),
    .bx-sb-b24-price-table [data-sb-popup-content="BASIC"] .bx-sb-b24-price-table-window__column:not([data-sb-window-column="BASIC"]),
    .bx-sb-b24-price-table [data-sb-popup-content="STD"] .bx-sb-b24-price-table-window__column:not([data-sb-window-column="STD"]),
    .bx-sb-b24-price-table [data-sb-popup-content="PRO100"] .bx-sb-b24-price-table-window__column:not([data-sb-window-column="PRO100"]),
    .bx-sb-b24-price-table [data-sb-popup-content="ENT"] .bx-sb-b24-price-table-window__column:not([data-sb-window-column="ENT"]) {
        display: none
    }
}

@media (min-width: 992px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-window__prologue .bx-sb-b24-price-table-window__row {
        flex-direction: row
    }
}

@media (max-width: 991.98px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-window__prologue .bx-sb-b24-price-table-window__row .bx-sb-b24-price-table-window__sidebar {
        flex: 1 0 auto;
        max-width: 100%;
        margin: 0 auto 10px;
        text-align: center
    }
}

@media (max-width: 991.98px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-popup__order .bx-sb-b24-price-table-window .bx-sb-b24-price-table-window__sidebar {
        display: none
    }
}

@media (max-width: 991.98px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-popup__order .bx-sb-b24-price-table-window .bx-sb-b24-price-table-window__body {
        margin: 0 auto
    }
}

@media (min-width: 992px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-window__sidebar {
        flex-basis: 200px;
        max-width: 200px;
        margin-left: 19px;
        margin-right: 15px
    }
}

@media (min-width: 992px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-window__body {
        width: auto;
        flex-basis: calc(100% - 234px);
        max-width: calc(100% - 234px)
    }
}

@media (min-width: 992px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-window-header__product {
        display: inline-block
    }
}

@media (min-width: 1200px) {
    .bx-sb-b24-price-table_count_1 .bx-sb-b24-price-table-window__column {
        flex-basis: calc(100% - 2px);
        max-width: calc(100% - 2px)
    }
}

@media (min-width: 1200px) {
    .bx-sb-b24-price-table_count_2 .bx-sb-b24-price-table-window__column {
        flex-basis: calc(50% - 2px);
        max-width: calc(50% - 2px)
    }
}

@media (min-width: 1200px) {
    .bx-sb-b24-price-table_count_3 .bx-sb-b24-price-table-window__column {
        flex-basis: calc(33% - 2px);
        max-width: calc(33% - 2px)
    }
}

@media (min-width: 1200px) {
    .bx-sb-b24-price-table_count_4:not(.bx-sb-b24-price-table_wobbler) .bx-sb-b24-price-table-window__column {
        flex-basis: calc(25% - 2px);
        max-width: calc(25% - 2px)
    }
}

@media (min-width: 1200px) {

    .bx-sb-b24-price-table_wobbler .bx-sb-b24-price-table-window__column,
    .bx-sb-b24-price-table_count_5 .bx-sb-b24-price-table-window__column {
        flex-basis: calc(20% - 2px);
        max-width: calc(20% - 2px)
    }
}

@media (min-width: 992px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-feature-switch {
        display: flex;
        flex-direction: row
    }
}

@media (min-width: 1200px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-feature-switch__title {
        margin: 0
    }
}

@media (min-width: 1200px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-feature-header {
        justify-content: space-between;
        flex-direction: row
    }
}

@media (min-width: 1200px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-feature-header__title {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-feature-archive {
        display: flex
    }
}

@media (min-width: 992px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-feature-archive {
        flex-direction: row
    }
}

@media (min-width: 1200px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-feature-archive {
        max-width: calc(100% - 260px);
        margin-left: 260px
    }
}

@media (min-width: 992px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table__runner {
        display: block;
        max-width: calc(1170px - 12px)
    }
}

@media (min-width: 1200px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table__runner {
        max-width: calc(1250px - 12px)
    }
}

@media (min-width: 1280px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table__runner {
        max-width: calc(1350px - 12px)
    }
}

@media (min-width: 1200px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table__wobblers {
        display: block
    }
}

@media (min-width: 992px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-window .bx-sb-b24-price-table-order__content {
        position: relative
    }
}

@media (min-width: 992px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-window .bx-sb-b24-price-table-order__content .bx-sb-b24-price-table-order__button {
        display: inline-block
    }
}

@media (min-width: 992px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-window .bx-sb-b24-price-table-order__content .portal-buy-button-tooltip__window {
        position: static
    }
}

@media (min-width: 992px) {
    .bx-sb-b24-price-table .bx-sb-b24-price-table-window .bx-sb-b24-price-table-order__content .portal-buy-button-tooltip-window {
        top: auto;
        bottom: calc(100% + 10px)
    }
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-window .bx-sb-b24-price-table-order__content .portal-buy-button-tooltip-window__overlay {
    display: none
}

.bx-sb-b24-price-table__epilogue.bx-sb-b24-price-table__epilogue_archive {
    display: none;
}


/* Start:/local/components/sb/price.table.bitrix24/templates/default.prices.table.v4/style.min.css?174436812184163*/
.bx-sb-b24-price-table-disable-scrollbar {
    overflow: hidden
}

.bx-sb-04-b24-price-table {
    color: #262626;
    font-family: "Montserrat", "Open Sans", "Helvetica Neue", Verdana, "Helvetica CY", "Nimbus Sans L", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    box-sizing: border-box
}

.bx-sb-04-b24-price-table * {
    box-sizing: border-box
}

.bx-sb-04-b24-price-table a {
    color: #00aeef;
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none
}

.bx-sb-04-b24-price-table a:hover {
    color: #68ddff
}

.bx-sb-04-b24-price-table_wobbler {
    overflow-x: clip
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__outer {
    position: relative;
    max-width: 1055px;
    width: 100%;
    margin: 0 auto
}

.bx-sb-04-b24-price-table.bx-sb-04-b24-price-table_count_5 .bx-sb-04-b24-price-table__outer {
    max-width: 1380px
}

.bx-sb-04-b24-price-table.bx-sb-04-b24-price-table_portal .bx-sb-04-b24-price-table__outer {
    margin: 0
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__inner {
    padding: 0 36px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__content {
    display: flex;
    justify-content: center;
    max-width: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row,
.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row.bx-sb-04-b24-price-table__row_mobile {
    display: flex;
    justify-content: center;
    flex-direction: column
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__sidebar,
.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row.bx-sb-04-b24-price-table__row_mobile .bx-sb-04-b24-price-table__sidebar {
    position: relative;
    flex: 1 0 auto;
    max-width: 100%;
    width: 100%;
    padding-right: 0
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__sidebar.bx-sb-04-b24-price-table__sidebar_center .bx-sb-04-b24-price-table-feature-sidebar {
    display: flex;
    justify-content: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__body,
.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row.bx-sb-04-b24-price-table__row_mobile .bx-sb-04-b24-price-table__body {
    flex: 1 0 auto;
    max-width: 100%;
    width: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns {
    display: flex;
    max-width: 100%;
    flex: 1 0 auto
}

.bx-sb-04-b24-price-table:not(.bx-sb-04-b24-price-table_wobbler) .bx-sb-04-b24-price-table__columns {
    justify-content: center
}

.bx-sb-04-b24-price-table_wobbler[data-sb-b24-wobbler-start][data-sb-b24-price-wobbler=ENT] .bx-sb-04-b24-price-table__columns {
    justify-content: flex-end
}

.bx-sb-04-b24-price-table_wobbler[data-wobbler-animation] .bx-sb-04-b24-price-table__columns {
    transition: transform 250ms linear
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns_col {
    flex-direction: column;
    align-items: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column {
    flex: 1 0;
    min-width: auto;
    max-width: 260px;
    margin: 0 5px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns_col .bx-sb-04-b24-price-table__column {
    padding: 5px;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 24px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns_col .bx-sb-04-b24-price-table__column_border {
    border-color: #1ec6fa
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns_col .bx-sb-04-b24-price-table__column_aquamarine.bx-sb-04-b24-price-table__column_border {
    border-color: #00d0d4
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns_col .bx-sb-04-b24-price-table__column {
    max-width: 420px;
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column_col {
    display: flex;
    flex-direction: column
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row .bx-sb-04-b24-price-table__columns,
.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row .bx-sb-04-b24-price-table__column {
    height: auto
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column_round_top {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row:last-child:not(.bx-sb-04-b24-price-table__features_header) .bx-sb-04-b24-price-table__column {
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns_col .bx-sb-04-b24-price-table__column {
    border-radius: 18px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column .bx-sb-04-b24-price-table__background {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: rgba(202, 242, 255, .45)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns_col .bx-sb-04-b24-price-table__column .bx-sb-04-b24-price-table__background {
    border-radius: 14px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column_green .bx-sb-04-b24-price-table__background {
    background-color: rgba(207, 247, 50, .2)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column_aquamarine .bx-sb-04-b24-price-table__background {
    background-color: rgba(49, 247, 237, .2)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__select {
    width: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__header,
.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__user,
.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__price,
.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__order,
.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__storage {
    padding-left: 10px;
    padding-right: 10px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__supply {
    padding-left: 8px;
    padding-right: 8px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__header {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 25px;
    padding-bottom: 17px;
    background-color: rgba(33, 189, 238, .15);
    border-radius: 14px 14px 3px 3px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__wobblers {
    display: none
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers {
    position: relative;
    z-index: 1
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers .bx-sb-04-b24-price-table-wobblers__position {
    position: absolute;
    display: none;
    width: 0;
    height: 0;
    top: 117px
}

.bx-sb-04-b24-price-table[data-sb-b24-price-wobbler=ENT] .bx-sb-04-b24-price-table-wobblers__position_previous {
    display: block
}

.bx-sb-04-b24-price-table:not([data-sb-b24-price-wobbler=ENT]) .bx-sb-04-b24-price-table-wobblers__position_next {
    display: block
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers__position_previous {
    right: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers__position_next {
    left: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers__position_previous,
.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers__position_next {
    transform: rotate(90deg) scale(0.8)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers .bx-sb-04-b24-price-table-wobblers__section {
    display: inline-flex;
    align-items: center;
    min-width: 170px;
    padding: 8px 14px 8px;
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers__position_previous .bx-sb-04-b24-price-table-wobblers__section {
    background-color: #9dc400;
    border-radius: 0 0 10px 10px;
    transform: translateY(-7px)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers__position_next .bx-sb-04-b24-price-table-wobblers__section {
    background-color: #21bdee;
    border-radius: 10px 10px 0 0;
    transform: translateY(-100%)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers .bx-sb-04-b24-price-table-wobblers__icon {
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Im0xMS4zNDUgOS44NzQgNC40NzQgNC43MDlhMSAxIDAgMCAxIDAgMS4zNzdsLS40My40NTNhMSAxIDAgMCAxLTEuNDUgMEw3LjEgOS4yMTVhMSAxIDAgMCAxIDAtMS4zNzdMMTMuOTM4LjY0YTEgMSAwIDAgMSAxLjQ1IDBsLjQzLjQ1M2ExIDEgMCAwIDEgMCAxLjM3N2wtNC40NzMgNC43MS0uNjM2LjY0NWExIDEgMCAwIDAgMCAxLjQwNGwuNjM2LjY0NXptLTYuODI0IDAgNC40NzQgNC43MDlhMSAxIDAgMCAxIDAgMS4zNzdsLS40My40NTNhMSAxIDAgMCAxLTEuNDUgMEwuMjc3IDkuMjE1YTEgMSAwIDAgMSAwLTEuMzc3TDcuMTE1LjY0YTEgMSAwIDAgMSAxLjQ1IDBsLjQzLjQ1M2ExIDEgMCAwIDEgMCAxLjM3N0w0LjUyMSA3LjE4bC0uNjM2LjY0NWExIDEgMCAwIDAgMCAxLjQwNGwuNjM2LjY0NXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers__position_previous .bx-sb-04-b24-price-table-wobblers__icon {
    transform: rotate(-90deg)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers__position_next .bx-sb-04-b24-price-table-wobblers__icon {
    transform: rotate(90deg)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers .bx-sb-04-b24-price-table-wobblers__content {
    padding-left: 10px;
    color: #fff;
    font-weight: 600;
    line-height: 1
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers .bx-sb-04-b24-price-table-wobblers__label {
    font-size: 12px;
    opacity: .67
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers .bx-sb-04-b24-price-table-wobblers__message {
    font-size: 16px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column.bx-sb-04-b24-price-table__column_green .bx-sb-04-b24-price-table__header {
    background-color: rgba(169, 212, 0, .23)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column.bx-sb-04-b24-price-table__column_aquamarine .bx-sb-04-b24-price-table__header {
    background-color: rgba(0, 208, 212, .23)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__user {
    padding-top: 8px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-search-section[data-sb-section-search]:not([data-sb-selected]) {
    display: none
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__price {
    padding-top: 12px;
    padding-bottom: 5px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column .bx-sb-04-b24-price-table-price__message,
.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column .bx-sb-04-b24-price-table-price__value {
    color: #0050af
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column .bx-sb-04-b24-price-table-price__content.bx-sb-04-b24-price-table-price__content_color_red .bx-sb-04-b24-price-table-price__value {
    color: #f93000
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column .bx-sb-04-b24-price-table-price__content.bx-sb-04-b24-price-table-price__content_color_red .bx-sb-04-b24-price-table-price__base {
    text-decoration-color: #f93000
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column.bx-sb-04-b24-price-table__column_green .bx-sb-04-b24-price-table-price__message,
.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column.bx-sb-04-b24-price-table__column_green .bx-sb-04-b24-price-table-price__value {
    color: #7c9b00
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__order {
    padding-top: 22px;
    padding-bottom: 20px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__storage {
    padding-top: 10px;
    padding-bottom: 20px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__storage[data-sb-hover] {
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__supply {
    height: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__supply:before {
    content: "";
    display: block;
    width: 82%;
    height: 1px;
    margin: auto;
    background-color: rgba(47, 198, 246, .22)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column .bx-sb-04-b24-price-table-supply__message_icon-0:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjk5NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDBhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMSAwIDAtMTJINnptMCAxYTUgNSAwIDEgMCAwIDEwaDE3YTUgNSAwIDEgMCAwLTEwSDZ6IiBmaWxsPSIjNzlCRUQ0Ii8+PC9zdmc+")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column .bx-sb-04-b24-price-table-supply__message_icon-1:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjk5NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjNzlCRUQ0Ii8+PHBhdGggZD0iTTMgN2EzIDMgMCAwIDEgMy0zaDIuOTRhLjA2LjA2IDAgMCAxIC4wNi4wNnY1Ljg4YS4wNi4wNiAwIDAgMS0uMDYuMDZINmEzIDMgMCAwIDEtMy0zeiIgZmlsbD0iIzI3OTFCMyIgZmlsbC1vcGFjaXR5PSIuODEiLz48L3N2Zz4=")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column .bx-sb-04-b24-price-table-supply__message_icon-2:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjk5NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjNzlCRUQ0Ii8+PHBhdGggZD0iTTMgN2EzIDMgMCAwIDEgMy0zaDIuOTRhLjA2LjA2IDAgMCAxIC4wNi4wNnY1Ljg4YS4wNi4wNiAwIDAgMS0uMDYuMDZINmEzIDMgMCAwIDEtMy0zeiIgZmlsbD0iIzI3OTFCMyIgZmlsbC1vcGFjaXR5PSIuODEiLz48cmVjdCB4PSIxMSIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9IiMyNzkxQjMiIGZpbGwtb3BhY2l0eT0iLjgxIi8+PC9zdmc+")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column .bx-sb-04-b24-price-table-supply__message_icon-3:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjk5NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjNzlCRUQ0Ii8+PHBhdGggZD0iTTMgN2EzIDMgMCAwIDEgMy0zaDIuOTRhLjA2LjA2IDAgMCAxIC4wNi4wNnY1Ljg4YS4wNi4wNiAwIDAgMS0uMDYuMDZINmEzIDMgMCAwIDEtMy0zek0yNiA3YTMgMyAwIDAgMS0zIDNoLTMuOTNhLjA3LjA3IDAgMCAxLS4wNy0uMDdWNC4wN2EuMDcuMDcgMCAwIDEgLjA3LS4wN0gyM2EzIDMgMCAwIDEgMyAzeiIgZmlsbD0iIzI3OTFCMyIgZmlsbC1vcGFjaXR5PSIuODEiLz48cmVjdCB4PSIxMSIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9IiMyNzkxQjMiIGZpbGwtb3BhY2l0eT0iLjgxIi8+PC9zdmc+")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column.bx-sb-04-b24-price-table__column_green .bx-sb-04-b24-price-table__supply:before {
    background-color: rgba(178, 200, 91, .22)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column.bx-sb-04-b24-price-table__column_green .bx-sb-04-b24-price-table-supply__message_icon-0:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjY0NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDBhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMSAwIDAtMTJINnptMCAxYTUgNSAwIDEgMCAwIDEwaDE3YTUgNSAwIDEgMCAwLTEwSDZ6IiBmaWxsPSIjN0NBOTU5Ii8+PC9zdmc+")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column.bx-sb-04-b24-price-table__column_green .bx-sb-04-b24-price-table-supply__message_icon-1:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjY0NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjN0NBOTU5Ii8+PHBhdGggb3BhY2l0eT0iLjkiIGQ9Ik0zIDdhMyAzIDAgMCAxIDMtM2gyLjk0YS4wNi4wNiAwIDAgMSAuMDYuMDZ2NS44OGEuMDYuMDYgMCAwIDEtLjA2LjA2SDZhMyAzIDAgMCAxLTMtM3oiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjwvc3ZnPg==")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column.bx-sb-04-b24-price-table__column_green .bx-sb-04-b24-price-table-supply__message_icon-2:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjY0NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjN0NBOTU5Ii8+PHBhdGggb3BhY2l0eT0iLjkiIGQ9Ik0zIDdhMyAzIDAgMCAxIDMtM2gyLjk0YS4wNi4wNiAwIDAgMSAuMDYuMDZ2NS44OGEuMDYuMDYgMCAwIDEtLjA2LjA2SDZhMyAzIDAgMCAxLTMtM3oiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjxyZWN0IG9wYWNpdHk9Ii45IiB4PSIxMSIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjwvc3ZnPg==")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column.bx-sb-04-b24-price-table__column_green .bx-sb-04-b24-price-table-supply__message_icon-3:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjY0NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjN0NBOTU5Ii8+PHBhdGggb3BhY2l0eT0iLjkiIGQ9Ik0zIDdhMyAzIDAgMCAxIDMtM2gyLjk0YS4wNi4wNiAwIDAgMSAuMDYuMDZ2NS44OGEuMDYuMDYgMCAwIDEtLjA2LjA2SDZhMyAzIDAgMCAxLTMtM3pNMjYgN2EzIDMgMCAwIDEtMyAzaC0zLjkzYS4wNy4wNyAwIDAgMS0uMDctLjA3VjQuMDdhLjA3LjA3IDAgMCAxIC4wNy0uMDdIMjNhMyAzIDAgMCAxIDMgM3oiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjxyZWN0IG9wYWNpdHk9Ii45IiB4PSIxMSIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjwvc3ZnPg==")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column .bx-sb-04-b24-price-table-supply__container[data-sb-hover]:hover .bx-sb-04-b24-price-table-supply__message:not(.bx-sb-04-b24-price-table-supply__message_empty),
.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column .bx-sb-04-b24-price-table-supply__message[data-sb-hover]:hover:not(.bx-sb-04-b24-price-table-supply__message_empty),
.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column .bx-sb-04-b24-price-table-supply__message_tooltip:hover:not(.bx-sb-04-b24-price-table-supply__message_empty) {
    background-color: rgba(33, 189, 238, .2)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column.bx-sb-04-b24-price-table__column_green .bx-sb-04-b24-price-table-supply__container[data-sb-hover]:hover .bx-sb-04-b24-price-table-supply__message:not(.bx-sb-04-b24-price-table-supply__message_empty),
.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column.bx-sb-04-b24-price-table__column_green .bx-sb-04-b24-price-table-supply__message[data-sb-hover]:hover:not(.bx-sb-04-b24-price-table-supply__message_empty),
.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column.bx-sb-04-b24-price-table__column_green .bx-sb-04-b24-price-table-supply__message_tooltip:hover:not(.bx-sb-04-b24-price-table-supply__message_empty) {
    background-color: rgba(163, 205, 0, .2)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__prologue {
    margin-bottom: 20px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 10px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue.bx-sb-04-b24-price-table-prologue_column {
    justify-content: center;
    flex-direction: column
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue__section {
    margin-left: 5px;
    margin-right: 5px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue__section:not(:first-child) {
    margin-top: 20px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue__section:has(>.bx-sb-04-b24-price-table-selector),
.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue__section:has(>.bx-sb-04-b24-price-table-prologue-information) {
    width: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue__section:has(>.bx-sb-04-b24-price-table-prologue-information) {
    display: flex
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue__title {
    margin-bottom: 18px;
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-title {
    font-weight: 400;
    line-height: 1.2
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-title__title {
    font-size: 26px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-title__subtitle {
    margin-top: 10px;
    font-size: 16px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-title__description {
    margin-top: 10px;
    font-size: 20px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-header {
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-header__popular-label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: #21bdee;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-header__popular-label:before {
    content: "";
    display: block;
    width: 12px;
    height: 11px;
    margin-right: 8px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDIxYS43NTIuNzUyIDAgMCAxLS40OTQtLjE4M2MtMS4wMzUtLjg5OC0yLjAzMi0xLjc0LTIuOTEtMi40ODJDMy40MTggMTMuOTYzIDAgMTEuMDc1IDAgNi44NTMgMCAyLjk0NyAyLjc0IDAgNi4zNzUgMGMxLjMwMiAwIDIuNDk3LjQwOSAzLjU0OSAxLjIxNiAxLjAwOS43NzMgMS42OCAxLjc1OCAyLjA3NiAyLjQ3NS4zOTYtLjcxNyAxLjA2Ny0xLjcwMiAyLjA3Ni0yLjQ3NUE1LjcxMyA1LjcxMyAwIDAgMSAxNy42MjUgMEMyMS4yNTkgMCAyNCAyLjk0NiAyNCA2Ljg1M2MwIDQuMjIxLTMuNDIgNy4xMS04LjU5NSAxMS40ODEtLjg4Ljc0My0xLjg3NiAxLjU4NC0yLjkxMSAyLjQ4MkEuNzUyLjc1MiAwIDAgMSAxMiAyMXoiIGZpbGw9IiMyMUJERUUiIGZpbGwtb3BhY2l0eT0iLjciLz48L3N2Zz4=");
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-header__title {
    font-weight: 600;
    line-height: 1
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-header__title.bx-sb-04-b24-price-table-header__title_sup {
    position: relative;
    top: -6px;
    font-size: 10px;
    line-height: 0
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-header__title.bx-sb-04-b24-price-table-header__title_md {
    font-size: 16px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row.bx-sb-04-b24-price-table__features .bx-sb-04-b24-price-table-header__title {
    font-size: 14px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row.bx-sb-04-b24-price-table__features_header {
    display: none
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-header__description {
    min-height: 40px;
    max-width: 290px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    color: #919191;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-header__description a {
    color: #0050af;
    border-bottom: 1px solid
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user {
    min-height: 60px;
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__content {
    display: flex;
    align-items: center;
    justify-content: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__container.bx-sb-04-b24-price-table-user__container_bottom {
    padding-bottom: 16px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__icon {
    display: block;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__icon_fire {
    width: 17px;
    height: 22px;
    margin: 5px -4px 0 -21px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjI1IDEwLjVDOC4yNSA4LjU3NSA2Ljg1NjY3IDguODc5NSA1LjUgNi4xMjVDMy44OTY1MSA3LjA3MzQzIDIuODcyMTIgOC43MDMxNSAyLjc1IDEwLjVDMi44MzgzIDExLjg1NTggMy41MDAwNCAxMy4xMTkxIDQuNTgzMzMgMTRIMy45MzI1QzEuNjE0NzUgMTMuMTg5MiAwLjA1NDExOCAxMS4xMDU3IDAgOC43NUMwIDQuNzc3NSA0LjExNTgzIDEuMDYxMzggNi40MTY2NyAwQzUuOTc2NjcgMy42NjcxMiAxMSA0LjYyNjEyIDExIDkuNDA2MjVDMTEgMTIuNzk4NiA3LjA2NzUgMTQgNy4wNjc1IDE0SDYuNDE2NjdDNy41Njg1MSAxMy4xNzIgOC4yNDcxMyAxMS44NzY0IDguMjUgMTAuNVoiIGZpbGw9IiNGOTMwMDAiLz4KPC9zdmc+Cg==")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__icon_fire_unlimited {
    margin-top: 11px;
    margin-right: 4px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__message {
    font-size: 14px;
    font-weight: 600;
    line-height: 1
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__message.bx-sb-04-b24-price-table-user__message_unlimited {
    padding-top: 16px;
    font-size: 16px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__value {
    padding-top: 4px;
    padding-bottom: 12px;
    font-size: 24px;
    font-weight: 600;
    line-height: 0
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__value.bx-sb-04-b24-price-table-user__value_select {
    padding: 6px;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 30px;
    line-height: .7
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__value.bx-sb-04-b24-price-table-user__value_select_pointer {
    font-size: 16px;
    line-height: 1;
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__value.bx-sb-04-b24-price-table-user__value_select[data-sb-active] {
    border-color: #21bdee;
    cursor: default
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__epilogue {
    position: relative;
    top: 8px;
    line-height: 0
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__more {
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 1px dashed;
    color: #262626;
    font-size: 8px;
    font-weight: 500;
    line-height: 0;
    text-decoration: none;
    opacity: .4;
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__more:hover {
    color: #262626
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-user__select {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price {
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price.bx-sb-04-b24-price-table-price_description {
    min-height: 55px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__message,
.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__base,
.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__value,
.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__discount {
    position: relative;
    font-weight: 600
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__base {
    bottom: 7px;
    font-size: 12px;
    line-height: 0;
    text-decoration: line-through;
    opacity: .4
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__current {
    display: flex;
    align-items: center;
    justify-content: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__value {
    display: flex;
    align-items: baseline;
    line-height: 1
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__message,
.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__value span {
    font-size: 21px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__value span {
    margin: 0 3px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__discount {
    display: inline-block;
    margin-left: 2px;
    padding: 12px 8px;
    background-color: rgba(207, 247, 50, .7);
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    line-height: 0;
    transform: skewX(-10deg)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__discount-value {
    transform: skewX(10deg)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__discount_sale {
    background-color: rgba(255, 215, 23, .7)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__epilogue {
    position: relative;
    display: inline-flex;
    justify-content: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__epilogue [data-sb-tooltip][data-sb-tooltip-title] {
    min-width: 150px;
    padding: 8px 12px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__epilogue [data-sb-tooltip][data-sb-tooltip-content] {
    text-align: left
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__description {
    display: inline-block;
    margin-top: 15px;
    padding-bottom: 6px;
    font-size: 12px;
    font-weight: 600;
    line-height: 0;
    opacity: .4
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__description_link {
    border-bottom: 1px dashed #0050af;
    color: #0050af;
    text-decoration: none;
    opacity: .8
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__description_link:hover {
    color: #0050af;
    text-decoration: none
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-order {
    min-height: 36px;
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-order__button {
    position: relative;
    display: inline-block;
    min-width: 152px;
    margin: auto;
    padding: 12px;
    border: none;
    border-radius: 18px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .07);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    vertical-align: middle;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-order__button {
    background-color: #21bdee
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-order__button.bx-sb-04-b24-price-table-order__button_green {
    background-color: #a3cd00
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-order__button,
.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-order__button:hover {
    color: #fff
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-order__button:hover {
    opacity: .7
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-order__button[disabled],
.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-order__button:hover[disabled] {
    opacity: .5;
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-order__epilogue {
    padding-bottom: 5px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-order__trial {
    position: relative;
    display: block;
    top: 14px;
    color: #00445a;
    font-size: 14px;
    font-weight: 700;
    line-height: 0;
    text-decoration: underline
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-order__trial:hover {
    color: #00445a
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-order__description {
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 0;
    opacity: .4;
    transform: translateY(1.25em);
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-storage {
    min-height: 18px;
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-storage__value {
    color: #00445a;
    font-size: 17px;
    font-weight: 700;
    line-height: 1
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply {
    display: flex;
    justify-content: center;
    height: 100%;
    padding-top: 17px;
    padding-bottom: 25px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    height: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__section {
    width: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__section:first-child {
    margin-bottom: 15px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__list {
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__list .bx-sb-04-b24-price-table-supply__list {
    width: calc(100% - 23px);
    margin-left: 19px;
    margin-bottom: 10px;
    padding-left: 4px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__message {
    position: relative;
    display: inline-block;
    max-width: 100%;
    min-height: 31px;
    padding: 8px 17px;
    border-radius: 18px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .2s ease-in-out;
    overflow: hidden
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__message_empty {
    display: none;
    min-height: 35px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__message:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 31px;
    height: 15px;
    top: 50%;
    right: 13px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transform: translateY(-50%)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__message_icon {
    padding-right: 50px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__content {
    position: relative;
    width: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__label {
    position: absolute;
    display: flex;
    justify-content: center;
    min-width: 92px;
    min-height: 24px;
    top: 50%;
    right: -11px;
    padding: 6px 10px 6px 15px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODYiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjU1MiAyLjQ2M0EzIDMgMCAwIDEgNi41MDQgMEg4NWExIDEgMCAwIDEgMSAxdjIwYTEgMSAwIDAgMS0xIDFIMi4zOTZBMiAyIDAgMCAxIC40MyAxOS42NDJMMy41NTIgMi40NjN6IiBmaWxsPSIjMzk3RkNBIi8+PC9zdmc+");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.3px;
    white-space: nowrap;
    transform: translateY(-50%)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__label:hover {
    color: #fff
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__label[data-sb-hover] {
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__label_new {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODYiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMuNTUzIDIuNDYzQTMgMyAwIDAgMSA2LjUwNSAwSDg1YTEgMSAwIDAgMSAxIDF2MjBhMSAxIDAgMCAxLTEgMUgyLjM5N0ExLjk5OSAxLjk5OSAwIDAgMSAuNDMgMTkuNjQyTDMuNTUzIDIuNDYzeiIgZmlsbD0iIzJCRDk4NSIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoODZ2MjJIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__label_icon:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgb3BhY2l0eT0iLjczOCI+PHBhdGggb3BhY2l0eT0iLjU2OCIgZD0iTTExLjk4IDUuOTlBNS45OSA1Ljk5IDAgMSAwIDAgNS45OWE1Ljk5IDUuOTkgMCAwIDAgMTEuOTggMHoiIGZpbGw9IiNCMUI3QzUiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTUuOTAyIDMuNjJjLjUgMCAuOTA2LS40MDIuOTA2LS44OTdhLjkwMi45MDIgMCAwIDAtLjkwNi0uODk4Yy0uNSAwLS45MDYuNDAyLS45MDYuODk4IDAgLjQ5NS40MDUuODk3LjkwNi44OTd6bS4zMTguODM1SDQuMTAydi44MDdoMS4wNTl2My4xNzlINC4xMDJ2Ljc5NGgzLjYwNnYtLjc5NGgtLjkwNFY0LjQ1N0g2LjIydi0uMDAyeiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__list>.bx-sb-04-b24-price-table-supply__list .bx-sb-04-b24-price-table-supply__message {
    min-height: 24px;
    padding: 6px 10px;
    color: #525c69;
    font-size: 12px;
    font-weight: 600
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__list>.bx-sb-04-b24-price-table-supply__list .bx-sb-04-b24-price-table-supply__message_empty {
    display: none;
    min-height: 28px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__container[data-sb-hover]:hover,
.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__message[data-sb-hover],
.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__message_tooltip {
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__container [data-sb-tooltip][data-sb-tooltip-title] {
    min-width: auto;
    padding: 8px 12px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-sidebar {
    margin: 10px 0
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-sidebar__message {
    display: inline;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-sidebar__message_tooltip {
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-sidebar__soon,
.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-sidebar__new {
    display: inline;
    padding: 2px 5px;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    white-space: nowrap
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-sidebar__soon {
    background-color: #21bdee
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-sidebar__new {
    background-color: #00b23e
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-sidebar.bx-sb-04-b24-price-table-feature-sidebar_section {
    padding-left: 25px;
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-sidebar.bx-sb-04-b24-price-table-feature-sidebar_section:before {
    content: "";
    position: absolute;
    display: block;
    flex: 0 0 20px;
    width: 20px;
    height: 16px;
    left: 0;
    top: 50%;
    margin: auto 5px auto 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAzNiAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMTgiIHdpZHRoPSIyNSIgaGVpZ2h0PSI0IiB0cmFuc2Zvcm09InJvdGF0ZSg0NSAxOCAwKSIgZmlsbD0iIzY4RERGRiIvPgo8cmVjdCB5PSIxOCIgd2lkdGg9IjI1IiBoZWlnaHQ9IjQiIHRyYW5zZm9ybT0icm90YXRlKC00NSAwIDE4KSIgZmlsbD0iIzY4RERGRiIvPgo8L3N2Zz4K");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row.bx-sb-04-b24-price-table__features_section.section-hidden .bx-sb-04-b24-price-table-feature-sidebar.bx-sb-04-b24-price-table-feature-sidebar_section:before {
    transform: rotate(180deg)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-sidebar.bx-sb-04-b24-price-table-feature-sidebar_section .bx-sb-04-b24-price-table-feature-sidebar__message {
    font-size: 18px;
    font-weight: 700
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-sidebar.bx-sb-04-b24-price-table-feature-sidebar_subsection .bx-sb-04-b24-price-table-feature-sidebar__message {
    font-size: 14px;
    font-weight: 600
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-body__content {
    width: 100%;
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__features:not(.bx-sb-04-b24-price-table__features_header) .bx-sb-04-b24-price-table-feature-body__content:not(.bx-sb-04-b24-price-table-feature-body__content_empty) {
    padding: 10px 0
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-body__message {
    font-size: 12px;
    font-weight: 500;
    line-height: 1
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_battery-g-1,
.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_battery-g-2,
.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_battery-g-3,
.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_battery-b-1,
.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_battery-b-2,
.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_battery-b-3 {
    display: inline-block;
    width: 31px;
    height: 15px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_battery-g-1 {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjY0NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjN0NBOTU5Ii8+PHBhdGggb3BhY2l0eT0iLjkiIGQ9Ik0zIDdhMyAzIDAgMCAxIDMtM2gyLjk0YS4wNi4wNiAwIDAgMSAuMDYuMDZ2NS44OGEuMDYuMDYgMCAwIDEtLjA2LjA2SDZhMyAzIDAgMCAxLTMtM3oiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjwvc3ZnPg==")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_battery-g-2 {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjY0NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjN0NBOTU5Ii8+PHBhdGggb3BhY2l0eT0iLjkiIGQ9Ik0zIDdhMyAzIDAgMCAxIDMtM2gyLjk0YS4wNi4wNiAwIDAgMSAuMDYuMDZ2NS44OGEuMDYuMDYgMCAwIDEtLjA2LjA2SDZhMyAzIDAgMCAxLTMtM3oiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjxyZWN0IG9wYWNpdHk9Ii45IiB4PSIxMSIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjwvc3ZnPg==")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_battery-g-3 {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjY0NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjN0NBOTU5Ii8+PHBhdGggb3BhY2l0eT0iLjkiIGQ9Ik0zIDdhMyAzIDAgMCAxIDMtM2gyLjk0YS4wNi4wNiAwIDAgMSAuMDYuMDZ2NS44OGEuMDYuMDYgMCAwIDEtLjA2LjA2SDZhMyAzIDAgMCAxLTMtM3pNMjYgN2EzIDMgMCAwIDEtMyAzaC0zLjkzYS4wNy4wNyAwIDAgMS0uMDctLjA3VjQuMDdhLjA3LjA3IDAgMCAxIC4wNy0uMDdIMjNhMyAzIDAgMCAxIDMgM3oiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjxyZWN0IG9wYWNpdHk9Ii45IiB4PSIxMSIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9IiM1NzlGMUUiIGZpbGwtb3BhY2l0eT0iLjg4MyIvPjwvc3ZnPg==")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_battery-b-1 {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjk5NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjNzlCRUQ0Ii8+PHBhdGggZD0iTTMgN2EzIDMgMCAwIDEgMy0zaDIuOTRhLjA2LjA2IDAgMCAxIC4wNi4wNnY1Ljg4YS4wNi4wNiAwIDAgMS0uMDYuMDZINmEzIDMgMCAwIDEtMy0zeiIgZmlsbD0iIzI3OTFCMyIgZmlsbC1vcGFjaXR5PSIuODEiLz48L3N2Zz4=")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_battery-b-2 {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjk5NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjNzlCRUQ0Ii8+PHBhdGggZD0iTTMgN2EzIDMgMCAwIDEgMy0zaDIuOTRhLjA2LjA2IDAgMCAxIC4wNi4wNnY1Ljg4YS4wNi4wNiAwIDAgMS0uMDYuMDZINmEzIDMgMCAwIDEtMy0zeiIgZmlsbD0iIzI3OTFCMyIgZmlsbC1vcGFjaXR5PSIuODEiLz48cmVjdCB4PSIxMSIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9IiMyNzkxQjMiIGZpbGwtb3BhY2l0eT0iLjgxIi8+PC9zdmc+")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_battery-b-3 {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjk5NCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDFhNiA2IDAgMSAwIDAgMTJoMTdhNiA2IDAgMCAwIDAtMTJINnptMCAxYTUgNSAwIDAgMCAwIDEwaDE3YTUgNSAwIDAgMCAwLTEwSDZ6IiBmaWxsPSIjNzlCRUQ0Ii8+PHBhdGggZD0iTTMgN2EzIDMgMCAwIDEgMy0zaDIuOTRhLjA2LjA2IDAgMCAxIC4wNi4wNnY1Ljg4YS4wNi4wNiAwIDAgMS0uMDYuMDZINmEzIDMgMCAwIDEtMy0zek0yNiA3YTMgMyAwIDAgMS0zIDNoLTMuOTNhLjA3LjA3IDAgMCAxLS4wNy0uMDdWNC4wN2EuMDcuMDcgMCAwIDEgLjA3LS4wN0gyM2EzIDMgMCAwIDEgMyAzeiIgZmlsbD0iIzI3OTFCMyIgZmlsbC1vcGFjaXR5PSIuODEiLz48cmVjdCB4PSIxMSIgeT0iNCIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiIGZpbGw9IiMyNzkxQjMiIGZpbGwtb3BhY2l0eT0iLjgxIi8+PC9zdmc+")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_check,
.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_uncheck {
    width: 0;
    height: 0;
    margin: auto;
    padding: 8px;
    background-position: 50% 50%;
    background-size: 14px;
    background-repeat: no-repeat
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_check {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNyIgY3k9IjciIHI9IjciIGZpbGw9IiM5M0MyMDAiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0ibTcuNTIzIDguNTYgMy4wMzYtMy4wMzYtMS4xMjEtMS4xMjItMy4wMzMgMy4wMzQtMS42MDctMS42MTdMMy42NzYgNi45NGwxLjYwNyAxLjYxNy0uMDA0LjAwNCAxLjEyMiAxLjEyMSAxLjEyMi0xLjEyMXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_uncheck {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNyIgY3k9IjciIHI9IjciIGZpbGw9IiM1MjVDNjkiIGZpbGwtb3BhY2l0eT0iLjIzNiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik00IDYuMjI2aDZ2MS41NDhINHoiLz48L3N2Zz4=")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-archive {
    display: flex;
    align-items: center;
    flex-direction: column
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-archive__button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    min-height: 32px;
    padding: 10px 15px;
    background-color: #fff;
    border: 2px solid #3bc8f5;
    border-radius: 30px;
    color: #262626;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    transition: all .2s ease-in-out;
    white-space: nowrap
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-archive__button:hover {
    color: #262626
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-archive__description {
    margin: 0 0 10px 0;
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-archive__message {
    color: #525c69;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-information {
    position: relative;
    margin-left: auto;
    margin-right: 35px;
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-information__message {
    padding: 7px 40px 7px 12px;
    background-color: #e4e4e4;
    border-radius: 3px;
    color: #525c69;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    transform: skewX(-5deg) translateX(27px)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-information__message>* {
    transform: skewX(5deg)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-information [data-sb-tooltip-hover]:before {
    background: #525c69;
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC45ODEgNS40OWE1LjQ5IDUuNDkgMCAxIDAtMTAuOTggMCA1LjQ5IDUuNDkgMCAwIDAgMTAuOTggMHpNMy4zNyA0LjA1NGMwLS4yNjkuMDg2LS41NDEuMjU5LS44MTcuMTcyLS4yNzYuNDI0LS41MDQuNzU1LS42ODUuMzMtLjE4LjcxNi0uMjcxIDEuMTU4LS4yNzEuNDEgMCAuNzcyLjA3NSAxLjA4NS4yMjcuMzE0LjE1LjU1Ny4zNTcuNzI4LjYxNy4xNzEuMjYuMjU3LjU0My4yNTcuODQ4IDAgLjI0LS4wNS40NTEtLjE0Ny42MzJhMS45MzQgMS45MzQgMCAwIDEtLjM0OC40NjljLS4xMzQuMTMxLS4zNzUuMzUzLS43MjMuNjY0YTIuOTQgMi45NCAwIDAgMC0uMjMxLjIzLjkzOC45MzggMCAwIDAtLjEzLjE4My44OS44OSAwIDAgMC0uMDY1LjE2NiA2LjM3MyA2LjM3MyAwIDAgMC0uMDcuMjljLS4wNTQuMjk0LS4yMjIuNDQxLS41MDUuNDQxYS41MTYuNTE2IDAgMCAxLS4zNzEtLjE0NGMtLjEtLjA5Ni0uMTUtLjIzOS0uMTUtLjQyOCAwLS4yMzguMDM2LS40NDMuMTEtLjYxNy4wNzMtLjE3NC4xNy0uMzI3LjI5Mi0uNDU4YTYuNyA2LjcgMCAwIDEgLjQ5Mi0uNDdjLjE4MS0uMTU4LjMxMi0uMjc3LjM5My0uMzU4LjA4LS4wOC4xNDgtLjE3LjIwMy0uMjY5YS42NTEuNjUxIDAgMCAwIC4wODMtLjMyMi43NS43NSAwIDAgMC0uMjUyLS41NzNjLS4xNjktLjE1Ni0uMzg2LS4yMzMtLjY1MS0uMjMzLS4zMTIgMC0uNTQuMDc4LS42ODguMjM1LS4xNDcuMTU3LS4yNzEuMzg4LS4zNzMuNjk0LS4wOTYuMzItLjI3OC40NzktLjU0Ny40NzlhLjUzOC41MzggMCAwIDEtLjQwMS0uMTY4LjUxMi41MTIgMCAwIDEtLjE2My0uMzYyem0xLjYxOCA0LjQ4MWMuMTI5LjExMi4yOC4xNjguNDUyLjE2OGEuNjQ0LjY0NCAwIDAgMCAuNDQtLjE3LjU5Mi41OTIgMCAwIDAgLjE5Mi0uNDY3LjYxMS42MTEgMCAwIDAtLjE4My0uNDUuNjExLjYxMSAwIDAgMC0uNDUtLjE4Mi42My42MyAwIDAgMC0uNjQ0LjYzMmMwIC4yMDEuMDY0LjM1OC4xOTMuNDd6IiBmaWxsPSIjQjFCN0M1IiBvcGFjaXR5PSIuNzM4Ii8+PC9zdmc+");
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC45ODEgNS40OWE1LjQ5IDUuNDkgMCAxIDAtMTAuOTggMCA1LjQ5IDUuNDkgMCAwIDAgMTAuOTggMHpNMy4zNyA0LjA1NGMwLS4yNjkuMDg2LS41NDEuMjU5LS44MTcuMTcyLS4yNzYuNDI0LS41MDQuNzU1LS42ODUuMzMtLjE4LjcxNi0uMjcxIDEuMTU4LS4yNzEuNDEgMCAuNzcyLjA3NSAxLjA4NS4yMjcuMzE0LjE1LjU1Ny4zNTcuNzI4LjYxNy4xNzEuMjYuMjU3LjU0My4yNTcuODQ4IDAgLjI0LS4wNS40NTEtLjE0Ny42MzJhMS45MzQgMS45MzQgMCAwIDEtLjM0OC40NjljLS4xMzQuMTMxLS4zNzUuMzUzLS43MjMuNjY0YTIuOTQgMi45NCAwIDAgMC0uMjMxLjIzLjkzOC45MzggMCAwIDAtLjEzLjE4My44OS44OSAwIDAgMC0uMDY1LjE2NiA2LjM3MyA2LjM3MyAwIDAgMC0uMDcuMjljLS4wNTQuMjk0LS4yMjIuNDQxLS41MDUuNDQxYS41MTYuNTE2IDAgMCAxLS4zNzEtLjE0NGMtLjEtLjA5Ni0uMTUtLjIzOS0uMTUtLjQyOCAwLS4yMzguMDM2LS40NDMuMTEtLjYxNy4wNzMtLjE3NC4xNy0uMzI3LjI5Mi0uNDU4YTYuNyA2LjcgMCAwIDEgLjQ5Mi0uNDdjLjE4MS0uMTU4LjMxMi0uMjc3LjM5My0uMzU4LjA4LS4wOC4xNDgtLjE3LjIwMy0uMjY5YS42NTEuNjUxIDAgMCAwIC4wODMtLjMyMi43NS43NSAwIDAgMC0uMjUyLS41NzNjLS4xNjktLjE1Ni0uMzg2LS4yMzMtLjY1MS0uMjMzLS4zMTIgMC0uNTQuMDc4LS42ODguMjM1LS4xNDcuMTU3LS4yNzEuMzg4LS4zNzMuNjk0LS4wOTYuMzItLjI3OC40NzktLjU0Ny40NzlhLjUzOC41MzggMCAwIDEtLjQwMS0uMTY4LjUxMi41MTIgMCAwIDEtLjE2My0uMzYyem0xLjYxOCA0LjQ4MWMuMTI5LjExMi4yOC4xNjguNDUyLjE2OGEuNjQ0LjY0NCAwIDAgMCAuNDQtLjE3LjU5Mi41OTIgMCAwIDAgLjE5Mi0uNDY3LjYxMS42MTEgMCAwIDAtLjE4My0uNDUuNjExLjYxMSAwIDAgMC0uNDUtLjE4Mi42My42MyAwIDAgMC0uNjQ0LjYzMmMwIC4yMDEuMDY0LjM1OC4xOTMuNDd6IiBmaWxsPSIjQjFCN0M1IiBvcGFjaXR5PSIuNzM4Ii8+PC9zdmc+");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: 50%;
    mask-position: 50%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-information [data-sb-tooltip] {
    right: -38px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-information [data-sb-tooltip]:before {
    left: calc(100% - 44px)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-information [data-sb-tooltip]:after {
    left: calc(100% - 42px)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 320px;
    margin: 0 auto
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector__switcher {
    margin: 25px auto 18px;
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector__description {
    margin: 0 0 10px 0;
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector__message {
    color: #525c69;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section] {
    display: inline-block;
    position: relative;
    min-width: 160px;
    max-width: 100%;
    padding: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE0IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNzIzIDAuNzkxNzQ4TDcuOTUwNDIgNC41NjQyOUw2Ljk5OTk5IDUuNTAwMDFMNi4wNjc1OCA0LjU2NDI5TDIuMjk1MDMgMC43OTE3NDhMMC45NjM4MTIgMi4xMjI5N0w3LjAwODk0IDguMTY4MUwxMy4wNTQxIDIuMTIyOTdMMTEuNzIzIDAuNzkxNzQ4WiIgZmlsbD0iIzUyNUM2OSIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all .2s ease-in-out;
    z-index: 3
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section]::-ms-expand {
    display: none
}

.bx-sb-04-b24-price-table select[data-sb-selector-select-section] {
    color: #262626
}

.bx-sb-04-b24-price-table select[data-sb-selector-select-section] option {
    background-color: #f8f9fa;
    color: #495057
}

.bx-sb-04-b24-price-table [data-sb-selector-select] {
    position: relative;
    display: flex;
    align-items: center;
    color: #262626;
    white-space: nowrap;
    cursor: pointer
}

.bx-sb-04-b24-price-table [data-sb-selector-select-list] {
    position: absolute;
    display: block;
    width: calc(100% + 4px);
    height: 0;
    top: calc(100% + 4px);
    left: 50%;
    padding: 0 15px 0 10px;
    background-color: #fff;
    border: 0 solid rgba(0, 0, 0, .09);
    border-radius: 18px;
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, .09);
    transform: translateX(-50%);
    overflow: hidden;
    opacity: 0;
    transition: all .2s ease-in-out
}

.bx-sb-04-b24-price-table [data-sb-selector-select-list][data-sb-select-active] {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-width: 1px;
    overflow: visible;
    opacity: 1;
    z-index: 1
}

.bx-sb-04-b24-price-table [data-sb-selector-select-item] {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    color: #495057;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer
}

.bx-sb-04-b24-price-table [data-sb-selector-select-item] [data-link],
.bx-sb-04-b24-price-table [data-sb-selector-select-item] [data-link]:hover {
    color: #495057
}

.bx-sb-04-b24-price-table select[data-sb-selector-select-section][data-sb-selector-type=blue] {
    padding: 9px 23px 9px 10px
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=blue] {
    background-color: #fff;
    background-position: 95% 50%;
    background-size: 12px 12px;
    border: 2px solid #3bc8f5;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=blue][data-sb-select-active] {
    border-radius: 3px
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=blue] [data-sb-selector-select] {
    padding: 9px 23px 9px 10px
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=blue] [data-sb-selector-select] {
    justify-content: space-between;
    min-height: 32px;
    padding-top: 5px;
    padding-bottom: 5px
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=blue] [data-sb-selector-select] span {
    display: block;
    margin-left: 5px;
    padding: 4px 5px;
    background-color: #ffd91a;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    transform: skewX(-10deg)
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=blue] [data-sb-selector-select-item] span {
    display: inline-block;
    margin-left: 2px;
    padding: 12px 8px;
    background-color: #ffd717;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    line-height: 0;
    transform: skewX(-10deg)
}

.bx-sb-04-b24-price-table select[data-sb-selector-select-section][data-sb-selector-type=user] {
    padding: 11px 10px 11px 10px;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #a6c7cc;
    border-radius: 6px;
    font-size: 24px;
    font-weight: 600;
    text-align: center
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] {
    min-width: 180px;
    margin: -4px 0;
    padding: 4px 0;
    background-position: 95% 50%;
    background-size: 12px 12px
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] [data-sb-selector-select] {
    justify-content: center;
    margin: -4px 0 -4px 0;
    padding: 4px;
    border: 2px solid #a6c7cc;
    border-radius: 6px;
    font-weight: 600
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] [data-sb-selector-select] span[data-section] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] [data-sb-selector-select] span[data-value] {
    padding: 6px;
    font-size: 24px;
    line-height: .7
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] [data-sb-selector-select] span[data-section=unlimited] span[data-value] {
    font-size: 16px
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] [data-sb-selector-select] span[data-message] {
    font-size: 14px;
    line-height: 1
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user][data-sb-select-active] {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, .09)
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user][data-sb-select-active] [data-sb-selector-select] {
    border-color: rgba(0, 0, 0, 0)
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] [data-sb-selector-select-list] {
    width: calc(120% + 4px);
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 14px
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] [data-sb-selector-select-list][data-sb-select-active] {
    padding-top: 15px;
    padding-bottom: 15px
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] [data-sb-selector-select-item] {
    padding: 0
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] [data-sb-selector-select-item] span[data-section] {
    display: block;
    padding: 10px 0;
    font-weight: 600;
    white-space: nowrap
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] [data-sb-selector-select-item] span[data-value] {
    font-size: 16px;
    white-space: nowrap
}

.bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] [data-sb-selector-select-item] span[data-message] {
    margin-left: 3px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-switcher {
    display: inline-flex;
    border: 1px solid #409eef;
    border-radius: 12px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-switcher__button {
    margin: 4px;
    padding: 11px 24px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 6px;
    color: #409eef;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    transition: 160ms background-color linear;
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-switcher__button[data-sb-active] {
    color: #fff;
    background-color: #409eef
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-switcher-message {
    margin-bottom: 15px;
    color: #525c69;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector__switcher:has(+.bx-sb-04-b24-price-table-selector-discount) .bx-sb-04-b24-price-table-switcher-message {
    margin-bottom: 45px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector-discount {
    position: absolute;
    left: calc(100% - 40px);
    bottom: 30px;
    z-index: -1
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector-discount:after {
    content: "";
    display: block;
    width: 50px;
    height: 28px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMjYuNDk5YzQuNzI3IDIuNjc1IDE4LjkyMy44MjQgMjcuMDgyLTMuMzY0IDguODI5LTQuNTA3IDEyLjg5OC04LjU5NSAxOS4zODQtMTkuNTk2LjMwNy43MjEuNDk1IDEuMzM3Ljc1NiAxLjg1Ni4yNzQuNjA0LjU2OSAxLjI0Ljk3IDEuNzU3LjEwOC4xNTguNTkuMjQ4LjgwMi4xNDkuMjEyLS4xLjM3OS0uNTM5LjMzNC0uNzQtLjQ2OS0xLjkxNC0xLTMuNzg0LTEuNTIzLTUuNzA3LS4xODgtLjYxNi0uNjM5LS44NjUtMS4yODgtLjY1NC0yLjQxNS45MDktNC44NTIgMS43ODUtNy4yNzcgMi43NDctLjU0Mi4yMzEtMS4wMjguNzUtMS42NjQgMS4xODYgMS40NDEgMS4wMTQgMi40NzguMDcyIDMuNTQ0LS4xNDYgMS4xMi0uMjA3IDIuMTk0LS42MTcgMy41NjgtLjk5OS0xLjQyNiAzLjU4Mi0zLjM0IDYuNTItNS42OTQgOS4xNTUtOC41OTMgOS42OTctMTkuNjEyIDE0LjA3NS0zMi4zNzIgMTQuMzM4LTEuNjY2LjAyMy0zLjMyMy0uMTQ2LTQuOTgtLjE3Ni0uNDU4LjA4MS0uODg0LjE0LTEuNjQyLjE5NHoiIGZpbGw9IiM0MDlFRUYiLz48L3N2Zz4=");
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    transform: rotate(0deg)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector-discount__message {
    margin-bottom: 3px;
    padding: 7px 8px 7px 12px;
    background-color: #f8e15c;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    transform: skewX(-5deg) translateX(27px)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector-discount__message>* {
    transform: skewX(5deg)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup [style*="--bx-sb-popup-product-number"] .bx-sb-04-b24-price-table-window__column[style*="--bx-sb-popup-column-number"] {
    --k: var(--bx-sb-popup-product-number, 0);
    --i: var(--bx-sb-popup-column-number, 0);
    --sgn: clamp(-1, min(var(--i) - var(--k), var(--k) - var(--i)), 1)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .5;
    visibility: hidden;
    transition: opacity .13ms ease-in-out;
    z-index: 3000
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup[data-sb-popup-opened] {
    opacity: 1;
    visibility: visible
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__overflow {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(38, 38, 38, .15)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup:not([data-sb-popup-opened]) {
    width: 0;
    height: 0;
    overflow: hidden
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__inner {
    position: absolute;
    width: calc(100% - 80px);
    max-height: calc(90% - 70px);
    height: 100%;
    max-width: 400px;
    top: 50%;
    left: 50%;
    padding: 15px 10px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 14px 16px 0 rgba(82, 92, 105, .23);
    transform: translate(-50%, -50%);
    z-index: 1
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__close {
    position: absolute;
    top: -37px;
    right: 0;
    width: 32px;
    height: 32px;
    border: 2px solid hsla(0, 0%, 100%, .7);
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .1);
    opacity: 1;
    transition: all 300ms ease;
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__close:hover {
    border: 2px solid #fff;
    background-color: rgba(0, 0, 0, .2)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__close:before,
.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background-color: #fff
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__close:before {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__close:after {
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__content {
    height: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__content {
    font-size: 12px;
    font-weight: 600;
    line-height: 1
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__windows {
    height: calc(100% - 55px)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup-control {
    position: absolute;
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 0;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup-control_column {
    display: flex
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup-control__nav_next,
.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup-control__nav_prev {
    position: relative;
    width: 35px;
    height: 90px;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup-control__nav_next {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUyIiBoZWlnaHQ9IjE1MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWx0ZXI9InVybCgjYSkiPjxjaXJjbGUgY3g9Ijc2IiBjeT0iNzQiIHI9IjcyIiB0cmFuc2Zvcm09InJvdGF0ZSgtMTgwIDc2IDc0KSIgZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIuNTUiLz48L2c+PGcgZmlsdGVyPSJ1cmwoI2IpIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0ibTQ1LjM2IDg0Ljg0MS04LjY3OC04LjY3NkwzNC40MzUgNzRsMi4yNDctMi4xNjYgOC42NzctOC42NzctMy4wNjItMy4wNjJMMjguMzk0IDc0bDEzLjkwMyAxMy45MDQgMy4wNjItMy4wNjJ6IiBmaWxsPSIjZmZmIi8+PC9nPjxkZWZzPjxmaWx0ZXIgaWQ9ImEiIHg9IjAiIHk9IjAiIHdpZHRoPSIxNTIiIGhlaWdodD0iMTUyIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+PGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz48ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+PGZlT2Zmc2V0IGR5PSIyIi8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMiIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4wNDc1NzUgMCIvPjxmZUJsZW5kIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvdyIvPjxmZUJsZW5kIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvdyIgcmVzdWx0PSJzaGFwZSIvPjwvZmlsdGVyPjxmaWx0ZXIgaWQ9ImIiIHg9IjI0LjM5NCIgeT0iNTguMDk1IiB3aWR0aD0iMjQuOTY2IiBoZWlnaHQ9IjM1LjgwOCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPjxmZU9mZnNldCBkeT0iMiIvPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjIiLz48ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz48ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMSAwIi8+PGZlQmxlbmQgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93IiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PC9kZWZzPjwvc3ZnPg==");
    background-position: left center;
    transform: translateX(-100%)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup-control__nav_prev {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUyIiBoZWlnaHQ9IjE1MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWx0ZXI9InVybCgjYSkiPjxjaXJjbGUgY3g9Ijc2IiBjeT0iNzQiIHI9IjcyIiBmaWxsPSIjZmZmIiBmaWxsLW9wYWNpdHk9Ii41NSIvPjwvZz48ZyBmaWx0ZXI9InVybCgjYikiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMTA2LjY0MSA2My4xNTggOC42NzcgOC42NzdMMTE3LjU2NSA3NGwtMi4yNDcgMi4xNjYtOC42NzcgOC42NzcgMy4wNjIgMy4wNjJMMTIzLjYwNiA3NGwtMTMuOTAzLTEzLjkwNC0zLjA2MiAzLjA2MXoiIGZpbGw9IiNmZmYiLz48L2c+PGRlZnM+PGZpbHRlciBpZD0iYSIgeD0iMCIgeT0iMCIgd2lkdGg9IjE1MiIgaGVpZ2h0PSIxNTIiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz48ZmVPZmZzZXQgZHk9IjIiLz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIyIi8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjA0NzU3NSAwIi8+PGZlQmxlbmQgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93IiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PGZpbHRlciBpZD0iYiIgeD0iMTAyLjY0MSIgeT0iNTguMDk3IiB3aWR0aD0iMjQuOTY2IiBoZWlnaHQ9IjM1LjgwOCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPjxmZU9mZnNldCBkeT0iMiIvPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjIiLz48ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz48ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMSAwIi8+PGZlQmxlbmQgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93IiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PC9kZWZzPjwvc3ZnPg==");
    background-position: right center;
    transform: translateX(100%)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__windows .bx-sb-04-b24-price-table-window:not([data-sb-popup-opened]) {
    display: none
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window [data-sb-tooltip-hover] {
    padding: 6px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window [data-sb-tooltip-hover]:before {
    width: 11px;
    height: 11px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_check,
.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window .bx-sb-04-b24-price-table-icon.bx-sb-04-b24-price-table-icon_uncheck {
    background-size: 12px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__prologue {
    flex: 0 0 auto;
    margin-bottom: 3px;
    padding-bottom: 13px;
    border-bottom: 2px solid rgba(47, 198, 246, .22)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__prologue .bx-sb-04-b24-price-table-window__row {
    flex-direction: column
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__content {
    flex: 1;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(82, 92, 105, .35) rgba(82, 92, 105, .1)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__content::-webkit-scrollbar-track {
    width: 11px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__content::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(82, 92, 105, .1);
    border-radius: 6px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__content::-webkit-scrollbar-thumb {
    background-color: rgba(82, 92, 105, .35);
    border-radius: 6px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__categories {
    margin-top: 34px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__order {
    margin-top: 15px;
    flex: 0 0 auto
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__order .bx-sb-04-b24-price-table-order__button {
    min-width: 100px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__order .bx-sb-04-b24-price-table-order__description {
    transform: translateY(0.75em)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__content .bx-sb-04-b24-price-table-window__row {
    border-radius: 5px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__content .bx-sb-04-b24-price-table-window__row {
    padding: 7px 0
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__supply .bx-sb-04-b24-price-table-window__row.bx-sb-04-b24-price-table-window__row_line {
    background-color: rgba(237, 238, 240, .3)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__categories {
    padding: 10px 0;
    background-color: rgba(47, 198, 246, .05);
    border-radius: 18px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__sidebar {
    flex: 1 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    width: 100%;
    margin-left: 10px;
    margin-right: 0
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__sidebar.bx-sb-04-b24-price-table-window__sidebar_subsection {
    padding-left: 5px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__sidebar.bx-sb-04-b24-price-table-window__sidebar_sub {
    padding-left: 10px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__sidebar.bx-sb-04-b24-price-table-window__sidebar_subinner {
    padding-left: 15px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__sidebar .bx-sb-04-b24-price-table-window-sidebar__message {
    font-weight: 400
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__sidebar.bx-sb-04-b24-price-table-window__sidebar_section .bx-sb-04-b24-price-table-window-sidebar__message,
.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__sidebar.bx-sb-04-b24-price-table-window__sidebar_subsection .bx-sb-04-b24-price-table-window-sidebar__message {
    font-weight: 600
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__sidebar.bx-sb-04-b24-price-table-window__sidebar_sub .bx-sb-04-b24-price-table-window-sidebar__message {
    font-weight: 500
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__sidebar.bx-sb-04-b24-price-table-window__sidebar_sub .bx-sb-04-b24-price-table-window-sidebar__message {
    color: #262626;
    font-size: 12px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__row.bx-sb-04-b24-price-table-window__row_categories-title {
    color: rgba(82, 92, 105, .56);
    font-size: 11px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__body {
    flex: 1 0 50%;
    max-width: 50%;
    width: 50%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__columns {
    display: flex;
    align-items: center;
    justify-content: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__column {
    flex: 1 0;
    padding: 0 2px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__row .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__columns,
.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__row .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__column {
    height: 100%
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__row [data-sb-tooltip] {
    width: 350px;
    top: auto
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__row.bx-sb-04-b24-price-table-window__row_click {
    margin: 0 5px;
    border-radius: 18px;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__row.bx-sb-04-b24-price-table-window__row_click:hover {
    background-color: rgba(82, 92, 105, .04)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__row.bx-sb-04-b24-price-table-window__row_click .bx-sb-04-b24-price-table-window-sidebar__message {
    padding-bottom: 1px;
    border-bottom: 1px dashed rgba(38, 38, 38, .5)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-header_center {
    display: flex;
    justify-content: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-header__title {
    font-size: 19px;
    font-weight: 600;
    line-height: 1
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-header__soon,
.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-header__new {
    display: inline-block;
    margin-top: 3px;
    padding: 2px 5px;
    border-radius: 10px;
    color: #fff;
    font-size: 12px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-header__soon {
    background-color: #21bdee
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-header__new {
    background-color: #00b23e
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-header__product {
    margin: 0 auto;
    padding: 10px 5px;
    max-width: 160px;
    min-width: 100%;
    background-color: rgba(33, 189, 238, .15);
    border-radius: 18px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-header__product_green {
    background-color: rgba(169, 212, 0, .23)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-header__product_aquamarine {
    background-color: rgba(49, 247, 237, .2)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-sidebar {
    position: relative
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-sidebar__content {
    display: inline
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-sidebar__message {
    display: inline;
    line-height: 1.25
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-sidebar__message_tooltip {
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-sidebar__soon,
.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-sidebar__new {
    display: inline;
    padding: 1px 5px;
    border-radius: 10px;
    color: #fff
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-sidebar__soon {
    background-color: #21bdee
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-sidebar__new {
    background-color: #00b23e
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-body__content {
    width: 100%;
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-body__message {
    font-weight: 500;
    line-height: 1
}

.bx-sb-04-b24-price-table [data-sb-tooltip-hover] {
    position: relative;
    display: inline;
    width: 0;
    height: 0;
    left: 22px;
    margin: auto 0 auto -12px;
    padding: 6px 0;
    border-radius: 100%;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    cursor: pointer;
    z-index: 1
}

.bx-sb-04-b24-price-table [data-sb-tooltip-hover]:before {
    content: "";
    position: absolute;
    display: inline;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC45ODEgNS40OWE1LjQ5IDUuNDkgMCAxIDAtMTAuOTggMCA1LjQ5IDUuNDkgMCAwIDAgMTAuOTggMHpNMy4zNyA0LjA1NGMwLS4yNjkuMDg2LS41NDEuMjU5LS44MTcuMTcyLS4yNzYuNDI0LS41MDQuNzU1LS42ODUuMzMtLjE4LjcxNi0uMjcxIDEuMTU4LS4yNzEuNDEgMCAuNzcyLjA3NSAxLjA4NS4yMjcuMzE0LjE1LjU1Ny4zNTcuNzI4LjYxNy4xNzEuMjYuMjU3LjU0My4yNTcuODQ4IDAgLjI0LS4wNS40NTEtLjE0Ny42MzJhMS45MzQgMS45MzQgMCAwIDEtLjM0OC40NjljLS4xMzQuMTMxLS4zNzUuMzUzLS43MjMuNjY0YTIuOTQgMi45NCAwIDAgMC0uMjMxLjIzLjkzOC45MzggMCAwIDAtLjEzLjE4My44OS44OSAwIDAgMC0uMDY1LjE2NiA2LjM3MyA2LjM3MyAwIDAgMC0uMDcuMjljLS4wNTQuMjk0LS4yMjIuNDQxLS41MDUuNDQxYS41MTYuNTE2IDAgMCAxLS4zNzEtLjE0NGMtLjEtLjA5Ni0uMTUtLjIzOS0uMTUtLjQyOCAwLS4yMzguMDM2LS40NDMuMTEtLjYxNy4wNzMtLjE3NC4xNy0uMzI3LjI5Mi0uNDU4YTYuNyA2LjcgMCAwIDEgLjQ5Mi0uNDdjLjE4MS0uMTU4LjMxMi0uMjc3LjM5My0uMzU4LjA4LS4wOC4xNDgtLjE3LjIwMy0uMjY5YS42NTEuNjUxIDAgMCAwIC4wODMtLjMyMi43NS43NSAwIDAgMC0uMjUyLS41NzNjLS4xNjktLjE1Ni0uMzg2LS4yMzMtLjY1MS0uMjMzLS4zMTIgMC0uNTQuMDc4LS42ODguMjM1LS4xNDcuMTU3LS4yNzEuMzg4LS4zNzMuNjk0LS4wOTYuMzItLjI3OC40NzktLjU0Ny40NzlhLjUzOC41MzggMCAwIDEtLjQwMS0uMTY4LjUxMi41MTIgMCAwIDEtLjE2My0uMzYyem0xLjYxOCA0LjQ4MWMuMTI5LjExMi4yOC4xNjguNDUyLjE2OGEuNjQ0LjY0NCAwIDAgMCAuNDQtLjE3LjU5Mi41OTIgMCAwIDAgLjE5Mi0uNDY3LjYxMS42MTEgMCAwIDAtLjE4My0uNDUuNjExLjYxMSAwIDAgMC0uNDUtLjE4Mi42My42MyAwIDAgMC0uNjQ0LjYzMmMwIC4yMDEuMDY0LjM1OC4xOTMuNDd6IiBmaWxsPSIjQjFCN0M1IiBvcGFjaXR5PSIuNzM4Ii8+PC9zdmc+");
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 1;
    transform: translate(-50%, -50%);
    z-index: 2
}

.bx-sb-04-b24-price-table [data-sb-tooltip] {
    position: absolute;
    display: none;
    min-width: 260px;
    max-width: 100%;
    top: 100%;
    margin-top: 15px;
    padding: 20px 12px;
    background: #fff;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    z-index: 4
}

.bx-sb-04-b24-price-table [data-sb-tooltip]:before,
.bx-sb-04-b24-price-table [data-sb-tooltip]:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 10px;
    left: var(--tooltip-angel-left);
    bottom: 100%;
    border-left: 14px solid rgba(0, 0, 0, 0);
    border-right: 14px solid rgba(0, 0, 0, 0);
    border-bottom: 14px solid #e9ecef;
    z-index: 5
}

.bx-sb-04-b24-price-table [data-sb-tooltip]:after {
    left: 12px;
    left: calc(var(--tooltip-angel-left) + 2px);
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    border-bottom: 13px solid #fff
}

.bx-sb-04-b24-price-table [data-sb-tooltip][data-sb-tooltip-opened] {
    display: block
}

.bx-sb-04-b24-price-table.equal .bx-sb-04-b24-price-table__features_n-equal {
    display: none
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row.bx-sb-04-b24-price-table__features.subsection-hidden:not(.bx-sb-04-b24-price-table__features_section) {
    display: none
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-switch {
    display: none;
    align-items: center;
    flex-direction: column
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-switch__title {
    margin: 10px auto;
    color: #21bdee;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-switch__runner {
    display: block;
    position: relative;
    width: 44px;
    height: 24px;
    margin: 0 22px;
    font-size: 14px;
    line-height: 1
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-switch__slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: 2px solid #21bdee;
    border-radius: 12px;
    transition: .4s linear;
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-switch__slide:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 3px;
    bottom: 2px;
    background-color: #21bdee;
    border-radius: 100%;
    -webkit-transition: .4s;
    transition: .4s
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-switch__runner.checked .bx-sb-04-b24-price-table-feature-switch__slide:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 15px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-header__title {
    margin-bottom: 15px;
    font-size: 19.2px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-archive {
    display: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 30px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-archive__title {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    margin: 10px;
    color: #21bdee;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-archive__title:hover {
    color: #21bdee;
    text-decoration: none;
    opacity: .7
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-archive__title_icon-1:before,
.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-archive__title_icon-2:before {
    content: "";
    display: block;
    margin-right: 10px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-archive__title_icon-1:before {
    width: 22px;
    height: 30px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAfCAYAAAD9cg1AAAAB8klEQVRIie2WP0gcQRSHv5PDkWCqqIUcJJBCtNJmggEhRSBRDFhJ7MTqrFLERmwDVsHWSiwstDFdSMBKJMFpTkNALFIEbPyDRBRkcp7K23tjxnPPRmzCPpjbmffN+72Z2d3bl8P5HeCAdGsDHgK/6vCnwDGwV4e3gPMbdaCwaZwv3cJLyZz6fCOvnUZgG8gpMsDHaKIFPgMn6mkGBiI+AbwHvHougA7pNKjjAXCENU+SBiNAIVpLO7AQ8QX1BSskMf/4kWpeJbg3yxJkCe5u+UihGedfaL87RbkQ8UIK78aF9yx5EROrJrDmD84vAaPqPwfmgX4dfwdeR/xAfcGWlYWFLalmtANrpm6syfl+ZbtAMYWH2FVgNe08s8c0S5Al+B8S5K+NnH8OPAZWsGa/hknl8UpHX7Hmbw1vBV4Cv7HmW3A3RBNmAKlxpERxON8VsSZgDRjWtqa+wLuSmGrstGpFO3D+ETAIdGLNGc6vA++AQ533BviJNWM6f059wWTuJNYs4rxobuH8h3gHoeC60Gul5gEQXo7G5Sgm6FRqNHLVHykdrZGPxayev5SKb4EhLcDkOyD3Rv7/ZWdiz4BeQM76C7AIfNJrj96HomjHqxzXclFKyD6s+XFFrDlVwRVtveoLfDOJqcaKhmjpNu6zuoaWS+swnRAL4ID2AAAAAElFTkSuQmCC")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-feature-archive__title_icon-2:before {
    width: 32px;
    height: 26px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAaCAYAAADWm14/AAACn0lEQVRIicWWTYhNYRjHf8bkRb4WVhZMPhKllOa1G8RGUyRsdKVhIVmMsjM+hlKzwkZSE3c1G0WRj7oXI2Wm12dpotzUZIXZaHz0KtL7nue6x7nnk8F/cU/nnOd5/v//c859njOJOBhbAZYC32PvF0cr8BitNkczmwUYuxh4CdwALmdQrZfj7Yy4XcBqoA2t3mUJKAMbgDmSMJZY1tgz/qjVgZSY+UANeA9cisa2RIKd+xKwHXgFHMpwlgeuxgNgD7BXBCUIgMNAFa2GJHEfxs77beqAbDfQi1a3gIdAT7yAhvtef67VTeAJcPSP3Ws1KOdHfCcCroiAhvvh0LUe78DYRYWpw+7r0Oqe54BjvwqIum8kOOWDorwoou7DRndg7PJwB+Lc1+Eewc56Qk73C5rcN0w9Aq4BJwMBxi6Jdd9IGJaEEwU6cDzBfR2uO5swdpWbUOflZZuKsWsTEq4C/Ri7UV7OZBi7xncMDqbUc7gDnHUC1smFuzmctQPpAmCrvFunc9TzM/qt/79rdSXD2QvgTY6aT/0o12pZRr0twDmntCItSwtul+VUzSGg6mODnDQ4zooT0Ad0YmwpgdzthItAGa2yOxDElH1OkBtXs+Q5oa8FrUaA/cAFjD31c1YbqzDWrU8DWKA7h/s6uiXH+BquFjKcHIfjcpxajbSI6n5R5LbgKMaOA5+AAeA60IFW47npg9gOyR3wtYKao8LRKZyJ3wMLAZfwDK2+JBLlW8fTgJXATOA1WtXCt1tj1Ndkf08MAgNDSbWi6/if478LaH4EaTB2BjA3FDHL/xrbFro2hlYf/44A2CYzIYqu0HmXzIFciP8sT4KxU4DpGVGf0errxAowdgUwuZBY+IZWz7OC8j6C+8DsggI+yKd9MoAf6pTZq4mqlYgAAAAASUVORK5CYII=")
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__epilogue_archive {
    display: flex;
    flex-direction: column;
    align-items: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-epilogue__compare {
    margin: 49px 0 43px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-epilogue-compare {
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-epilogue-compare+.bx-sb-04-b24-price-table-epilogue-compare {
    margin-top: 20px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-epilogue-compare__button {
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding: 16px 28px;
    background-color: #cfee52;
    border-radius: 30px;
    color: #262626;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    transition: all .2s ease-in-out
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-epilogue-compare__button:hover {
    color: #262626;
    background-color: #cfff27
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-epilogue__archive {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 45px;
    padding-top: 38px
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-epilogue__archive:not(:first-child) {
    border-top: 1px solid rgba(82, 92, 105, .1)
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-epilogue__description {
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-epilogue__link {
    display: inline;
    border-bottom: 1px dashed #2066b0;
    color: #2066b0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-epilogue__link:hover {
    color: #2066b0
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__epilogue .bx-sb-04-b24-price-table-epilogue-compare_terms_link input {
    display: none
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-epilogue__sale-rules {
    max-width: 980px;
    margin: 30px auto 0;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__epilogue .bx-sb-04-b24-price-table-epilogue-compare_terms_link:has(input[type=checkbox]:not(:checked))~.bx-sb-04-b24-price-table-epilogue__sale-rules {
    display: none
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-epilogue__conditions {
    margin: 30px auto 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-epilogue__conditions:first-child {
    margin-top: 0
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__runner {
    position: absolute;
    display: none;
    width: calc(100% - 12px);
    height: 0;
    left: 50%;
    margin: 0 auto;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 18px;
    transform: translateX(-50%);
    transition: opacity .1ms ease-in-out, top .13ms ease-in-out;
    opacity: 0;
    z-index: -1
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__runner[data-sb-runner-active] {
    border-color: rgba(33, 189, 238, .5);
    opacity: 1
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window .bx-sb-04-b24-price-table-order__content {
        position: relative
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window .bx-sb-04-b24-price-table-order__content .bx-sb-04-b24-price-table-order__button {
        display: inline-block
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window .bx-sb-04-b24-price-table-order__content .portal-buy-button-tooltip__window {
        position: static
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window .bx-sb-04-b24-price-table-order__content .portal-buy-button-tooltip-window {
        top: auto;
        bottom: calc(100% + 10px)
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window .bx-sb-04-b24-price-table-order__content .portal-buy-button-tooltip-window__overlay {
    display: none
}

.bx-sb-slide-panel {
    width: 100%;
    height: 100%
}

.bx-sb-slide-panel .bx-sb-slide-panel__frame-body,
.bx-sb-slide-panel .bx-sb-slide-panel__frame {
    width: 100%;
    height: 100%
}

/* End */


/* Start:/local/components/sb/price.table.bitrix24/templates/default.prices.table.v4/style.media.min.css?174436812113565*/
.bx-sb-04-b24-price-table {
    width: calc(100% + 60px);
    margin: 0 -30px
}

@media (max-width: 767px) {
    .bx-sb-04-b24-price-table {
        width: 100%;
        margin: 0;
    }
}

@media(min-width: 1250px) {
    .bx-sb-04-b24-price-table {
        width: 100%;
        margin: 0 -15px
    }
}

@media(min-width: 1250px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__outer {
        max-width: 1110px
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__inner {
    padding: 0 35px 0 30px
}

@media(min-width: 1380px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__inner {
        padding: 0 44px
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row {
        justify-content: space-between;
        flex-direction: row
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__sidebar {
        flex-basis: 260px;
        max-width: 260px;
        padding-right: 15px
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__body {
        width: auto;
        flex-basis: calc(100% - 260px);
        max-width: calc(100% - 260px)
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns_col {
        flex-direction: row;
        align-items: stretch;
        flex-wrap: wrap
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns_col {
        flex-wrap: nowrap
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column {
        width: 100%
    }
}

@media(max-width: 991.98px) {
    .bx-sb-04-b24-price-table_wobbler .bx-sb-04-b24-price-table__columns {
        transform: none !important
    }
}

@media(max-width: 991.98px) {
    .bx-sb-04-b24-price-table_wobbler .bx-sb-04-b24-price-table__columns .bx-sb-04-b24-price-table__column {
        opacity: 1 !important
    }
}

@media(min-width: 992px) {

    .bx-sb-04-b24-price-table_wobbler[data-sb-b24-price-wobbler=PROJECT]:not([data-wobbler-animation]) .bx-sb-04-b24-price-table__column[data-sb-column=ENT],
    .bx-sb-04-b24-price-table_wobbler[data-sb-b24-price-wobbler=ENT]:not([data-wobbler-animation]) .bx-sb-04-b24-price-table__column[data-sb-column=PROJECT] {
        height: 0;
        visibility: hidden;
        overflow: hidden
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns_col .bx-sb-04-b24-price-table__column {
        flex-basis: auto;
        max-width: 50%
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns_col .bx-sb-04-b24-price-table__column {
        margin-bottom: 0
    }
}

@media(min-width: 992px) {

    .bx-sb-04-b24-price-table_count_1 .bx-sb-04-b24-price-table__column,
    .bx-sb-04-b24-price-table_count_1 .bx-sb-04-b24-price-table__columns_col .bx-sb-04-b24-price-table__column {
        flex-basis: 100%;
        max-width: 100%
    }
}

@media(min-width: 992px) {

    .bx-sb-04-b24-price-table_count_2 .bx-sb-04-b24-price-table__column,
    .bx-sb-04-b24-price-table_count_2 .bx-sb-04-b24-price-table__columns_col .bx-sb-04-b24-price-table__column {
        flex-basis: 50%;
        max-width: 50%
    }
}

@media(min-width: 992px) {

    .bx-sb-04-b24-price-table_count_3 .bx-sb-04-b24-price-table__column,
    .bx-sb-04-b24-price-table_count_3 .bx-sb-04-b24-price-table__columns_col .bx-sb-04-b24-price-table__column {
        flex-basis: 33%;
        max-width: 33%
    }
}

@media(min-width: 992px) {

    .bx-sb-04-b24-price-table_count_4 .bx-sb-04-b24-price-table__column,
    .bx-sb-04-b24-price-table_count_4 .bx-sb-04-b24-price-table__columns_col .bx-sb-04-b24-price-table__column {
        flex-basis: 25%;
        max-width: 25%
    }
}

@media(min-width: 992px) {

    .bx-sb-04-b24-price-table_count_5 .bx-sb-04-b24-price-table__column,
    .bx-sb-04-b24-price-table_count_5 .bx-sb-04-b24-price-table__columns_col .bx-sb-04-b24-price-table__column {
        flex-basis: 20%;
        max-width: 20%
    }
}

@media(min-width: 992px) {

    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row .bx-sb-04-b24-price-table__columns,
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__row .bx-sb-04-b24-price-table__column {
        height: 100%
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column:first-child {
        margin-left: 0
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column:last-child {
        margin-right: 0
    }
}

@media(max-width: 991.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__column[data-sb-column=PROJECT] {
        display: none
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns:has(.bx-sb-04-b24-price-table__header>.bx-sb-04-b24-price-table-header>.bx-sb-04-b24-price-table-header__popular-label) .bx-sb-04-b24-price-table__header {
        padding-top: 50px
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__columns:has(.bx-sb-04-b24-price-table__header>.bx-sb-04-b24-price-table-header>.bx-sb-04-b24-price-table-header__popular-label) .bx-sb-04-b24-price-table__header:has(>.bx-sb-04-b24-price-table-header>.bx-sb-04-b24-price-table-header__popular-label) {
        padding-top: 20px
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-header__title {
    font-size: 20px;
    font-size: 20px
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-header__title {
        font-size: 16px
    }
}

@media(min-width: 1117px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-header__title {
        font-size: 18px
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__value {
    min-height: 26px
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__value {
        min-height: 16px;
        white-space: nowrap
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__message,
.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__value span {
    font-size: 21px
}

@media(min-width: 992px) {

    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__message,
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__value span {
        font-size: 18px
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__discount {
    font-size: 14px
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__discount {
        font-size: 12px
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__description {
    font-size: 12px
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-price__description {
        font-size: 10px
    }
}

@media(max-width: 1249.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers .bx-sb-04-b24-price-table-wobblers__section {
        padding: 4px 14px 6px
    }
}

@media(max-width: 1249.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers .bx-sb-04-b24-price-table-wobblers__message {
        font-size: 14px
    }
}

@media(min-width: 1380px) {

    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers__position_previous,
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-wobblers__position_next {
        transform: rotate(90deg)
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue {
        justify-content: space-between;
        flex-direction: row
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue__section:not(:first-child) {
        margin-top: 0
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue__title {
    margin-top: 26px;
    margin-bottom: 26px;
    text-align: center
}

@media(max-width: 991.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue__title {
        margin-top: 16px;
        margin-bottom: 9px
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-title__title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1
}

@media(max-width: 991.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-title__title {
        font-size: 26px
    }
}

@media(max-width: 767.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-title__title {
        font-size: 24px
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-title__subtitle {
    margin-top: 14px
}

@media(max-width: 991.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-title__subtitle {
        margin-top: 8px
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-title__description {
    margin-top: 14px;
    color: #828b95;
    font-size: 18px
}

@media(max-width: 991.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-title__description {
        margin-top: 8px;
        font-size: 16px
    }
}

@media(max-width: 767.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-title__description {
        font-size: 14px
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-prologue-title__description br {
    content: "";
    padding-right: .5ch
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply {
        justify-content: normal
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__list .bx-sb-04-b24-price-table-supply__list {
    margin-left: 19px
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__list .bx-sb-04-b24-price-table-supply__list {
        margin-left: 10px
    }
}

@media(min-width: 1380px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__list .bx-sb-04-b24-price-table-supply__list {
        margin-left: 19px
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__inner {
        align-items: stretch
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__message {
    font-size: 15px;
    font-size: 15px
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__message {
        font-size: 12px
    }
}

@media(min-width: 1380px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__message {
        font-size: 13.6px
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__message_empty {
        display: block
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-supply__list>.bx-sb-04-b24-price-table-supply__list .bx-sb-04-b24-price-table-supply__message_empty {
        display: block
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-archive {
        flex-direction: row
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-archive__description {
        margin-right: 10px;
        margin-bottom: 0
    }
}

@media(max-width: 767.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-switcher__button {
        padding: 8px 18px;
        font-size: 12px
    }
}

.bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector-discount {
    z-index: 0
}

@media(max-width: 767.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector-discount {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        left: auto;
        right: 0;
        bottom: 41px
    }
}

@media(max-width: 767.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector-discount:after {
        width: 32px;
        height: 18px;
        transform: rotate(-17deg)
    }
}

@media(max-width: 767.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector-discount__message {
        margin-bottom: 7px;
        font-size: 12px;
        transform: skewX(-5deg) translateX(20%)
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector {
        flex-direction: row
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector__switcher:has(+.bx-sb-04-b24-price-table-selector-discount) .bx-sb-04-b24-price-table-switcher-message {
        margin-bottom: 15px
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-selector__description {
        margin-right: 10px;
        margin-bottom: 0
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] {
        min-width: 160px
    }
}

@media(min-width: 1117px) {
    .bx-sb-04-b24-price-table [data-sb-selector-select-section][data-sb-selector-type=user] {
        min-width: 180px
    }
}

@media(min-width: 576px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__inner {
        width: calc(100% - 80px);
        max-width: 500px
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__inner {
        max-width: 1012px;
        padding: 17px 20px
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__close {
        top: -22px;
        right: -22px
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup-control {
        display: flex
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup-control_column {
        display: none
    }
}

@media(min-width: 576px) {

    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup-control__nav_next,
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup-control__nav_prev {
        width: 40px;
        height: 100px
    }
}

@media(min-width: 768px) {

    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup-control__nav_next,
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup-control__nav_prev {
        width: 55px;
        height: 144px
    }
}

@media(max-width: 991.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup [style*="--bx-sb-popup-product-number"] .bx-sb-04-b24-price-table-window__column[style*="--bx-sb-popup-column-number"] {
        max-width: calc(100%*(1 + var(--sgn)));
        padding: 0 calc(2*var(--sgn, 1)*1px);
        overflow: hidden
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__prologue .bx-sb-04-b24-price-table-window__row {
        flex-direction: row
    }
}

@media(max-width: 767.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__prologue .bx-sb-04-b24-price-table-window__row .bx-sb-04-b24-price-table-window__sidebar {
        flex: 1 0 auto;
        max-width: 100%;
        margin: 0 auto 10px;
        text-align: center
    }
}

@media(max-width: 767.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__order .bx-sb-04-b24-price-table-window .bx-sb-04-b24-price-table-window__sidebar {
        display: none
    }
}

@media(max-width: 767.98px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-popup__order .bx-sb-04-b24-price-table-window .bx-sb-04-b24-price-table-window__body {
        margin: 0 auto
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__sidebar {
        flex-basis: 200px;
        max-width: 200px;
        margin-left: 19px;
        margin-right: 15px
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window__body {
        width: auto;
        flex-basis: calc(100% - 234px);
        max-width: calc(100% - 234px)
    }
}

@media(min-width: 768px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table-window-header__product {
        display: inline-block
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__runner {
        display: block;
        max-width: 1238px
    }
}

@media(min-width: 1380px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__runner {
        max-width: 1338px
    }
}

@media(min-width: 992px) {
    .bx-sb-04-b24-price-table .bx-sb-04-b24-price-table__wobblers {
        display: block
    }
}

/* End */
/* /local/components/sb/price.table.bitrix24/templates/default.prices.table.v4/style.min.css?174436812184163 */
/* /local/components/sb/price.table.bitrix24/templates/default.prices.table.v4/style.media.min.css?174436812113565 */

/* End */


/* Start:/bitrix/templates/furniture_blue/components/rich/news.list/price_shell1/style.css?1743519279205387*/
/*custom model*/

#prices select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


.tab-prices {
	height: 55px;
}

.tab-prices:hover {
	background: rgba(255,255,255,0.3);
}

.tab-prices .tab-name {
	height: 100%;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
}
.active-tab .tab-name{
	color: black;
}
.switch-block-price {
	display: none;
}

.switch-block-price.active {
	display: block;
}

.bxst-prices-table-sidebar-inner {
	width: 100%;
}

.prices_info {
	width: 1140px;
	margin: 50px auto;
}

#prices .bxst-prices-table-main-section {
	padding: 0px;
}
/*end custom model*/


.price_table_row {
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-direction: row;
	position: relative;
	flex-wrap: wrap;
}

.price_table_sidebar {
	flex: 1 0 220px;
	padding: 10px 14px 3px 5px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	max-width: 220px;
	font-size: 1rem;
	text-align: left;
	line-height:1.5;
	
}

.price_table_tooltip {
	display: none;
	position: absolute;
	top: 100%;
	margin-top: 15px;
	padding: 20px 12px;
	background: #fff;
	font-size: .75rem;
	font-weight: 400;
	line-height: 1.5;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	z-index:2;
	width: 200px;
}

.price_table_row:hover .price_table_tooltip{
	display: block;
}

.price_table_body {
	width: 100%;
	display: inline-flex;
	flex-direction: row;
	/*padding: 0px 14px 0px 5px;*/
}


.price_table_body_group {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: stretch;
}


.price_table_body_free {
	background-color:#f6fbe5;	
}

.price_table_body_special{
	background-color:#e7f9fe;
}

.price_table_body_business{
	background-color: #eff6f9;
}

.price_table_body_item {
	display: flex;
	flex-direction: row;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding: 4px;
	justify-content: center;
	align-items: center;
}


.battery{
	display: block;
	width: 34px;
	height: 16px;
	margin: auto; 
}

.price_legend{
	display:flex;
	flex-direction:row;
	justify-content: center;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

.price_legend img{
	width: 34px;
	height: 20px;
	padding-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
.price_table_body_item p{
	font-size: 14px;
	line-height: 18px;
}
.price_table_body_item[id="first_text"]{
	align-items: baseline;
}
.price_table_runner{
	/*
	height: 100%;
	left:0;
	bottom:0;
	right:0;
	top:0;
	display: none;
	width: 100%;
	position: absolute;
	border-top: 2px dotted #68ddff;
	border-bottom: 2px dotted #68ddff;
	border-left: 2px dotted #68ddff;
	border-right: 2px dotted #68ddff;
	transition: all 0.2s ease-in-out;
	*/
	height: 100%;
	left:0;
	bottom:0;
	right:0;
	top:0;
	display: none;
	width: 100%;
	position: absolute;
	border: 2px solid rgba(33,189,238,0.5);
	transition: all 0.2s ease-in-out;
	border-radius: 18px;
}

.price_table_row:hover .price_table_runner{
	display: block;
}

.price_bottom{
	margin: 20px;
}

.price_bottom_button{
	size: 39px;
	padding: 10px 20px 10px 20px;
	font-size: 24px;
	color: #fff;
	background-color: #3bc8f5;
	border-radius: 25px;
	text-decoration: none;
}

.price_bottom_button:hover{
	background-color: #98eaff;
}
.price_bottom_decoration{
	padding-top: 10px;
	margin-left: 15px;
	margin-bottom: 6px;
	font-size: 24px;
	color: #000;
	text-decoration: none;
	border-bottom: 3px solid #3bc8f5;
}

.price_table_name{
	display:block;
	/*flex-direction:row;
	box-sizing:border-box;
	position:relative;*/
	padding:4px;
	padding-right: 0px;
	padding-left: 0px;
	/*justify-content: center;*/
	color: #fff;
	font-size: 15px;
}

.price_table_name_free{
	background-color:#b7db2a;
	
}

.price_table_name_special{
	background-color:#3bc8f5;
}

.price_table_name_business{
	background-color:#004161;	
}

.price_table_tariff{
	font-size: 15px;
}

.price_table_description{
	font-size: 10px;
	text-align: center;
	color: dimgray;
}

.price_table_number{
	font-size: 23px;
}

.price_table_action_free{
	background-color:#b7db2a;
	border-radius: 15px;
	color:#fff;
	text-decoration: none;
	margin: 10px 5px;
}

.price_table_action_free:hover{
	background-color: #e0fc71;
	text-decoration: none;
}

.price_table_action_special{
	background-color:#3bc8f5;
	border-radius: 15px;
	color:#fff;
	text-decoration: none;
	margin: 10px 5px;
}

.price_table_action_special:hover{
	background-color: #98eaff;
	text-decoration: none;
}

.price_table_action_business{
	background-color:#004161;
	border-radius: 15px;
	color:#fff;
	text-decoration: none;
	margin: 10px 5px;
}

.price_table_action_business:hover{
	background-color: #2c7fa8;
	text-decoration: none;
}

.price_table_body_item_price_value{
	font-size: 20px;
	vertical-align: middle;
}

.price_table_body_free .price_table_body_item_price {
	color:#b7db2a;	
}

.price_table_body_special .price_table_body_item_price{
	color:#3bc8f5;
}

.price_table_body_business .price_table_body_item_price {
	color: #004161;
}

.price_table_sidebar_period{
	border:2px solid #3bc8f5;
	border-radius: 30px;
	color:#3bc8f5;
	padding: 5px 30px 5px 14px;
	width: 100%;
	font-size: 0.87rem;
	font-weight: 400;
}

.price_table_sidebar_options{
	padding: 10px 0;
	font-size: 0.9rem;
	font-weight: 400;
	cursor: pointer;
}

.price_table_body_item_free{
	background-image: url(/prices/images/fire1.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.star{
	color:#3bc8f5;
}

.fire{
	width: 24px;
}

.price_table_title{
	display: flex;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
	justify-content: left;
}

.price_table_sidebar b{
	font-size: 1rem;
}

.bool{
	display:block;
	width: 18px;
	height: 18px;
	margin: auto;
}
.price_limit{
	text-align: center;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	border-bottom: 1px solid #dee2e6;
}

.price_end{
	font-size: 2.25rem;
	font-weight: 400;
	text-align: center;
	letter-spacing: -1px;
	margin:50px 0;
}

.price_end_button{
	size: 39px;
	padding: 10px 20px 10px 20px;
	font-size: 24px;
	color: #fff;
	background-color: #b7db2a;
	border-radius: 25px;
	text-decoration: none;
}

.price_end_button:hover {
	background-color: #e0fc71;
}

.price_top{
	background: linear-gradient(135deg, #08c1ef 0%, #6dcf73 100%);
	width:100%;
	display: flex;
	justify-content: center;
}
.price_top_name{
	display: flex;
	flex: 0 0 100%;
	max-width: 1180px;
	padding: 45.5px 0;
	box-sizing: border-box;
	font-size: 3rem;
	color: white;
}

.price_top_tab{
	display: flex;
	justify-content: center;
	position: relative;
	border-top: 1px solid #fff;
}

details summary {
	outline-style: none;
	list-style: none;
}

details summary::-webkit-details-marker {
	display: none;
}
.price_icon{
	display: inline-block;
	position: relative;
	flex: 0 0 10px;
	width: 10px;
	height: 12px;
	margin: 0 10px 0 0;
	font-size: 0;
}

.price_icon::before {
	content: '';
	display: block;
	position: absolute;
	width: 2px;
	height: 12px;
	background: #68ddff;
	border-radius: 5px;
	transform: rotate(45deg);
	left: 0;
}
.price_icon::after{
	content: '';
	display: block;
	position: absolute;
	width: 2px;
	height: 12px;
	background: #68ddff;
	border-radius: 5px;
	transform: rotate(-45deg);
	right: 0;
}
details span{
	font-weight: bold;
	font-size: 1.2rem;
}

details[open] .price_icon{
	transform: rotate(180deg);
}

.price_switch{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.price_switch_title{
	font-size: .875rem;
	font-weight: 500;
	color: #3bc8f5;
}

.price_switch_runner_outter{
	display: inline-block;
	position: relative;
	width: 44px;
	height: 24px;
	margin: 0 22px;
}

.price_switch_runner{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	border: 2px solid #3bc8f5;
	border-radius: 12px;
	transition: .4s linear;
	cursor: pointer;
}

.price_switch_runner::before{
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	left: 3px;
	bottom: 2px;
	background-color: #3bc8f5;
	border-radius: 100%;
	transition: .4s;
}
.price_switch_runner_active::before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	left: 20px;
	bottom: 2px;
	background-color: #3bc8f5;
	border-radius: 100%;
	transition: .4s;
}
div#price_table_second{
	display: none;
}
.cta-bg{
	padding: 0px 0 100px;
	/*background: url(/prices/images/clouds.svg) no-repeat;*/
	background-position: bottom;
	text-align: center;
}
.tabs-container{
	border-top:1px solid #fff;
}
.tab div{
	color: #fff;
	padding: 18px 15px 22px;
}
.tab:hover{
	transition: 0.5s;
	background-color:rgba(255,255,255,0.3);
	cursor: pointer;
}
.active-tab{
	color: 	#000;
	background-color: #fff;
}
.active-tab div{
	color: 	#000;
}
.active-tab:hover{
	background-color: #fff;
}
.sticky {
  position: fixed;
  top: 0px; 
  -webkit-box-shadow:0px 8px 15px -3px #6c757d;
  -moz-box-shadow:0px 8px 15px -3px #6c757d;
  box-shadow: 0px 8px 15px -3px #6c757d;
  background-color: #fff;
  z-index: 101;
}
.sticky .price_table_body_item[id="first_text"]{
	display: none;
}
.sticky .no_fixed_row{
	display: none;
}
a:hover{
	color: #000!important;
	text-decoration: none!important;
}
.mobile-table{
		display: none;
	}
@media(max-width: 1025px){
	.sidebar-cloud{
		display: none;
	}
	.mobile-table{
		display: block;
	}
	.price_table_body_group {
		width: 100%;
		height: auto;
	}
	div#first_text {
		display: inline-block;
	}
	.price_table_sidebar {
		padding: 10px 200px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		width: 100%;
		max-width: 100%;
		font-size: 1rem;
		line-height: 1.5;
		text-align: center;
	}
	div#box-table{
		display: none;
	}
}
@media(max-width: 426px){
	.price_table_sidebar {
		padding: 10px 0px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		width: 100%;
		max-width: 100%;
		font-size: 1rem;
		line-height: 1.5;
		text-align: center;
	}
	footer .soc_icon_img {
		height: 28px !important;
		width: 28px !important;
	}
	.price_legend {
		display: inline-block;
		flex-direction: row;
		justify-content: center;
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 13px;
	}
	.cta-bg {
		padding: 0px 0 20px;
		background: url(/prices/images/clouds.svg) no-repeat;
		background-position: right;
		text-align: center;
	}
	.price_top_name {
		display: block;
		flex: 0 0 100%;
		max-width: 1180px;
		padding: 41px 15px 47px;
		box-sizing: border-box;
		font-size: 2rem;
		color: white;
		text-align: center;
	}
	.col-sm-4.footer_links {
		padding: 10px 0;
	}
	.price_end {
		font-size: 1.7rem;
		font-weight: 400;
		text-align: center;
		letter-spacing: -1px;
		margin: 50px 0;
	}
	.price_end_button {
		padding: 10px 20px 10px 20px;
		font-size: 19px;
		color: #fff;
		background-color: #b7db2a;
		border-radius: 25px;
		text-decoration: none;
	}
	#prices .bxst-prices-table .bxst-prices-table-sidebar {
		display: none;
	}
	#prices .bxst-prices-table .bxst-prices-table-row-border:last-child .bxst-prices-table-body {
		padding-bottom: 20px;
	}
}
.fheader {
	max-width: 1524px;
	width: 100%;
	margin: auto;
	height: 50px;
	position: relative;
	display: block;
}
.hrich {
	font-family: 'futuramediumcregular';
	font-size: 40px;
	letter-spacing: 10px;
	color: black;
	text-decoration: none;
	float: left;
}
.price_footer{
	padding: 25px 0 15px;
	background: #3d3d3d;
	color: #999999;
	font-size: .875em;
	overflow: hidden;
}
footer .sm span {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: inline-table;
	margin: auto;
	width: 100%;
	text-align: center;
	line-height: 1em;
}
.footer_links a{
	display: inline-block;
	padding: 0 10px;
}
@media (max-width: 1170px) {
	.prices_info {
		width: 1024px;
	}
}
@media (max-width: 1024px) {
	.prices_info {
		width: 100%;
	}	
}
@media (min-width: 1024px){
	footer .soc_icon_img {
		height: 28px !important;
		width: 28px !important;
	}
}	

.bxst-body{min-width:320px}.bxst-body-wst .bxst-header-site-selector-select .bxst-header-site-selector-main-icon{color:#000}.bxst-body-wst .bxst-section-cust-header-menu:before{display:none}.bxst-body-wst #bx-composite-banner,.bxst-body-wst .bx-composite-btn{display:none}.bxst-header+.bxst-main-wrapp{padding-top:75px}.bxst-footer-gradient-primary{background:#6dcf73;background:-moz-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);background:-webkit-gradient(-45deg, color-stop(0%, #08c1ef), color-stop(100%, #6dcf73));background:-webkit-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);background:-o-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);background:linear-gradient(135deg, #08c1ef 0%, #6dcf73 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#08c1ef, endColorstr=#6dcf73)}@media (max-width: 992px){.bxst-header+.bxst-main-wrapp{padding-top:59px}}.bxst-i-icon{display:inline-block;line-height:1}.bxst-i-icon_check-round-mark,.bxst-i-icon_uncheck-round-mark{width:24px;height:24px}.bxst-i-icon_check-round-mark{background:url(/prices/images/icon-check.svg) no-repeat}.bxst-i-icon_uncheck-round-mark{background:url(/prices/images/icon-uncheck.svg) no-repeat}.bxst-header{position:fixed;width:100%;max-height:100%;top:0;left:0;right:0;margin:auto;box-sizing:border-box;z-index:10}.bxst-header .bxst-header-outer{display:flex;align-items:center;justify-content:space-around;position:relative;width:100%;top:0;left:0;right:0;margin:auto;padding:19px 15px 20px;background:#fff;box-shadow:0 0 15px 0 #6c757d;box-sizing:border-box}.bxst-header .bxst-header-inner{flex:1 0 100%;box-sizing:border-box}.bxst-header .bxst-header-cnt{display:flex;align-items:center;justify-content:space-around}.bxst-header .bxst-header-cnt-inner{display:flex;align-items:center;justify-content:space-around;position:relative;width:100%;max-width:1440px;margin:0 auto;box-sizing:border-box}.bxst-header .bxst-header-menu-switch-line{display:block;width:100%;height:3px;background:#065c77;box-sizing:border-box}.bxst-header .bxst-header-menu-switch-line:nth-child(1){-webkit-animation:outMenuButtonTop 0.8s backwards;animation:outMenuButtonTop 0.8s backwards;-webkit-animation-direction:reverse;animation-direction:reverse}.bxst-header .bxst-header-menu-switch-line:nth-child(2){margin:6px 0;-webkit-animation:outMenuButtonMiddle 0.8s backwards;animation:outMenuButtonMiddle 0.8s backwards;-webkit-animation-direction:reverse;animation-direction:reverse}.bxst-header .bxst-header-menu-switch-line:nth-child(3){-webkit-animation:outMenuButtonBottom 0.8s backwards;animation:outMenuButtonBottom 0.8s backwards;-webkit-animation-direction:reverse;animation-direction:reverse}.bxst-header .bxst-header-menu-switch{display:none;position:absolute;width:30px;height:25px;z-index:1}.bxst-header .bxst-header-menu-switch.active .bxst-header-menu-switch-line:nth-child(1){-webkit-animation:inMenuButtonTop 0.8s forwards;animation:inMenuButtonTop 0.8s forwards}.bxst-header .bxst-header-menu-switch.active .bxst-header-menu-switch-line:nth-child(2){-webkit-animation:inMenuButtonMiddle 0.8s forwards;animation:inMenuButtonMiddle 0.8s forwards}.bxst-header .bxst-header-menu-switch.active .bxst-header-menu-switch-line:nth-child(3){-webkit-animation:inMenuButtonBottom 0.8s forwards;animation:inMenuButtonBottom 0.8s forwards}.bxst-header .bxst-header-logo-picture{display:block;margin:0;padding:0}.bxst-header .bxst-header-slide-section{flex:1 0 auto;box-sizing:border-box}.bxst-header .bxst-header-slide-section-outer{display:flex;align-items:center;flex:1 0 auto;box-sizing:border-box}.bxst-header .bxst-header-slide-section-inner{display:flex;align-items:center;justify-content:flex-end;flex:1 0 100%;box-sizing:border-box}.bxst-header .bxst-header-menu{display:flex;align-items:center;justify-content:center;flex:1 0 auto;box-sizing:border-box}.bxst-header .bxst-header-menu-list{display:flex;align-items:center;margin:0;padding:0;list-style:none}.bxst-header .bxst-header-menu-list-item{margin:0 19px}.bxst-header .bxst-header-menu-list-item-link{padding:9px 0;border:1px solid transparent;border-radius:18px;color:#000;font-size:.8125rem;line-height:.8125rem;font-weight:600;text-decoration:none;text-transform:uppercase;transition:all 0.2s ease-in-out;vertical-align:middle}.bxst-header .bxst-header-menu-list-item-link:hover{color:#68ddff}.bxst-header .bxst-header-menu-list-item-link.active{padding:9px 16px;border:1px solid #3bc8f5}.bxst-header .bxst-header-control{display:flex;align-items:center;justify-content:flex-end}.bxst-header .bxst-header-authorization,.bxst-header .bxst-header-site-selector{margin:0 15px}.bxst-header-site-selector-select{position:relative;outline:none}.bxst-header-site-selector-select .bxst-header-site-selector-main-icon{display:flex;align-items:center;color:#ccc;font-size:30px;line-height:30px;opacity:.8;cursor:pointer}.bxst-header-site-selector-select .bxst-header-site-selector-main-icon-title{margin-left:5px;font-size:.8125rem;line-height:.8125rem;font-weight:600;text-transform:uppercase}.bxst-header-site-selector-select .bxst-header-site-selector-wrapp{display:none;position:absolute;right:-5px}.bxst-header-site-selector-select .bxst-header-site-selector-wrapp.active{display:block}.bxst-header-site-selector-select .bxst-header-site-selector-wrapp-outer{padding-top:15px}.bxst-header-site-selector-select .bxst-header-site-selector-wrapp-inner{display:flex;position:relative;max-width:100%;padding:20px 25px;background-color:#fff;border:1px solid #e9ecef;border-radius:5px;font-size:.875rem;line-height:1.8;white-space:nowrap;box-shadow:0 2px 5px 0 rgba(108,117,125,0.5);box-sizing:border-box;z-index:11}.bxst-header-site-selector-select .bxst-header-site-selector-wrapp-inner:before,.bxst-header-site-selector-select .bxst-header-site-selector-wrapp-inner:after{content:'';position:absolute;width:0;height:0;bottom:100%;right:10px;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #e9ecef;z-index:12}.bxst-header-site-selector-select .bxst-header-site-selector-wrapp-inner:after{right:12px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:7px solid #fff}.bxst-header-site-selector-select .bxst-header-site-selector-group{margin:0 25px 5px}.bxst-header-site-selector-select .bxst-header-site-selector-group:first-child{margin-left:0}.bxst-header-site-selector-select .bxst-header-site-selector-group:last-child{margin-right:0}.bxst-header-site-selector-select .bxst-header-site-selector-group-name{margin:0 0 15px;font-size:.875rem;font-weight:600}.bxst-header-site-selector-select .bxst-header-site-selector-item{margin:0 0 10px}.bxst-header-site-selector-select .bxst-header-site-selector-link{color:#262626;text-decoration:none}.bxst-header-site-selector-select .bxst-header-site-selector-link.active{font-weight:600;text-decoration:underline}.bxst-header-authorization .bxst-header-authorization-user{display:flex;align-items:center;justify-content:space-between}.bxst-header-authorization .bxst-header-authorization-user .bxst-header-authorization-user-popup{display:none}.bxst-header-authorization .bxst-header-authorization-user .bxst-header-authorization-user-popup.active{display:block}.bxst-header-authorization .bxst-header-authorization-user-wrapp{display:flex;align-items:center;justify-content:center;position:relative}.bxst-header-authorization .bxst-header-authorization-user-picture{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:3px;background:url(/prices/images/user-no-photo-xs.png?1)}.bxst-header-authorization .bxst-header-authorization-user-picture-icon{display:block;width:100%;margin:0;padding:0;border-radius:3px}.bxst-header-authorization .bxst-header-authorization-user-arrow{position:relative;width:20px;height:9px;margin-left:10px;font-size:0}.bxst-header-authorization .bxst-header-authorization-user-arrow:before,.bxst-header-authorization .bxst-header-authorization-user-arrow:after{content:'';display:block;position:absolute;width:12px;height:2px;top:3px;background:#fff;border-radius:5px}.bxst-header-authorization .bxst-header-authorization-user-arrow:before{left:0;transform:rotate(45deg)}.bxst-header-authorization .bxst-header-authorization-user-arrow:after{right:0;transform:rotate(-45deg)}.bxst-header-authorization-user-popup{display:block;position:absolute;top:100%;right:10px;padding-top:15px;box-sizing:border-box;cursor:auto;z-index:11}.bxst-header-authorization-user-popup-outer{position:relative;min-width:360px;background-color:#fff;border:1px solid #e9ecef;border-radius:5px;color:#000;text-align:left;box-shadow:0 2px 5px 0 rgba(108,117,125,0.5);box-sizing:border-box}.bxst-header-authorization-user-popup-outer:before,.bxst-header-authorization-user-popup-outer:after{content:'';position:absolute;width:0;height:0;bottom:100%;right:18px;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #e9ecef;z-index:12}.bxst-header-authorization-user-popup-outer:after{right:20px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:7px solid #fff}.bxst-header-authorization-user-popup-inner{padding:20px 30px}.bxst-header-authorization-user-popup-title{margin-bottom:20px;font-size:2rem;text-transform:none}.bxst-header-authorization-user-popup-subtitle{margin-bottom:20px;border-bottom:1px solid #e9ecef;color:#adb5bd}.bxst-header-authorization-user-popup-description{margin-bottom:20px;font-size:.875rem;line-height:1.8;text-transform:none}.bxst-header-authorization-user-popup-btn{margin-bottom:20px}.bxst-header-authorization-user-popup-footer-border{margin-bottom:10px;padding-bottom:20px;border-bottom:1px solid #e9ecef}.bxst-header-authorization-user-popup-portals{display:flex;flex-direction:column;max-height:200px;overflow-y:auto}.bxst-header-authorization-user-popup-portal-link{margin-bottom:10px;color:#3bc8f5;font-size:.75rem;line-height:1}.bxst-header-authorization-user-popup-portal-link:hover{color:#68ddff}.bxst-header-authorization-user-popup-footer-title{color:#adb5bd;font-size:.875rem;line-height:1.8;text-transform:none}.bxst-header-authorization-user-popup-footer-link{display:inline-block;border-bottom:2px solid #cfee52;color:#b7db2a;line-height:1.8;text-decoration:none;text-transform:uppercase}.bxst-header-authorization-user-popup-footer-link:hover{color:#cfee52}.bxst-header-authorization-user-popup-footer-logout{display:inline-block;border-bottom:2px solid #ec7063;color:#ec7063;line-height:1.8;text-decoration:none}.bxst-header-authorization-user-popup-footer-logout:hover{color:#ec7063}@-webkit-keyframes inMenuButtonMiddle{50%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(45deg)}}@keyframes inMenuButtonMiddle{50%{transform:rotate(0deg)}100%{transform:rotate(45deg)}}@-webkit-keyframes outMenuButtonMiddle{50%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(45deg)}}@keyframes outMenuButtonMiddle{50%{transform:rotate(0deg)}100%{transform:rotate(45deg)}}@-webkit-keyframes inMenuButtonTop{0%{-webkit-transform:translateY(0px) rotate(0deg)}50%{-webkit-transform:translateY(9px) rotate(0deg)}100%{-webkit-transform:translateY(9px) rotate(135deg)}}@keyframes inMenuButtonTop{0%{transform:translateY(0px) rotate(0deg)}50%{transform:translateY(9px) rotate(0deg)}100%{transform:translateY(9px) rotate(135deg)}}@-webkit-keyframes outMenuButtonTop{0%{-webkit-transform:translateY(0px) rotate(0deg)}50%{-webkit-transform:translateY(9px) rotate(0deg)}100%{-webkit-transform:translateY(9px) rotate(135deg)}}@keyframes outMenuButtonTop{0%{transform:translateY(0px) rotate(0deg)}50%{transform:translateY(9px) rotate(0deg)}100%{transform:translateY(9px) rotate(135deg)}}@-webkit-keyframes inMenuButtonBottom{0%{-webkit-transform:translateY(0px) rotate(0deg)}50%{-webkit-transform:translateY(-9px) rotate(0deg)}100%{-webkit-transform:translateY(-9px) rotate(135deg)}}@keyframes inMenuButtonBottom{0%{transform:translateY(0px) rotate(0deg)}50%{transform:translateY(-9px) rotate(0deg)}100%{transform:translateY(-9px) rotate(135deg)}}@-webkit-keyframes outMenuButtonBottom{0%{-webkit-transform:translateY(0px) rotate(0deg)}50%{-webkit-transform:translateY(-9px) rotate(0deg)}100%{-webkit-transform:translateY(-9px) rotate(135deg)}}@keyframes outMenuButtonBottom{0%{transform:translateY(0px) rotate(0deg)}50%{transform:translateY(-9px) rotate(0deg)}100%{transform:translateY(-9px) rotate(135deg)}}@media (max-width: 1200px){.bxst-header .bxst-header-menu-list-item{margin:0 11px}.bxst-header .bxst-header-menu-list-item-link{font-size:.75rem;line-height:1}}@media (max-width: 992px){.bxst-header .bxst-header-cnt-inner{flex-direction:column}.bxst-header .bxst-header-menu-switch{display:block}.bxst-header .bxst-header-logo-picture{max-height:20px}.bxst-header .bxst-header-slide-section{width:100%;overflow:hidden}.bxst-header .bxst-header-slide-section-outer{height:0;overflow:hidden}.bxst-header .bxst-header-slide-section-outer.active{overflow:unset}.bxst-header .bxst-header-slide-section-inner{display:block}.bxst-header .bxst-header-menu,.bxst-header .bxst-header-control{justify-content:center;flex:1 0 100%;margin:20px auto 0}.bxst-header-authorization .bxst-header-authorization-user-popup{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:9000}.bxst-header-authorization .bxst-header-authorization-user-popup-outer{position:absolute;min-width:320px;min-height:290px;max-height:70%;top:50%;left:50%;margin:0 auto;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);box-sizing:border-box;overflow-y:auto}.bxst-header-authorization .bxst-header-authorization-user-popup-outer:before,.bxst-header-authorization .bxst-header-authorization-user-popup-outer:after{content:none}.bxst-header-site-selector-select .bxst-header-site-selector-wrapp{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:9000}.bxst-header-site-selector-select .bxst-header-site-selector-wrapp-outer{position:absolute;min-width:320px;min-height:290px;max-height:70%;top:50%;left:50%;margin:0 auto;padding:15px;background-color:#fff;border-radius:5px;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);box-sizing:border-box;overflow-y:auto}.bxst-header-site-selector-select .bxst-header-site-selector-wrapp-inner{padding:0;background-color:transparent;border:none;box-shadow:none}.bxst-header-site-selector-select .bxst-header-site-selector-wrapp-inner:before,.bxst-header-site-selector-select .bxst-header-site-selector-wrapp-inner:after{content:none}}@media (max-width: 768px){.bxst-header .bxst-header-menu-list{flex-direction:column}.bxst-header .bxst-header-menu-list-item{margin:5px auto}.bxst-header-site-selector-select .bxst-header-site-selector-wrapp-inner{flex-direction:column;align-items:self-start}.bxst-header-site-selector-select .bxst-header-site-selector-group{margin:0}}.bxst-footer{display:flex;justify-content:center;padding:35px 0}.bxst-footer .bxst-footer-border__top{border-top:2px solid rgba(255,255,255,0.4)}.bxst-footer .bxst-footer-border__bottom{border-bottom:2px solid rgba(255,255,255,0.4)}.bxst-footer .bxst-footer-cnt{width:100%;max-width:1180px;box-sizing:border-box}.bxst-footer .bxst-footer-menu{display:flex;flex:1 0 100%;margin-bottom:39px;padding-top:46px;padding-bottom:32px;box-sizing:border-box}.bxst-footer .bxst-footer-menu-inner{display:flex;align-items:flex-start;justify-content:space-between;flex:1;max-width:100%;padding:0 15px;box-sizing:border-box}.bxst-footer .bxst-footer-menu-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;color:#fff;font-size:.75rem;font-weight:400;line-height:1;letter-spacing:1px;text-decoration:none;text-transform:uppercase;opacity:.7}.bxst-footer .bxst-footer-menu-section-header-icon{display:none;position:relative;width:12px;height:12px;transition:all 0.2s ease-in-out}.bxst-footer .bxst-footer-menu-section-header-icon:before,.bxst-footer .bxst-footer-menu-section-header-icon:after{content:'';position:absolute;width:15px;height:1px;top:0;right:0;bottom:0;margin:auto;background:rgba(255,255,255,0.5)}.bxst-footer .bxst-footer-menu-section-header-icon:before{top:-10px;transform:rotate(45deg)}.bxst-footer .bxst-footer-menu-section-header-icon:after{bottom:-10px;transform:rotate(-45deg)}.bxst-footer .bxst-footer-menu-section-inner{margin:0 5px}.bxst-footer .bxst-footer-menu-section-list{display:block;margin:0;padding:0;list-style:none}.bxst-footer .bxst-footer-menu-section-list-item{display:block;padding-bottom:10px}.bxst-footer .bxst-footer-menu-section-list-item-link{color:#fff;font-size:1rem;font-weight:400;line-height:2;text-decoration:none;transition:all 0.2s ease-in-out}.bxst-footer .bxst-footer-menu-section-list-item-link:hover{opacity:.7}.bxst-footer .bxst-footer-info{margin-bottom:22px;padding-bottom:20px}.bxst-footer .bxst-footer-info.slim .bxst-footer-info-section-social-media-group{display:flex;align-items:center}.bxst-footer .bxst-footer-info.slim .bxst-footer-info-apps-market{order:2}.bxst-footer .bxst-footer-info.slim .bxst-footer-info-social-networks{margin-top:0}.bxst-footer .bxst-footer-info.slim .bxst-footer-info-social-networks-list-item{margin-right:21px}.bxst-footer .bxst-footer-info.slim .bxst-footer-info-search{justify-content:flex-end}.bxst-footer .bxst-footer-info.slim .bxst-footer-info-search .bxst-footer-info-search-form{flex:none}.bxst-footer .bxst-footer-info-cnt{display:flex;justify-content:space-between;padding:0 15px;box-sizing:border-box}.bxst-footer .bxst-footer-info-section-consent{flex:1 1;max-width:100%;margin-right:25px}.bxst-footer .bxst-footer-info-section__middle-logo{display:flex}.bxst-footer .bxst-footer-info-section__middle-logo .bxst-footer-info-section__inner{display:flex;justify-content:center;align-items:flex-end;margin:0}.bxst-footer .bxst-footer-info-section__middle-logo .bxst-footer-info-section__link{display:block;transition:all 0.2s ease-in-out}.bxst-footer .bxst-footer-info-section__middle-logo .bxst-footer-info-section__picture{display:block;width:100%}.bxst-footer .bxst-footer-info-section__middle-logo_skolkovo{flex:0 0 160px}.bxst-footer .bxst-footer-info-section__middle-logo_skolkovo .bxst-footer-info-section__link{max-width:110px;opacity:.7}.bxst-footer .bxst-footer-info-section__middle-logo_skolkovo .bxst-footer-info-section__link:hover{opacity:1}.bxst-footer .bxst-footer-info-section__middle-logo_skolkovo .bxst-footer-info-section__picture{margin:0;padding:0;max-width:110px}.bxst-footer .bxst-footer-info-section__middle-logo_wechat{flex:0 0 130px;max-width:130px;margin-bottom:10px}.bxst-footer .bxst-footer-info-section__middle-logo_wechat .bxst-footer-info-section__picture{margin:0;padding:0}.bxst-footer .bxst-footer-info-section-social-media{margin-left:25px}.bxst-footer .bxst-footer-info-about{display:flex;flex-wrap:wrap}.bxst-footer .bxst-footer-info-about-menu{display:flex;align-items:center;justify-content:space-between;flex:0  0 70%;margin:0;padding:0;list-style:none;box-sizing:border-box}.bxst-footer .bxst-footer-info-about-menu-item{flex:0 0 auto;margin:0 5px;box-sizing:border-box}.bxst-footer .bxst-footer-info-about-menu-item:first-child{margin-left:0}.bxst-footer .bxst-footer-info-about-menu-item:last-child{margin-right:0}.bxst-footer .bxst-footer-info-about-menu-item-link{color:#fff;font-size:.75rem;font-weight:200;line-height:2;text-decoration:none;text-transform:uppercase;transition:all 0.2s ease-in-out}.bxst-footer .bxst-footer-info-about-menu-item-link:hover{opacity:.7}.bxst-footer .bxst-footer-info-user-consent{margin-top:30px}.bxst-footer .bxst-footer-info-user-consent-menu{display:flex;align-items:center;flex-wrap:wrap;margin:0;padding:0;list-style:none}.bxst-footer .bxst-footer-info-user-consent-menu-item{margin-right:40px}.bxst-footer .bxst-footer-info-user-consent-menu-item-link{color:#fff;font-size:.75rem;font-weight:200;line-height:2.5;letter-spacing:.15px;text-decoration:none;transition:all 0.2s ease-in-out}.bxst-footer .bxst-footer-info-user-consent-menu-item-link:hover{opacity:.7}.bxst-footer .bxst-footer-info-apps-market{display:flex}.bxst-footer .bxst-footer-info-apps-market-item{margin:0 4px}.bxst-footer .bxst-footer-info-apps-market-item-picture{display:block;margin:0;padding:0;transition:all 0.2s ease-in-out}.bxst-footer .bxst-footer-info-apps-market-item-picture:hover{opacity:.8}.bxst-footer .bxst-footer-info-search{display:flex;align-items:center;justify-content:center;margin-top:20px;box-sizing:border-box}.bxst-footer .bxst-footer-info-search-form{display:flex;align-items:center;justify-content:center;flex:1;position:relative;box-sizing:border-box}.bxst-footer .bxst-footer-info-search-input{flex:1;padding:10px 50px 10px 24px;background:none;border:1px solid rgba(255,255,255,0.7);border-radius:35px;color:#fff;font-size:15px;line-height:16px;outline:none;box-sizing:border-box}.bxst-footer .bxst-footer-info-search-input::placeholder{color:#fff;font-weight:200;opacity:.7}.bxst-footer .bxst-footer-info-search-submit{display:block;position:absolute;top:0;right:15px;bottom:0;margin:auto;padding:0;width:20px;height:20px;background:url(/prices/images/icon-search.png) no-repeat;background-size:contain;background-position:center;border:none;font-size:0;line-height:0;outline:none;box-sizing:border-box;cursor:pointer}.bxst-footer .bxst-footer-info-social-networks{display:flex;align-items:center;justify-content:space-between;margin-top:28px}.bxst-footer .bxst-footer-info-social-networks.no-title .bxst-footer-info-social-networks-list{flex:1 0 auto}.bxst-footer .bxst-footer-info-social-networks.no-title .bxst-footer-info-social-networks-list-item{margin-left:0}.bxst-footer .bxst-footer-info-social-networks-title{margin-left:2px;color:#fff;font-size:.75rem;font-weight:200;line-height:1.5;text-decoration:none;letter-spacing:.15px;opacity:.8}.bxst-footer .bxst-footer-info-social-networks-list{display:flex;align-items:center;justify-content:space-between;margin:0;padding:0;list-style:none}.bxst-footer .bxst-footer-info-social-networks-list-item{display:flex;align-items:center;margin-left:21px}.bxst-footer .bxst-footer-info-social-networks-list-item-link{display:inline-block;color:#fff;font-size:1.375rem;line-height:1;text-align:center;transition:all 0.2s ease-in-out}.bxst-footer .bxst-footer-info-social-networks-list-item-link:hover{opacity:.7}.bxst-footer .bxst-footer-info-social-networks-list-item-link.vk-icon{background-position:0 0}.bxst-footer .bxst-footer-info-social-networks-list-item-link.fb-icon{background-position:-21px 0}.bxst-footer .bxst-footer-info-social-networks-list-item-link.tw-icon{background-position:-42px 0}.bxst-footer .bxst-footer-info-payment-system{display:flex;align-items:center;justify-content:flex-end;flex:1 0 auto;margin-top:28px}.bxst-footer .bxst-footer-info-payment-system .bxst-footer-info-payment-system-list{display:flex;align-items:center;justify-content:flex-start;margin:0;padding:0;list-style:none}.bxst-footer .bxst-footer-info-payment-system .bxst-footer-info-payment-system-list-item{display:flex;align-items:center;margin-left:21px;opacity:.7}.bxst-footer .bxst-footer-info-payment-system .bxst-footer-info-payment-system-list-item-icon{display:block;margin:0;padding:0}.bxst-footer .bxst-footer-copyright{padding:0 15px;box-sizing:border-box}.bxst-footer .bxst-footer-copyright-cnt{display:flex;align-items:center;justify-content:space-between}.bxst-footer .bxst-footer-copyright-section{max-width:100%}.bxst-footer .bxst-footer-copyright-line{display:flex;align-items:center}.bxst-footer .bxst-footer-copyright-line .bxst-age-icon{display:flex;align-items:center;justify-content:center;flex:1 0 auto;width:32px;height:32px;margin-left:22px;border:1px solid #fff;border-radius:100%;color:rgba(255,255,255,0.8);font-size:.75rem;font-weight:200;line-height:2;text-decoration:none;letter-spacing:.1px;box-sizing:border-box}.bxst-footer .bxst-footer-copyright-line-text{display:flex;align-items:center;color:#fff;font-size:.75rem;font-weight:200;line-height:1.5;text-decoration:none;letter-spacing:.1px}@media (max-width: 1200px){.bxst-footer .bxst-footer-menu-section-list-item-link{font-size:.875rem;line-height:1.8}.bxst-footer .bxst-footer-info-about-menu{justify-content:flex-start;flex-wrap:wrap}.bxst-footer .bxst-footer-info-about-menu-item-link,.bxst-footer .bxst-footer-info-user-consent-menu-item-link{font-size:.75rem;line-height:2}.bxst-footer .bxst-footer-copyright-line-text{font-size:.625rem}.bxst-footer .bxst-footer-info-section__middle-logo_skolkovo{flex:0 0 70px}}@media (max-width: 992px){.bxst-footer{padding-top:35px;padding-bottom:20px}.bxst-footer .bxst-footer-border__top,.bxst-footer .bxst-footer-border__bottom{border-width:1px}.bxst-footer .bxst-footer-menu{padding-top:0;padding-bottom:0}.bxst-footer .bxst-footer-menu-inner{display:block;flex:none;-webkit-column-count:3;-moz-column-count:3;column-count:3}.bxst-footer .bxst-footer-menu-section{margin:0;-webkit-column-break-inside:avoid;page-break-inside:avoid;break-inside:avoid-column;display:table}.bxst-footer .bxst-footer-menu-section-inner{display:flex;flex-direction:column;margin:0 5px 30px}.bxst-footer .bxst-footer-menu-section-list-item-link{font-size:0.8125rem;font-weight:400;line-height:1.8}.bxst-footer .bxst-footer-info.slim .bxst-footer-info-section-social-media-group{display:block}.bxst-footer .bxst-footer-info.slim .bxst-footer-info-social-networks{margin-top:28px}.bxst-footer .bxst-footer-info.slim .bxst-footer-info-social-networks-list-item{margin-right:0}.bxst-footer .bxst-footer-info-section__middle-logo_skolkovo{display:none}.bxst-footer .bxst-footer-info-section__middle-logo_wechat{margin-bottom:40px}}@media (max-width: 768px){.bxst-footer .bxst-footer-info-cnt{align-items:center;flex-direction:column}.bxst-footer .bxst-footer-info-section-consent{display:flex;flex-direction:column;flex:1 0 auto;order:2;margin:0 auto}.bxst-footer .bxst-footer-info-section-social-media{order:1;margin:0 auto 30px}.bxst-footer .bxst-footer-info-user-consent{margin-top:15px}.bxst-footer .bxst-footer-info-about-menu,.bxst-footer .bxst-footer-info-user-consent-menu{justify-content:center;flex:1 0 auto;max-width:100%;margin:0 auto;box-sizing:border-box}.bxst-footer .bxst-footer-info-user-consent-menu-item{margin:0 5px}.bxst-footer .bxst-footer-copyright-cnt{align-items:flex-start;flex-direction:column}.bxst-footer .bxst-footer-copyright-section{margin-bottom:10px}.bxst-footer .bxst-footer-info-payment-system .bxst-footer-info-payment-system-list{flex-wrap:wrap;justify-content:center}.bxst-footer .bxst-footer-info-payment-system .bxst-footer-info-payment-system-list-item{margin:5px 10px}}@media (max-width: 576px){.bxst-footer .bxst-footer-menu-inner{display:flex;flex-wrap:wrap;flex:1}.bxst-footer .bxst-footer-menu-section{display:block;flex:1 0 100%;box-sizing:border-box}.bxst-footer .bxst-footer-menu-section-inner{margin:0 0 15px}.bxst-footer .bxst-footer-menu-section-header{position:relative;font-size:.875rem;line-height:1.8;opacity:1;cursor:pointer}.bxst-footer .bxst-footer-info-about-menu-item-link,.bxst-footer .bxst-footer-info-user-consent-menu-item-link{font-size:.625rem}.bxst-footer .bxst-footer-menu-section-header-icon{display:block}.bxst-footer .bxst-footer-menu-section-list{height:0;overflow:hidden}.bxst-footer .bxst-footer-menu-section.active .bxst-footer-menu-section-header-icon{transform:rotate(90deg)}.bxst-footer .bxst-footer-menu-section.active .bxst-footer-menu-section-list{height:auto;margin-bottom:18px}.bxst-footer .bxst-footer-menu-section-list-item{padding-bottom:7px}}.bxst-btn{display:inline-block;position:relative;height:39px;padding:0 40px;background-color:#dee2e6;border:none;border-radius:30px;color:#262626;font-size:14px;font-weight:400;line-height:39px;text-align:center;text-transform:uppercase;text-decoration:none;box-sizing:border-box;outline:none;vertical-align:middle;cursor:pointer;transition:all 0.2s ease-in-out}.bxst-btn:focus,.bxst-btn:active{outline:none}.bxst-btn:hover{background-color:#e9ecef;color:#262626;text-decoration:none}.bxst-btn.bxst-btn-primary{background-color:#3bc8f5;color:#fff}.bxst-btn.bxst-btn-primary:hover{background-color:#68ddff;color:#fff}.bxst-btn.bxst-btn-primary-border{background-color:transparent;border:2px solid;color:#3bc8f5}.bxst-btn.bxst-btn-primary-border:hover{background-color:transparent;color:#68ddff}.bxst-btn.bxst-btn-success{background-color:#b7db2a;color:#fff}.bxst-btn.bxst-btn-success:hover{background-color:#cfee52;color:#fff}.bxst-btn.bxst-btn-success-dark{background-color:#b7db2a;color:#fff}.bxst-btn.bxst-btn-success-dark:hover{background-color:#cfee52;color:#fff}.bxst-btn.bxst-btn-orange{background-color:#f7a700;color:#fff}.bxst-btn.bxst-btn-orange:hover{background-color:#f7a700;color:#fff}.bxst-btn.bxst-btn-success-border{background:#bee818;background:-moz-linear-gradient(top, #bee818 0%, #93c900 100%);background:-webkit-linear-gradient(top, #bee818 0%, #93c900 100%);background:linear-gradient(to bottom, #bee818 0%, #93c900 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bee818', endColorstr='#93c900', GradientType=0);color:#fff;font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,0.2)}.bxst-btn.bxst-btn-success-border:after{content:'';position:absolute}.bxst-btn.bxst-btn-success-border:hover{background:#93c900;background:-moz-linear-gradient(top, #93c900 0%, #bee818 100%);background:-webkit-linear-gradient(top, #93c900 0%, #bee818 100%);background:linear-gradient(to bottom, #93c900 0%, #bee818 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#93c900', endColorstr='#bee818', GradientType=0);color:#fff}.bxst-btn.bxst-btn-simple-border{background-color:transparent;border:1px solid #9b9b9b;color:#000}.bxst-btn.bxst-btn-simple-border:hover{background-color:transparent;color:#000}.bxst-btn.bxst-btn-slim{padding:0 18px}.bxst-btn.bxst-btn-capitalize{text-transform:capitalize}.bxst-btn.bxst-btn-xs{height:32px;font-size:12px;line-height:32px}.bxst-btn.bxst-btn-sm{height:36px;font-size:13px;line-height:36px}.bxst-btn.bxst-btn-md{height:38px;font-size:14px;line-height:38px}.bxst-btn.bxst-btn-lg{height:48px;font-size:14px;line-height:48px}@media (max-width: 1200px){.bxst-btn{padding:0 30px}}@media (max-width: 992px){.bxst-btn{padding:0 20px}}@media (max-width: 576px){.bxst-btn.bxst-btn-xs{height:24px;font-size:10px;line-height:24px}.bxst-btn.bxst-btn-sm{height:28px;font-size:11px;line-height:28px}.bxst-btn.bxst-btn-md{height:32px;font-size:12px;line-height:32px}.bxst-btn.bxst-btn-lg{height:35px;font-size:12px;line-height:35px}}.bxst-select{display:inline-block;position:relative;min-width:65px;max-width:100%;height:36px;background-color:#f1f5f6;border:none;border-radius:30px;color:#333;line-height:36px;text-align:center;text-decoration:none;box-sizing:border-box;outline:none;vertical-align:middle;transition:160ms color linear, 160ms background-color linear, 160ms opacity linear, 160ms padding linear, 160ms border-radius linear;transition-delay:200ms}.bxst-select>*{display:none}.bxst-select.initialized>*{display:block;cursor:pointer}.bxst-select.bxst-select-phantom .bxst-select-phantom-body{padding:0 29px 0 12px}.bxst-select.bxst-select-phantom .bxst-select-phantom-choosed{max-width:100%;white-space:nowrap;overflow:hidden}.bxst-select.is-open{border-radius:3px 3px 0 0;transition-delay:0ms}.bxst-select:before{content:'';position:absolute;width:7px;height:4px;top:50%;right:12px;margin-top:-2px;background:none;border:4px solid transparent;border-top-color:#333;box-sizing:border-box;transition:160ms color linear, 160ms background-color linear, 160ms opacity linear, 160ms padding linear, 160ms border-radius linear, 160ms border-color linear}.bxst-select.bxst-select-primary{background-color:#3bc8f5;color:#fff}.bxst-select.bxst-select-primary:before{border-top-color:#fff}.bxst-select.bxst-select-primary:hover{background-color:#68ddff;color:#fff}.bxst-select.bxst-select-primary-border{background-color:transparent;border:2px solid;color:#3bc8f5}.bxst-select.bxst-select-primary-border:before{border-top-color:#3bc8f5}.bxst-select.bxst-select-primary-border:hover{background-color:transparent;color:#68ddff}.bxst-select.bxst-select-primary-border:hover:before{border-top-color:#68ddff}.bxst-select.bxst-select-success{background-color:transparent;border:2px solid;color:#b7db2a}.bxst-select.bxst-select-success:before{border-top-color:#b7db2a}.bxst-select.bxst-select-success:hover{background-color:transparent;color:#cfee52}.bxst-select.bxst-select-success:hover:before{border-top-color:#cfee52}.bxst-select.bxst-select-simple-border{background-color:transparent;border:1px solid;border-radius:3px;color:#979797}.bxst-select.bxst-select-simple-border:before{border-top-color:#979797}.bxst-select.bxst-select-simple-border:hover{background-color:transparent;color:#979797}.bxst-select.bxst-select-simple-border:hover:before{border-top-color:#979797}.bxst-select.bxst-select-xs{height:32px;font-size:12px;line-height:32px}.bxst-select.bxst-select-sm{height:36px;font-size:13px;line-height:36px}.bxst-select.bxst-select-md{height:38px;font-size:14px;line-height:38px}.bxst-select.bxst-select-lg{height:48px;font-size:14px;line-height:48px}.bxst-select-phantom-list-outer{position:absolute;height:0;padding:0;background-color:#f1f5f6;border-radius:0 0 3px 3px;color:#333;overflow:hidden;transition:160ms height linear, 160ms color linear, 160ms background-color linear, 160ms padding linear, 160ms border-radius linear;transition-delay:0ms;box-sizing:border-box;z-index:100}.bxst-select-phantom-list-outer .bxst-select-phantom-list{padding:12px 29px 6px 12px}.bxst-select-phantom-list-outer .bxst-select-phantom-item{margin-bottom:14px;cursor:pointer}.bxst-select-phantom-list-outer .bxst-select-phantom-item a{color:inherit;text-decoration:none}.bxst-select-phantom-list-outer .bxst-select-phantom-item:last-child{margin-bottom:0}.bxst-select-phantom-list-outer.is-open{transition-delay:200ms}.system-auth-form{padding-top:53px;padding-bottom:53px}.system-auth-form__logo{margin-bottom:35px}.system-auth-form__logo-picture{max-width:254px}.system-auth-form__text-section{color:#333;text-align:center}.system-auth-form__text-section h2.title{margin:0 0 29px 0;color:#262626;font-weight:500}.system-auth-form__text-section p{margin-top:10px;margin-bottom:0;font-size:.75rem;line-height:1.8}.system-auth-form__text-section a{color:#3bc8f5;text-decoration:none;transition:all 0.2s ease-in-out}.system-auth-form__text-section a:hover{text-decoration:none}.system-auth-form__errors{margin-top:10px}.system-auth-form__form-section{max-width:550px;margin:0 auto;padding:43px 12px;background:#fff;border:2px solid #dee2e6;border-radius:.375rem}.system-auth-form__form{max-width:320px;margin:3px auto 0}.system-auth-form__field{margin-top:20px;margin-bottom:10px}.system-auth-form__captcha-picture{display:block;max-width:180px;max-height:55px;width:calc(100% - 10px);height:auto}.system-auth-form__btn-section{margin-top:28px}.system-auth-form__social-media{margin-top:45px}.bx-sb-portal-buy-window-section{box-shadow:0 7px 21px rgba(52,58,64,0.25),0 -1px 6px 0 rgba(52,58,64,0.12);box-sizing:border-box}.bx-sb-portal-buy-window{padding:10px;color:#6c757d;font-size:1rem;font-weight:400;line-height:1.8}.bx-sb-portal-buy-window a{color:#3bc8f5;text-decoration:none;transition:all 0.2s ease-in-out}.bx-sb-portal-buy-window .bx-sb-portal-buy-window__section{display:flex;flex-direction:column;margin-bottom:15px}.bx-sb-portal-buy-window .bx-sb-portal-buy-window__title{margin-bottom:5px;max-width:300px}.bx-sb-portal-buy-window .bx-sb-portal-buy-window__title_underline{margin-bottom:20px;padding-bottom:5px;border-bottom:1px solid #e9ecef;color:#adb5bd;font-size:.75rem;font-weight:400;line-height:1.8;text-transform:uppercase}.bx-sb-portal-buy-window .bx-sb-portal-buy-window__description,.bx-sb-portal-buy-window .bx-sb-portal-buy-window__list{margin:5px 0}.bx-sb-portal-buy-window .bx-sb-portal-buy-window__list{overflow-x:hidden;overflow-y:auto}.bx-sb-portal-buy-window .bx-sb-portal-buy-window__link{margin-bottom:10px;color:#3bc8f5;font-size:.75rem;font-weight:400;line-height:1;text-transform:uppercase;white-space:nowrap}.bx-sb-portal-buy-window .bx-sb-portal-buy-window__link:hover{color:#68ddff}.bx-sb-portal-buy-window .bx-sb-portal-buy-window__input{padding:11px 50px 10px 24px;border:2px solid #dee2e6;border-radius:.375rem;color:#6c757d;font-size:1rem;font-weight:400;line-height:1;outline:none}.bxst-header-authorization .bxst-header-authorization-user{display:flex;align-items:center;justify-content:space-between}.bxst-header-authorization .bxst-header-authorization-user .bxst-header-authorization-user-popup{display:none}.bxst-header-authorization .bxst-header-authorization-user .bxst-header-authorization-user-popup.active{display:block}.bxst-header-authorization .bxst-header-authorization-user-wrapp{display:flex;align-items:center;justify-content:center;position:relative}.bxst-header-authorization .bxst-header-authorization-user-picture{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:3px;background:url(/prices/images/user-no-photo-xs.png?1)}.bxst-header-authorization .bxst-header-authorization-user-picture-icon{display:block;width:100%;margin:0;padding:0;border-radius:3px}.bxst-header-authorization .bxst-header-authorization-user-arrow{position:relative;width:20px;height:9px;margin-left:10px;font-size:0}.bxst-header-authorization .bxst-header-authorization-user-arrow:before,.bxst-header-authorization .bxst-header-authorization-user-arrow:after{content:'';display:block;position:absolute;width:12px;height:2px;top:3px;background:#fff;border-radius:5px}.bxst-header-authorization .bxst-header-authorization-user-arrow:before{left:0;transform:rotate(45deg)}.bxst-header-authorization .bxst-header-authorization-user-arrow:after{right:0;transform:rotate(-45deg)}.bxst-header-authorization-user-popup{display:block;position:absolute;top:100%;right:10px;padding-top:15px;box-sizing:border-box;cursor:auto;z-index:11}.bxst-header-authorization-user-popup-outer{position:relative;min-width:360px;background-color:#fff;border:1px solid #e9ecef;border-radius:5px;color:#000;text-align:left;box-shadow:0 2px 5px 0 rgba(108,117,125,0.5);box-sizing:border-box}.bxst-header-authorization-user-popup-outer:before,.bxst-header-authorization-user-popup-outer:after{content:'';position:absolute;width:0;height:0;bottom:100%;right:18px;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #e9ecef;z-index:12}.bxst-header-authorization-user-popup-outer:after{right:20px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:7px solid #fff}.bxst-header-authorization-user-popup-inner{padding:20px 30px}.bxst-header-authorization-user-popup-title{margin-bottom:20px;font-size:2rem;text-transform:none}.bxst-header-authorization-user-popup-subtitle{margin-bottom:20px;border-bottom:1px solid #e9ecef;color:#adb5bd}.bxst-header-authorization-user-popup-description{margin-bottom:20px;font-size:.875rem;line-height:1.8;text-transform:none}.bxst-header-authorization-user-popup-btn{margin-bottom:20px}.bxst-header-authorization-user-popup-footer-border{margin-bottom:10px;padding-bottom:20px;border-bottom:1px solid #e9ecef}.bxst-header-authorization-user-popup-portals{display:flex;flex-direction:column;max-height:200px;overflow-y:auto}.bxst-header-authorization-user-popup-portal-link{margin-bottom:10px;color:#3bc8f5;font-size:.75rem;line-height:1}.bxst-header-authorization-user-popup-portal-link:hover{color:#68ddff}.bxst-header-authorization-user-popup-footer-title{color:#adb5bd;font-size:.875rem;line-height:1.8;text-transform:none}.bxst-header-authorization-user-popup-footer-link{display:inline-block;border-bottom:2px solid #cfee52;color:#b7db2a;line-height:1.8;text-decoration:none;text-transform:uppercase}.bxst-header-authorization-user-popup-footer-link:hover{color:#cfee52}.bxst-header-authorization-user-popup-footer-logout{display:inline-block;border-bottom:2px solid #ec7063;color:#ec7063;line-height:1.8;text-decoration:none}.bxst-header-authorization-user-popup-footer-logout:hover{color:#ec7063}.content-persons-picture-list{display:flex;align-items:flex-start;flex-wrap:wrap}.content-persons-picture-list .content-persons-picture-list__section{flex:0 0 auto;width:100%;margin:0 auto 50px}@media (min-width: 576px){.content-persons-picture-list .content-persons-picture-list__section{max-width:calc(25% - 20px);margin:0 10px 50px}}@media (min-width: 768px){.content-persons-picture-list .content-persons-picture-list__section{max-width:calc(20% - 20px);margin:0 10px 50px}}.content-persons-picture-list .content-persons-picture-list__picture{display:block;max-width:100%;width:100%;margin:0 auto;box-sizing:border-box}@media (min-width: 576px){.content-persons-picture-list .content-persons-picture-list__picture{max-width:145px}}.content-persons-picture-list .content-persons-picture-list__title{margin-top:1rem;margin-bottom:.5rem}.reviews-content-section .reviews-content-section__section{display:flex;align-items:center;flex-direction:column;margin-bottom:50px}.reviews-content-section .reviews-content-section__section:last-child{margin-bottom:0}@media (min-width: 992px){.reviews-content-section .reviews-content-section__section{flex-direction:row;align-items:flex-start}}.reviews-content-section .reviews-content-section__sidebar,.reviews-content-section .reviews-content-section__picture{position:relative;margin-right:0}@media (min-width: 992px){.reviews-content-section .reviews-content-section__sidebar,.reviews-content-section .reviews-content-section__picture{margin-right:5%}}.reviews-content-section .reviews-content-section__sidebar{flex:0 0 auto;max-width:180px;margin-bottom:25px}@media (min-width: 992px){.reviews-content-section .reviews-content-section__sidebar{flex:0 0 180px}}.reviews-content-section .reviews-content-section__sidebar>.reviews-content-section__picture{margin:auto}.reviews-content-section .reviews-content-section__picture{flex:0 0 auto;width:110px;height:110px;border-radius:100%;overflow:hidden}.reviews-content-section .reviews-content-section__picture-item{display:block;position:absolute;width:auto;height:auto;min-width:100%;min-height:100%;top:50%;left:50%;transform:translate(-50%, -50%)}.reviews-content-section .reviews-content-section__info{margin-top:15px}.reviews-content-section .reviews-content-section__info img{display:block;max-width:140px;max-height:140px;width:auto;height:auto;margin:auto}.reviews-content-section .reviews-content-section__info,.reviews-content-section .reviews-content-section__logo-link{display:flex;flex-direction:column;align-items:center}.reviews-content-section .reviews-content-section__logo-link-description{margin:10px auto}.reviews-content-section .reviews-content-section__container{flex:1;padding:20px;border:2px solid #dee2e6;border-radius:.375rem}.reviews-content-section .reviews-content-section__container img{max-width:100%}.reviews-content-section .reviews-content-section__user-name{font-weight:700}.reviews-content-section .reviews-content-section__user-position{font-weight:500}.reviews-content-section .reviews-content-section__description{margin-top:15px}.bxst-content-section{box-sizing:border-box}.bxst-content-section:not(:last-child){margin-bottom:30px}@media (min-width: 992px){.bxst-content-section:not(:last-child){margin-bottom:50px}}.bxst-content-section.bxst-content-section_bordered{padding-bottom:30px;border-bottom:1px solid #dee2e6}@media (min-width: 992px){.bxst-content-section.bxst-content-section_bordered{padding-bottom:50px}}.bxst-content-section .bxst-content-section__inner{display:flex;align-items:normal;justify-content:space-between;flex-direction:column-reverse;max-width:100%}@media (min-width: 992px){.bxst-content-section .bxst-content-section__inner{align-items:center;flex-direction:row}}.bxst-content-section .bxst-content-section__content{flex:1 0 100%;max-width:none;margin-top:30px;padding:0;box-sizing:border-box}@media (min-width: 992px){.bxst-content-section .bxst-content-section__content{max-width:50%;margin-top:0;padding-left:0;padding-right:5%}}.bxst-content-section .bxst-content-section__media{flex:1;box-sizing:border-box}.bxst-content-section .bxst-content-section__media_laptop{padding-top:3.8%;background:url(/bitrix/templates/furniture_blue/components/rich/news.list/price_shell1/../images/features/browser-bar-top.png) no-repeat;background-size:contain}@media (min-width: 992px){.bxst-content-section .bxst-content-section__media_laptop{padding-top:2.05%}}.bxst-content-section .bxst-content-section__media_laptop .bxst-content-section__media-picture{border-left:2px solid #dee2e6;border-right:2px solid #dee2e6;border-bottom:2px solid #dee2e6}.bxst-content-section .bxst-content-section__media_video{position:relative;cursor:pointer}.bxst-content-section .bxst-content-section__media_video:before,.bxst-content-section .bxst-content-section__media_video:after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) scale(1);transition:all 0.2s ease-in-out;z-index:3}.bxst-content-section .bxst-content-section__media_video:before{width:100px;height:100px;background-color:#3bc8f5;border-radius:100%;opacity:.8}.bxst-content-section .bxst-content-section__media_video:after{margin-left:6px;border-top:20px solid transparent;border-bottom:20px solid transparent;border-left:22px solid #fff}.bxst-content-section .bxst-content-section__media_video:hover:before,.bxst-content-section .bxst-content-section__media_video:hover:after{transform:translate(-50%, -50%) scale(1.1)}.bxst-content-section .bxst-content-section__media-picture{display:block;max-width:100%;box-sizing:border-box}.bxst-content-section-list .bxst-content-section_reverse .bxst-content-section__inner,.bxst-content-section-list .bxst-content-section:nth-child(2n) .bxst-content-section__inner{flex-direction:column-reverse}@media (min-width: 992px){.bxst-content-section-list .bxst-content-section_reverse .bxst-content-section__inner,.bxst-content-section-list .bxst-content-section:nth-child(2n) .bxst-content-section__inner{flex-direction:row-reverse}}.bxst-content-section-list .bxst-content-section_reverse .bxst-content-section__content,.bxst-content-section-list .bxst-content-section:nth-child(2n) .bxst-content-section__content{padding:0}@media (min-width: 992px){.bxst-content-section-list .bxst-content-section_reverse .bxst-content-section__content,.bxst-content-section-list .bxst-content-section:nth-child(2n) .bxst-content-section__content{padding-left:5%;padding-right:0}}.bxst-content-section-list .bxst-content-section:last-child{margin-bottom:0}.partners-list-simple .partners-list-simple__section{display:flex;align-items:flex-start;justify-content:center;flex-wrap:wrap}@media (min-width: 992px){.partners-list-simple .partners-list-simple__section{justify-content:space-between;flex-wrap:nowrap}}.partners-list-simple .partners-list-simple__content,.partners-list-simple .partners-list-simple__information{flex:1 1 auto;max-width:100%;margin-bottom:50px}@media (min-width: 992px){.partners-list-simple .partners-list-simple__content,.partners-list-simple .partners-list-simple__information{flex:1 1 0}}.partners-list-simple .partners-list-simple__content{margin-right:20px}.partners-list-simple .partners-list-simple__information{max-width:370px;border:2px solid #dee2e6;border-radius:.375rem}.partners-list-simple .partners-list-simple__board{position:relative;padding:40px 20px 20px}.partners-list-simple .partners-list-simple__label{display:block;position:absolute;top:0;left:50%;transform:translate(-50%, -50%)}.partners-list-simple .partners-list-simple__footer{margin-top:20px}.partners-list-simple .partners-list-simple__label-message{display:block;padding:.5rem .75rem;background-color:#b7db2a;border-radius:.375rem;color:#fff;font-size:.875rem;font-weight:400;line-height:1;text-align:center;text-transform:uppercase;vert-align:middle}.partners-list-simple .partners-list-simple__label-message_success{background-color:#b7db2a}.partners-list-simple .partners-list-simple__label-message_primary{background-color:#3bc8f5}.advertising-banner-section img{max-width:100%;height:auto}.bxst-frame-responsive-section{position:relative;max-width:100%;padding-bottom:56.25%;box-sizing:border-box}.bxst-frame-responsive-section>iframe{display:block;position:absolute;width:100%;height:100%;top:50%;left:50%;margin:0;padding:0;transform:translate(-50%, -50%)}.bxst-block-title{margin:auto;color:#262626;font-weight:400;text-align:center;letter-spacing:-1px}.bxst-block-title.bxst-title-lg{font-size:3rem;line-height:1.2}.bxst-block-title.bxst-title-md{font-size:2.625rem;line-height:1.2}.bxst-block-title.bxst-title-sm{font-size:2.25rem;line-height:1.2}.bxst-double-header{display:flex;align-items:center;justify-content:space-between}.bxst-gradient-primary{background:#6dcf73;background:-moz-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);background:-webkit-gradient(-45deg, color-stop(0%, #08c1ef), color-stop(100%, #6dcf73));background:-webkit-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);background:-o-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);background:linear-gradient(135deg, #08c1ef 0%, #6dcf73 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#08c1ef, endColorstr=#6dcf73)}.bxst-gradient-round-primary{background:#3bc8f5;background:-moz-radial-gradient(center, ellipse cover, #68ddff 0%, #3bc8f5 100%);background:-webkit-gradient(center, ellipse cover, color-stop(0%, #68ddff), color-stop(100%, #3bc8f5));background:-webkit-radial-gradient(center, ellipse cover, #68ddff 0%, #3bc8f5 100%);background:-o-radial-gradient(center, ellipse cover, #68ddff 0%, #3bc8f5 100%);background:radial-gradient(ellipse at center, #68ddff 0%, #3bc8f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#68ddff, endColorstr=#3bc8f5)}.bxst-background-primary{background-color:#3bc8f5}.bxst-border-top{border-top:1px solid #e9ecef}.bxst-border-bottom{border-bottom:1px solid #e9ecef}.bxst-section-cust a{transition:all 0.2s ease-in-out}.bxst-section-cust-cnt{max-width:1210px;margin:0 auto;padding:0 15px;box-sizing:border-box}.bxst-text_center{text-align:center}.bxst-text_left{text-align:left}.bxst-text_right{text-align:right}.bxst-text_justify{text-align:justify}.bxst-text_primary-color{color:#3bc8f5}.bxst-social-share-section__inner{display:flex;align-items:center;justify-content:flex-end;margin:40px auto;max-width:1180px}.bxst-video-banner-primary{position:relative;width:100%;box-sizing:border-box}.bxst-video-banner-primary .bxst-video-banner-primary-label{position:absolute;top:0;right:0;z-index:2}.bxst-video-banner-primary .bxst-video-banner-primary-label-link{display:block;font-size:0;line-height:0}.bxst-video-banner-primary .bxst-video-banner-primary-label-picture,.bxst-video-banner-primary .bxst-video-banner-primary-label-mobile{display:block;margin:0;padding:0;max-width:100%}.bxst-video-banner-primary .bxst-video-banner-primary-label-mobile{display:none}.bxst-video-banner-primary .bxst-video-banner-primary-controller{display:block;position:relative;width:100%;height:0;margin:0;padding:0 0 41.7% 0;box-sizing:border-box;overflow:hidden;z-index:1}.bxst-video-banner-primary .bxst-video-banner-primary-controller:before{content:'';display:block;position:absolute;width:100%;height:100%;background:rgba(38,38,38,0.5);z-index:1}.bxst-video-banner-primary .bxst-video-banner-primary-video{display:block;position:relative;width:100%;margin:0;padding:0;z-index:0}.bxst-video-banner-primary .bxst-video-banner-primary-play{display:flex;align-items:center;justify-content:center;position:absolute;width:48px;height:48px;left:0;right:0;bottom:85px;margin:auto;border:1px solid #dee2e6;border-radius:100%;cursor:pointer;opacity:.5;transition:all 0.2s ease-in-out;z-index:3}.bxst-video-banner-primary .bxst-video-banner-primary-play:hover{opacity:1}.bxst-video-banner-primary .bxst-video-banner-primary-play:before{content:'';display:block;position:relative;width:0;height:0;margin-left:6px;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:12px solid #fff;z-index:3}.bxst-video-banner-primary .bxst-video-banner-primary-content{display:flex;align-items:center;justify-content:center;position:absolute;width:100%;top:50%;left:50%;margin-top:-12px;text-align:center;transform:translate(-50%, -50%);box-sizing:border-box;z-index:2}.bxst-video-banner-primary .bxst-video-banner-primary-title{color:#fff;font-size:3rem;font-weight:500;line-height:1;text-decoration:none;letter-spacing:-1.1px}.bxst-video-banner-primary .bxst-video-banner-primary-title .bxst-primary-logo-icon{color:#3bc8f5}.bxst-video-banner-primary .bxst-video-banner-primary-description{max-width:485px;margin:30px auto 0;color:#fff;font-size:1.25rem;font-weight:300;line-height:1.8;text-decoration:none;letter-spacing:-1px}.bxst-video-banner-primary .bxst-video-banner-primary-button{margin-top:50px}.bxst-video-banner-primary .bxst-video-banner-primary-button-subtitle{margin-top:10px;box-sizing:border-box}.bxst-video-banner-primary .bxst-video-banner-primary-button-subtitle-inner{display:flex;align-items:center;justify-content:center;box-sizing:border-box}.bxst-video-banner-primary .bxst-video-banner-primary-button-subtitle-inner *{color:#fff;font-size:.6875rem;font-weight:300;line-height:1}.bxst-video-banner-primary .bxst-video-banner-primary-button-subtitle-line{display:inline-block;box-sizing:border-box}.bxst-video-banner-primary .bxst-video-banner-primary-button-subtitle-login{display:inline-block;position:relative;padding-left:5px;background:none;border:none;text-decoration:underline;text-transform:capitalize;outline:none;cursor:pointer;box-sizing:border-box}.bxst-video-banner-primary .bxst-video-banner-primary-widget{position:absolute;left:5%;bottom:5%;z-index:2}.main-video-banner-primary{margin:0;padding:0;width:100%;height:100%;border:none;background-color:transparent;box-shadow:none}.main-video-banner-primary .bxst-youtube-video-player-body{padding-bottom:56%}.main-video-banner-primary .popup-window-content{position:relative;width:100%;height:100%;margin:0 auto;background-color:transparent}.main-video-banner-primary .popup-window-content>div{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;max-width:850px}.main-video-banner-primary .popup-window-content iframe{position:absolute;width:100%;height:100%;padding:0;margin:0;border:none}.popup-window-overlay{min-width:100%;min-height:100%;box-sizing:border-box}.bxst-image-banner-primary{position:relative}.bxst-image-banner-primary .bxst-image-banner-primary-outer{padding:87px 15px 79px;box-sizing:border-box}.bxst-image-banner-primary .bxst-image-banner-primary-inner{display:flex;justify-content:space-between;position:relative;max-width:1225px;margin:auto;box-sizing:border-box}.bxst-image-banner-primary .bxst-image-banner-primary-content{flex:1 0 auto;max-width:440px;margin-top:30px;color:#fff;box-sizing:border-box}.bxst-image-banner-primary .bxst-image-banner-primary-title{font-size:3rem;font-weight:400;line-height:1.3}.bxst-image-banner-primary .bxst-image-banner-primary-description{margin-top:17px;font-size:1.5rem;font-weight:400;line-height:1.7}.bxst-image-banner-primary .bxst-image-banner-primary-button{margin-top:71px}.bxst-image-banner-primary .bxst-image-banner-primary-media{box-sizing:border-box;flex:auto}.bxst-image-banner-primary .bxst-image-banner-primary-image{position:relative;height:100%;margin-right:41px}.bxst-image-banner-primary .bxst-image-banner-primary-image-picture{display:block;max-width:100%;max-height:407px}.bxst-image-banner-primary .bxst-image-banner-primary-media_device .bxst-image-banner-primary-image-picture{display:none}.bxst-image-banner-primary .bxst-image-banner-primary-image-device{position:absolute;width:100%;height:100%}.bxst-image-banner-primary .bxst-image-banner-primary-image-device-scene{position:absolute;width:100%;max-width:680px;top:50%;left:50%;transform:translate(-50%, -50%)}.bxst-image-banner-primary .bxst-image-banner-primary-image-device-link{position:absolute;width:100%;height:100%;z-index:1}.bxst-image-banner-primary .bxst-image-banner-primary-image-device-screen .bxst-youtube-video-player-body{position:relative;padding-bottom:56.25%;background:transparent;box-shadow:3px 3px 15px 0 #343a40;box-sizing:border-box}.bxst-image-banner-primary .bxst-image-banner-primary-image-device-screen iframe{display:block;position:absolute;width:100%;height:100%;top:50%;left:50%;margin:0;padding:0;transform:translate(-50%, -50%)}.bxst-image-banner-primary .bxst-image-banner-primary-list{display:flex;flex-wrap:wrap;max-width:80%;box-sizing:border-box}.bxst-image-banner-primary .bxst-image-banner-primary-list-item{flex:1 0 auto;max-width:calc(50% - 8px);margin:0 4px 18px;box-sizing:border-box}.bxst-image-banner-primary .bxst-image-banner-primary-list-item-picture{display:block;margin:0;padding:0;width:100%;transition:all 0.2s ease-in-out}.bxst-banner-slim .bxst-image-banner-primary-content{max-width:380px}.bxst-banner-slim .bxst-image-banner-primary-title{margin-bottom:15px;font-size:2rem;font-weight:400;line-height:1.8}.bxst-banner-slim .bxst-image-banner-primary-description{margin-bottom:30px;font-size:1.125rem;font-weight:400;line-height:2}.bxst-registration-banner{padding:51px 0 58px 0;background:transparent url(/bitrix/templates/furniture_blue/components/rich/news.list/price_shell1/../images/background/cloud-4.svg) no-repeat;background-position:center bottom}.bxst-registration-banner .bxst-registration-banner-title{color:#fff;letter-spacing:-1px}.bxst-registration-banner .bxst-registration-banner-button{margin-top:41px;text-align:center}.bxst-registration-banner-slim{padding:40px 0 40px 0}.bxst-registration-banner-slim .bxst-registration-banner-title{color:#262626;letter-spacing:-1px}.bxst-registration-banner-slim .bxst-registration-banner-button{margin-top:28px;text-align:center}.bxst-registration-banner-slim_white .bxst-registration-banner-title{color:#fff}.bxst-daily-banner{display:flex;align-items:center;justify-content:space-between;padding:102px 0 75px;max-width:1180px;margin:0 auto}.bxst-daily-banner.bxst-daily-banner_padding-top-none{padding-top:0}.bxst-daily-banner.bxst-daily-banner_padding-bottom-none{padding-bottom:0}.bxst-daily-banner.bxst-daily-banner_justify_center{justify-content:center}.bxst-daily-banner img,.bxst-daily-banner .bxst-daily-banner-huge{max-width:100%;height:auto;box-sizing:border-box}.bxst-daily-banner .bxst-daily-banner-content{max-width:500px}.bxst-daily-banner .bxst-block-title{text-align:left}.bxst-daily-banner .bxst-subtitle{font-size:1.5rem;font-weight:400;line-height:1}.bxst-daily-banner p{font-size:1.125rem;font-weight:400;line-height:1.8}.bxst-daily-banner .bxst-daily-banner-scene{position:relative;max-width:620px;width:100%;min-height:392px;box-sizing:border-box;opacity:0}.bxst-daily-banner .bxst-daily-banner-scene .bxst-scene-circles{display:block;position:relative}.bxst-daily-banner .bxst-daily-banner-scene .bxst-scene-circles .bxst-scene-circle-1,.bxst-daily-banner .bxst-daily-banner-scene .bxst-scene-circles .bxst-scene-circle-2,.bxst-daily-banner .bxst-daily-banner-scene .bxst-scene-circles .bxst-scene-circle-3,.bxst-daily-banner .bxst-daily-banner-scene .bxst-scene-circles .bxst-scene-circle-4{position:absolute;background-repeat:no-repeat;z-index:0}.bxst-daily-banner .bxst-daily-banner-scene .bxst-scene-circles .bxst-scene-circle-1{width:174px;height:173px;top:17px;left:25px;background-image:url(/bitrix/templates/furniture_blue/components/rich/news.list/price_shell1/../images/daily-banner/circle-1.png);animation-delay:.3s}.bxst-daily-banner .bxst-daily-banner-scene .bxst-scene-circles .bxst-scene-circle-2{width:289px;height:289px;top:0;left:109px;background-image:url(/bitrix/templates/furniture_blue/components/rich/news.list/price_shell1/../images/daily-banner/circle-2.png);animation-delay:.6s}.bxst-daily-banner .bxst-daily-banner-scene .bxst-scene-circles .bxst-scene-circle-3{width:268px;height:267px;top:76px;left:273px;background-image:url(/bitrix/templates/furniture_blue/components/rich/news.list/price_shell1/../images/daily-banner/circle-3.png);animation-delay:.9s}.bxst-daily-banner .bxst-daily-banner-scene .bxst-scene-circles .bxst-scene-circle-3:after{content:'';display:block;position:absolute;width:289px;height:289px;top:-11px;left:-11px;background:url(/bitrix/templates/furniture_blue/components/rich/news.list/price_shell1/../images/daily-banner/circle-3-1.png) no-repeat}.bxst-daily-banner .bxst-daily-banner-scene .bxst-scene-circles .bxst-scene-circle-4{width:159px;height:158px;top:185px;left:461px;background-image:url(/bitrix/templates/furniture_blue/components/rich/news.list/price_shell1/../images/daily-banner/circle-4.png);animation-delay:1.2s}.bxst-daily-banner .bxst-daily-banner-scene .bxst-scene-persons{position:absolute;width:516px;height:269px;top:37px;left:69px;background:url(/bitrix/templates/furniture_blue/components/rich/news.list/price_shell1/../images/daily-banner/persons.png) no-repeat;z-index:1;animation-delay:1.8s}.bxst-daily-banner .bxst-daily-banner-scene .bxst-scene-laptop{position:absolute;width:372px;top:174px;left:0;z-index:2}.bxst-daily-banner .bxst-daily-banner-scene .bxst-scene-laptop-picture{display:block;margin:0;padding:0;max-width:100%}.bxst-daily-banner .bxst-daily-banner-scene.animated.startDailyScene{opacity:1}.bxst-daily-banner .bxst-daily-banner-scene.animated.startDailyScene .bxst-scene-circle-1,.bxst-daily-banner .bxst-daily-banner-scene.animated.startDailyScene .bxst-scene-circle-2,.bxst-daily-banner .bxst-daily-banner-scene.animated.startDailyScene .bxst-scene-circle-3,.bxst-daily-banner .bxst-daily-banner-scene.animated.startDailyScene .bxst-scene-circle-4,.bxst-daily-banner .bxst-daily-banner-scene.animated.startDailyScene .bxst-scene-persons{animation-name:fadeIn;animation-duration:1s;animation-fill-mode:both}.bxst-table{border-collapse:collapse;border-spacing:0;table-layout:fixed}.bxst-table th,.bxst-table td{padding:20px}.bxst-table tr+tr>th,.bxst-table tr+tr>td{border-top:1px solid #dee2e6}.bxst-table th+th,.bxst-table td+td{border-top:1px solid #dee2e6;border-bottom:1px solid #dee2e6;table-layout:fixed}.bxst-table th:nth-child(2),.bxst-table td:nth-child(2){border-left:1px solid #dee2e6}.bxst-table th:last-child,.bxst-table td:last-child{border-right:1px solid #dee2e6}.bxst-table_centered th+th,.bxst-table_centered td+td{text-align:center}@media (max-width: 768px){.bxst-table{table-layout:auto}.bxst-table-overflow{overflow-x:scroll;max-width:100%}}.bxst-start-video-banner-title{color:#fff;letter-spacing:-1px}.bxst-start-video-banner{position:relative;padding-top:51px;padding-bottom:125px;overflow:hidden}.bxst-start-video-banner-box{position:relative;max-width:838px;margin:21px auto 0;border:5px solid #fff;border-radius:4px;box-shadow:inset 0 0 10px #000;z-index:5}.bxst-start-video-banner-box .bxst-start-video-banner-box-inner{position:relative;padding-bottom:56.25%;height:0}.bxst-start-video-banner-box .bxst-start-video-banner-box-inner iframe{position:absolute;top:0;left:0;width:100%;height:100%}.bxst-start-video-banner-scene{position:absolute;left:50%;bottom:0;opacity:0;z-index:0}.bxst-start-video-banner-scene .bxst-banner-scene-screen-1,.bxst-start-video-banner-scene .bxst-banner-scene-screen-2,.bxst-start-video-banner-scene .bxst-banner-scene-screen-3{position:absolute;background:no-repeat}.bxst-start-video-banner-scene .bxst-banner-scene-screen-1{width:603px;height:354px;left:-402px;bottom:193px;background-image:url(/bitrix/templates/furniture_blue/components/rich/news.list/price_shell1/../images/start-video-banner/layer-1.png);z-index:3;animation-delay:.3s}.bxst-start-video-banner-scene .bxst-banner-scene-screen-2{width:868px;height:509px;left:-401px;bottom:31px;background-image:url(/bitrix/templates/furniture_blue/components/rich/news.list/price_shell1/../images/start-video-banner/layer-2.png);z-index:2;animation-delay:.6s}.bxst-start-video-banner-scene .bxst-banner-scene-screen-2:before{content:'';position:absolute;width:604px;height:372px;top:43px;left:47px;background:url(/bitrix/templates/furniture_blue/components/rich/news.list/price_shell1/../images/start-video-banner/shadow-1.png) no-repeat;animation-delay:.3s}.bxst-start-video-banner-scene .bxst-banner-scene-screen-3{width:1403px;height:433px;left:-682px;bottom:0;background-image:url(/bitrix/templates/furniture_blue/components/rich/news.list/price_shell1/../images/start-video-banner/layer-3.png);z-index:1;animation-delay:.9s}.bxst-start-video-banner-scene .bxst-banner-scene-screen-3:before{content:'';position:absolute;width:850px;height:470px;top:1px;left:280px;background:url(/bitrix/templates/furniture_blue/components/rich/news.list/price_shell1/../images/start-video-banner/shadow-2.png) no-repeat;animation-delay:.6s}.bxst-start-video-banner-scene.animated.startVideoBannerSceneFirst{animation-name:fadeIn;animation-duration:.5s;animation-fill-mode:both}.bxst-start-video-banner-scene.animated.startVideoBannerScene{opacity:1}.bxst-start-video-banner-scene.animated.startVideoBannerScene .bxst-banner-scene-screen-1,.bxst-start-video-banner-scene.animated.startVideoBannerScene .bxst-banner-scene-screen-2,.bxst-start-video-banner-scene.animated.startVideoBannerScene .bxst-banner-scene-screen-2:before,.bxst-start-video-banner-scene.animated.startVideoBannerScene .bxst-banner-scene-screen-3,.bxst-start-video-banner-scene.animated.startVideoBannerScene .bxst-banner-scene-screen-3:before{animation-name:slideInUp;animation-duration:1s;animation-fill-mode:both}.bxst-start-main-news{padding:108px 0 100px 0}.bxst-start-main-news .bxst-start-main-news-title{display:flex;align-items:center;justify-content:center;padding-bottom:61px}.bxst-start-main-news .bxst-start-main-news-subscribe-icons{display:inline-flex;align-items:center}.bxst-start-main-news .bxst-start-main-news-subscribe-icons-item{display:block;margin:auto 0 auto 10px}.bxst-start-main-news .bxst-start-main-news-subscribe-icons-item.rss{width:21px;height:21px;background:url(/prices/images/rss.png) no-repeat}.bxst-start-main-news .bxst-start-main-news-subscribe-icons-item.mail{width:27px;height:20px;background:url(/prices/images/mail.png) no-repeat}.bxst-start-main-news .bxst-articles-slider-list.bxst-articles-not-loaded{display:flex;justify-content:space-around}.bxst-start-main-news .bxst-articles-slider-list-item:nth-child(n){display:none}.bxst-start-main-news .bxst-articles-slider-list-item:nth-child(-n+3){display:flex}.bxst-start-main-news .bxst-articles-slider-list{position:relative;padding:0 65px;box-sizing:border-box}.bxst-start-main-news .bxst-articles-slider-list .owl-stage-outer{z-index:1}.bxst-start-main-news .bxst-articles-slider-list .owl-nav{display:flex;align-items:center;justify-content:space-between;position:absolute;width:100%;top:0;left:0;right:0;bottom:0;margin:auto;z-index:0}.bxst-start-main-news .bxst-articles-slider-list .owl-nav .owl-prev,.bxst-start-main-news .bxst-articles-slider-list .owl-nav .owl-next{position:relative;width:9px;height:20px;margin:0 15px;font-size:0}.bxst-start-main-news .bxst-articles-slider-list .owl-nav .owl-prev:before,.bxst-start-main-news .bxst-articles-slider-list .owl-nav .owl-prev:after,.bxst-start-main-news .bxst-articles-slider-list .owl-nav .owl-next:before,.bxst-start-main-news .bxst-articles-slider-list .owl-nav .owl-next:after{content:'';display:block;position:absolute;width:2px;height:12px;background:#dee2e6;border-radius:5px;transition:all 0.2s ease-in-out}.bxst-start-main-news .bxst-articles-slider-list .owl-nav .owl-prev:hover:before,.bxst-start-main-news .bxst-articles-slider-list .owl-nav .owl-prev:hover:after,.bxst-start-main-news .bxst-articles-slider-list .owl-nav .owl-next:hover:before,.bxst-start-main-news .bxst-articles-slider-list .owl-nav .owl-next:hover:after{background:#3bc8f5}.bxst-start-main-news .bxst-articles-slider-list .owl-nav .owl-prev:before,.bxst-start-main-news .bxst-articles-slider-list .owl-nav .owl-prev:after{left:0}.bxst-start-main-news .bxst-articles-slider-list .owl-nav .owl-prev:before{top:0;transform:rotate(45deg)}.bxst-start-main-news .bxst-articles-slider-list .owl-nav .owl-prev:after{bottom:0;transform:rotate(-45deg)}.bxst-start-main-news .bxst-articles-slider-list .owl-nav .owl-next:before,.bxst-start-main-news .bxst-articles-slider-list .owl-nav .owl-next:after{right:0}.bxst-start-main-news .bxst-articles-slider-list .owl-nav .owl-next:before{top:0;transform:rotate(-45deg)}.bxst-start-main-news .bxst-articles-slider-list .owl-nav .owl-next:after{bottom:0;transform:rotate(45deg)}.bxst-start-main-news .bxst-articles-slider-list-item{display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;justify-content:center;margin:0 25px;text-align:center;box-sizing:border-box}.bxst-start-main-news .bxst-articles-slider-list-item-picture{position:relative;width:120px;height:120px;margin:auto;border-radius:100%;overflow:hidden}.bxst-start-main-news .bxst-articles-slider-list-item-picture img.bxst-articles-slider-list-item-picture-image{display:block;position:absolute;width:auto;height:auto;min-width:100%;min-height:100%;top:-50%;left:-50%;right:-50%;bottom:-50%;margin:auto;padding:0}.bxst-start-main-news .bxst-articles-slider-list-item-title{display:block;margin-top:11px;color:#262626;font-size:1.125rem;font-weight:400;line-height:1.8}.bxst-start-main-news .bxst-articles-slider-list-item-date{margin-top:15px;color:#adb5bd;font-size:.75rem;font-weight:400;line-height:1;letter-spacing:1px;text-transform:uppercase;text-decoration:none}.bxst-start-main-news .bxst-articles-slider-list-item-more{margin-top:17px}.bxst-start-main-news .bxst-articles-slider-list-item-more-link{font-size:.875rem;font-weight:400;line-height:1;text-transform:uppercase;text-decoration:none}.bxst-start-main-news .bxst-start-main-news-more{margin-top:50px;text-align:center}.bxst-start-main-news .bxst-start-main-news-subscribe{text-align:center}.bxst-start-main-news .bxst-start-main-news-subscribe{margin-top:26px}.bxst-start-main-news .bxst-start-main-news-subscribe-link{font-size:.875rem;font-weight:400;line-height:1;text-transform:uppercase;text-decoration:none}.bxst-main-publications-section{padding:27px 15px 23px;background:#e9ecef}.bxst-main-publications{display:flex;align-items:center;justify-content:center}.bxst-main-publications-title{max-width:260px;margin-right:6px;color:#6c757d;font-size:1rem;font-weight:400;line-height:1.8}.bxst-main-publications-list{display:flex;align-items:center;justify-content:space-between}.bxst-main-publications-item-picture{margin:0 35px;opacity:0}.bxst-main-publications-item-picture-image{display:block;margin:0;padding:0;max-width:100%}.bxst-main-publications-scene.animated.startPublicationsScene .bxst-main-publications-scene-item{animation-name:slideInRight;animation-duration:1s;animation-fill-mode:both}.bxst-main-publications-scene.animated.startPublicationsScene .bxst-main-publications-scene-item .bxst-main-publications-item-picture{animation-name:fadeIn;animation-duration:1s;animation-fill-mode:both}.bxst-main-publications-section_column{padding:0 15px 55px;background:transparent}.bxst-main-publications-section_column .bxst-main-publications{flex-direction:column}.bxst-main-simple-content-area{padding:55px 0 0}.bxst-primary-simple-content-area{padding:55px 0}.bxst-simple-content-area{display:flex;justify-content:space-between}.bxst-simple-content-area.reverse{flex-direction:row-reverse}.bxst-simple-content-area-media{display:flex;align-items:flex-end}.bxst-simple-content-area-media-picture{display:block;margin:0 auto;padding:0 15px}.bxst-simple-content-area-content{max-width:690px;margin-bottom:50px;font-size:1.125rem;font-weight:400;line-height:1.8;text-align:left}.bxst-simple-content-area-content .bxst-block-title{padding-bottom:12px;text-align:left}.bxst-simple-content-area-content-button{margin-top:28px}.bxst-simple-content-area .bxst-block-title{text-align:left}.bxst-simple-content-area .bxst-simple-content-area-list-body{display:flex}.bxst-simple-content-area .bxst-simple-content-area-list{display:flex;align-items:flex-start;flex-direction:column;list-style:none;margin:0;padding:0}.bxst-simple-content-area .bxst-simple-content-area-list li{text-align:left;box-sizing:border-box}.bxst-simple-content-area .bxst-simple-content-area-list li:before{content:'';display:inline-block;position:relative;top:-3px;margin-right:36px;width:5px;height:5px;background:#3bc8f5;border-radius:100%}.bxst-simple-content-area .bxst-simple-content-area-media-picture-image{display:block;max-width:100%}.bxst-simple-content-area-line-list{display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap}.bxst-simple-content-area-line-list .bxst-simple-content-area-line-list-item{margin:10px}.bxst-simple-content-area-line-list .bxst-simple-content-area-line-list-picture{display:block;max-width:190px;margin:0 auto;padding:0}.bxst-simple-content-area-features{padding-top:8px}.bxst-simple-content-area-features .bxst-simple-content-area-list{margin:40px 0 50px}.bxst-primary-table{width:100%;font-size:.875rem;line-height:1.8;box-sizing:border-box}.bxst-primary-table tr{padding:10px 15px;border:1px solid #e9ecef}.bxst-primary-table tr:nth-child(even){background:#e9ecef}.bxst-primary-table th,.bxst-primary-table td{padding:15px}.bxst-primary-table th{font-weight:600}.bxst-nearest-event-banner{display:flex;align-items:center;justify-content:space-between}.bxst-nearest-event-banner-inner{display:flex;align-items:center;justify-content:space-between;margin-top:50px;margin-bottom:50px}.bxst-nearest-event-banner-calendar{display:flex;align-items:flex-end;padding:6px 13px 20px 21px;border:2px solid #6c757d;border-radius:5px;color:#6c757d;font-size:3rem;line-height:1;box-sizing:border-box}.bxst-nearest-event-banner-calendar:before{content:'';display:block;position:relative;width:32px;height:29px;margin-right:16px;margin-bottom:3px;background:url(/prices/images/calendar.svg) no-repeat}.bxst-nearest-event-banner-description{margin-left:30px}.bxst-nearest-event-banner-type{color:#adb5bd;font-size:.75rem;font-weight:400;line-height:1;letter-spacing:1px;text-transform:uppercase}.bxst-nearest-event-banner-title,.bxst-nearest-event-banner-title .bxst-nearest-event-banner-title-link{color:#262626;font-size:1.5rem;font-weight:400;line-height:1.8}.bxst-nearest-event-banner-label{position:relative;margin-top:-72px}.bxst-nearest-event-banner-label-outer{position:relative;top:23px;padding:9px 45px 25px 26px;background:#f1f5be}.bxst-nearest-event-banner-label-outer:before{content:'';position:absolute;width:calc(100% - 22px);height:22px;left:0;bottom:100%;background:#f1f5be;box-sizing:border-box}.bxst-nearest-event-banner-label-outer:after{content:'';position:absolute;width:0;height:0;right:0;bottom:100%;border-bottom:22px solid #e8d82a;border-right:22px solid transparent;box-sizing:border-box}.bxst-nearest-event-banner-label-subtitle{color:#adb5bd;font-size:.75rem;font-weight:400;line-height:1.8;letter-spacing:1px}.bxst-nearest-event-banner-label-title{margin-top:4px;color:#262626;font-size:1.125rem;font-weight:400;line-height:1.8}.bxst-nearest-event-banner-label-link-cnt{margin-top:15px}.bxst-nearest-event-banner-label-link{font-size:.875rem;text-transform:uppercase}.bxst-nearest-event-slim-banner{display:flex;justify-content:center;align-items:center;padding:41px 0 37px}.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-inner{display:flex;align-items:center;flex:0 0 auto;padding:20px}.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-calendar{display:flex;justify-content:center;align-items:center;margin-right:18px;padding:10px 12px 10px 18px;border:2px solid #fff;border-radius:5px;color:#fff;font-size:3.125rem;font-weight:400;line-height:1.8;white-space:nowrap}.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-calendar:before{content:'';display:block;position:relative;width:34px;height:28px;margin-right:19px;background:url(/prices/images/calendar.png) no-repeat;background-size:contain}.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-description{margin:0 41px;color:#fff;font-size:2.25rem;font-weight:400;line-height:1.3}.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-description.empty-event{margin:auto;text-align:center}.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-type{letter-spacing:-.5px}.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-subtype{font-size:1.5rem;font-weight:400;line-height:1.8}.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-title{margin-top:2px;color:#fff;font-weight:400;letter-spacing:-.7px}.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-title:hover{text-decoration:underline}.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-button{display:inline-flex;margin-top:20px;padding:5px 35px;border:2px solid #fff;border-radius:25px;color:#fff;font-size:1rem;font-weight:400;line-height:1.8;text-decoration:none;cursor:pointer}.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-close{display:none;align-items:center;justify-content:center;position:absolute;width:30px;height:30px;right:20px;cursor:pointer}.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-close-body{position:relative}.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-close-body:before,.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-close-body:after{content:'';display:block;width:40px;height:1px;background:#fff;opacity:.9}.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-close-body:before{transform:rotate(45deg)}.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-close-body:after{transform:rotate(-45deg)}.bxst-nearest-event-slim-banner .bxst-sticked .bxst-nearest-event-slim-banner-close{display:flex}.bxst-nearest-event-slim-banner .bxst-sticked .bxst-nearest-event-slim-banner-inner{justify-content:center;position:fixed;width:100%;left:0;background:#6dcf73;background:-moz-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);background:-webkit-gradient(-45deg, color-stop(0%, #08c1ef), color-stop(100%, #6dcf73));background:-webkit-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);background:-o-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);background:linear-gradient(135deg, #08c1ef 0%, #6dcf73 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#08c1ef, endColorstr=#6dcf73);box-shadow:0 4px 10px -1px #dee2e6;box-sizing:border-box;z-index:9}.bxst-section-cust-header{display:flex;justify-content:center}.bxst-section-cust-header-outer{display:flex;flex:0 0 100%;max-width:1180px;padding:41px 15px 47px;box-sizing:border-box}.bxst-section-cust-header-inner{display:flex;justify-content:space-between;flex:1 1 auto}.bxst-section-cust-header-content{max-width:800px}.bxst-section-cust-header-content_media{max-width:500px}.bxst-section-cust-header-content-title{margin:auto;color:#fff;font-size:3rem;font-weight:400;line-height:1}.bxst-section-cust-header-content-description{margin-top:40px;color:#fff;font-size:1.25rem;font-weight:400;line-height:1.8}.bxst-section-cust-header-content-button{margin-top:59px}.bxst-section-cust-header-registration-button{text-align:center}.bxst-section-cust-header-apps-market{margin-top:15px}.bxst-section-cust-header-apps-market-item-picture{display:block}.bxst-section-cust-header-media{display:flex;justify-content:flex-end;flex:1 1 auto}.bxst-section-cust-header-media-inner{position:relative;max-width:480px;flex:0 0 480px}.bxst-section-cust-header-media-inner .bxst-youtube-video-player-body{position:relative;max-width:480px;max-height:270px;padding-bottom:56.25%;background:transparent;box-shadow:3px 3px 15px 0 #343a40;box-sizing:border-box}.bxst-section-cust-header-media-inner .bxst-youtube-video-player-body iframe{display:block;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;margin:auto;padding:0}.bxst-section-cust-header-media-picture{display:block;max-width:100%;margin:0 auto;padding:0;box-sizing:border-box}.bxst-section-cust-header-menu{display:flex;justify-content:center;position:relative;border-top:1px solid #fff}.bxst-section-cust-header-menu.bxst-sticked .bxst-section-cust-header-menu-outer{position:fixed;left:0;background:#6dcf73;background:-moz-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);background:-webkit-gradient(-45deg, color-stop(0%, #08c1ef), color-stop(100%, #6dcf73));background:-webkit-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);background:-o-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);background:linear-gradient(135deg, #08c1ef 0%, #6dcf73 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#08c1ef, endColorstr=#6dcf73);box-shadow:0 4px 10px -1px #dee2e6;z-index:9}.bxst-section-cust-header-menu-outer{flex:1 0 100%;width:100%;box-sizing:border-box}.bxst-section-cust-header-menu-inner{display:flex;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;position:relative}.bxst-section-cust-header-menu-inner.active .bxst-section-cust-header-menu-select-icon{transform:rotate(90deg)}.bxst-section-cust-header-menu-list{display:flex;justify-content:space-around;max-width:1180px;margin:0 auto;box-sizing:border-box}.bxst-section-cust-header-menu-list.owl-carousel.owl-loaded{width:calc(100% - 46px)}.bxst-section-cust-header-menu-list .owl-nav{display:flex;align-items:center;justify-content:space-between;position:absolute;width:100%;height:0;top:50%;left:50%;transform:translate(-50%, -50%)}.bxst-section-cust-header-menu-list .owl-nav .owl-prev,.bxst-section-cust-header-menu-list .owl-nav .owl-next{position:relative;width:9px;height:20px;font-size:0;opacity:.7}.bxst-section-cust-header-menu-list .owl-nav .owl-prev:hover,.bxst-section-cust-header-menu-list .owl-nav .owl-next:hover{opacity:1}.bxst-section-cust-header-menu-list .owl-nav .owl-prev{margin-left:-14px}.bxst-section-cust-header-menu-list .owl-nav .owl-next{margin-right:-14px}.bxst-section-cust-header-menu-list .owl-nav .owl-prev.disabled,.bxst-section-cust-header-menu-list .owl-nav .owl-next.disabled{opacity:0}.bxst-section-cust-header-menu-list .owl-nav .owl-prev,.bxst-section-cust-header-menu-list .owl-nav .owl-next,.bxst-section-cust-header-menu-list .owl-nav .owl-prev:before,.bxst-section-cust-header-menu-list .owl-nav .owl-prev:after,.bxst-section-cust-header-menu-list .owl-nav .owl-next:before,.bxst-section-cust-header-menu-list .owl-nav .owl-next:after{transition:all 0.2s ease-in-out}.bxst-section-cust-header-menu-list .owl-nav .owl-prev:before,.bxst-section-cust-header-menu-list .owl-nav .owl-prev:after,.bxst-section-cust-header-menu-list .owl-nav .owl-next:before,.bxst-section-cust-header-menu-list .owl-nav .owl-next:after{content:'';display:block;position:absolute;width:2px;height:12px;background:#fff;border-radius:5px}.bxst-section-cust-header-menu-list .owl-nav .owl-prev:before,.bxst-section-cust-header-menu-list .owl-nav .owl-prev:after{left:0}.bxst-section-cust-header-menu-list .owl-nav .owl-prev:before{top:0;transform:rotate(45deg)}.bxst-section-cust-header-menu-list .owl-nav .owl-prev:after{bottom:0;transform:rotate(-45deg)}.bxst-section-cust-header-menu-list .owl-nav .owl-next:before,.bxst-section-cust-header-menu-list .owl-nav .owl-next:after{right:0}.bxst-section-cust-header-menu-list .owl-nav .owl-next:before{top:0;transform:rotate(-45deg)}.bxst-section-cust-header-menu-list .owl-nav .owl-next:after{bottom:0;transform:rotate(45deg)}.bxst-section-cust-header-menu-list-item{display:flex;flex:1;text-align:center;box-sizing:border-box;transition:160ms background linear}.bxst-section-cust-header-menu-list-item .bxst-section-cust-header-menu-list-item-inner{display:flex;justify-content:center;align-items:center;flex:1;text-align:center;box-sizing:border-box}.bxst-section-cust-header-menu-list-item .bxst-section-cust-header-menu-list-item-link{display:block;width:100%;padding:18px 15px 22px;color:#fff;font-size:1rem;font-weight:500;line-height:1.8;white-space:nowrap;box-sizing:border-box}.bxst-section-cust-header-menu-list-item .bxst-section-cust-header-menu-list-item-link:hover{color:#fff}.bxst-section-cust-header-menu-list-item:hover{background:rgba(255,255,255,0.3)}.bxst-section-cust-header-menu-list-item.active{background:#fff}.bxst-section-cust-header-menu-list-item.active .bxst-section-cust-header-menu-list-item-link{color:#262626}.bxst-section-cust-header-menu-list-item .categoryMenuAnimation{animation-name:categoryMenuAnimation;animation-duration:.7s;animation-fill-mode:both}.bxst-section-cust-header-menu-select{display:none}.bxst-section-cust-header-menu-select .bxst-section-cust-header-menu-select-switch{display:flex;align-items:center;flex:1;position:relative;text-align:center;box-sizing:border-box;transition:160ms background linear;cursor:pointer}.bxst-section-cust-header-menu-select .bxst-section-cust-header-menu-select-title{display:block;flex:1 0 auto;width:100%;padding:18px 15px 22px;color:#fff;font-size:1rem;line-height:1.8;box-sizing:border-box}.bxst-section-cust-header-menu-select .bxst-section-cust-header-menu-select-icon{display:block;position:absolute;width:12px;height:12px;right:15px;transition:all 0.2s ease-in-out}.bxst-section-cust-header-menu-select .bxst-section-cust-header-menu-select-icon:before,.bxst-section-cust-header-menu-select .bxst-section-cust-header-menu-select-icon:after{content:'';position:absolute;width:15px;height:1px;top:0;right:0;bottom:0;margin:auto;background:rgba(255,255,255,0.5)}.bxst-section-cust-header-menu-select .bxst-section-cust-header-menu-select-icon:before{top:-10px;transform:rotate(45deg)}.bxst-section-cust-header-menu-select .bxst-section-cust-header-menu-select-icon:after{bottom:-10px;transform:rotate(-45deg)}@-webkit-keyframes categoryMenuAnimation{0%{background:rgba(255,255,255,0)}50%{background:rgba(255,255,255,0.3)}100%{background:rgba(255,255,255,0)}}@keyframes categoryMenuAnimation{0%{background:rgba(255,255,255,0)}50%{background:rgba(255,255,255,0.3)}100%{background:rgba(255,255,255,0)}}.bxst-section-cust-position{position:relative}.bxst-section-cust-features-background{position:absolute;width:100%;box-sizing:border-box;z-index:-1}.bxst-section-cust-features-background .bxst-section-cust-background-field.bxst-section-cust-background-left-1{position:absolute;width:476px;height:741px;top:0;left:0;background:url(/bitrix/templates/furniture_blue/components/rich/news.list/price_shell1/../images/background/left-flower.png) no-repeat}.bxst-section-cust-features-background .bxst-section-cust-background-field.bxst-section-cust-background-right-1{position:absolute;width:846px;height:624px;top:0;right:0;background:url(/bitrix/templates/furniture_blue/components/rich/news.list/price_shell1/../images/background/right-laptop.png) no-repeat}.bxst-section-cust-features-background .bxst-section-cust-background-field.bxst-section-cust-background-right-1 .bxst-section-cust-background-right-1-picture{position:absolute;top:103px;right:0;width:490px;height:355px;z-index:-2}.bxst-section-cust-features-preview{max-width:980px;margin:auto;padding:101px 0 58px;font-size:1rem;font-weight:400;line-height:1.8}.bxst-section-cust-features-preview .bxst-section-cust-features-preview-inner{max-width:550px}.bxst-section-cust-features-preview .bxst-block-title{margin-bottom:20px;text-align:left}.bxst-section-cust-features-preview .bxst-section-cust-features-preview-list{display:flex;justify-content:space-between;flex-wrap:wrap;max-width:510px;margin:70px 0 0;padding:0;list-style:none}.bxst-section-cust-features-preview .bxst-section-cust-features-preview-list-item{max-width:41%;margin-bottom:52px}.bxst-section-cust-features-preview .bxst-section-cust-features-preview-list-item-icon .bxst-section-cust-features-preview-list-item-icon-image{display:block;margin:0;padding:0}.bxst-section-cust-features-preview .bxst-section-cust-features-preview-list-item-content{margin-top:10px}.bxst-features-section-list .bxst-section-cust.bxst-section-cust_position-right .bxst-features-section,.bxst-features-section-list .bxst-section-cust:nth-child(2n) .bxst-features-section{justify-content:flex-start}.bxst-features-section-list .bxst-section-cust.bxst-section-cust_position-right .bxst-features-section-inner,.bxst-features-section-list .bxst-section-cust:nth-child(2n) .bxst-features-section-inner{flex-direction:row-reverse}.bxst-features-section-list .bxst-section-cust.bxst-section-cust_position-right .bxst-features-section-content,.bxst-features-section-list .bxst-section-cust:nth-child(2n) .bxst-features-section-content{padding:0 0 0 50px}.bxst-features-section-list .bxst-section-cust.bxst-section-cust_position-right .bxst-features-slim,.bxst-features-section-list .bxst-section-cust:nth-child(2n) .bxst-features-slim{justify-content:center}.bxst-features-section-list .bxst-section-cust.bxst-section-cust_position-left .bxst-features-section{justify-content:flex-end}.bxst-features-section-list .bxst-section-cust.bxst-section-cust_position-left .bxst-features-section-inner{flex-direction:row}.bxst-features-section-list .bxst-section-cust.bxst-section-cust_position-left .bxst-features-section-content{padding:0 50px 0 0}.bxst-features-section{display:flex;justify-content:flex-end}.bxst-features-section .bxst-block-title{text-align:left}.bxst-features-section .bxst-features-section-inner{display:flex;align-items:center;justify-content:space-between;flex-direction:row;max-width:91%;flex:0 0 91%;box-sizing:border-box}.bxst-features-section .bxst-features-section-content{flex:1;max-width:500px;padding:0 50px 0 0;font-size:1.125rem;font-weight:400;line-height:1.8;box-sizing:border-box}.bxst-features-section .bxst-features-section-media{flex:1;box-sizing:border-box}.bxst-features-section .bxst-features-section-media .bxst-youtube-video-player-body{position:relative;max-width:910px;padding-bottom:56.25%;background:transparent;border-radius:5px;box-sizing:border-box}.bxst-features-section .bxst-features-section-media .bxst-youtube-video-player-body iframe{display:block;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;margin:auto;padding:0}.bxst-features-section .bxst-features-section-media-content{position:relative;max-width:910px;flex:1}.bxst-features-section .bxst-features-section-content-button{margin-top:70px}.bxst-features-section .bxst-features-section-media-image{display:block;max-width:100%;margin:0;padding:0;box-sizing:border-box}.bxst-features-section.reverse{justify-content:flex-start}.bxst-features-section.reverse .bxst-features-section-inner{flex-direction:row-reverse}.bxst-features-section.reverse .bxst-features-section-content{padding:0 0 0 50px}.bxst-features-section.bxst-features-section-bg-1{padding-top:75px;padding-bottom:122px;background:url(/bitrix/templates/furniture_blue/components/rich/news.list/price_shell1/../images/background/features-bg-1.png) no-repeat;background-position-x:center;background-size:contain}.bxst-features-section.bxst-features-section-bg-2{padding-top:69px;padding-bottom:82px;background:url(/bitrix/templates/furniture_blue/components/rich/news.list/price_shell1/../images/background/features-bg-2.png) no-repeat;background-position-x:center;background-size:contain}.bxst-features-section.bxst-features-section-bg-3{margin-bottom:58px;background:url(/bitrix/templates/furniture_blue/components/rich/news.list/price_shell1/../images/background/features-bg-3.png) no-repeat;background-position-x:center;background-size:contain}.bxst-features-section.bxst-features-slim{justify-content:center}.bxst-features-slim{padding:90px 15px 0;box-sizing:border-box}.bxst-features-slim .bxst-features-section-inner{max-width:1210px;padding-bottom:90px}.bxst-features-slim .bxst-features-section-inner,.bxst-features-slim .bxst-features-section-content{flex:1 0 100%}.bxst-features-slim .bxst-media-laptop{padding-top:3.95%;background:url(/bitrix/templates/furniture_blue/components/rich/news.list/price_shell1/../images/features/browser-bar-top.png) no-repeat;background-size:contain}.bxst-features-slim .bxst-media-laptop .bxst-features-section-media-image{border-left:2px solid #e9ecef;border-right:2px solid #e9ecef;border-bottom:2px solid #e9ecef}.bxst-features-slim .bxst-section-cust-centered{justify-content:center}.bxst-features-slim .bxst-section-cust-centered .bxst-features-section-content{max-width:800px}.bxst-features-slim .bxst-section-cust-bordered{border-bottom:1px solid #e9ecef}.bxst-features-slim.bxst-features-slim-logo-list{padding-top:45px}.bxst-section-cust-centered{text-align:center}.bxst-section-cust-centered .bxst-features-section-content,.bxst-section-cust-centered .bxst-features-section-media{padding:0}.bxst-section-cust-centered .bxst-block-title{text-align:center}.bxst-features-section-label{display:block;color:#b7db2a;font-size:.75rem;font-weight:500;line-height:1.8;text-transform:uppercase}.bxst-helpdesk-features-section{padding-top:17px}.bxst-helpdesk-features-section .bxst-helpdesk-section{padding-top:63px;padding-bottom:18px}.bxst-helpdesk-section-inner{display:flex;justify-content:space-between}.bxst-helpdesk-section-title{flex:0 0 31%;box-sizing:border-box}.bxst-helpdesk-section-title .bxst-block-title{text-align:left}.bxst-helpdesk-section-list{display:flex;justify-content:space-between;flex-wrap:wrap;flex:1 1 69%;max-width:69%;margin-top:19px;box-sizing:border-box}.bxst-helpdesk-section-list-item{display:flex;align-items:center;flex:1 0 50%;margin-bottom:60px;color:#262626;font-size:1.5rem;font-weight:400;line-height:1.8}.bxst-helpdesk-section-list-item:before{content:'';display:block;width:18px;height:18px;margin-right:17px;background:url(/prices/images/icon-bullit.svg) no-repeat}.bxst-helpdesk-section-list-item-inner{max-width:340px}.bxst-helpdesk-section-list-item-link{display:inline-block;position:relative;cursor:pointer}.bxst-helpdesk-section-list-item-link .bxst-helpdesk-section-list-item-label{display:block;position:absolute;top:-10px;left:0;color:#c95095;font-size:.625rem;font-weight:500;line-height:1;text-transform:uppercase}.bxst-helpdesk-section-list-item-link .bxst-helpdesk-section-list-item-label.success{color:#b7db2a}.bxst-helpdesk-section-list-item-link .bxst-helpdesk-section-list-item-inner-arrow{display:inline-block;position:relative;width:3px;height:12px;margin-left:15px;font-size:0}.bxst-helpdesk-section-list-item-link .bxst-helpdesk-section-list-item-inner-arrow:before,.bxst-helpdesk-section-list-item-link .bxst-helpdesk-section-list-item-inner-arrow:after{content:'';display:block;position:absolute;width:2px;height:8px;background:#3bc8f5;border-radius:5px}.bxst-helpdesk-section-list-item-link .bxst-helpdesk-section-list-item-inner-arrow:before{top:0;transform:rotate(-45deg)}.bxst-helpdesk-section-list-item-link .bxst-helpdesk-section-list-item-inner-arrow:after{bottom:0;transform:rotate(45deg)}.side-panel .side-panel-container{border-radius:5px 0 0 5px;box-shadow:0 5px 20px rgba(0,0,0,0.2)}.side-panel .side-panel-container .side-panel-content-container{overflow:hidden !important}.side-panel .side-panel-content-frame-body{width:100%;height:100%}.side-panel .side-panel-content-frame-body>iframe{width:100%;height:100%;margin:0;padding:0;border:none;overflow:hidden;border-radius:5px 0 0 5px}.bxst-section-cust-companies-count{padding:100px 0 100px;background:url(/bitrix/templates/furniture_blue/components/rich/news.list/price_shell1/../images/background/cloud-5.svg) no-repeat;background-position:bottom;text-align:center}.bxst-section-cust-companies-count .bxst-section-cust-companies-count-button{margin-top:50px}.bxst-youtube-popup-default.popup-window{max-width:850px;width:100%;min-width:320px;padding:15px;background-color:#fff;border-radius:5px;box-shadow:0 0 2px 0 #dee2e6;box-sizing:border-box}.bxst-youtube-popup-default .popup-window-content{position:relative;padding-bottom:56.25%;background:transparent;border-radius:5px;box-sizing:border-box}.bxst-youtube-popup-default .popup-window-content iframe{display:block;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;margin:auto;padding:0}.bxst-youtube-popup-default .popup-window-close-icon{display:block;position:absolute;width:40px;height:40px;top:-20px;right:-20px;background:#fff;border-radius:100%;font-size:0;outline:0;opacity:.7;transition:all 0.2s ease-in-out;box-shadow:2px 2px 7px 0 #262626;cursor:pointer}.bxst-youtube-popup-default .popup-window-close-icon:before,.bxst-youtube-popup-default .popup-window-close-icon:after{content:'';display:block;position:absolute;width:17px;height:2px;top:0;left:0;right:0;bottom:0;margin:auto;background:#dee2e6;border-radius:5px;transition:all 0.2s ease-in-out}.bxst-youtube-popup-default .popup-window-close-icon:before{transform:rotate(45deg)}.bxst-youtube-popup-default .popup-window-close-icon:after{transform:rotate(-45deg)}.bxst-youtube-popup-default .popup-window-close-icon:hover{opacity:1}.bxst-youtube-popup-default .popup-window-close-icon:hover:before,.bxst-youtube-popup-default .popup-window-close-icon:hover:after{background:#68ddff}.bxst-features-table-section{padding-bottom:100px}.bxst-features-table .bxst-features-table-header-switch{display:flex;align-items:center;flex-direction:column;text-align:center}.bxst-features-table .bxst-features-table-header-switch__icon{display:block;position:relative;width:50px;height:50px;border:1px solid #dee2e6;border-radius:100%;cursor:pointer}.bxst-features-table .bxst-features-table-header-switch__icon:before,.bxst-features-table .bxst-features-table-header-switch__icon:after{content:'';display:block;position:absolute;width:25px;height:2px;top:50%;left:50%;background:#3bc8f5;transform:translate(-50%)}.bxst-features-table .bxst-features-table-header-switch__icon:after{transform:translate(-50%) rotate(90deg)}.bxst-features-table .bxst-features-table-header-switch__title{margin-top:10px;font-size:.875rem;font-weight:500;line-height:1;text-transform:uppercase}.bxst-features-table.sections-shown .bxst-features-table-header-switch__icon:after{transform:translate(-50%)}.bxst-features-table .bxst-features-table-header{display:flex;align-items:center;justify-content:space-between;padding:33px 30px 24px;margin-top:30px;background-color:#e9ecef;border-radius:5px}.bxst-features-table .bxst-features-table-header-control-section{display:flex;align-items:center}.bxst-features-table .bxst-features-table-swich-title{color:#262626;font-size:.875rem;font-weight:500;line-height:1;text-transform:uppercase;cursor:pointer}.bxst-features-table .bxst-features-table-swich-title.active{color:#3bc8f5;cursor:pointer}.bxst-features-table .bxst-features-table-swich{display:block;position:relative;width:44px;height:24px;margin:0 22px}.bxst-features-table .bxst-features-table-swich-slider{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fff;border:1px solid #e9ecef;border-radius:12px;transition:.4s linear;cursor:pointer}.bxst-features-table .bxst-features-table-swich-slider:before{content:'';position:absolute;width:16px;height:16px;left:3px;bottom:3px;background-color:#3bc8f5;border-radius:100%;-webkit-transition:.4s;transition:.4s}.bxst-features-table .bxst-features-table-swich.checked .bxst-features-table-swich-slider:before{-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}.bxst-features-table .bxst-features-table-title,.bxst-features-table .bxst-features-table-description{color:#262626;font-weight:400;line-height:1.5}.bxst-features-table .bxst-features-table-title{font-size:1.5rem}.bxst-features-table .bxst-features-table-description{font-size:.875rem}.bxst-features-table .bxst-prices-table-features-icon.checked{display:inline-block;width:24px;height:24px;background:url(/prices/images/icon-check.svg) no-repeat}.bxst-features-table .bxst-prices-table-features-icon.unchecked{display:inline-block;width:24px;height:24px;background:url(/prices/images/icon-uncheck.svg) no-repeat}.bxst-features-table .bxst-features-table-section-row{display:flex;align-items:center;padding:24px 30px 28px 30px;box-sizing:border-box}.bxst-features-table .bxst-features-table-section-row.subsection-hidden{display:none}.bxst-features-table.equal .n-equal-section{display:none}.bxst-features-table .bxst-features-table-section-section{border-bottom:1px solid #dee2e6}.bxst-features-table .bxst-features-table-section-sidebar{flex:1;max-width:360px}.bxst-features-table .bxst-features-table-section-sidebar_no-restriction{max-width:none}.bxst-features-table .bxst-features-table-section-body{display:flex;align-items:center;justify-content:space-between;flex:1}.bxst-features-table .bxst-features-table-section-item{display:flex;justify-content:center;flex:1;font-size:1rem;text-align:center}.bxst-features-table .bxst-features-table-title-bordered{padding-bottom:20px;border-bottom:1px solid #dee2e6}.bxst-features-table .bxst-features-table-section-title{cursor:pointer}.bxst-features-table .bxst-features-table-section-subsection{padding-left:30px;padding-right:30px;background-color:#e9ecef}.bxst-features-table .bxst-features-table-section-subsection .bxst-features-table-section-sidebar .bxst-features-table-title{color:#262626;font-size:1.125rem;font-weight:400;line-height:1.8}.bxst-features-table .bxst-features-table-title-icon{display:inline-block;flex:0 0 10px;position:relative;width:10px;height:9px;margin:0 23px 0 7px;font-size:0}.bxst-features-table .bxst-features-table-title-icon:before,.bxst-features-table .bxst-features-table-title-icon:after{content:'';display:block;position:absolute;width:2px;height:12px;background:#3bc8f5;border-radius:5px}.bxst-features-table .bxst-features-table-title-icon:before{left:0;transform:rotate(45deg)}.bxst-features-table .bxst-features-table-title-icon:after{right:0;transform:rotate(-45deg)}.bxst-features-table .section-hidden .bxst-features-table-title-icon:before{transform:rotate(-45deg)}.bxst-features-table .section-hidden .bxst-features-table-title-icon:after{transform:rotate(45deg)}.bxst-features-table .bxst-features-table-section-dropdown{padding:39px 41px;background-color:#e9ecef}.bxst-features-table .bxst-features-table-section-dropdown .bxst-features-table-section-row{padding:0 0 40px}.bxst-features-table_white .bxst-features-table-header{background-color:transparent}.bxst-features-table_white .bxst-features-table-section-subsection{background-color:transparent}.bxst-features-table_slim .bxst-features-table-section-row{padding-top:19px;padding-bottom:19px}.bxst-features-table_slim .bxst-features-table-title-bordered{padding-top:10px;padding-bottom:10px}.bxst-features-table_slim .bxst-features-table-section-section{background-color:rgba(104,221,255,0.1)}.bxst-tools-section{padding:120px 0 20px}.bxst-tools-section_gradient{padding:30px 0}.bxst-tools-section .bxst-tools-list{padding-top:100px}.bxst-tools-list__inner{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap}.bxst-tools-list__item{display:flex;align-items:center;flex-direction:column;flex:1 0 100%;max-width:25%;margin-bottom:100px;text-align:center}.bxst-tools-list__icon{display:flex;align-items:center;justify-content:center;width:100px;height:75px}.bxst-tools-list__picture{display:block;max-width:100px;max-height:75px;width:100%;height:auto;margin:auto}.bxst-tools-list__title{margin-top:35px;color:#262626;font-size:1.25rem;font-weight:400;line-height:1.8;letter-spacing:-.11px}.bxst-tools-list__description{max-width:85%;margin-top:20px;color:#495057;font-size:1.125rem;font-weight:400;line-height:1.8}.bxst-content-painter{position:relative}.bxst-content-painter__label{display:block;position:absolute;top:0;left:50%;transform:translate(-50%, -50%)}.bxst-content-painter_bordered{border:2px solid #dee2e6;border-radius:.375rem}.hide-on-screen-xl{display:none !important}.show-on-screen-xl{display:unset !important}@media (max-width: 1200px){.bxst-video-banner-primary .bxst-video-banner-primary-title{font-size:2.5rem}.bxst-video-banner-primary .bxst-video-banner-primary-description{margin-top:20px}.bxst-video-banner-primary .bxst-video-banner-primary-button{margin-top:40px}.bxst-video-banner-primary .bxst-video-banner-primary-widget{left:2%;bottom:2%}.bxst-video-banner-primary .bxst-video-banner-primary-play{bottom:40px}.bxst-nearest-event-banner-calendar{padding:6px 10px 6px 16px;font-size:2.5rem}.bxst-nearest-event-banner-calendar:before{margin-bottom:5px}.bxst-nearest-event-banner-type,.bxst-nearest-event-banner-label-subtitle,.bxst-nearest-event-banner-label-link{font-size:.75rem}.bxst-nearest-event-banner-title{font-size:1.25rem}.bxst-nearest-event-banner-label-title{font-size:1rem}.bxst-section-cust-header-content-title{font-size:2.5rem}.bxst-section-cust-header-content-description{font-size:1rem}.bxst-section-cust-header-content_media{max-width:400px}.bxst-section-cust-features-preview{font-size:1rem}.bxst-section-cust-features-background .bxst-section-cust-background-field.bxst-section-cust-background-right-1{width:750px;height:553px;background-size:contain}.bxst-section-cust-features-background .bxst-section-cust-background-field.bxst-section-cust-background-right-1 .bxst-section-cust-background-right-1-picture{top:92px;width:434px;height:314px}.bxst-helpdesk-section-list-item{margin-bottom:35px;font-size:1.125rem}.hide-on-screen-lg{display:none !important}.show-on-screen-lg{display:unset !important}}@media (max-width: 992px){.bxst-block-title.bxst-title-lg{font-size:2.5rem}.bxst-block-title.bxst-title-md{font-size:2.25rem}.bxst-block-title.bxst-title-sm{font-size:2rem}.bxst-video-banner-primary .bxst-video-banner-primary-title{font-size:2.25rem}.bxst-video-banner-primary .bxst-video-banner-primary-description{margin-top:0}.bxst-video-banner-primary .bxst-video-banner-primary-button{margin-top:20px}.bxst-video-banner-primary .bxst-video-banner-primary-widget{display:none}.bxst-video-banner-primary .bxst-video-banner-primary-play{bottom:20px}.bxst-image-banner-primary .bxst-image-banner-primary-outer{padding:40px 15px 40px;overflow:hidden}.bxst-image-banner-primary .bxst-image-banner-primary-content{flex:1 0 100%;margin:30px 0 0;z-index:2}.bxst-image-banner-primary .bxst-image-banner-primary-media{position:absolute;height:100%;left:100%;-webkit-transform:translate(-80%, 0);transform:translate(-80%, 0);opacity:.4;z-index:1}.bxst-image-banner-primary .bxst-image-banner-primary-image{display:flex;position:relative;margin-right:0;max-height:100%}.bxst-image-banner-primary .bxst-image-banner-primary-image-device{display:none}.bxst-image-banner-primary .bxst-image-banner-primary-image-picture{display:block;flex:1 0 100%;height:100%;max-width:none}.bxst-image-banner-primary .bxst-image-banner-primary-media_device .bxst-image-banner-primary-image-picture{display:block}.bxst-daily-banner{padding:50px 0}.bxst-start-main-news{padding:70px 0 70px 0}.bxst-main-publications-title{font-size:1rem}.bxst-main-publications-item-picture{margin:0 25px}.bxst-simple-content-area-content{font-size:1rem}.bxst-nearest-event-banner-label-title{font-size:1rem}.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-calendar{font-size:2.5rem}.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-description{margin:0 20px;font-size:1.625rem}.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-subtype{font-size:1.25rem}.bxst-section-cust-header-content-title{font-size:2.25rem}.bxst-section-cust-header-media-inner{flex:0 0 100%}.bxst-section-cust-header-menu:before{display:none}.bxst-section-cust-header-menu-inner.active .bxst-section-cust-header-menu-select-switch{background:rgba(255,255,255,0.2)}.bxst-section-cust-header-menu-inner.active .bxst-section-cust-header-menu-list-body{height:auto}.bxst-section-cust-header-menu-list-body{position:absolute;width:100%;height:0;max-height:200px;top:100%;left:0;box-sizing:border-box;overflow-y:auto;z-index:3}.bxst-section-cust-header-menu-list{flex-wrap:wrap;background:#6dcf73;background:-moz-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);background:-webkit-gradient(-45deg, color-stop(0%, #08c1ef), color-stop(100%, #6dcf73));background:-webkit-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);background:-o-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);background:linear-gradient(135deg, #08c1ef 0%, #6dcf73 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#08c1ef, endColorstr=#6dcf73)}.bxst-section-cust-header-menu-list-item{flex:1 0 100%}.bxst-section-cust-header-menu-list-item.active{background:rgba(255,255,255,0.5)}.bxst-section-cust-header-menu-list-item.active .bxst-section-cust-header-menu-list-item-link{color:#fff}.bxst-section-cust-header-menu-select{display:block}.bxst-section-cust-features-preview{font-size:1rem}.bxst-section-cust-features-preview{padding:50px 15px}.bxst-section-cust-features-preview .bxst-section-cust-features-preview-list{margin-top:20px}.bxst-section-cust-features-preview .bxst-section-cust-features-preview-list-item{margin-bottom:20px}.bxst-section-cust-features-preview .bxst-section-cust-features-preview-inner{margin:0 auto}.bxst-section-cust-features-background .bxst-section-cust-background-field.bxst-section-cust-background-right-1{display:none}.bxst-features-section .bxst-features-section-content{font-size:1rem}.bxst-features-section .bxst-features-section-content-button{margin-top:40px}.bxst-features-slim{padding:50px 15px}.bxst-features-slim .bxst-features-section-inner{padding-bottom:0;border:none}.bxst-helpdesk-features-section{display:none}.bxst-features-table-section{display:none}.bxst-section-cust-companies-count{padding:50px}.bxst-tools-section{padding:60px 0 20px}.bxst-tools-section_gradient{padding:15px 0}.bxst-tools-section .bxst-tools-list{padding-top:50px}.bxst-tools-list__item{max-width:33.333%;margin-bottom:50px}.bxst-tools-list__picture{max-width:80px;max-height:50px}.bxst-tools-list__title{margin-top:20px;font-size:1.25rem}.bxst-tools-list__description{margin-top:10px;font-size:.875rem}.hide-on-screen-md{display:none !important}.show-on-screen-md{display:unset !important}}@media (max-width: 768px){.bxst-block-title.bxst-title-lg{font-size:2.25rem}.bxst-block-title.bxst-title-md{font-size:2rem}.bxst-block-title.bxst-title-sm{font-size:1.625rem}.bxst-video-banner-primary .bxst-video-banner-primary-label{max-width:100px}.bxst-video-banner-primary .bxst-video-banner-primary-title{font-size:1.75rem}.bxst-video-banner-primary .bxst-video-banner-primary-description{font-size:1rem}.bxst-video-banner-primary .bxst-video-banner-primary-button{margin-top:10px}.bxst-video-banner-primary .bxst-video-banner-primary-widget{display:none}.bxst-video-banner-primary .bxst-video-banner-primary-play{width:35px;height:35px;bottom:15px}.bxst-video-banner-primary .bxst-video-banner-primary-play:before{margin-left:3px;border-top-width:8px;border-bottom-width:8px;border-left-width:10px}.bxst-image-banner-primary .bxst-image-banner-primary-outer{padding:40px 15px 68px}.bxst-image-banner-primary .bxst-image-banner-primary-inner{justify-content:center}.bxst-image-banner-primary .bxst-image-banner-primary-content{text-align:center}.bxst-image-banner-primary .bxst-image-banner-primary-title{font-size:2.25rem}.bxst-image-banner-primary .bxst-image-banner-primary-description{font-size:1.375rem}.bxst-image-banner-primary .bxst-image-banner-primary-button{margin-top:40px}.bxst-image-banner-primary .bxst-image-banner-primary-media{-webkit-transform:translate(-60%, 0);transform:translate(-60%, 0)}.bxst-image-banner-primary .bxst-image-banner-primary-list{max-width:100%}.bxst-image-banner-primary .bxst-image-banner-primary-list-item{max-width:calc(50% - 8px)}.bxst-registration-banner{padding:31px 0 38px 0;background-size:contain}.bxst-registration-banner .bxst-registration-banner-button{margin-top:20px}.bxst-registration-banner-slim{padding:25px 0 25px 0}.bxst-registration-banner-slim .bxst-registration-banner-button{margin-top:14px}.bxst-daily-banner{display:none}.bxst-daily-banner.bxst-daily-banner_display-flex{display:flex}.bxst-start-main-news{padding:46px 0 50px 0}.bxst-main-publications-title{font-size:.875rem}.bxst-main-publications-item-picture{margin:0 15px}.bxst-simple-content-area-content{font-size:.875rem}.bxst-simple-content-area{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.bxst-simple-content-area.reverse{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.bxst-simple-content-area .bxst-block-title{text-align:center}.bxst-simple-content-area .bxst-simple-content-area-list-body{justify-content:center}.bxst-simple-content-area .bxst-simple-content-area-list{margin:25px 0}.bxst-simple-content-area .bxst-simple-content-area-list li:before{margin-right:15px}.bxst-simple-content-area,.bxst-simple-content-area-content,.bxst-simple-content-area-media{justify-content:center;text-align:center}.bxst-simple-content-area-content{max-width:none}.bxst-simple-content-area-media{display:block}.bxst-simple-content-area-media-picture{max-width:100%;padding:0}.bxst-nearest-event-banner-label{display:none}.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-calendar{font-size:1.875rem}.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-description{margin:0 20px;font-size:1.25rem}.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-subtype{font-size:1rem}.bxst-section-cust-header-inner{display:block}.bxst-section-cust-header-content,.bxst-section-cust-header-media{display:flex;justify-content:center;flex:1 0 100%;margin:0 auto;box-sizing:border-box}.bxst-section-cust-header-content{flex-direction:column}.bxst-section-cust-header-media{margin-top:30px}.bxst-section-cust-header-content-description{margin-top:15px}.bxst-section-cust-header-content-button{margin-top:25px}.bxst-section-cust-header-registration-button{margin-top:25px}.bxst-features-section .bxst-features-section-inner{justify-content:center;flex-wrap:wrap-reverse;flex-direction:row;flex:1 0 100%;max-width:100%}.bxst-features-section .bxst-features-section-content,.bxst-features-section .bxst-features-section-media{flex:1 0 100%}.bxst-features-section .bxst-features-section-content{padding:50px 15px 0}.bxst-features-section .bxst-features-section-content-button{margin-top:25px}.bxst-features-section.reverse .bxst-features-section-inner{flex-direction:inherit}.bxst-features-section.reverse .bxst-features-section-content{padding:50px 15px 0}.bxst-features-section.bxst-features-section-bg-1,.bxst-features-section.bxst-features-section-bg-2,.bxst-features-section.bxst-features-section-bg-3{padding:50px 0}.bxst-features-slim{padding:20px 15px}.bxst-features-slim.bxst-features-slim-logo-list{padding-top:20px}.bxst-features-slim-logo-list{padding:50px 15px 0}.bxst-features-slim-logo-list .bxst-features-section-content{padding:0}.bxst-features-slim-logo-list .bxst-simple-content-area-line-list-item{display:flex;justify-content:center;flex:1 0 calc(50% - 20px);margin-top:15px;margin-bottom:15px;box-sizing:border-box}.bxst-features-slim-logo-list .bxst-simple-content-area-line-list-picture{max-width:120px;max-height:45px}.bxst-features-section-list .bxst-section-cust.bxst-section-cust_position-right .bxst-features-section-content,.bxst-features-section-list .bxst-section-cust:nth-child(2n) .bxst-features-section-content{padding:50px 15px 0}.bxst-features-section-list .bxst-section-cust.bxst-section-cust_position-left .bxst-features-section-content{padding:50px 15px 0}.bxst-portal-buyer-request-window-parent{left:0 !important;right:0 !important;max-width:100%;z-index:3 !important}.bxst-portal-buyer-request-window{display:flex !important;flex-direction:column}.bxst-portal-buyer-request-window .bxst-portal-buyer-request-window-section{flex-direction:column}.bxst-portal-buyer-request-window .bxst-portal-buyer-request-window-input-section{margin:0 auto}.bxst-tools-list__item{max-width:50%}.bxst-tools-list__title{font-size:1rem}.bxst-tools-list__description{font-size:.875rem}.hide-on-screen-sm{display:none !important}.show-on-screen-sm{display:unset !important}}@media (max-width: 576px){.bxst-block-title{font-weight:500}.bxst-block-title.bxst-title-lg{font-size:1.625rem}.bxst-block-title.bxst-title-md{font-size:1.375rem}.bxst-block-title.bxst-title-sm{font-size:1.125rem}.bxst-double-header{align-items:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-align:center}.bxst-double-header .bxst-block-title{padding:0;margin:0 auto 15px}.bxst-video-banner-primary .bxst-video-banner-primary-label{top:auto;bottom:0}.bxst-video-banner-primary .bxst-video-banner-primary-label .bxst-video-banner-primary-label-picture{display:none}.bxst-video-banner-primary .bxst-video-banner-primary-label .bxst-video-banner-primary-label-mobile{display:block}.bxst-video-banner-primary .bxst-video-banner-primary-title{font-size:1.25rem}.bxst-video-banner-primary .bxst-video-banner-primary-description{font-size:.875rem}.bxst-video-banner-primary .bxst-video-banner-primary-controller{padding-bottom:56%}.bxst-video-banner-primary .bxst-video-banner-primary-play{display:none}.main-video-banner-primary .popup-window-close-icon{width:30px;height:30px}.main-video-banner-primary .popup-window-close-icon:after{width:30px;height:30px}.bxst-image-banner-primary .bxst-image-banner-primary-outer{padding:20px 15px 38px}.bxst-image-banner-primary .bxst-image-banner-primary-inner{justify-content:center}.bxst-image-banner-primary .bxst-image-banner-primary-content{text-align:center}.bxst-image-banner-primary .bxst-image-banner-primary-title{font-size:1.5rem}.bxst-image-banner-primary .bxst-image-banner-primary-description{margin-top:4px;font-size:1.125rem}.bxst-image-banner-primary .bxst-image-banner-primary-button{margin-top:40px}.bxst-image-banner-primary .bxst-image-banner-primary-media{-webkit-transform:translate(-36%, 0);transform:translate(-36%, 0);opacity:.2}.bxst-start-video-banner{display:none}.bxst-start-main-news{padding:46px 0 50px 0}.bxst-start-main-news .bxst-articles-slider-list{padding:0}.bxst-start-main-news .bxst-articles-slider-list .owl-nav{display:none}.bxst-start-main-news .bxst-articles-slider-list-item{margin:0}.bxst-start-main-news .bxst-start-main-news-more{margin-top:20px}.bxst-main-publications-section{padding:18px 15px 25px}.bxst-main-publications{flex-wrap:wrap}.bxst-main-publications-list{flex:1 0 100%;margin-top:15px;box-sizing:border-box}.bxst-main-publications-scene-item{margin:0 1.5%}.bxst-main-publications-title{margin:0;font-size:.875rem;text-align:center}.bxst-main-publications-item-picture{margin:auto}.bxst-main-publications-item-picture-image{margin:auto}.bxst-nearest-event-banner,.bxst-nearest-event-banner-inner{align-items:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-align:center}.bxst-nearest-event-banner-inner{margin:30px auto}.bxst-nearest-event-banner-description{margin:30px auto 0}.bxst-nearest-event-slim-banner{padding:20px 0 15px}.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-inner{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-align:center}.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-calendar{margin:auto;border-width:1px;font-size:1.25rem}.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-calendar:before{width:26px;height:22px}.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-description{margin:14px auto 0;font-size:.875rem}.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-subtype{font-size:1rem}.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-title{margin-top:0}.bxst-section-cust-header-content-title{font-size:1.75rem}.bxst-section-cust-features-background{display:none}.bxst-section-cust-features-preview{padding:50px 15px;font-size:.875rem}.bxst-section-cust-features-preview .bxst-section-cust-features-preview-list{margin:20px auto 0}.bxst-section-cust-features-preview .bxst-section-cust-features-preview-list-item{max-width:none;margin-bottom:20px}.bxst-section-cust-features-preview .bxst-section-cust-features-preview-inner{margin:0 auto}.bxst-features-section .bxst-features-section-content{padding-top:30px;font-size:.875rem}.bxst-features-section.reverse .bxst-features-section-content{padding-top:20px}.bxst-features-section.bxst-features-section-bg-1,.bxst-features-section.bxst-features-section-bg-2,.bxst-features-section.bxst-features-section-bg-3{padding:20px 0}.bxst-features-slim-logo-list{padding:50px 15px 0}.bxst-features-slim-logo-list .bxst-features-section-content{padding:0}.bxst-features-section-list .bxst-section-cust.bxst-section-cust_position-right .bxst-features-section-content,.bxst-features-section-list .bxst-section-cust:nth-child(2n) .bxst-features-section-content{padding-top:30px}.bxst-features-section-list .bxst-section-cust.bxst-section-cust_position-left .bxst-features-section-content{padding-top:30px}.bxst-tools-list__item{max-width:100%}.bxst-tools-list__title{font-size:.875rem}.bxst-tools-list__description{margin-top:5px}.hide-on-screen-xs{display:none !important}.show-on-screen-xs{display:unset !important}}.bxst-prices-table_full-width{width:100%;box-sizing:border-box}.bxst-prices-table__row{display:flex;justify-content:space-between;flex:1 0 100%}.bxst-prices-table__sidebar,.bxst-prices-table__body{display:flex;flex-direction:row;box-sizing:border-box}.bxst-prices-table__sidebar{display:flex;flex-direction:column;flex:1 0 100%;max-width:230px;padding:14px 14px 0 0;text-align:left}.bxst-prices-table__sidebar-title{margin-bottom:17px;font-size:1rem;font-weight:500;line-height:1.5}.bxst-prices-table__sidebar-description{color:#adb5bd;font-size:.75rem;font-weight:400;line-height:1.5}.bxst-prices-table__sidebar-description,.bxst-prices-table__sidebar-select{margin-top:10px}.bxst-prices-table__row:first-child .bxst-prices-table__body{border:none}.bxst-prices-table__row:nth-child(2) .bxst-prices-table__body{border-top:2px solid #dee2e6;border-radius:8px 8px 0 0}.bxst-prices-table__row:last-child .bxst-prices-table__body{padding-bottom:40px;border-bottom:2px solid #dee2e6;border-radius:0 0 8px 8px}.bxst-prices-table__row .bxst-prices-table__body{border-left:2px solid #dee2e6;border-right:2px solid #dee2e6}.bxst-prices-table__body{width:100%;flex:1 0 calc(100% - 230px)}.bxst-prices-table__body-item{position:relative;flex:1;text-align:center;padding:10px}.bxst-prices-table__body-item .bx-ui-button{display:block;width:100%;margin:auto}.bxst-prices-table__body-label{display:block;position:absolute;min-width:160px;margin:auto;left:50%;bottom:-14px;padding:9px 10px;background-color:#db2a8e;border-radius:.375rem;color:#fff;font-size:.875rem;font-weight:500;line-height:1;text-decoration:none;white-space:nowrap;transform:translateX(-50%)}.bxst-prices-table__body-label_best{background-color:#51c99c}.bxst-prices-table__body-title{margin-bottom:10px;font-size:1.625rem;font-weight:500;line-height:1.5}.bxst-prices-table__body-content-value,.bxst-prices-table__body-description{font-size:.875rem;font-weight:500;line-height:1.5}.bxst-prices-table__body-description{font-size:.875rem}.bxst-prices-table__prices-outer{display:flex;align-items:center;justify-content:center;flex-direction:column;height:100%;box-sizing:border-box}.bxst-prices-table__prices-inner{margin-top:10px;box-sizing:border-box}.bxst-prices-table__prices-description{margin-top:5px;color:#adb5bd;font-size:.875rem;font-weight:500;line-height:1.5}.bxst-prices-table__prices-value{margin:5px 0;font-size:1.35rem;font-weight:600;line-height:1;white-space:nowrap}.bxst-prices-table__prices-value span{font-size:2rem}.bxst-prices-table__prices-value_base,.bxst-prices-table__prices-value_base span,.bxst-prices-table__prices_base{font-size:.875rem}.bxst-prices-table__prices-value_base,.bxst-prices-table__prices_base{color:#adb5bd;font-size:.875rem;font-weight:500;line-height:1;text-decoration:line-through;white-space:nowrap}.bxst-prices-table__prices_success{color:#b7db2a}.bxst-prices-table__prices_primary{color:#3bc8f5}.bxst-prices-table__prices_discount-label{display:inline-block;height:1.75rem;color:#262626;padding:0 10px;background-color:#cfee52;border-radius:.375rem;font-size:.875rem;font-weight:500;line-height:1.75;vertical-align:middle}.bxst-prices-table__pie-icon{position:relative;width:22px;height:22px;margin:auto;background-size:20px;background-repeat:no-repeat;background-position:50% 50%}.bxst-prices-table__pie-icon_25{background-image:url(/prices/images/prices/icon-pie-25-primary.svg)}.bxst-prices-table__pie-icon_50{background-image:url(/prices/images/prices/icon-pie-50-primary.svg)}.bxst-prices-table__pie-icon_100{background-image:url(/prices/images/prices/icon-pie-100-primary.svg)}.bxst-prices-table__extra-item{padding:20px 14px;border-bottom:1px solid #dee2e6}.bxst-prices-table__extra-item:last-child{border:none}.bxst-prices-table__extra-title{font-size:1.125rem;line-height:1.5}.bxst-prices-table__extra-description,.bxst-prices-table__extra-link-element{font-size:.875rem;line-height:1.5}@media (max-width: 992px){.bxst-prices-table{overflow-x:auto;-webkit-overflow-scrolling:touch}.bxst-prices-table__sidebar{position:-webkit-sticky;position:sticky;flex:0;min-width:150px;left:0;background:#fff;border-right:2px solid #dee2e6}.bxst-prices-table__row:nth-child(2) .bxst-prices-table__body,.bxst-prices-table__row:last-child .bxst-prices-table__body{border-radius:0}.bxst-prices-table__row .bxst-prices-table__body{border-left:none}.bxst-prices-table__body{flex:1 0 100%;border-left:none;border-radius:0}.bxst-prices-table-main .bxst-prices-table-sidebar{z-index:2}}.bxst-prices-table-slim__row{display:flex;align-items:center;justify-content:space-between;padding:20px}.bxst-prices-table-slim__row:first-child{border-top:2px solid #dee2e6;border-radius:8px 8px 0 0}.bxst-prices-table-slim__row:last-child{border-bottom:2px solid #dee2e6;border-radius:0 0 8px 8px}.bxst-prices-table-slim__row{border-left:2px solid #dee2e6;border-right:2px solid #dee2e6;border-bottom:1px solid #dee2e6}.bxst-prices-table-slim__epilog{background-color:#e9ecef;color:#6c757d;font-size:.875rem}.bxst-prices-table-slim__epilog p:last-child{margin-bottom:0}.bxst-prices-table-slim__title{font-weight:600}.bxst-prices-table-slim__description{font-size:.875rem}@media (max-width: 992px){.bxst-prices-table-slim__row{flex-direction:column;align-items:flex-start}.bxst-prices-table-slim__button{margin-top:15px}}.bxst-prices-table-main-section{padding:0px 0 100px}.bxst-prices-table-main-section_py-0{padding-top:0;padding-bottom:0}.bxst-prices-table-main-section_pt-0{padding-top:0}.bxst-prices-table-main-section_pb-0{padding-bottom:0}.bxst-prices-table-main-section .bxst-double-header{padding-bottom:44px}.bxst-prices-table-main-section .bxst-prices-primary-list-section{margin:110px auto 0;background:#f8f9fa}.bxst-prices-table-main-section .bxst-prices-primary-list-section_my-0{margin-top:0;margin-bottom:0}.bxst-prices-table-main-section .bxst-prices-primary-list-section_mt-0{margin-top:0}.bxst-prices-table-main-section .bxst-prices-primary-list-section_mb-0{margin-bottom:0}.bxst-prices-table-main-section .bxst-prices-primary-list-section-inner{max-width:880px;margin:0 auto;padding:35px 15px;box-sizing:border-box}.bxst-prices-table-main-section .bxst-prices-primary-list-title{color:#6c757d;font-size:1.125rem;font-weight:500;line-height:1.5;margin-bottom:15px}.bxst-prices-table-main-section .bxst-prices-primary-list{display:flex;flex-wrap:wrap;margin:0 auto;padding:0;list-style:none}.bxst-prices-table-main-section .bxst-prices-primary-list .bxst-prices-primary-list-item{flex:1 0 40%;position:relative;padding-left:15px;margin:0 5% 20px 0;color:#6c757d;font-size:.9375rem;font-weight:300;line-height:1.5;box-sizing:border-box}.bxst-prices-table-main-section .bxst-prices-primary-list .bxst-prices-primary-list-item:nth-child(2n){margin-left:5%;margin-right:0}.bxst-prices-table-main-section .bxst-prices-primary-list .bxst-prices-primary-list-item:before{content:'';display:block;position:absolute;width:7px;height:7px;top:.3em;left:0;background:#3bc8f5;border-radius:100%}.bxst-prices-table{display:flex;flex-wrap:wrap;position:relative}.bxst-prices-table .bxst-prices-table-outer{display:flex;flex-wrap:wrap;flex:1 0 100%;position:relative}.bxst-prices-table .bxst-prices-table-inner{width:100%;box-sizing:border-box}.bxst-prices-table .bxst-prices-table-row{display:flex;justify-content:space-between;flex:1 0 100%}.bxst-prices-table .bxst-prices-table-row-border .bxst-prices-table-body{border-left:2px solid #dee2e6;border-right:2px solid #dee2e6}.bxst-prices-table .bxst-prices-table-row-border:first-child .bxst-prices-table-body{border-top:2px solid #dee2e6;border-radius:8px 8px 0 0}.bxst-prices-table .bxst-prices-table-row-border:last-child .bxst-prices-table-body{border-bottom:2px solid #dee2e6;border-radius:0 0 8px 8px}.bxst-prices-table .bxst-prices-table-item{flex:1 0 0;text-align:center}.bxst-prices-table .bxst-prices-table-sidebar,.bxst-prices-table .bxst-prices-table-body{display:flex;flex-direction:row}.bxst-prices-table .bxst-prices-table-sidebar{flex:1 0 100%;max-width:265px;text-align:left}.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-sidebar-title{color:#adb5bd;font-size:.75rem;letter-spacing:1px}.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-icon{display:flex;align-items:center;flex-wrap:wrap;padding:12px 0;text-transform:uppercase}.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-icon:before{content:'';display:block;width:24px;height:22px;margin-right:8px}.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-users:before{background:url(/prices/images/icon-user.svg) no-repeat;background-size:contain}.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-business-users:before{background:url(/prices/images/icon-business-user.svg) no-repeat;background-size:contain}.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-ssd:before{background:url(/prices/images/icon-cloud.svg) no-repeat;background-size:contain}.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-features:before{background:url(/prices/images/icon-key.svg) no-repeat;background-size:contain}.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-price{align-items:center}.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-price:before{background:url(/prices/images/icon-price.svg) no-repeat;background-size:contain}.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-extra{align-items:flex-start}.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-extra:before{background:url(/prices/images/icon-percent.svg) no-repeat;background-size:contain}.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-price-selection{flex:1 0 100%;margin-top:12px;margin-left:30px;box-sizing:border-box}.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-sub-description{margin:0 0 10px;padding:0 55px 0 30px;color:#adb5bd;font-size:.75rem;line-height:1.8;letter-spacing:0;text-transform:none}.bxst-prices-table .bxst-prices-table-sidebar-column{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.bxst-prices-table .bxst-prices-table-sidebar-column-item{margin:5px 25px 0 0;box-sizing:border-box}.bxst-prices-table .bxst-prices-table-sidebar-column-item .bxst-btn{width:100%;padding-left:10px;padding-right:10px;overflow:hidden}.bxst-prices-table .bxst-prices-table-row-head .bxst-prices-table-body .bxst-prices-table-item{align-items:flex-start}.bxst-prices-table .bxst-prices-table-body{width:100%;flex:1 0 calc(100% - 265px);box-sizing:border-box}.bxst-prices-table .bxst-prices-table-body.bxst-prices-table-body-label:before{content:'';display:block;position:absolute;width:87px;height:89px}.bxst-prices-table .bxst-prices-table-body.bxst-prices-table-body-label.label-ru:before{background:url(/bitrix/templates/furniture_blue/components/rich/news.list/price_shell1/../images/bnn/crm-price-table-lable.svg) no-repeat}.bxst-prices-table .bxst-prices-table-body.bxst-prices-table-body-label.label-ua:before{background:url(/bitrix/templates/furniture_blue/components/rich/news.list/price_shell1/../images/bnn/crm-price-table-lable-ua.svg) no-repeat}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-body-prices{position:relative}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-item{display:flex;align-items:center;justify-content:center;flex:1;position:relative;min-width:120px;box-sizing:border-box}.bxst-prices-table .bxst-prices-table-body .bxst-align-start{align-items:flex-start}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-item-bordered{margin:5px 20px 0;border-top:1px solid #dee2e6}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-label{display:block;position:absolute;margin:auto;bottom:calc(100% - 10px);padding:6px 10px;background-color:#db2a8e;border-radius:5px;color:#fff;font-size:.75rem;font-weight:500;line-height:1;text-decoration:none;text-transform:uppercase}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users,.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-content-value{display:flex;align-items:center;justify-content:center}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-count{padding:5px 10px;border:2px solid transparent;box-sizing:border-box;cursor:pointer}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-count.active{border:2px solid #3bc8f5;border-radius:30px}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-content-outer{display:flex;flex-direction:column;align-items:center}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-content-inner{display:flex;align-items:center;justify-content:center}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-content-description{margin-top:5px}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-content{position:relative}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-content-link.bottom{position:absolute;left:-50%;right:-50%;top:calc(100% + 5px);margin:auto}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-link{display:block;font-size:.75rem;font-weight:400;line-height:1}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-price-outer{padding:23px 0 30px}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-price{flex:1;padding:5px 0 5px;font-size:1.5rem;font-weight:400;line-height:1;text-transform:none;text-decoration:none}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-price.success{color:#b7db2a}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-price.primary{color:#3bc8f5}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-price-base{color:#adb5bd;font-size:.6875rem;text-decoration:line-through;white-space:nowrap}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-price__message{padding:5px 0;color:#adb5bd;font-size:.75rem;font-weight:500;line-height:1;white-space:nowrap}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-price__message_link{color:#3bc8f5}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-buy-btn-outer{display:flex}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-buy{flex:1;padding:18px}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-buy .bxst-btn{display:block;flex:1;padding-left:10px;padding-right:10px}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-buy-position{padding:0 18px}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-features-icon.checked{display:inline-block;width:24px;height:24px;background:url(/prices/images/icon-check.svg) no-repeat}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-features-icon.unchecked{display:inline-block;width:24px;height:24px;background:url(/prices/images/icon-uncheck.svg) no-repeat}.bxst-prices-table .bxst-prices-table-body .bxst-features-list-item{display:block;margin-bottom:10px;color:#adb5bd;font-size:.75rem;font-weight:400;line-height:1.8;text-align:center}.bxst-prices-table .bxst-prices-table-body .bxst-features-list-item.titled{color:#3bc8f5;font-size:1.375rem;font-weight:500;line-height:.5;text-align:center;cursor:default}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section{flex:1 0 100%;box-sizing:border-box}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-outer{display:flex;flex-wrap:wrap;margin:12px 20px 20px;background:#dee2e6;border-radius:5px;box-sizing:border-box}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-item{display:flex;flex:1 0 100%;width:100%;padding:10px 0 10px 14px;box-sizing:border-box}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-item:last-child .bxst-prices-table-extra-section-content{border:none}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:#fff;border-radius:100%}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-icon-picture{width:25px;height:25px}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-content{display:flex;align-items:center;justify-content:space-between;flex:1;margin-left:15px;padding-right:27px;border-bottom:1px solid #dee2e6;box-sizing:border-box}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-description{text-align:left}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-label{color:#b7db2a;font-size:.625rem;font-weight:500;line-height:1;text-transform:uppercase}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-title{margin-top:5px;color:#262626;font-size:1.125rem;font-weight:400;line-height:1.8;letter-spacing:.1px}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-link{text-transform:uppercase}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-link-item{font-size:.875rem;font-weight:500;line-height:1}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-list{display:flex;align-items:center;justify-content:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section_white .bxst-prices-table-extra-section-outer{background-color:transparent}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section_white .bxst-prices-table-extra-section-content{flex-direction:column;margin:auto;padding:20px 0}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section_white .bxst-prices-table-extra-section-item{padding:0 0 0 14px;background-color:#fff}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section_white .bxst-prices-table-extra-section-link{margin-top:10px}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section_white .bxst-prices-table-extra-section-description{text-align:center}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section_white .bxst-prices-table-extra-section-title{margin-top:0}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section_white .bxst-prices-table-extra-section-title-small{display:block;padding-top:4px}.bxst-prices-table .bxst-prices-table-body .bxst-extra-list-item{display:flex;align-items:center;justify-content:center;color:#adb5bd;font-size:.875rem;font-weight:300;line-height:1.8}.bxst-prices-table .bxst-prices-table-body .bxst-extra-list-item.success{color:#262626}.bxst-prices-table .bxst-prices-table-body .bxst-extra-list-item.success:after{content:'';display:block;margin-left:5px;width:11px;height:15px;background:url(/prices/images/icon-checked.svg) no-repeat}.bxst-prices-table .bxst-prices-table-price-discount{display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:400;line-height:1}.bxst-prices-table .bxst-prices-table-price-discount-value{white-space:nowrap}.bxst-prices-table .bxst-prices-table-price-discount-label{height:24px;margin:0 0 0 10px;padding:0 10px;background-color:#cfee52;border-radius:5px;font-size:.75rem;line-height:2;vertical-align:middle}.bxst-prices-table .bxst-prices-table-price-discount-label.primary{background-color:#68ddff}.bxst-prices-table .bxst-header-site-selector-list .bxst-select-phantom-item-title{white-space:nowrap}.bxst-prices-table .bxst-prices-table-title{padding:27px 0 0;font-size:1.5rem;font-weight:400;line-height:1}.bxst-prices-table .bxst-prices-table-description{padding:17px 30px 16px;color:#adb5bd;font-size:.75rem;font-weight:400;line-height:1.8;letter-spacing:-.5px}.bxst-prices-table .i-hover{display:block;position:absolute;height:100%;left:0;background:transparent;border:2px solid #3bc8f5;border-radius:5px;opacity:0;transition:all 0.2s ease-in-out;box-sizing:border-box;z-index:0}.bxst-prices-table .bxst-prices-table-arrow{display:none;flex:1 0 100%;justify-content:flex-end;position:-webkit-sticky;position:sticky;left:0;z-index:2;box-sizing:border-box}.bxst-prices-table .bxst-prices-table-arrow-next,.bxst-prices-table .bxst-prices-table-arrow-prew{position:relative;width:9px;height:20px;margin:0 30px;font-size:0}.bxst-prices-table .bxst-prices-table-arrow-next:before,.bxst-prices-table .bxst-prices-table-arrow-next:after,.bxst-prices-table .bxst-prices-table-arrow-prew:before,.bxst-prices-table .bxst-prices-table-arrow-prew:after{content:'';display:block;position:absolute;width:2px;height:12px;background:#dee2e6;border-radius:5px;transition:all 0.2s ease-in-out}.bxst-prices-table .bxst-prices-table-arrow-next:before,.bxst-prices-table .bxst-prices-table-arrow-prew:before{top:0;transform:rotate(45deg)}.bxst-prices-table .bxst-prices-table-arrow-next:after,.bxst-prices-table .bxst-prices-table-arrow-prew:after{bottom:0;transform:rotate(-45deg)}.bxst-prices-table .bxst-prices-table-arrow-prew{transform:rotate(180deg)}.bxst-prices-table .bxst-prices-table-stick{flex:1 0 100%;width:0;height:0;overflow:hidden}.bxst-prices-table .bxst-prices-table-stick.bxst-sticked .bxst-prices-table-stick-outer{position:fixed}.bxst-prices-table .bxst-prices-table-stick-outer{display:flex;align-items:center;justify-content:space-around;width:100%;top:0;left:0;margin:auto;padding:0 15px;background:#e9ecef;box-shadow:0 4px 10px -1px #adb5bd;box-sizing:border-box;z-index:8}.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-inner{display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap;max-width:1210px;width:100%;box-sizing:border-box}.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-row{display:flex;align-items:center;justify-content:space-around}.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-row-border .bxst-prices-table-body{border:none}.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-row-border:first-child .bxst-prices-table-body,.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-row-border:last-child .bxst-prices-table-body{border:none}.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-content{display:flex;align-items:center;justify-content:space-around;flex:1 0 100%;box-sizing:border-box}.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-selector{flex:1 0 100%;max-width:265px;text-align:left;text-transform:uppercase}.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-selector .bxst-header-site-selector{padding-right:20px;box-sizing:border-box}.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-selector .bxst-select{width:100%}.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-selector .bxst-select-phantom-choosed{overflow:inherit}.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-selector .bxst-prices-table-users-title{color:#adb5bd;font-size:.8125rem;text-align:center;box-sizing:border-box}.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-selector .bxst-prices-table-users{display:flex;align-items:center;justify-content:center}.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-selector .bxst-prices-table-users-count{padding:5px 10px;border:2px solid transparent;box-sizing:border-box;cursor:pointer}.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-selector .bxst-prices-table-users-count.active{border:2px solid #3bc8f5;border-radius:30px}.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-table{display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap;flex:1;box-sizing:border-box}.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-body{display:flex;align-items:normal;justify-content:space-around;box-sizing:border-box}.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-item{border-left:1px solid #dee2e6}.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-item:last-child{border-right:1px solid #dee2e6}.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-price-outer{padding:10px 0}.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-price{flex:1;text-transform:none;text-decoration:none;text-align:center}.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-price-outer{display:flex;align-items:center;justify-content:space-around;flex:1;padding-left:5px;padding-right:5px}.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-price-content{text-align:right}.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-price-tariff{margin-right:15px;color:#adb5bd;font-size:.8125rem}.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-price-base{color:#adb5bd;font-size:.6875rem;font-weight:400;line-height:1;text-decoration:line-through}.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-price-discount{display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:400;line-height:1.8}.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-price-discount-label{height:20px;margin:0 0 0 10px;padding:0 10px;background-color:#cfee52;border-radius:5px;font-size:.75rem;line-height:1.8;vertical-align:middle}.bxst-prices-table-stick-dropdown{box-shadow:inset 0 0 2px 0 #adb5bd}.bxst-prices-table-detail{max-width:900px;margin:0 auto}.bxst-prices-table-detail_padding-bottom{padding-bottom:50px}.bxst-prices-table-detail .bxst-prices-table-sidebar{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;max-width:350px}.bxst-prices-table-detail .bxst-prices-table-sidebar .bxst-prices-table-price-discount{justify-content:flex-start}.bxst-prices-table-detail .bxst-prices-table-sidebar .bxst-prices-table-price-discount-title{font-size:.875rem;font-weight:400;line-height:1.8}.bxst-prices-table-detail .bxst-prices-table-sidebar,.bxst-prices-table-detail .bxst-prices-table-body{padding:27px 0}.bxst-prices-table-detail .bxst-prices-table-sidebar+.bxst-prices-table-body{padding:0}.bxst-prices-table-detail .bxst-prices-table-body{flex:1 0 calc(100% - 350px)}.bxst-prices-table-detail .bxst-prices-table-sidebar,.bxst-prices-table-detail .bxst-prices-table-body{border-bottom:2px solid #dee2e6}.bxst-prices-table-detail .bxst-prices-table-description{padding:5px 0 0;color:#262626;font-size:.875rem;font-weight:400;line-height:1.5}.bxst-prices-table-detail .bxst-prices-table-row-border:last-child .bxst-prices-table-sidebar{border-bottom:none}.bxst-prices-table-detail .bxst-prices-table-title{padding:0}.bxst-prices-table-detail .title-capitalize{text-transform:capitalize}.bxst-prices-table-detail .bxst-prices-table-price-outer{display:flex;flex:1 0 auto;box-sizing:border-box}.bxst-prices-table-detail .bxst-prices-table-price-inner{display:flex;align-items:center;justify-content:space-between;flex:1 0 auto;padding:0 27px}.bxst-prices-table-detail .bxst-prices-table-price-value{font-size:1.35rem;font-weight:400;line-height:1}.bxst-prices-table-detail .bxst-prices-table-price-value.primary{color:#3bc8f5}.bxst-prices-table-detail .bxst-prices-table-price-value.discount{text-decoration:line-through}.bxst-prices-table-detail .bxst-prices-table-price-sub-value{padding-top:5px;font-size:.8125rem;font-weight:400;line-height:1}.bxst-prices-table-detail .bxst-prices-table-price-button .bxst-btn{padding-left:30px;padding-right:30px}@media (max-width: 992px){.bxst-prices-table-main-section{padding:50px 0}.bxst-prices-table-main-section .bxst-section-cust-cnt{padding-right:0}.bxst-prices-table{overflow-x:auto;-webkit-overflow-scrolling:touch}.bxst-prices-table .bxst-prices-table-inner{padding-top:20px;font-size:.75rem}.bxst-prices-table .bxst-prices-table-title{font-size:1.25rem}.bxst-prices-table .bxst-prices-table-description{padding:15px 15px;font-size:.75rem}.bxst-prices-table .bxst-prices-table-sidebar{position:-webkit-sticky;position:sticky;flex:0;min-width:250px;left:0;background:#fff;border-right:2px solid #dee2e6}.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-sidebar-title{font-size:.6875rem}.bxst-prices-table .bxst-prices-table-sidebar+.bxst-prices-table-body{border-left:none;border-right:none}.bxst-prices-table .bxst-prices-table-body{flex:1 0 100%;border-left:none;border-radius:0}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-label{font-size:.625rem}.bxst-prices-table .bxst-prices-table-row-border:first-child .bxst-prices-table-body,.bxst-prices-table .bxst-prices-table-row-border:last-child .bxst-prices-table-body{border-radius:0;border-left:none}.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-sidebar-title.bxst-prices-table-extra{display:none}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section{display:none}.bxst-prices-table .bxst-prices-table-stick .bxst-prices-table-stick-outer{display:none}.bxst-prices-table .bxst-prices-table-arrow{display:flex}.bxst-prices-table .i-hover{display:none}.bxst-prices-table-main .bxst-prices-table-sidebar{z-index:2}.bxst-prices-table-main .bxst-prices-table-body{z-index:1}.bxst-prices-table-detail .bxst-prices-table-description{padding:10px 0}.bxst-prices-table-detail .bxst-prices-table-body{flex:1}}@media (max-width: 768px){.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-item-bordered{margin:5px auto 0}.bxst-prices-table-detail .bxst-prices-table-price-inner{padding:10px;flex-direction:column}.bxst-prices-table-detail .bxst-prices-table-price-section{padding-bottom:15px}}@media (max-width: 576px){.bxst-prices-table-main-section .bxst-prices-primary-list .bxst-prices-primary-list-item{flex:1 0 100%;margin:0 0 20px}.bxst-prices-table-main-section .bxst-prices-primary-list .bxst-prices-primary-list-item:nth-child(2n){margin:0 0 20px}.bxst-prices-table .bxst-prices-table-description{padding:10px}.bxst-prices-table .bxst-prices-table-sidebar{min-width:150px}.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-sidebar-inner{flex:1}.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-sidebar-title{display:flex;align-items:flex-start;font-size:.625rem;text-align:left}.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-icon{padding:8px 0}.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-icon:before{width:14px;height:14px}.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-price-selection{margin:10px 0 0}.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-sub-description{padding:0 10px}.bxst-prices-table .bxst-prices-table-body .bxst-features-list-item{margin-bottom:10px}.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-price-outer{padding:15px 0}.bxst-prices-table-detail .bxst-prices-table-description{padding:10px 0}.bxst-prices-table-detail .bxst-prices-table-price-value{font-size:1.25rem}}.bxst-section-cust-features-slider{margin:101px auto 50px}.bxst-features-slider{padding:48px 15px 0;background:url(/bitrix/templates/furniture_blue/components/rich/news.list/price_shell1/../images/features-slider/clouds-bg.png?1) no-repeat;background-position:center;background-size:contain;box-sizing:border-box}.bxst-features-slider-button-section{display:none;margin:40px auto;padding:0 15px;text-align:center}.bxst-features-slider-wrapp.bxst-features-slider-not-loaded{display:block}.bxst-features-slider-wrapp.bxst-features-slider-not-loaded .bxst-features-slider-item:nth-child(n){display:none}.bxst-features-slider-wrapp.bxst-features-slider-not-loaded .bxst-features-slider-item:first-child{display:flex}.bxst-features-slider-wrapp .bxst-features-slider-item{display:flex;align-items:flex-start;justify-content:space-between;max-width:1180px;margin:50px auto;padding:0 15px}.bxst-features-slider-wrapp .bxst-features-slider-info{max-width:420px;color:#000}.bxst-features-slider-wrapp .bxst-features-slider-info-title{margin-top:71px;margin-bottom:0;font-size:2.25rem;line-height:1.8;letter-spacing:-1px}.bxst-features-slider-wrapp .bxst-features-slider-info-text{margin-top:0;font-size:1.125rem;line-height:1.8}.bxst-features-slider-wrapp .bxst-features-slider-info-btn{margin-top:40px}.bxst-features-slider-wrapp .bxst-features-slider-media-picture-item{display:block;max-width:680px;max-height:420px;margin:0;padding:0;box-shadow:-5px 3px 20px 0 #6c757d}.bxst-features-slider-wrapp .animated{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.fadeInFeaturesSlide{-webkit-animation-name:fadeInFeaturesSlide;animation-name:fadeInFeaturesSlide;-webkit-animation-delay:.7s;animation-delay:.7s}.fadeOutFeaturesSlide{-webkit-animation-name:fadeOutFeaturesSlide;animation-name:fadeOutFeaturesSlide}.bxst-features-slider-dots{max-width:1180px;margin:0 auto}.bxst-features-slider-dots .bxst-features-slider-dots-list{display:flex;align-items:flex-start;justify-content:space-between;margin:auto}.bxst-features-slider-dots .bxst-features-slider-dots-list-item{display:flex;justify-content:center;flex-wrap:wrap;position:relative;min-width:100px;max-width:20%;width:calc(20% - 75px)}.bxst-features-slider-dots .bxst-features-slider-dots-list-item:last-child .bxst-dots-arrow{display:none}.bxst-features-slider-dots .bxst-features-slider-dots-list-item-cnt{display:flex;align-items:center;justify-content:center;position:relative;width:100px;height:100px;background:#3bc8f5;border:1px solid #3bc8f5;border-radius:100%;cursor:pointer}.bxst-features-slider-dots .bxst-features-slider-dots-list-item-picture{position:relative;z-index:4}.bxst-features-slider-dots .bxst-features-slider-dots-list-item-picture-img{display:block}.bxst-features-slider-dots .bxst-features-slider-dots-list-item-title{flex:1 0 100%;margin-top:24px;color:#262626;font-size:.75rem;font-weight:600;text-align:center;text-transform:uppercase;cursor:pointer}.bxst-features-slider-dots .bxst-dots-arrow{position:absolute;width:100px;height:2px;top:0;left:calc(100% + -4px);margin-top:49px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAACCAYAAACQahZdAAAACXBIWXMAAC4jAAAuIwF4pT92AAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAOjNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+Cjx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXA6Q3JlYXRvclRvb2w+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDE3LTEwLTMxVDEwOjE4OjA2KzAyOjAwPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNy0xMC0zMVQxMDoxODowNiswMjowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPHhtcDpNb2RpZnlEYXRlPjIwMTctMTAtMzFUMTA6MTg6MDYrMDI6MDA8L3htcDpNb2RpZnlEYXRlPgogICAgICAgICA8eG1wTU06SW5zdGFuY2VJRD54bXAuaWlkOmJkNDFiYmNhLTNkNTktNTI0ZS1iNTNiLTQzY2IwMzRlMDAzMTwveG1wTU06SW5zdGFuY2VJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmYwNzFkYzFjLWJlMTMtMTFlNy05MzNhLThmYjM2NDlkYjZjMDwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOjU4ZGFjNDlkLWI3Y2MtMjE0ZC1iMWUxLThiNjQyNDk5NWJiNzwveG1wTU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDo1OGRhYzQ5ZC1iN2NjLTIxNGQtYjFlMS04YjY0MjQ5OTViYjc8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTctMTAtMzFUMTA6MTg6MDYrMDI6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE3IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6YmQ0MWJiY2EtM2Q1OS01MjRlLWI1M2ItNDNjYjAzNGUwMDMxPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE3LTEwLTMxVDEwOjE4OjA2KzAyOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHBob3Rvc2hvcDpJQ0NQcm9maWxlPkFkb2JlIFJHQiAoMTk5OCk8L3Bob3Rvc2hvcDpJQ0NQcm9maWxlPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj4xMTgxMTAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj4xMTgxMTAwLzEwMDAwPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4zPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjY1NTM1PC9leGlmOkNvbG9yU3BhY2U+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj41PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjI8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/Pr5pn/IAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOgAAFIIAAEVWAAAOpcAABdv11ofkAAAACJJREFUeNpi1D/+/T8DAwPDBQsORgYoYGLAAgAAAAD//wMAlX4EAZdj/d4AAAAASUVORK5CYII=);background-repeat:repeat-x;overflow:hidden}.bxst-features-slider-dots .bxst-dots-animator{position:relative;opacity:.7;transition-property:opacity;transition-duration:.5s;transition-delay:.5s}.bxst-features-slider-dots .bxst-dots-animator:before,.bxst-features-slider-dots .bxst-dots-animator:after{content:'';position:absolute;border-radius:100%}.bxst-features-slider-dots .bxst-dots-animator:before{width:100px;height:100px;top:50%;left:50%;margin:auto;background:#3bc8f5;transition-property:width, height;transition-duration:inherit;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.bxst-features-slider-dots .bxst-dots-animator:after{width:100%;height:100%;top:0;left:0;z-index:5}.bxst-features-slider-dots .bxst-dots-animator:hover:before{width:calc(100% + 20px);height:calc(100% + 20px)}.bxst-features-slider-dots .bxst-dots-animator-cnt{position:absolute;width:100px;height:100px;top:0;left:0;background:#3bc8f5;border-radius:100%}.bxst-features-slider-dots .bxst-dots-animator-cnt,.bxst-features-slider-dots .bxst-dots-animator-cnt *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.bxst-features-slider-dots .bxst-dots-animator-cnt .bxst-dots-animator-half{position:absolute;width:50%;height:100%;background:#3bc8f5;border:2px solid #fff;transform-origin:100% 50%}.bxst-features-slider-dots .bxst-dots-animator-cnt .bxst-dots-animator-spinner{border-radius:100% 0 0 100% / 50% 0 0 50%;border-right:none;z-index:2}.bxst-features-slider-dots .bxst-dots-animator-cnt .bxst-dots-animator-filler{left:50%;border-radius:0 100% 100% 0 / 0 50% 50% 0;border-left:none;opacity:0;z-index:1}.bxst-features-slider-dots .bxst-dots-animator-cnt .bxst-dots-animator-mask{position:absolute;width:calc(50% + 1px);height:calc(100% + 1px);padding-right:1px;top:-1px;left:-1px;background:inherit;border-radius:100% 0 0 100% / 50% 0 0 50%;border:1px solid #3bc8f5;opacity:1;z-index:3}.bxst-features-slider-dots .autoplay .bxst-dots-animator{animation-duration:inherit;animation-delay:inherit;animation-iteration-count:1}.bxst-features-slider-dots .autoplay .bxst-dots-animator .bxst-dots-animator-cnt{animation-duration:inherit;animation-delay:inherit;animation-iteration-count:inherit}.bxst-features-slider-dots .autoplay .bxst-dots-animator .bxst-dots-animator-spinner,.bxst-features-slider-dots .autoplay .bxst-dots-animator .bxst-dots-animator-filler,.bxst-features-slider-dots .autoplay .bxst-dots-animator .bxst-dots-animator-mask{animation-duration:inherit;animation-iteration-count:inherit}.bxst-features-slider-dots .autoplay .bxst-dots-animator .bxst-dots-animator-spinner{animation-timing-function:linear}.bxst-features-slider-dots .autoplay .bxst-dots-animator .bxst-dots-animator-filler{animation-timing-function:steps(1, end);animation-direction:reverse}.bxst-features-slider-dots .autoplay .bxst-dots-animator .bxst-dots-animator-mask{animation-timing-function:steps(1, end)}.bxst-features-slider-dots .active .bxst-dots-animator{opacity:1}.bxst-features-slider-dots .active .bxst-dots-animator .bxst-dots-animator-spinner{animation-name:sliderRotateAnimation}.bxst-features-slider-dots .active .bxst-dots-animator .bxst-dots-animator-filler{animation-name:sliderOpacityAnimation}.bxst-features-slider-dots .active .bxst-dots-animator .bxst-dots-animator-mask{animation-name:sliderOpacityAnimation}.bxst-features-slider-dots .active .bxst-dots-animator:before{width:calc(100% + 20px);height:calc(100% + 20px)}.bxst-features-slider-dots .on-scroll-pause .bxst-dots-animator-spinner,.bxst-features-slider-dots .on-scroll-pause .bxst-dots-animator-filler,.bxst-features-slider-dots .on-scroll-pause .bxst-dots-animator-mask,.bxst-features-slider-dots .on-hover-pause .bxst-dots-animator-spinner,.bxst-features-slider-dots .on-hover-pause .bxst-dots-animator-filler,.bxst-features-slider-dots .on-hover-pause .bxst-dots-animator-mask{animation-play-state:paused}.bxst-features-slider-dots .bxst-dots-arrow-animator{animation-duration:inherit;animation-timing-function:linear;animation-iteration-count:1}.bxst-features-slider-dots .bxst-dots-arrow-animator:before{content:'';position:absolute;top:0;left:-10px;width:10px;height:2px;background:#3bc8f5}.bxst-features-slider-dots .on-animation-next .bxst-dots-arrow-animator:before,.bxst-features-slider-dots .on-animation-prev .bxst-dots-arrow-animator:before{animation-name:sliderArrowAnimation;animation-duration:inherit;animation-timing-function:inherit;animation-iteration-count:inherit}.bxst-features-slider-dots .on-animation-prev .bxst-dots-arrow-animator:before{animation-direction:reverse}@media (max-width: 1200px){.bxst-features-slider-dots .bxst-features-slider-dots-list-item{min-width:90px}.bxst-features-slider-dots .bxst-features-slider-dots-list-item-cnt{width:90px;height:90px}.bxst-features-slider-dots .bxst-features-slider-dots-list-item-picture-img{max-width:70%;margin:auto}.bxst-features-slider-dots .bxst-features-slider-dots-list-item-title{font-size:.75rem}.bxst-features-slider-dots .bxst-dots-arrow{width:90px;left:calc(100% + 6px);margin-top:45px}.bxst-features-slider-dots .bxst-dots-animator:before{width:90px;height:90px}.bxst-features-slider-dots .bxst-dots-animator-cnt{width:90px;height:90px}}@media (max-width: 992px){.bxst-section-cust-features-slider{margin:50px auto 54px}.bxst-features-slider{padding-top:29px}.bxst-features-slider-dots .bxst-features-slider-dots-list-item{min-width:70px}.bxst-features-slider-dots .bxst-features-slider-dots-list-item-cnt{width:70px;height:70px}.bxst-features-slider-dots .bxst-features-slider-dots-list-item-picture-img{max-width:70%;margin:auto}.bxst-features-slider-dots .bxst-features-slider-dots-list-item-title{font-size:11px;font-weight:normal}.bxst-features-slider-dots .bxst-dots-arrow{width:70px;left:calc(100% + 6px);margin-top:40px}.bxst-features-slider-dots .bxst-dots-animator:before{width:70px;height:70px}.bxst-features-slider-dots .bxst-dots-animator-cnt{width:70px;height:70px}.bxst-features-slider-wrapp .bxst-features-slider-info{margin-right:20px}.bxst-features-slider-wrapp .bxst-features-slider-info-title{margin-top:45px;font-size:1.875rem}.bxst-features-slider-wrapp .bxst-features-slider-info-text{font-size:1rem}.bxst-features-slider-wrapp .bxst-features-slider-info-btn{margin-top:20px}}@media (max-width: 768px){.bxst-features-slider-button-section{display:block;margin-bottom:0}.bxst-features-slider-dots .bxst-features-slider-dots-list{flex-direction:column;align-items:center}.bxst-features-slider-dots .bxst-features-slider-dots-list-item{align-items:center;flex-direction:column;width:auto;max-width:none}.bxst-features-slider-dots .bxst-features-slider-dots-list-item-title{margin-top:4px;letter-spacing:1.1px}.bxst-features-slider-dots .bxst-dots-arrow{position:relative;width:20px;left:0;margin:12px auto 17px;transform:rotate(90deg)}.bxst-features-slider-dots .bxst-dots-animator:before{display:none}.bxst-features-slider-dots .bxst-dots-animator-cnt{display:none}.bxst-features-slider-wrapp{display:none !important}}@media (max-width: 576px){.bxst-section-cust-features-slider{margin:34px auto 54px}.bxst-features-slider{padding-top:29px}.bxst-features-slider-dots .bxst-features-slider-dots-list-item{width:auto;flex:1 0 auto}.bxst-features-slider-wrapp .bxst-features-slider-item{flex-direction:column-reverse;margin:40px auto 30px}.bxst-features-slider-wrapp .bxst-features-slider-info{margin:20px auto 0;text-align:center}}@-webkit-keyframes fadeInFeaturesSlide{0%{opacity:0;transform:translate3d(1%, 0, 0)}to{opacity:1;transform:none}}@keyframes fadeInFeaturesSlide{0%{opacity:0;transform:translate3d(1%, 0, 0)}to{opacity:1;transform:none}}@-webkit-keyframes fadeOutFeaturesSlide{0%{opacity:1}to{opacity:0;transform:translate3d(-1%, 0, 0)}}@keyframes fadeOutFeaturesSlide{0%{opacity:1}to{opacity:0;transform:translate3d(-1%, 0, 0)}}@-webkit-keyframes sliderRotateAnimation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes sliderRotateAnimation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@-webkit-keyframes sliderOpacityAnimation{0%{opacity:1}50%,100%{opacity:0}}@keyframes sliderOpacityAnimation{0%{opacity:1}50%,100%{opacity:0}}@-webkit-keyframes sliderArrowAnimation{0%{left:-10px}to{left:calc(100% - 10px)}}@keyframes sliderArrowAnimation{0%{left:-10px}to{left:calc(100% - 10px)}}.bxst-reviews-main-section{padding:101px 0 102px 0}.bxst-reviews-main-section .bxst-double-header{padding-bottom:69px}.bxst-video-gallery-slider{padding:0 15px;box-sizing:border-box}.bxst-video-gallery-slider-list.bxst-video-gallery-slider-not-loaded{display:block}.bxst-video-gallery-slider-list .bxst-video-gallery-slider-list-item:nth-child(n){display:none}.bxst-video-gallery-slider-list .bxst-video-gallery-slider-list-item:nth-child(1){display:flex}.bxst-video-gallery-slider-list .owl-nav{display:flex;justify-content:flex-end;max-width:1190px;margin:35px auto 0}.bxst-video-gallery-slider-list .owl-nav .owl-prev,.bxst-video-gallery-slider-list .owl-nav .owl-next{position:relative;width:9px;height:20px;margin:0 15px;font-size:0}.bxst-video-gallery-slider-list .owl-nav .owl-prev:before,.bxst-video-gallery-slider-list .owl-nav .owl-prev:after,.bxst-video-gallery-slider-list .owl-nav .owl-next:before,.bxst-video-gallery-slider-list .owl-nav .owl-next:after{content:'';display:block;position:absolute;width:2px;height:12px;background:#dee2e6;border-radius:5px;transition:all 0.2s ease-in-out}.bxst-video-gallery-slider-list .owl-nav .owl-prev:hover:before,.bxst-video-gallery-slider-list .owl-nav .owl-prev:hover:after,.bxst-video-gallery-slider-list .owl-nav .owl-next:hover:before,.bxst-video-gallery-slider-list .owl-nav .owl-next:hover:after{background:#3bc8f5}.bxst-video-gallery-slider-list .owl-nav .owl-prev:before,.bxst-video-gallery-slider-list .owl-nav .owl-prev:after{left:0}.bxst-video-gallery-slider-list .owl-nav .owl-prev:before{top:0;transform:rotate(45deg)}.bxst-video-gallery-slider-list .owl-nav .owl-prev:after{bottom:0;transform:rotate(-45deg)}.bxst-video-gallery-slider-list .owl-nav .owl-next:before,.bxst-video-gallery-slider-list .owl-nav .owl-next:after{right:0}.bxst-video-gallery-slider-list .owl-nav .owl-next:before{top:0;transform:rotate(-45deg)}.bxst-video-gallery-slider-list .owl-nav .owl-next:after{bottom:0;transform:rotate(45deg)}.bxst-video-gallery-slider-list-item{display:flex;justify-content:space-between;max-width:1180px;margin:auto}.bxst-video-gallery-slider-list-item-content{max-width:300px;margin-right:20px;box-sizing:border-box}.bxst-video-gallery-slider-list-item-author{display:flex;flex-direction:column}.bxst-video-gallery-slider-list-item-author-picture{width:100px}.bxst-video-gallery-slider-list-item-author-picture-image{display:block;margin:0;padding:0;max-width:100%;border-radius:100%}.bxst-video-gallery-slider-list-item-author-name{margin-top:31px;color:#262626;font-size:1.5rem;line-height:1.8}.bxst-video-gallery-slider-list-item-author-description{margin-top:13px;color:#adb5bd;font-size:.75rem;line-height:1.8;letter-spacing:1px;text-transform:uppercase}.bxst-video-gallery-slider-list-item-media{max-width:880px;width:100%;box-sizing:border-box}.bxst-video-gallery-slider-list-item-media-wrapp{position:relative;padding-bottom:56.25%;height:0;border-radius:5px;overflow:hidden}.bxst-video-gallery-slider-list-item-media-wrapp iframe{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:none}.bxst-video-gallery-slider-list-item-media-image{border-right:5px}@media (max-width: 1200px){.bxst-video-gallery-slider-list-item-author-name{margin-top:25px;font-size:1.25rem;line-height:1.8}.bxst-video-gallery-slider-list-item-author-description,.bxst-video-gallery-slider a{font-size:.875rem;line-height:1.8}.bxst-video-gallery-slider-list-item-media{max-width:650px}}@media (max-width: 992px){.bxst-reviews-main-section{padding:50px 0}.bxst-video-gallery-slider-list-item-media{max-width:500px}}@media (max-width: 768px){.bxst-video-gallery-slider-list-item-author-name{margin-top:25px;font-size:1rem;line-height:1.8}.bxst-video-gallery-slider-list-item-author-description{margin-top:8px}.bxst-video-gallery-slider-list-item-author-description,.bxst-video-gallery-slider-list-item-author-site{font-size:.875rem;line-height:1.8;text-transform:lowercase}.bxst-video-gallery-slider-list-item-media{max-width:450px}}@media (max-width: 576px){.bxst-reviews-main-section .bxst-double-header{padding-bottom:20px}.bxst-video-gallery-slider-list-item{align-items:center;flex-direction:column-reverse;text-align:center}.bxst-video-gallery-slider-list-item-content{margin:20px auto 0}.bxst-video-gallery-slider-list-item-author-picture{display:none}.bxst-video-gallery-slider-list-item-author-name{margin:0 auto}.bxst-video-gallery-slider-list .owl-nav{display:none}}.bxst-start-main-reviews-title{padding:0 0 30px 0}.bxst-start-main-reviews-buttons{padding:50px 0 100px 0;display:flex;justify-content:center}.bxst-reviews-gallery-slider{padding:0 15px}.bxst-reviews-gallery-slider .bxst-reviews-gallery-slider-list{width:100%;max-width:1200px;position:relative;margin:0 auto;box-sizing:border-box}@media (max-width: 1100px){.bxst-reviews-gallery-slider{padding:0 30px}}.bxst-reviews-gallery-slider-list .owl-nav .owl-prev,.bxst-reviews-gallery-slider-list .owl-nav .owl-next{position:absolute;top:0;width:50px;height:100%}.bxst-reviews-gallery-slider-list .owl-nav .owl-prev:before,.bxst-reviews-gallery-slider-list .owl-nav .owl-prev:after,.bxst-reviews-gallery-slider-list .owl-nav .owl-next:before,.bxst-reviews-gallery-slider-list .owl-nav .owl-next:after{content:'';display:block;position:absolute;width:4px;height:30px;background:#dee2e6;border-radius:5px;transition:all 0.2s ease-in-out}.bxst-reviews-gallery-slider-list .owl-nav .owl-prev:hover:before,.bxst-reviews-gallery-slider-list .owl-nav .owl-prev:hover:after,.bxst-reviews-gallery-slider-list .owl-nav .owl-next:hover:before,.bxst-reviews-gallery-slider-list .owl-nav .owl-next:hover:after{background:#3bc8f5}.bxst-reviews-gallery-slider-list .owl-nav .owl-prev:before{top:50%;margin-top:-24px;transform:rotate(45deg)}.bxst-reviews-gallery-slider-list .owl-nav .owl-prev:after{bottom:50%;margin-bottom:-24px;transform:rotate(-45deg)}.bxst-reviews-gallery-slider-list .owl-nav .owl-prev:before,.bxst-reviews-gallery-slider-list .owl-nav .owl-prev:after{left:0}.bxst-reviews-gallery-slider-list .owl-nav .owl-next{right:0}.bxst-reviews-gallery-slider-list .owl-nav .owl-next:before{top:50%;margin-top:-24px;transform:rotate(-45deg)}.bxst-reviews-gallery-slider-list .owl-nav .owl-next:after{bottom:50%;margin-bottom:-24px;transform:rotate(45deg)}.bxst-reviews-gallery-slider-list .owl-nav .owl-next:before,.bxst-reviews-gallery-slider-list .owl-nav .owl-next:after{right:0}.bxst-reviews-gallery-slider-list-item{display:flex;width:100%;margin:0 auto;justify-content:center;align-items:flex-start}.bxst-reviews-gallery-slider-list-item-review{max-width:700px;width:100%;background-image:url(/images/content_common/icons/icon-quotes-slider-reviews.svg);background-position:20px 40px;background-size:25%;background-repeat:no-repeat;margin-right:30px;font-family:'Montserrat', sans-serif;color:#000;box-sizing:border-box}.bxst-reviews-gallery-slider-list-item-review-author,.bxst-reviews-gallery-slider-list-item-review-company,.bxst-reviews-gallery-slider-list-item-review-position,.bxst-reviews-gallery-slider-list-item-review-content{margin:0;line-height:1.5}.bxst-reviews-gallery-slider-list-item-review-content{margin-bottom:30px;font-size:1.5rem;min-height:220px;text-align:left;font-style:italic}.bxst-reviews-gallery-slider-list-item-review-author{font-weight:bold}.bxst-reviews-gallery-slider-list-item-review-company{padding-bottom:5px}.bxst-reviews-gallery-slider-list-item-image{max-width:300px;width:100%}@media (max-width: 992px){.bxst-reviews-gallery-slider-list-item-review{margin-right:15px;max-width:350px}.bxst-reviews-gallery-slider-list-item-review-content{min-height:120px;font-size:1.4rem}.bxst-reviews-gallery-slider-list-item-image{max-width:250px}}@media (max-width: 768px){.bxst-reviews-gallery-slider-list-item-review{max-width:300px;margin-top:15px}.bxst-reviews-gallery-slider-list-item-review-content{font-size:1.2rem}.bxst-reviews-gallery-slider-list-item-image{max-width:150px}}@media (max-width: 576px){.bxst-reviews-gallery-slider{padding:0}.bxst-reviews-gallery-slider-list-item-image{display:none}.bxst-reviews-gallery-slider-list-item-review{margin-right:0}}.bxst-module-version-table{max-width:1210px;width:100%;margin:0 auto;padding:0 15px}.bxst-module-version-table-row{display:flex;flex-wrap:wrap;align-items:center;flex-direction:row;justify-content:space-between;padding:24px 30px 28px}@media (max-width: 576px){.bxst-module-version-table-row{padding-left:10px;padding-right:10px;font-size:14px}}.bxst-module-version-table-row_title{border-bottom:1px solid #dee2e6}.bxst-module-version-table-row_header{font-weight:bold;border-bottom:1px solid #dee2e6}.bxst-module-version-table-link{display:inline-block;font-weight:bold}.bxst-module-version-table-title{display:block;font-size:1.5em}.bxst-module-version-table-col{display:block;font-size:16px}@media (max-width: 576px){.bxst-module-version-table-col{font-size:14px}}.bxst-module-version-table-col__half{width:50%}.bxst-module-version-table-col__fourth{width:25%;text-align:center}@media (max-width: 576px){.bxst-module-version-table-col__fourth{width:50%;text-align:center}.bxst-module-version-table-col__fourth:last-child{display:none}}.bxst-module-version-table-col__audit{display:inline-block;margin-left:5px;font-weight:normal}.bxst-masonry__column_1,.bxst-masonry__column_2,.bxst-masonry__column_3{-webkit-column-count:1;-moz-column-count:1;column-count:1}.bxst-masonry__item_table{-webkit-column-break-inside:avoid;page-break-inside:avoid;break-inside:avoid-column;display:table}@media (min-width: 768px){.bxst-masonry__column_md-2{-webkit-column-count:2;-moz-column-count:2;column-count:2}.bxst-masonry__column_md-3{-webkit-column-count:3;-moz-column-count:3;column-count:3}}
.discount-item{
	display: inline-block;
	height: 1.5rem;
	padding: 0 10px;
	background-color: #cfee52;
	border-radius: .375rem;
	color: #262626;
	font-size: .75rem;
	font-weight: 500;
	line-height: 1.5rem;
	vertical-align: middle;
}

.price_table_sidebar__moded {
	margin-bottom: -4px;
}
.price_table_row__moded{
	display: flex;
}
.price_table_row__moded_mt {
	margin-top: 35px;
}


select:focus {
	outline: none;
}
.price_table_sidebar_period {
	background-color: transparent;
	cursor: pointer;
}
.select__arrow {
	height: 8px;
	width: 14px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE0IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNzIzIDAuNzkxNzQ4TDcuOTUwNDIgNC41NjQyOUw2Ljk5OTk5IDUuNTAwMDFMNi4wNjc1OCA0LjU2NDI5TDIuMjk1MDMgMC43OTE3NDhMMC45NjM4MTIgMi4xMjI5N0w3LjAwODk0IDguMTY4MUwxMy4wNTQxIDIuMTIyOTdMMTEuNzIzIDAuNzkxNzQ4WiIgZmlsbD0iIzUyNUM2OSIvPgo8L3N2Zz4K);
	background-repeat: no-repeat;
	z-index: 9999;
	position: absolute;
	right: 14px;
	top: 50%;
	margin-top: -4px;
	z-index: -1;
	transition: all .3s ease;
}

/* End */
/* /bitrix/templates/.default/components/bitrix/menu/head_menu/style.css?17335139323525 */
/* /bitrix/templates/furniture_blue/components/bitrix/news.list/bx_fetched_prices/style.css?1782743575274533 */
/* /bitrix/templates/furniture_blue/components/rich/news.list/price_shell1/style.css?1743519279205387 */
