.catalog_categories {
    max-width: 1336px;
    width: 100%;
    margin: 0 auto 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #BDBDBD;
    min-height: calc(100vh - 541px);
}

.catalog_categories h2 {
    padding-bottom: 32px;
    font-weight: bold;
    font-size: 28px;
}

.select_category_item {
    width: 204px;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    cursor: pointer;
    margin-bottom: 32px;
    position: relative;
    margin-right: 20px;
}

.search_item_count {
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 100px;
    text-align: center;
    top: 8px;
    right: 8px;
    padding-top: 7px;
}

.select_category_item p {
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #000000;
    margin-top: 16px;
}

.select_category_item > div {
    width: 100%;
    height: 136px;
    border-radius: 16px;
    background: #ddd;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border: 1px solid transparent;
    padding-top: 1px;
}

.select_category_item:hover > div, .select_category_item.active > div {
    background: #fff;
    border: 1px solid #13455c;
}

.select_categories {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, 204px);
    grid-gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 175px;
    overflow: hidden;
}

.select_category_item img {
    width: 100%;
    height: 134px;
    border-radius: 16px;
    object-fit: cover;
}

.catalog_category_items {
    max-width: 1336px;
    width: 100%;
    margin: 0 auto 40px;
}

.catalog_category_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.cat_category_items {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, 206px);
    grid-gap: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
    flex-wrap: wrap;
    max-height: 762px;
    overflow: hidden;
}

.catalog_category_items .all_top {
    margin-top: 0 !important;
}

.catalog_category_header h2 {
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0.01em;
    color: #000000;
}

.cat_category_items .product_item {
    margin-bottom: 16px;
}

.searchResultCategoryBlock {
    margin-bottom: 24px !important;
}

.searchResultCategoryBlock .product_item {
    margin-bottom: 16px !important;
}

.filter_category_section {
    max-width: 1336px;
    width: 100%;
    margin: 0 auto 60px;
    min-height: calc(100vh - 575px);
}

.filter_products {
    min-width: 319px;
    width: 319px;
    margin-right: 20px;
}

.category_products {
    width: 100%;
}

.desktop_filter_product {
    height: max-content;
}

.filter_search, .filter_select {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 16px;
    position: relative;
    margin-bottom: 16px;
}

.filter_search input, .filter_select select {
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    width: 100%;
    font-size: 14px;
}

.filter_search input {
    padding: 17px 13px 17px 53px;
}

.filter_select select {
    padding: 17px 13px;
}

.filter_search button {
    position: absolute;
    border: none;
    background: none;
    top: 28px;
    left: 30px;
}

.main_filter {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 24px 16px;
    height: 88.45%;
}

.main_filter_header {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main_filter_header h3 {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.01em;
    color: #000000;
}

.main_filter_header button,
.main_filter_header a {
    border: 1px solid #13455c;
    border-radius: 100px;
    font-size: 12px;
    letter-spacing: 0.01em;
    color: #13455c;
    padding: 6px 16px;
    background: #fff;
}

.main_filter_header button:hover,
.main_filter_header a:hover {
    color: #fff;
    background: #13455c;
}

/* filter */

.dropdown-container .filter_item_header {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 16px;
}

.filter_accordion {
    border-bottom: 1px solid #D9D9D9;
    padding: 0 0 16px 0;
}

.open_filter .filter_item_header i {
    transform: rotate(180deg);
}

.filter_accordion p {
    font-weight: bold;
}

.dropdown-container .expand {
    float: right;
    transform: rotate(45deg);
    font-size: 1.8em;
    transition: transform 350ms ease-in-out;
}

.dropdown-container.open_filter .expand {
    transform: rotate(0);
}

.dropdown-container .filter_item_content {
    max-height: 0;
    overflow: hidden;
    line-height: 1.6;
    transition: max-height 350ms ease-in-out;
}

.dropdown-container .article-inner {
    padding: 16px 16px 0 6px;
}

.filter_price, .standard_filter {
    padding: 24px 0;
    border-bottom: 1px solid #D9D9D9;
}

.filter_price p, .standard_filter p {
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 16px;
    font-weight: bold;
}

.filter_price div input {
    border: 1px solid #D9D9D9;
    border-radius: 16px;
    background: #fff;
    width: 135px;
    padding: 18px 5px;
    text-align: center;
    font-size: 16px;
}

.filter_price div input:nth-child(1) {
    margin-right: 12px;
}

.filter_checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
}

.filter_checkbox label {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-left: 16px;
}

.filter_checkbox input {
    width: 17px;
    height: 17px;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    position: relative;
}

.filter_checkbox input:before {
    content: '';
    width: 23px;
    height: 23px;
    border: 1px solid #D9D9D9;
    background: #FFFFFF;
    border-radius: 8px;
    display: block;
    position: absolute;
    top: -4px;
    left: -4px;
}

