.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #44bef1;
    opacity: 1; /* Firefox */
}

.search-line {
    background: #ff7163;
}


.btn-arrow-right::after {
    right: -15px;
    z-index: 3;
}


.btn-arrow-right.btn-arrow-right::before, .btn-arrow-right.btn-arrow-right::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-arrow-right::after, .btn-arrow-right::before {
    content: "";
    position: absolute;
    top: 5px;
    height: 28px;
    width: 28px;
    background: inherit;
    border: inherit;
    border-bottom-color: inherit;
    border-left-color: inherit;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 0 !important;
}

.btn-arrow-right::before {
    left: -14px;
    background-color: #fff;
}

.btn-arrow-right {
    position: relative;
    padding-left: 36px;
    padding-right: 18px;
    border-radius: 0 !important;
    margin-right: 1px;
}

table {
    border-collapse: collapse;
    border: 2px solid grey;
}


th, td {
    border: 1px solid grey;
    padding: 5px;
}

th {
    font-weight:400;
}

.container-fluid {
    min-height: 100vh;
}
.parts__columns {
    margin-top: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 44px;
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 255px auto;
    grid-template-rows: 30px 1fr;
    gap: 30px 44px;
    grid-template-areas: "FILTERS FILTERS" "BUNS BUNS" ". .";
}
.parts__columns .filters-top {
    grid-area: FILTERS;
    margin-top: 0;
}
.parts__columns .facet-buns {
    grid-area: BUNS;
}
.select {
    position: relative;
}
.select:not(.active) .select__values {
    display: none;
}
.select.active .select__values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.select .mCustomScrollBox {
    height: 100%;
    width: 100%;
}
.select .mCSB_container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    gap: 15px;
    width: 100%;
}
.select .mCSB_dragger_bar {
    background: #FFFFFF!important;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25) !important;
    border-radius: 1px!important;
    width: 5px!important;
}
.select .mCSB_draggerContainer {
    width: 1px;
    background: #D9D9D9;
}
.select .mCSB_dragger_bar {
    right: 1.95px;
}
.select .mCSB_scrollTools {
    width: 9px;
}
.select .mCSB_draggerRail {
    background: #D9D9D9;
    display: none;
}
.select__values {
    /*position: absolute;*/
    left: 0;
    top: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 8px #D9D9D9;
    box-shadow: 0px 0px 8px #D9D9D9;
    width: 99%;
    padding: 6px 8px;
    height: 311px;
    z-index: 300;
}
.select__values label {
    font-family: 'Inter';
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.03em;
    color: #7B7B7B;
    padding-left: 15px;
}
.select__values label::before,
.select__values label::after {
    top: 2px!important;
    cursor: pointer;
}
.select.active span::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.select span {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 147.02%;
    letter-spacing: 0.03em;
    color: #7B7B7B;
    padding: 4px 12px;
    border: 1px solid #7B7B7B;
    border-radius: 3px;
    width: 255px;
    height: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.select span::after {
    content: "";
    position: absolute;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    top: 13px;
    right: 12px;
    background: url('../img/arrow-down.svg') no-repeat;
    background-size: cover;
    width: 11px;
    height: 5px;
}
.filters-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 19px;
    margin-top: 30px;
}
.filters .filters-item {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.checkbox + label {
    position: relative;
}
.checkbox + label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    border: 1px solid #7B7B7B;
    border-radius: 3px;
}
.checkbox:checked + label::after {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background: url(../img/Vector.svg) no-repeat;
    background-size: 70%;
    background-position: 65% center;
}
.columns-form .d-flex input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background: url(../img/Vector.svg) no-repeat;
    background-size: 70%;
    background-position: 65% center;
}
.filters a {
    text-decoration: none;
    color: #292929;
}
