

/* Start:/local/templates/kub/components/bitrix/news.detail/deposits-page/style.css?17802859124285*/
table.tariffs-compare {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1.6rem;
    table-layout: fixed;
}

table.tariffs-compare tr {
    display: flex;
    border-bottom: 2px solid #F5F8FC;
    gap: 4px;
}

table.tariffs-compare tr.background {
    background: white;
    border: none;
}

table.tariffs-compare tr td {
    padding: 15px;
    min-width: 150px;
    flex: 1;
}

table.tariffs-compare tr td:nth-child(2), table.tariffs-compare tr td:nth-child(3) {
    flex: 0.5;
}

table.tariffs-compare tr td div.h3 {
    margin: 0 0 16px;
}

table.tariffs-compare tr td div.subtext {
    margin: 0;
    font-size: 16px;
}

table.tariffs-compare tr.background td {
    color: #4E5975;
    font-weight: bold;
    font-size: 18px;
    background: #F5F8FC;
    text-align: center;
}

table.tariffs-compare tr.background .td-text {
    font-size: 1.4rem;
}

table.tariffs-compare tr:not(.background) td:not(:first-child), table.tariffs-compare tr.background td {
    display: flex;
    justify-content: center;
    align-items: center;
}

table.tariffs-compare tr td div.checkpoint span.help  {
    position: absolute;
    top: 3px;
    right: -30px;
}

table.tariffs-compare tr td div.checkpoint  {
    width: 25px;
    height: 25px;
    position: relative;
}

table.tariffs-compare tr td div.checkpoint i {
    display: block;
    width: 100%;
    height: 100%;
    background: #F5F8FC;
    border-radius: 6px;
}

table.tariffs-compare tr td div.checkpoint i:not(.allowed):before {
    content: "";
    position: absolute;
    top: 12px;
    left: 5px;
    width: 15px;
    height: 2px;
    background-color: #0057B6;
    transform: rotate(45deg);
}

table.tariffs-compare tr td div.checkpoint i:not(.allowed):after {
    content: "";
    position: absolute;
    top: 12px;
    left: 5px;
    width: 15px;
    height: 2px;
    background-color: #0057B6;
    transform: rotate(-44deg);
}

table.tariffs-compare tr td div.checkpoint i.allowed {
    background: #0057B6;
    border-radius: 6px;
}

table.tariffs-compare tr td div.checkpoint i.allowed:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 3px;
    width: 12px;
    height: 2px;
    background-color: white;
    transform: rotate(55deg);
}

table.tariffs-compare tr td div.checkpoint i.allowed:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 9px;
    width: 12px;
    height: 2px;
    background-color: white;
    transform: rotate(-55deg);
}

.slider__step__number > div {
    width: 72px !important;
    height: 72px !important;
}

div.tabs__content__item div.items.items_number {
    margin: 1px 0 0 1px;
}

div.tabs__content__item div.items.items_number div.items__row {
    margin: 0;
    row-gap: 32px;
}

div.tabs__content__item div.items.items_number div.items__col {
    margin: 0;
    padding: 0;
}

div.items.items_number div.h3 a {
    color: #0057b6;
}

div.items_number div.items__item:not(:has(.items__item__text)) div.h3 {
    margin: 0;
}

div.items_number div.items__item div.h3 {
    margin-top: 10px !important;
    font-size: 18px;
}

div.tabs__content__item div.send-request {
    margin: 60px auto 0;
}

div.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 32px;
    margin: 0
}

@media (max-width: 767px) {
    div.table-box:has(table) {
        overflow-y: scroll;
    }

    table.tariffs-compare tr td div.h3 {
        font-size: 2rem;
    }

    table.tariffs-compare tr td:first-child {
        min-width: 200px;
    }

    div.tabs__content__item div.send-request {
        margin: 40px auto 0;
    }

    div.grid {
        grid-template-columns: unset;
    }

    div.grid br {
        display: none;
    }

    div.grid b {
        display: block;
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    table.tariffs-compare {
        width: 100%
    }

    table.tariffs-compare tr td:nth-child(2), table.tariffs-compare tr td:nth-child(3) {
        flex: 0.3;
    }
}

@media (min-width: 1280px) {
    table.tariffs-compare tr td {
        padding: 20px;
    }
}
/* End */


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

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

@media (max-width: 767px) {
    .mortgage_phone {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-top: 20px;
    }

    .mortgage_phone svg {
        width: 25px;
        height: 25px;
    }

    .mortgage_phone svg use {
        fill: #0255B7;
    }

    .more-info .mortgage_phone a {
        font-size: 2rem;
        font-weight: bold;
        color: #0255B7;
    }
}

/* End */
/* /local/templates/kub/components/bitrix/news.detail/deposits-page/style.css?17802859124285 */
/* /local/components/kub/moreinfo.block/templates/.default/style.css?1775535441560 */
