/* Price page */
.price-page {
    padding-bottom: 64px;
}

.price-page,
.price-page * {
    box-sizing: border-box;
}

.price-page h1 {
    margin: 0 0 18px;
    color: #050505;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700;
}

@media (min-width: 768px) {
    .price-page.price-page .price-page__layout {
        display: grid !important;
        grid-template-columns: 256px minmax(0, 1fr);
        gap: 24px;
        align-items: flex-start;
        margin-right: 0;
        margin-left: 0;
    }

    .price-page.price-page .price-page__layout::before,
    .price-page.price-page .price-page__layout::after {
        display: none;
        content: none;
    }

    .price-page__aside {
        grid-column: 1;
        grid-row: 1;
        width: 256px;
        min-width: 0;
        max-width: none;
        float: none;
        padding: 0;
    }

    .price-page__main {
        grid-column: 2;
        grid-row: 1;
        width: auto;
        min-width: 0;
        max-width: none;
        float: none;
        padding: 0;
    }
}

.price-page #showfilters {
    display: none;
    align-items: center;
    gap: 12px;
    margin: 0 0 28px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--accent-red, #d30e17);
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
}

.price-page #showfilters svg {
    width: 22px;
    height: 22px;
    margin: 0;
    fill: var(--accent-red, #d30e17);
}

.price-page .public-prices-container_aside__r1tso {
    width: 100%;
    min-width: 0;
}

.price-page .scroll-list_wrapper__oIi1y {
    width: 100%;
    min-width: 0;
    border: 0;
    border-radius: 23px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(22, 27, 45, .12);
    overflow: hidden;
}

.price-page .scroll-list_header__6AZmT {
    padding: 0;
    border: 0;
    border-radius: 33px;
    box-shadow: 0px 20px 21.4px rgb(0 0 0 / 8%);
}

.price-page .input_wrapper__4zmC_ .input_input__NcZaT {
    display: block;
    position: relative;
    width: 100%;
}

.price-page .input_wrapper__4zmC_ .input_input__NcZaT input {
    display: block;
    width: 100%;
    min-height: 44px;
    padding: 0 18px 0 44px;
    border: 0;
    border-radius: 33px;
    box-shadow: none;
    color: #111111;
    font-size: 14px;
}

.price-page .input_wrapper__4zmC_ .input_input__NcZaT input:focus {
    outline: none;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(211, 14, 23, .35);
}

.price-page .input_wrapper__4zmC_ .input_input__NcZaT input::placeholder {
    color: #999999;
    opacity: 1;
}

