

/* Start:/local/templates/remer/components/bitrix/menu/tabulator_price/style.css?176285384210901*/
.price-list form .discount_submit {
    width: 16px;
    height: 16px;
}

.price-list__item .price {
    display: none;
    opacity: 0;
}

.price-list__item .price.rub.active,
.price-list__item .price.byn.active,
.price-list__item .price.eur.active {
    display: block;
    opacity: 1;
    font-family: "Inter", "Arial", sans-serif;
    animation: fadeInFromNone 0.5s ease-in-out;
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

.price-list__item-price .price-none {
    font-size: 16px;
    color: var(--default-white);
    font-weight: bold;
}

.price-list form div::after {
    display: none;
}

svg#svg_btn {
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    background-color: #dedede;
    background-color: var(--bg-color-btn);
    background-image: url(/local/templates/remer/components/bitrix/menu/tabulator_price/../img/svg/icon-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    content: "";
    cursor: pointer;
    outline: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.price-list form svg#svg_btn {
    stroke: #6c6c6c;
}

button.svg_btn {
    position: absolute;
    width: 0;
    padding-right: 0px;
    padding-top: 70px;
}

button.svg_btn:hover, button.svg_btn:focus {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(10%) rotate(90deg);
    margin-left: -8px;
}

.price-list__price-text a.sort_link.asc::after {
    transform: translateY(-50%) rotate(90deg);
}

.price-list__price-text a.sort_link.desc::after {
    transform: translateY(-50%) rotate(-90deg);
}

.price-list form span.personal_sale_info:before {
    display: none;
}

.price-list form div .svg_btn {
    position: absolute;
    width: 0;
    padding-right: 0;
    padding-top: 50px;
}

.old-price {
    text-decoration: line-through;
    left: 0px;
    bottom: 0px;
    font-family: 'Jeko';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: right;
    color: #f2f2f2;
    opacity: 0.3;
}

.price-list__wrapper.bottom::after {
    display: none;
}

.price-title {
    font-family: 'Jeko';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #f2f2f2;
    margin-top: 0;
}

.price-list .wrapper + .price-list__wrapper {
    padding-left: 57px;
    padding-right: 53px;
}

.price-list .price-list__item:last-child {
    margin-bottom: 70px;
}

.price-list .price-list__desc--end {
    width: max-content;
}

.tabulator-row .tabulator-cell {
 color: var(--default-white);
}

.tabulator-cell a {
    color: var(--default-white);
    /*padding-top: 4px;*/
    font-size: 18px;
}

.tabulator-row {
    color: var(--default-white);
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
    color: var(--default-white);
}

.tabulator .tabulator-tableholder .tabulator-table {
    color: #f2f2f2!important;
}

.tabulator-row {
    padding: 10px 0;
}

.tabulator-group-level-0 {
    margin-top: 15px;
}

.tabulator-group-level-0 > a {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 300;
}

.tabulator .tabulator-row.tabulator-group span {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 300;
    color: var(--default-white);
    margin-left: 0;
}

.tabulator .tabulator-row.tabulator-group.tabulator-group-level-1 span {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 300;
    color: var(--default-white);
    margin-left: 0;
}

.tabulator-group-level-1 > a {
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
}

#price-table .tabulator-tableholder::-webkit-scrollbar {
    width: 12px;
    background: transparent;
}

#price-table .tabulator-tableholder::-webkit-scrollbar-thumb {
    background-color: var(--default-white);;
    border-radius: 6px;
}

#price-table .tabulator-tableholder::-webkit-scrollbar-track {
    background: transparent;
}

.tabulator-row.tabulator-group {
    border-right: 0!important;
    border-top: 0!important;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover,
.tabulator .tabulator-header .tabulator-col,
.tabulator-row.tabulator-selectable:hover,
.tabulator .tabulator-tableholder .tabulator-table,
.tabulator .tabulator-header,
.tabulator,
.tabulator-row.tabulator-group,
.tabulator-row.tabulator-group:hover,
.tabulator-row.tabulator-selectable:hover,
.tabulator-row.tabulator-row-even,
.tabulator-row {
    background-color: transparent!important;
}

.tabulator-row .tabulator-cell,
.tabulator .tabulator-header .tabulator-col {
    border-right: 0!important;
}

.tabulator-row.tabulator-group {
    border-bottom: 0!important;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
    font-size: 20px;
    font-weight: 300;
}

.tabulator-selectable:not(:last-child)::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    background-color: var(--border-color-2);
    content: "";
}

.tabulator-inputs {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 40px;
}

#search-input {
    width: 45%;
    height: 66px;
    border: none;
    border-bottom: 1px solid var(--default-white);
    background-color: transparent;
    border-radius: 0;
    color: var(--default-white);
    cursor: pointer;
    outline: none;
    margin: 50px 0;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: inset 0 0 0 50px var(--bg-color);
    -webkit-text-fill-color: var(--default-white);
}

