

/* Start:/local/templates/main/components/bitrix/news.list/prices_ru/style.css?177399797510530*/
.b-price-page__wrapper {
    display: flex !important;
    margin: 0 -16px;
    overflow: auto;
    text-align: left;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    flex-direction: row-reverse !important;
}

.b-price-block {
    flex-grow: 1;
    width: 100% !important;
    flex-basis: 312px;
    min-width: 312px;
    padding: 32px;
    border-radius: 15px;

}

.b-price-block.b-price-block--border:last-child .switch-type {
    padding-top: 67px;
    padding-bottom: 26px;
}


@media (max-width: 1800px) {
    .b-price-block.b-price-block--border:last-child .switch-type {
        padding-top: 67px;
        padding-bottom: 26px;
    }

    .switch-type h2 {
        font-size: 20px !important;
    }
}

@media (max-width: 1500px) {

    .b-price-block {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .b-price-block.b-price-block--border:last-child .switch-type {
        padding-top: 67px;
        padding-bottom: 26px;
    }
}

.b-price-block.b-price-block--border:last-child .b-price .b-icon--price {
    background-color: #25B43D !important;
}

.b-price-block.b-price-block--border:last-child .b-button.b-button--price-block.b-button--white {
    background-color: #25B43D !important;
    color: white !important;
    border: 0;
}


.popup-obj .popup-text {
    display: none;
}

.b-list__item {
    position: relative;
    min-height: 64px;
    margin-bottom: 8px !important;
}

.b-price-selector.is-disabled {
    pointer-events: none;
    opacity: .4;
    cursor: default;
    text-decoration: line-through;
}

.b-ask-header {
    font-size: 2em;
    margin: .67em 0;
}

.b-price-page {
    padding: 0px 100px;
    max-width: 100% !important;
}

@media (max-width: 1600px) {
    .b-price-page {
        padding: 0px 50px;
    }
}

@media (max-width: 1000px) {
    .b-price-page {
        padding: 0px 5px;
    }
}

.b-price-top-selector {
    display: flex;
    padding-bottom: 32px;
}

.b-price-block--blue .b-price-selector-active {
    border-bottom: 1px solid #FFFFFF;
}

.b-price-block--border .b-price-selector-active {
    border-bottom: 1px solid #1D1D1F;
    color: #1D1D1F;
}

.b-price-block--blue .b-price-selector {
    border-bottom: 1px solid #FFFFFF80;
}

.b-price-block--border .b-price-selector {
    border-bottom: 1px solid #1D1D1F33;
    color: #1D1D1F33;
}

.b-price-selector {
    width: 100%;
    text-align: center;
    text-decoration: none;
    user-select: none;
    cursor: pointer;
}

/*.b-title {*/
/*    margin-bottom: 5px !important;*/
/*}*/

.header-additional-text {
    font-weight: bold;
}

.b-price-selector-active:hover {
    filter: contrast(5%);
}

.b-price-selector:hover {
    filter: contrast(5%);
}

.b-price-selector:active {
    filter: contrast(0%);
}

.b-price-selector-active:active {
    color: red;
}

.b-price-selector:active {
    color: red;
}

.b-price-selector-active {
    width: 100%;
    text-decoration: none;
    user-select: none;
    text-align: center;
    cursor: pointer;
}

.b-price-block--border .b-price-block__tag {
    background-color: #F9F9FA !important;
}

.b-price-block--blue-light {
    background-color: #4799E31A !important;
}

.ask {
    margin-top: 80px;
}

.b-accordion-block {
    padding-bottom: 60px !important;
    padding-top: 48px !important;
}

.b-accordion {
    text-align: left;
}

.new_price_item {
    position: absolute;
    right: 25px;
}

.b-price-block--blue-gray {
    background-color: #99CFFF80 !important;
}

.new_price_item::after {
    content: " ";
    left: calc(100% + 10px);
    border-radius: 10px;
    bottom: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #4799e3;
}

.b-price-tag {
    position: relative;
    text-align: center;
    font-weight: 400 !important;
    letter-spacing: -0.3px !important;
    font-family: DIN-Pro-Medium !important;
    display: block !important;
}


.b-price-block__price {
    text-align: center;
}

.b-price-block__text {
    display: block;
}

.b-accordion-block {
    background-color: white !important;
}

.b-price-block--blue .b-price-block__number, .b-price-block--blue .b-price-block__text {
    color: #FFFFFF;
}

.b-price-block__number {
    margin-right: 0 !important;
}

.b-href-standart {
    color: #4799E3;
}

.b-price-page__subtitle {
    max-width: 820px !important;
}

.b-href-header {
    font-size: 24px;
}

.b-list__item a {
    color: white !important;
    text-decoration: underline !important;
}

.b-list__item a:hover {
    opacity: 0.7 !important;
}

.b-title--price-page {
    text-align: center !important;
}



.b-button--white {
    background-color: #FFFFFF !important;
    border-color: #4799E3 !important;
    color: #4799E3 !important;
}

.b-price-block__description {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    height: 100px;
    color: #5F5F5F;
}

@media (max-width: 1700px) {
    .b-price-block__description {
        line-height: 24px;
        font-size: 16px;
        height: 120px;
    }
}

.b-price-block--blue .b-price-block__description {
    color: white;
}

.b-main .b-button--outline:hover {
    border: 1px solid #4799e3;
    background-color: #3980be !important;
}

.b-main .b-button--outline {
    color: #FFFFFF !important;
    background-color: #4799e3 !important;
}

@media (max-width: 450px) {
    .b-price-block--blue-light {
        order: -2;
    }

    .b-price-block--blue {
        order: -1;
    }

    .b-title {
        font-size: 30px !important;
    }


    .b-price-page__subtitle {
        width: auto !important;
    }
}

@media (max-width: 770px) {
    .b-title--price-page {
        text-align: center !important;
    }

    .b-price-page__subtitle_container {
        width: 100%;
    }

    .b-price-page__subtitle {
        margin-left: auto;
        margin-right: auto;
        width: 418px;
    }

    .b-span-header {
        display: block;
        padding-bottom: 8px !important;
    }

    .b-title {
        display: block !important;
    }

    .b-price-page__subtitle {
        max-width: 700px !important;
        text-align: center;
    }
}

.b-price-page__subtitle {
    margin: 0 auto 40px;
}

@media (max-width: 900px) {
    .b-price-block {
    }

    .b-price-page__wrapper {
        display: flex !important;
        margin: 0 !important;
        text-align: left;
        gap: 15px;
        flex-wrap: nowrap !important;
        align-items: stretch !important;
        flex-direction: row-reverse !important;
    }
}


.switch {
    font-size: 17px;
    position: relative;
    display: inline-block;
    width: 54px;
    height: 32px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */


.pricing-table {
    min-width: 1000px;
    overflow: scroll;
    table-layout: fixed;
}

.switch-type {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 20px;
}


.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #D9D9D9;

    transition: .4s;
    border-radius: 32px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    border-radius: 32px;
    left: 3px;
    bottom: 3px;
    background-color: #FFFFFF;
    transition: .4s;
}

input:checked+.slider {
    background-color: #4799E3;
}

input:checked+.slider:before {
    transform: translateX(22px);
    background-color: #fff;
}

.b-price-block.b-price-block--blue .switch-type .slider {
    background-color: #0D3559;
}

.b-price-block.b-price-block--border.b-price-block--blue-light .switch-type .slider {
    background-color: #4799e3;
}


.b-price-block.b-price-block--blue-gray .switch-type .slider {
    background-color: #4799e3;
}

.b-icon-minus {
    background-color: white !important;
}





.b-price-block:last-child .switch-type:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #B8B8B8;
}