.price-page .public-prices-container_aside__r1tso .input_wrapper__4zmC_ .input_input__NcZaT i {
    position: absolute;
    left: 16px;
    top: 50%;
    z-index: 1;
    display: inline-flex;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    color: var(--accent-red, #d30e17);
    pointer-events: none;
}

.price-page .public-prices-container_aside__r1tso .input_wrapper__4zmC_ .input_input__NcZaT i svg {
    width: 16px;
    height: 16px;
    margin: 0;
    fill: var(--accent-red, #d30e17);
}

.price-page .scroll-list_list__BsP4B {
    padding: 18px 18px 4px;
}

.price-page .scroll-list_scroll__YZDCN {
    max-height: 550px !important;
    padding: 0;
    overflow: hidden;
    transition: max-height .35s ease;
}

.price-page .public-prices-container_aside__r1tso.is-expanded .scroll-list_scroll__YZDCN {
    max-height: var(--price-filter-height, 3200px) !important;
}

.price-page .public-prices-container_scrollList__LDncZ {
    margin: 0;
    padding: 0;
    list-style: none;
}

.price-page .public-prices-container_scrollList__LDncZ li {
    margin: 0 0 14px;
}

.price-page .checkbox_box__z8sxY {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
}

.price-page .checkbox_box__z8sxY input {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    margin: 0;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    background-color: #ffffff;
    background-image: none;
    accent-color: var(--accent-red, #d30e17);
    cursor: pointer;
}

.price-page .checkbox_box__z8sxY input:checked {
    border-color: var(--accent-red, #d30e17);
    background-color: var(--accent-red, #d30e17);
    background-image: none;
}

.price-page .checkbox_box__z8sxY input:checked::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
}

.price-page .checkbox_box__z8sxY input:focus {
    outline: none;
    box-shadow: none;
}

.price-page .checkbox_box__z8sxY label {
    margin: 1px 0 0;
    color: #1f1f1f;
    font-size: 12px;
    line-height: 1.2;
}

.price-page .price-filter-showall {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 42px;
    padding: 0 16px 18px;
    border: 0;
    background: transparent;
    color: var(--accent-red, #d30e17);
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
}

.price-page .price-filter-showall::after {
    content: "";
    width: 12px;
    height: 12px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-3px) rotate(45deg);
}

.price-page .public-prices-container_aside__r1tso.is-expanded .price-filter-showall::after {
    transform: translateY(3px) rotate(225deg);
}

.price-page #applyfilter {
    display: none;
    min-height: 48px;
    margin: 16px auto 0;
    padding: 0 24px;
    border: 0;
    border-radius: 999px;
    background: var(--accent-red, #d30e17);
    color: #ffffff;
}

.price-page .button_button__IoiqD.button_variant_text__mPbT9 {
    display: none;
    margin-top: 14px !important;
    color: #777777;
}

.price-page .content_price {
    margin: 0 0 10px;
    padding-top: 0;
}

.price-page .content_price.is-open {
    margin-bottom: 24px;
}

.price-page .sort_price {
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .32s ease, opacity .22s ease;
}

.price-page .content_price.is-open .sort_price {
    max-height: var(--price-category-height, 2000px);
    opacity: 1;
}

.price-page .price-category-toggle {
    display: flex;
    align-items: center;
    gap: 18px;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #050505;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 700;
    text-align: left;
}

.price-page .content_price.is-open .price-category-toggle {
    margin-bottom: 14px;
}

.price-page .price-category-toggle__text {
    min-width: 0;
}

.price-page .price-category-toggle__icon {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    padding: 11px;
    border-radius: 999px;
    background: var(--accent-red, #d30e17);
    color: #ffffff;
    transform: rotate(0deg);
    transition: background-color .2s ease, transform .2s ease;
}

.price-page .price-category-toggle__icon img {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 3px;
}

.price-page .content_price.is-open .price-category-toggle__icon {
    background-color: #c9c9c9;
    transform: rotate(180deg);
}

.price-page .sort_price > .row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 0;
}

.price-page .price-line {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 120px 48px 150px;
    gap: 18px;
    align-items: center;
    min-height: 64px;
    margin: 0 !important;
    padding: 12px 24px;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(22, 27, 45, .08);
}

.price-page .price-line > [class*="col-"] {
    width: auto;
    max-width: none;
    min-height: 0;
    padding: 0;
    margin: 0 !important;
}

.price-page .price-line .name {
    color: #888888;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 700;
}

.price-page .price-line .price {
    display: block;
    color: var(--accent-red, #d30e17);
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
}

.price-page .price-line .info {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: var(--accent-red, #d30e17);
}

.price-page .price-line .info img {
    width: 22px;
    height: 22px;
}

.price-page .price-line .order {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 22px;
    border: 0;
    border-radius: 999px;
    background: var(--accent-red, #d30e17);
    color: #ffffff;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.price-page .price-line.is-hidden:not(.visible) {
    display: none;
}

.price-page .price-show-all-category {
    width: auto;
    min-height: 42px;
    margin: 16px auto 0;
    padding: 0 28px;
    border: 1px solid var(--accent-red, #d30e17);
    border-radius: 999px;
    background: #ffffff;
    color: var(--accent-red, #d30e17);
}

.price-page .no_price_result {
    padding: 34px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(22, 27, 45, .08);
}

@media (min-width: 768px) and (max-width: 1100px) {
    .price-page.price-page .price-page__layout {
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 18px;
    }

    .price-page__aside {
        width: 220px;
    }

    .price-page .input_wrapper__4zmC_ .input_input__NcZaT input {
        min-height: 42px;
        padding-left: 42px;
        font-size: 13px;
    }

    .price-page .public-prices-container_aside__r1tso .input_wrapper__4zmC_ .input_input__NcZaT i {
        left: 15px;
    }

    .price-page .scroll-list_list__BsP4B {
        padding: 16px 14px 4px;
    }

    .price-page .checkbox_box__z8sxY {
        grid-template-columns: 18px minmax(0, 1fr);
        gap: 8px;
    }

    .price-page .checkbox_box__z8sxY input {
        width: 18px;
        height: 18px;
        min-width: 18px;
        min-height: 18px;
    }

    .price-page .checkbox_box__z8sxY label {
        font-size: 11px;
    }

    .price-page .price-category-toggle {
        font-size: 21px;
        gap: 12px;
    }

    .price-page .price-category-toggle__icon {
        width: 36px;
        height: 36px;
        min-width: 36px;
        padding: 9px;
    }

    .price-page .price-line {
        grid-template-columns: minmax(0, 1fr) 104px 42px 132px;
        gap: 12px;
        padding: 12px 18px;
    }

    .price-page .price-line .name {
        font-size: 13px;
    }

    .price-page .price-line .price {
        font-size: 17px;
    }

    .price-page .price-line .info {
        width: 38px;
        height: 38px;
    }

    .price-page .price-line .order {
        min-height: 32px;
        padding: 0 16px;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .price-page {
        padding-bottom: 42px;
    }

    .price-page h1 {
        font-size: 26px;
    }

    .price-page #showfilters {
        display: inline-flex !important;
        margin-bottom: 26px;
    }

    .price-page #mainbody,
    .price-page #filtersbody {
        display: none;
    }

    .price-page #mainbody.visible,
    .price-page #filtersbody.visible {
        display: block;
    }

    .price-page .scroll-list_wrapper__oIi1y {
        margin-bottom: 24px;
        border-radius: 10px;
    }

    .price-page #applyfilter {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .price-page .button_button__IoiqD.button_variant_text__mPbT9 {
        display: flex;
    }

    .price-page .price-category-toggle {
        font-size: 20px;
    }

    .price-page .price-category-toggle__icon {
        width: 34px;
        height: 34px;
        min-width: 34px;
        padding: 7px 10px;
    }

    .price-page .price-line {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 16px 18px;
        align-items: start;
        min-height: 0;
        padding: 18px;
        border-radius: 6px;
    }

    .price-page .price-line > div:first-child {
        grid-column: 1;
        grid-row: 1;
    }

    .price-page .price-line > div:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
        align-self: start;
    }

    .price-page .price-line > div:nth-child(3) {
        grid-column: 1;
        grid-row: 2;
        align-self: center;
    }

    .price-page .price-line > div:nth-child(4) {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-self: start;
        align-self: center;
        padding-left: 68px;
        pointer-events: none;
    }

    .price-page .price-line .name {
        padding-right: 0;
        font-size: 14px;
    }

    .price-page .price-line .price {
        font-size: 18px;
        text-align: right;
    }

    .price-page .price-line .info {
        width: 48px;
        height: 48px;
        pointer-events: all;
    }

    .price-page .price-line .order {
        min-height: 36px;
        padding: 0 24px;
        pointer-events: all;
    }
}