#discount-input {
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 1px solid var(--default-white);
    background-color: transparent;
    border-radius: 0;
    color: var(--default-white);
    cursor: pointer;
    outline: none;
}

@media(max-width: 768px) {
    #search-input {
        width: 100%;
        margin: 20px 0;
    }

    .tabulator-inputs {
        flex-direction: column;
        margin-bottom: 50px;
    }
}

.tabulator-col-resize-handle {
    padding: 0 10px;
}

.tabulator {
    border: 0!important;
}

.price-cell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.price-cell__text {
    flex: 1 1 auto;
}

.price-cell__cart-btn {
    flex: 0 0 auto;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.price-cell__cart-btn svg {
    width: 16px;
    height: 16px;
    stroke: var(--text-color);
}

@media (max-width: 1024px) {
    .price-title {
        font-size: 28px;
    }
}

@media (max-width: 425px) {
    .price-list .price-list__item-price {
        width: 100%;
        top: -25px;
    }

    .price-list .price-list__item-title {
        margin-bottom: 0;
    }

    .price-list .price-list__desc {
        margin: 0;
    }

    .price-list__item-info {
        margin: 12px 0;
    }
}

@media (max-width: 375px) {
    .price-title {
        font-weight: 400;
        font-size: 24px;
    }
}

@media (min-width: 319px) {
    svg#svg_btn {
        top: 32%;
    }

    .price-list form button {
        font-size: 16px;
        margin-top: 10px;
    }

    button.svg_btn:hover, button.svg_btn:focus {
        margin-left: -17px;
        padding-top: 55px;
    }

    .price-list form input {
        margin-bottom: 2.5px;
    }

    .price-list form {
        margin-bottom: 0;
    }

    .price-list .price-list__wrapper {
        margin-top: 2px;
    }

    .price-list .price-list__info {
        padding-bottom: 0;
        margin-bottom: 68px;
    }

    .price-list__price-btn {
        margin-top: -17px;
    }

    .price-list .price-title {
        margin-bottom: 17px;
    }

    .old-price {
        font-size: 16px;
    }
}

@media (min-width: 1023px) {
    .price-list .breadcrumbs {
        padding-top: 100px;
    }

    .price-list .price-list__wrapper {
        margin-top: 50px;
        padding-left: 0;
        padding-top: 10px;
    }

    .price-list .price-list__info {
        padding-right: 0;
    }

    .price-list .price-list__colum {
        margin: 42px 0 0 0;
    }

    .price-list .price-list__price-btn {
        margin-top: 41px;
    }

    .price-list__colum {
        padding-bottom: 17px;
    }

    .price-list .price-list__info {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .price-list .price-list__items {
        margin-top: 0;
    }

    .price-list .price-list__item {
        padding-bottom: 8px;
        margin-bottom: 15px;
    }

    .search-total {
        font-size: 28px;
        line-height: 130%;
    }

    .search-section .price-list.container.search-price {
        padding: 0;
    }
}

@media (max-width: 1920px) {
    .price-list .price-list__wrapper .price-list__wrapper .price-list__item {
        grid-template-columns: 608px 304px 1fr max-content;
    }
}

@media (min-width: 1359px) {
    .price-list .header__add-links {
        display: none;
    }

    .price-list .price-list__wrapper {
        margin-top: 60px;
        margin-left: 3px;
    }

    .price-list form input {
        margin-bottom: 5.5px;
    }

    .price-list .price-list__colum {
        margin: 52px 0 0 3px;
    }

    svg#svg_btn {
        top: 36%;
    }

    .price-list .price-list__price-btn {
        margin-top: 51px;
    }

    .price-list .price-list__wrapper.bottom {
        margin-top: 7px;
    }

    .price-list .price-list__items {
        margin-top: 0;
    }
}

@media (min-width: 1599px) {
    .price-list .price-list__wrapper.bottom {
        margin-top: -10px;
    }

    .price-list .price-list__colum {
        margin: 41px 0 0 3px;
    }

    .price-list .price-list__price-btn {
        margin-top: 40px;
    }

    .price-list .price-list__items {
        margin-top: 0;
    }

    .price-list .price-list__wrapper {
        margin-top: 0;
    }
}

@media (min-width: 1919px) {
    .price-list .header__add-links {
        display: flex;
    }

    .price-list .price-list__wrapper.bottom {
        margin-top: -10px;
    }

    .price-list .price-list__colum {
        margin: 41px 0 0 3px;
    }

    .price-list .price-list__items {
        margin-top: 0px;
    }

    .price-list .price-list__price-btn {
        margin-top: 40px;
    }

    .price-list .price-list__colum {
        margin: 36px 0 0 1px;
    }

    .price-list .price-list__price-btn {
        margin-top: 35px;
    }

    .price-list .price-list__wrapper {
        margin-top: 30px;
    }
}


/* End */
/* /local/templates/remer/components/bitrix/menu/tabulator_price/style.css?176285384210901 */
