

/* Start:/local/templates/kub/components/bitrix/news.detail/detail_business/style.css?17660297221329*/
tr {
    @media (max-width: 767px){
        display:grid!important;
    }
}

.table__item{
    @media (max-width: 767px) {
        overflow: visible!important;
    }
}


.slider__step__number{
    width: 80px!important;
    height: auto!important;
    min-width: auto!important;
    min-height: auto!important;
}
.items_number {

    @media (min-width: 767px) {
        .items__col + .items__col {
            .items__item {
                &::before {
                    width: 83%!important;
                }
            }
        }
    }
}
.h3 {
    font-size: 1.8rem!important;
    line-height: 23px!important;
}
.prosto_img{
    max-width: 300px;
    @media (max-width: 767px) {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}
.prosto_flex{
    display: flex;
    @media (max-width: 767px) {
        flex-direction: column;
    }
}
.accordion:last-of-type{
    margin-bottom: 0;
}
.credits-list:last-of-type{
    margin-bottom: 0;
}
.clue{
    margin: unset!important;
    @media (min-width: 767px){
        margin: 0 -27px;
    }
}
.unbuff{
    margin-bottom: unset!important;
}

.promotion-banner.different {
    margin: 0
}
.promotion-banner.different ul {
    margin: 0
}
.promotion-banner.different ul li {
    list-style: none;
}
/* End */


/* Start:/local/templates/kub/components/bitrix/news.list/tariffs-compare/style.css?17719132324668*/
div[data-table] {
    overflow: auto;
    height: 60vh;
}

table.tariffs-compare {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1.6rem;
    table-layout: fixed;
}

table.tariffs-compare tr {
    display: flex !important;
    align-items: stretch;
    border-bottom: 2px solid #F5F8FC;
    gap: 8px;
}

table.tariffs-compare tr.background {
    background: white;
    align-items: stretch;
    border: none;
    z-index: 2;
}

table.tariffs-compare tr:first-child {
    position: sticky;
    top: 0;
}

table.tariffs-compare tr:first-child td {
    border-top: 0;
}

table.tariffs-compare tr:first-child td:first-child {
    z-index: 3;
}

table.tariffs-compare tr:not(:first-child) td {
    display: flex;
    justify-content: center;
    align-items: center;
}

table.tariffs-compare tr:not(:first-child) td:first-child {
    display: flex;
    justify-content: left;
    z-index: 1;
}

table.tariffs-compare tr:not(:first-child) td:not(:first-child) {
    text-align: center;
    z-index: 0;
}

table.tariffs-compare tr td:first-child {
    border-left: 0;
    position: sticky;
    left: 0;
    background: white;
}
table.tariffs-compare tr td:last-child {
    border-right: 0;
}

table.tariffs-compare tr td {
    width: 20%;
    padding: 15px;
    min-width: 150px;
}

table.tariffs-compare tr.background td {
    background: #F5F8FC;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0
}

table.tariffs-compare tr.background td img {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 23px;
    cursor: pointer;
}

table.tariffs-compare tr.background td .btn {
    margin-top: auto;
    font-size: 1.5rem;
    align-self: center;
    padding: 8px 16px
}

table.tariffs-compare tr.background td .btn.silver {
    padding: 8px 16px
}

table.tariffs-compare tr.background td .margin {
    margin: 0 8px;
}

table.tariffs-compare tr.background .td-title {
    color: #4E5975;
    font-weight: bold;
    font-size: 2rem;
}

table.tariffs-compare tr.background .td-text {
    font-size: 1.4rem;
}

table.tariffs-compare tr.background td:has(.btn) .td-title {
    margin-bottom: 20px;
}

table.tariffs-compare tr.background td:has(.td-text) .td-title {
    margin-bottom: 10px;
}

table.tariffs-compare tr.background td:has(.btn) .td-text {
    margin-bottom: 12px;
}

#add-tariff-form {
    max-width: 760px;
}

#add-tariff-form div.h2 {
    margin: 0;
}

#add-tariff-form .tariffs-modal {
    display: grid;
    grid-auto-flow: row;
    margin: 40px 0;
    grid-gap: 24px;
    grid-template-columns: repeat(2, 1fr);
}

#add-tariff-form .tariffs-modal > div {
    border: 1px solid #f2f3f5;
    border-radius: 12px;
    cursor: pointer;
    height: 158px;
    outline: 0;
    padding: 12px;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .04), 0 0 1px rgba(0, 0, 0, .04);
}

#add-tariff-form .tariffs-modal > div:hover {
    border: 1px solid #0057b6;
}

#add-tariff-form .tariffs-modal > div img {
    position: absolute;
    top: 3px;
    right: 3px;
    display: none;
}

#add-tariff-form .tariffs-modal > div.checked {
    border: 1px solid #0057b6;
}

#add-tariff-form .tariffs-modal > div.checked img {
    display: block;
}

#add-tariff-form .add-btn {
    display: flex;
}

#add-tariff-form .add-btn button {
    width: 100%;
}

#add-tariff-form .btn:disabled {
    background-color: rgba(38, 55, 88, .06);
    color: rgba(5, 8, 29, .38);
}

@media (max-width: 767px) {
    div.free-space {
        display: none !important;
    }
}

@media (min-width: 768px) {
    div.mobile-free-space {
        display: none !important;
    }

    div[data-table] {
        height: auto;
    }

    table.tariffs-compare tr.background.is-fixed {
        position: fixed;
        width: 1216px;
        top: 103px;
    }

    #add-tariff-form .add-btn button {
        width: auto;
    }
}

@media (min-width: 1280px) {
    table.tariffs-compare {
        width: 1216px;
    }

    table.tariffs-compare tr td {
        padding: 20px;
    }

    table.tariffs-compare tr.background td img {
        top: 10px;
        right: 10px;
        width: 25px;
    }

    table.tariffs-compare tr.background td .btn {
        font-size: 1.6rem;
        padding: 10px 35px
    }

    table.tariffs-compare tr.background td .btn.silver {
        padding: 10px 20px;
    }

    #add-tariff-form .tariffs-modal {
        grid-template-columns: repeat(4, 1fr);
    }
}
/* End */


/* Start:/local/components/kub/moreinfo.block/templates/.default/style.css?1728013427151*/
@media (max-width: 470px) {
    .more-info__row {
        display: block !important;
    }

    .more-info__tel {
        margin-bottom: 10px;
    }
}

/* End */
/* /local/templates/kub/components/bitrix/news.detail/detail_business/style.css?17660297221329 */
/* /local/templates/kub/components/bitrix/news.list/tariffs-compare/style.css?17719132324668 */
/* /local/components/kub/moreinfo.block/templates/.default/style.css?1728013427151 */