.switch-type h2 {
    text-align: center;
    font-size: 24px;
    min-height: 120px;
    font-family: Din-Pro-Medium;
}

.b-price-block:last-child .b-price-block__top {
    margin-top: 32px;
}

.b-price-block__price {
    position: relative;
}

.b-price-block__price:after {
    content: ' ';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #B8B8B8;
}


.b-price-block:not(:last-child) .b-price {
    margin-top: 52px;
}

.b-price-block:last-child {
    border-color: #25B43D;
}


.popup-obj {
    display: inline-block;
    margin-left: -4px;
}

.questions-icon {
    width: 18px;
    height: 18px;
    cursor: pointer;
}


.popup {
    display: none; /* Скрыть поп-ап по умолчанию */
    position: absolute; /* Измените на absolute */
    z-index: 1000;
    border: 1px solid #E8E7ED;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.popup-content {
    background-color: #FFFFFF;
    padding: 16px;
    width: auto;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.popup-text-content{
    margin-bottom: 32px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.3px;
    color: #1D1D1F;
}

.popup-text-content:last-child{
    margin-bottom: 0px;
}

.b-price-block {
    max-width: 600px;
}

@media (min-width: 3000px) {
    .b-price-page__wrapper {
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .b-price-block:last-child .b-price-block__top {
        margin-top: 0;
    }

    .b-price-block:not(:last-child) .b-price {
        margin-top: 0;
    }

    .b-list.b-list--check-list {
        padding: 0;
    }

    .b-price-block:last-child .switch-type:after {
        bottom: -4px;
    }
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/comparsion_price/style.css?17591349193166*/
.tooltip {
    position: relative;
    cursor: help;
}

.tooltip .tooltip-text {
    visibility: hidden;
    opacity: 0;
    max-width: 600px;
    background: #fff;
    color: #000;
    text-align: left;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    position: absolute;
    z-index: 100;
    bottom: 120%; /* над элементом */
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: opacity 0.3s;
    font-size: 18px;
    font-family: Din-Pro-Regular;
    line-height: 24px;
    line-height: 1.4;
}

.tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.pricing-table .b-button {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1200px) {
    .b-pricing-table-container {
        overflow-x: auto
    }
}



.pricing-table td:first-child {
    font-family: Din-Pro-Medium;
    font-weight: 500;
    font-size: 16px;
    color: #1D1D1F;
}

.pricing-table tr:last-child td {
    border-width: 0px;
}

/*.pricing-table td.highlight {*/
/*    border-left: solid #CCE7FF 1px !important;*/
/*    border-right: solid #CCE7FF 1px !important;*/
/*}*/

.pricing-table td:first-child {
    text-align: left;
}

/*.pricing-table th.highlight {*/
/*    color: white !important;*/
/*    background-color: #4799E3;*/
/*}*/

/*.pricing-table td.highlight:last-of-type {*/
/*    border-bottom-left-radius: 20px;*/
/*    border-bottom-right-radius: 20px;*/
/*}*/

.pricing-table th {
    color: #1D1D1F !important;
    font-size: 20px;
    border-width: 0 !important;
    font-family: Din-Pro-Medium;
    font-weight: 500;
    border-radius: 12px;
    text-align: center;
}

.pricing-table th:first-child {
    background-color: transparent;
}



.table-wrapper {
    overflow-x: auto;
}

.pricing-table {
    margin-top: 40px;
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.pricing-table th,
.pricing-table td {
    font-family: Din-Pro-Regular;
    font-size: 16px;
    color: #5F5F5F;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    padding: 12px;
    vertical-align: middle;
}

.pricing-table th:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 10%;
    left: 10px;
    right: 10px;
    width: 100%;
    height: 100%;
    /*background: gray;*/
    z-index: 0;
}

.pricing-table th {
    z-index: 1;
    position: relative;
    background: transparent;
    font-weight: bold;
}

/*.pricing-table .highlight {*/
/*    color: #1D1D1F;*/
/*    background: #f0f8ff;*/
/*}*/

.btn {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #007bff;
    border-radius: 6px;
    background: #fff;
    color: #007bff;
    cursor: pointer;
    font-size: 14px;
    transition: 0.2s;
}

.btn:hover {
    background: #007bff;
    color: #fff;
}

.btn.active {
    background: #007bff;
    color: #fff;
}

/* End */
/* /local/templates/main/components/bitrix/news.list/prices_ru/style.css?177399797510530 */
/* /local/templates/main/components/bitrix/news.list/comparsion_price/style.css?17591349193166 */
