

/* Start:/local/templates/ems/components/bitrix/news.list/prices/style.css?17822219457086*/
/* Tabs */
.prices-tabs {
    margin-bottom: 20px;
}

.prices-tabs__track {
    height: 4px;
    background: rgba(0, 0, 0, .08);
    border-radius: 50px;
    margin: 10px 12px 0;
    position: relative;
    cursor: pointer;
}

.prices-tabs__track[hidden] {
    display: none !important;
}

.prices-tabs__thumb {
    position: absolute;
    top: 0;
    height: 100%;
    background: #0081EB;
    border-radius: 50px;
    transition: left .1s;
    cursor: grab;
    user-select: none;
}

.prices-tabs__thumb:active {
    cursor: grabbing;
}

.prices-tabs__nav {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    overflow-x: auto;
    scrollbar-width: none;
    background: #F4F7FC;
    border-radius: 30px;
    padding: 4px;
    gap: 2px;
}

.prices-tabs__nav::-webkit-scrollbar {
    display: none;
}

a.prices-tabs__btn {
    text-decoration: none;
}

.prices-tabs__btn {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    height: 36px;
    padding: 0 20px;
    border: none;
    background: transparent;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    color: #5a6478;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 26px;
    transition: background .18s, color .18s;
}

.prices-tabs__btn:hover:not(.prices-tabs__btn--active) {
    color: #0081EB;
    background: rgba(0, 129, 235, .07);
}

.prices-tabs__btn--active {
    background: #0081EB;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 2px 10px rgba(0, 129, 235, .28);
}

.prices-branch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    background: rgba(0, 129, 235, .06);
    border: 1px solid rgba(0, 129, 235, .18);
    border-radius: 16px;
    padding: 18px 24px;
    margin-bottom: 16px;
}

.prices-branch__info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.prices-branch__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1.8px solid #0081EB;
    color: #0081EB;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
    font-family: Georgia, serif;
}

.prices-branch__label {
    font-size: 15px;
    font-weight: 600;
}

.prices-branch__select {
    position: relative;
    min-width: 280px;
}

.prices-branch__control {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #DFE2E8;
    border-radius: 10px;
    padding: 12px 40px 12px 16px;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4;
    background: #fff;
    cursor: pointer;
    transition: border-color .15s;
}

.prices-branch__control option {
    padding: 10px 16px;
}

.prices-branch__control:focus {
    outline: none;
    border-color: #0081EB;
}

.prices-branch__chevron {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #adb5bd;
}

.prices-section__title {
    font-size: 18px;
    font-weight: 700;
    padding: 20px 0 10px;
}

.prices-section:first-child .prices-section__title {
    padding-top: 4px;
}

.prices-section__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.prices-acc {
    border: 1px solid #DFE2E8;
    border-radius: 20px;
    overflow: hidden;
    transition: box-shadow .2s, border-color .2s;
}

.prices-acc:hover {
    border-color: #c4cfe8;
}

.prices-acc--open {
    box-shadow: 0 4px 20px rgba(0, 129, 235, .08);
    border-color: #c9d8f5;
}

.prices-acc__head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 28px 32px;
    cursor: pointer;
    background: none;
    border: none;
    text-align: left;
    font-family: inherit;
    min-height: 82px;
}

.prices-acc__title {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.1px;
}

.prices-acc__chevron {
    flex-shrink: 0;
    color: #0081EB;
    transition: transform .3s ease;
}

.prices-acc--open .prices-acc__chevron {
    transform: rotate(180deg);
}

.prices-acc__body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .3s ease;
}

.prices-acc--open .prices-acc__body {
    grid-template-rows: 1fr;
}

.prices-acc__inner {
    overflow: hidden;
}

.prices-acc__pad {
    padding: 0 32px 28px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.prices-acc__note {
    background: rgba(0, 129, 235, .06);
    border: 1px solid rgba(0, 129, 235, .18);
    border-radius: 12px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
}

.prices-acc__note-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1.8px solid #0081EB;
    color: #0081EB;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
    font-family: Georgia, serif;
}


.prices-table {
    width: 100%;
    border-collapse: collapse;
}

.prices-table__row {
    border-bottom: 1px solid #DFE2E8;
    cursor: pointer;
    transition: background .15s;
}

.prices-table__row:first-child {
    border-top: 1px solid #DFE2E8;
}

.prices-table__row:last-child {
    border-bottom: none;
}

.prices-table__row:hover {
    background: rgba(0, 129, 235, .04);
}

.prices-table__name {
    padding: 16px 8px;
    font-size: 15px;
}

.prices-table__price {
    padding: 16px 6px 16px 8px;
    text-align: left;
    white-space: nowrap;
    font-weight: 400;
    font-size: 15px;
    border-left: 1px solid #DFE2E8;
    width: 160px;
}

.prices-table__price span {
    font-size: 12px;
    font-weight: 400;
    margin-left: 2px;
}

.prices-flat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid #DFE2E8;
    border-radius: 20px;
    padding: 28px 32px;
    min-height: 82px;
    text-decoration: none;
    color: inherit;
    transition: box-shadow .2s, border-color .2s;
}

.prices-flat:hover {
    border-color: #c4cfe8;
    box-shadow: 0 4px 20px rgba(0, 129, 235, .08);
    color: inherit;
}

.prices-flat__name {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.1px;
}

.prices-flat:hover .prices-flat__name {
    color: #0081EB;
}

.prices-flat__price {
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}

.prices-flat__price span {
    font-size: 12px;
    font-weight: 400;
    margin-left: 2px;
}

.prices-empty {
    color: #9aa6b8;
    font-size: 16px;
    padding: 32px 0;
    text-align: center;
}

@media (max-width: 860px) {
    .prices-branch {
        flex-direction: column;
        align-items: stretch;
    }

    .prices-branch__select {
        min-width: 0;
        width: 100%;
    }

    .prices-acc__head,
    .prices-flat {
        padding: 18px 20px;
        min-height: 0;
    }

    .prices-acc__pad {
        padding: 0 20px 22px;
        gap: 18px;
    }
}

/* End */
/* /local/templates/ems/components/bitrix/news.list/prices/style.css?17822219457086 */
