.screen_size {
    position: absolute;
    left: 0;
    width: 100vw;
    min-height: 100vh;
}
#products_box_1 {
    background: #522718 url(/user/themes/quark/images/products_bg.webp);
    background-position: center;
    background-size: cover;
    top: 0;
    padding-top: 120px;
}
#products_box_1.transparent {
    background: #00000099;
    transition: background-color 0.5s ease;
}
#products_box_1 .products_title h3 {
    margin-top: 20px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
#products_box_1 hr {
    border: 2px solid orange;
}
#products_box_2 {
    background: #FFFFFF /*url(/user/themes/quark/images/main1.webp)*/;
    background-position: center;
    background-size: cover;
    top: 100vh;
    padding-top: 60px;
    display: inline-table;
}
#products_box_2 table {
    display: none;
    border: 2px solid green;
    background: green;
    margin: auto;
}
#products_box_2 thead th {
    color: white;
    padding: 10px 27px;
}
#products_box_2 tbody {
    background: white;
}
#products_box_2 tbody td {
    text-align: center;
    padding: 4px 10px;
}
#products_box_2 p {
    color: black !important;
}
#footer {
    position: absolute;
    top: 200vh;
    width: 100%;
}
/*body.sticky-footer #page-wrapper, body.header-fixed.header-animated #header.scrolled, .header-fixed #body-wrapper, .overlay {
    background: #522718AA !important;
}*/
.spoiler_row {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 28px 20px;
}
.spoiler_row span, .spoiler_row span a {
    color: #000000;
    font-size: 16px;
}
span.spoiler_button {
    color: #008000;
    background: #f29f05;
    cursor: pointer;
    padding: 4px 16px;
    border-radius: 2px;
}
span.spoiler_button.open:first-child {
    color: #ffffff;
    background: #008000;
    border: 1px solid #f29f05;
}
.category_wrapper h3 {
    text-align: center;
    font-family: 'Inter-Medium';
    font-weight: 600;
    font-size: 32px;
    padding: 18px 0;
}
.container.grid-lg.collapsed {
    padding: 0px !important;
}
.form_item input {
    padding: 7px 10px;
    border-radius: 8px;
    border: none;
    background: #0000003a;
    color: #ffffff;
    outline: none;
}
.form_item input::placeholder {
  color: #ffffff;
  opacity: 1;
}
.form_item input.focused::placeholder {
  color: #ffffff;
  opacity: 0;
}
#search_box_results_wrapper {
    display: none;
    border-radius: 8px;
    border: none;
    width: fit-content;
    max-width: 85%;
    min-width: 20%;
    height: fit-content;
    margin-top: 4px;
}
.search_box.form_item.overflow_allowed {
    overflow: visible;
}
#search_box_results {
    min-height: 32px;
    background: #ffffff !important;
    display: block !important;
    border-collapse: collapse;
    border: none !important;
}
#search_box_results td {
    padding: 4px 10px;
    background: #ffffff;
    border: 1px solid green;
}
#search_box_results h3 {
    margin: auto;
    text-align: center;
}

@media(max-width: 840px) {
    .spoiler_row {
        flex-direction: column;
    }
    .spoiler_row span {
        margin-bottom: 32px;
    }
}