.filter_checkbox input:checked:after {
    content: url(/images/check.png);
    width: 25px;
    height: 25px;
    border: 1px solid #13455c;
    background: #13455c;
    border-radius: 8px;
    display: block;
    position: absolute;
    top: -4px;
    left: -4px;
    text-align: center;
    padding-top: 5px;
    box-sizing: border-box;
}

.filter_checkbox > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main_filter > div:last-child {
    border-bottom: unset;
}

/* filter */

.filter_category_section_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.filter_products form {
    height: 100%;
}

.category_products > div {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, 23%);
    grid-gap: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pagination {
    background: #FFFFFF;
    opacity: 0.6;
    border-radius: 16px;
    min-width: 93px;
    margin-bottom: 15px;
  margin-top: 18px;
}

.category_products .product_item {
    margin-right: 20px;
}

.category_products .prod_items .product_item:nth-last-child(-n+4) {
    margin-bottom: 0 !important;
}

.prod_items {
    margin-right: 20px;
}

.category_products .catalog_banner {
    margin: 20px 0;
    width: 98%;
}

.pagination > a {
    text-align: center;
    margin: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4px 12px;
    gap: 10px;
    width: 33px;
    height: 32px;
    border-radius: 4px;
}

.pagination > span {
    padding: 0 7px;
}

.pagination > a.active {
    background: #13455c;
    color: #FFFFFF;
}

.pagination {
    position: relative;
    padding: 16px 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination a:first-child, .pagination a:last-child {
    background: #13455c;
    border-radius: 10px;
    padding: 21px 24px;
    color: #fff;
}

.pagination a:first-child.disabled, .pagination a:last-child.disabled {
    background: #F2F2F2;
    border-radius: 10px;
    padding: 21px 24px;
    color: #828282;
}
.search_count {
    color: #828282;
}

.select_category_item > div.selectAll {
    background: #DFF3F2 !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search_filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 39px;
}

.search_filter > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search_filter_links a {
    font-size: 20px;
    margin-right: 60px;
}

.search_filter_links a span:nth-child(1) {
    color: #000000;
}

.search_filter_links a.active span:nth-child(1) {
    color: #13455c;
    text-decoration: underline;
}

.search_filter_links a span:nth-child(2) {
    color: #828282;
}

.tag_item {
    padding: 8px 16px;
    border: 1px solid #13455c;
    border-radius: 100px;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 38px;
    background: #DFF3F2;
    margin-left: 16px;
}

.tag_item p {
    margin-right: 10px;
}

.tag_item span {
    background: #FFFFFF;
    border: 1px solid #13455c;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.tag_item span i {
    color: #EB5757;
    position: relative;
    top: 1px;
    left: 5px;
    font-size: 12px;
}

.tag_item.active {
    background: transparent;
}

.search_section .catalog_banner {
    width: 100%;
}

.brans_section_item, .brans_section_item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.brans_section_item {
    margin-bottom: 32px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
}

.brans_section_item img {
    width: 100%;
}

.brands_section > div:nth-child(6) {
    margin-right: 0;
}

.brans_section_item img {
    margin-bottom: 16px;
}

.select_categories_mobile {
    display: none;
}

body .filter_category_section_content .category_products .prod_items .product_item {
    margin-bottom: 16px !important;
}

.mob_filter_btn {
    border: none;
    background: none;
    display: none;
}

.mobile_filter_products {
    display: none;
}

.open_filter_mob_catalog {
    bottom: -200px !important;
}

.catalog_filter_layer {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
}

.catalog_filter_layer_show {
    visibility: visible;
    opacity: 1;
}

.brandInfo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
}

.brandInfo img {
    width: 200px;
    height: 130px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 1);
  padding: 24px;
  object-fit: contain;
}


.brandInfo .description {
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, 1);
    margin-left: 20px;
}

.brandList {
    margin-top: 30px;
    margin-bottom: 50px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}

.brandItem {
    width: 200px;
    height: 200px;
    border-radius: 16px;
    background: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
}

.brandItem img {
    width: 100%;
  object-fit: contain;
}

.brandListPage .pagination {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
}

.brandListPage .pagination .arrow,
.brandListPage .pagination a:first-child,
.brandListPage .pagination a:last-child {
    position: unset;
    border-radius: 4px;
}


.brandListPage .pagination > a {
    padding: 5px !important;
    width: 25px;
    height: 25px;
    margin-top: 0;
    font-size: 14px;
    font-weight: 700;
}

.brandFilterSection .select_categories input,
.brandFilterSection .select_categories_mobile input {
    display: none;
}

@supports (min-height: 100dvh) {
    .filter_category_section {
        min-height: calc(100dvh - 575px);
    }
}
