.catalog-wrapper {
    display: flex;
    border-top: 1px solid #000;
    margin-top: 30px;
    padding-top: 30px;
    gap: 30px;
}
.bg-catalog-top {
    pointer-events: none;
    padding-bottom: 0;
    display: flex;
    justify-self: center;
    margin-top: 102px;
    margin-bottom: 40px;
}
.header {
    /*    background-color: unset;*/
}
.catalog {
    position: unset;
    padding-top: 30px;
    font-family: 'Montserrat';
    background-color: #e5e6fb;
}
.catalog_title {
    font-weight: 700;
    font-size: 66px;
    text-align: left;
    margin-bottom: 30px;
}

.catalog p {
    font-weight: 400;
    font-size: 21px;
    line-height: 28px;
}

.catalog-filter {
    width: 327px;
    min-width: 327px;
    position: relative;
    z-index: 1;
}

.catalog-items {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
}

.catalog-items a.reset,
.catalog-items p {
    color: #121132;
}

.catalog-items-element {
    display: flex;
    flex-direction: column;
    width: 250px;
    height: 417px;
    border: 1px solid #B9B9D4;
    border-radius: 53px;
    gap: 10px;
    text-align: center;
}
.catalog-items-element .catalog-items-element-head {
    background-color: #8992D8;
    border-radius: 53px 53px 0 0;
    text-align: center;
    padding: 10px 0;
}
.catalog-items-element .catalog-items-element-head,
.catalog-items-element .catalog-items-element-head:hover {
    color: #131132;
    text-decoration: none;
}
.catalog-items-element.monoprotein .catalog-items-element-head {
    background-color: #48BFCD;
}
.catalog-items-element.multiprotein .catalog-items-element-head {
    background-color: #8992D8;
}
.catalog-items-element.extrameat .catalog-items-element-head {
    background-color: #EEC5DE;
}
.catalog-items-element.preventivediet .catalog-items-element-head {
    background-color: #D9D5E0;
}
.catalog-items-element-head span {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: block;
}
.catalog-items-element-head span.catalog-items-element-head-type-feed {
    font-weight: 600;
    text-transform: uppercase;
}
.catalog-items-element-images img {
    /* max-width: 190px;*/
    margin-top: 20px;
    max-height: 240px;
    display: flex;
    justify-self: center;
}
.catalog-items-element .catalog-items-element-bottom {
    text-align: center;
    padding: 10px 0;
}
.catalog-items-element-text {
    padding: 0 5px;
    font-weight: 500;
    font-size: 12px;
}

.catalog-items-element-taste {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.catalog-items-element-taste-item {
    border-radius: 100px;
    padding: 3px 0 5px 0;
    padding-left: 12px;
    padding-right: 10px;
    text-align: left;
    min-width: 100px;
    position: relative;
    font-weight: 700;
    font-size: 12px;
    border: 1px solid #B9B9D4;
    cursor: pointer;
}
.catalog-items-element-taste-item.active {
    border: 2px solid #121132;
}

.catalog-items-element-taste-item-taste-color {
    width: 15px;
    height: 15px;
    border-radius: 20px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    top: 3px;
    left: -3px;
    display: inline-block;
}
/*.catalog-items-element-taste-item::before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 20px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    top: 3px;
    left: -3px;
    background-color: red;
    display: inline-block;
}*/
.catalog-items-element-taste-item:hover {
    background-color: #cacdf0;
}

.catalog-items-element-taste-item.yagnenok::before, .card_sku_items_item.yagnenok {
    background-color: #84b7e1;
}
.catalog-items-element-taste-item.indeyka::before, .card_sku_items_item.indeyka {
    background-color: #9c79b6;
}
.catalog-items-element-taste-item.krolik::before, .card_sku_items_item.krolik {
    background-color: #58ba4c;
}
.catalog-items-element-taste-item.govyadina::before, .card_sku_items_item.govyadina {
    background-color: #f26637;
}
.catalog-items-element-taste-item.ryba::before, .card_sku_items_item.ryba {
    background-color: #70cddc;
}
.catalog-items-element-taste-item.kuritsa::before, .card_sku_items_item.kuritsa {
    background-color: #ffd121;
}


.catalog-items-element-taste-item.losos::before, .card_sku_items_item.losos {
    background-color: #f5979c;
}


.catalog-items-element-btn {
    font-size: 12px;
    font-weight: 700;
    background-color: #121132;
    color: #E6E6FA;
    border-radius: 100px;
    display: block;
    margin: 0 20px;
    padding: 4px 0;
    margin-bottom: 30px;
    margin-top: 20px;
}

.catalog-items-element-btn:hover {
    text-decoration: none;
    color: #E6E6FA;
}

.catalog-items-element-more {
    display: none;
    width: 250px;
    height: 417px;
    border: 1px solid #B9B9D4;
    border-radius: 0 0 53px 53px;
    border-top: none;
    background: #e5e6fb;
    z-index: 100;
    position: relative;
    left: -1px;
    box-shadow: 0px 4px 4px 0px #00000033;
}

.catalog-items-element:hover {
    border-bottom: none;
    border-radius: 53px 53px 0 0;
    box-shadow: 0px 4px 4px 0px #00000033;
}

.catalog-items-element:hover .catalog-items-element-more {
    display: block;
}


.catalog-items-element {
    color: #121132;
    position: relative;
}
.catalog-items-element-stiker-multiprotein {
    top: 80px;
    position: absolute;
    font-weight: 800;
    font-size: 12px;
    background-color: #8992D8;
    padding: 4px 15px 4px 10px;
    border-radius: 0 10px 10px 0;
    box-shadow: 1px 1px 1.2px 0px #00000040;
}
.catalog-items-element-stiker-monoprotein {
    top: 80px;
    position: absolute;
    font-weight: 800;
    font-size: 12px;
    background-color: #48BFCD;
    padding: 4px 15px 4px 10px;
    border-radius: 0 10px 10px 0;
    box-shadow: 1px 1px 1.2px 0px #00000040;
}
.catalog-items-element-stiker-extrameat {
    top: 80px;
    position: absolute;
    font-weight: 800;
    font-size: 12px;
    background-color: #EEC5DE;
    padding: 4px 15px 4px 10px;
    border-radius: 0 10px 10px 0;
    box-shadow: 1px 1px 1.2px 0px #00000040;
}
.catalog-items-element-stiker-preventivediet {
    top: 80px;
    position: absolute;
    font-weight: 800;
    font-size: 12px;
    background-color: #D9D5E0;
    padding: 4px 15px 4px 10px;
    border-radius: 0 10px 10px 0;
    box-shadow: 1px 1px 1.2px 0px #00000040;
}
.catalog-items-element:hover {
    text-decoration: none;
    color: #121132;
}

.card_sku_wrapper {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.card_sku_items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.card_sku_name {
    font-weight: 700;
    font-size: 23px;
    line-height: 20px;
    padding-top: 10px;
    min-width: 85px;
}

.card_sku_items_item {
    border: 1px solid #121132;
    border-radius: 35px;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    padding: 9px 17px;
    box-shadow: 4px 4px 9px 0px #15295780;
    cursor: pointer;
}

.card_sku_items.weight .card_sku_items_item.active {
    color: #E6E6FA;
    background: #121132;
}

.card_sku_items.taste .card_sku_items_item.active {
    box-shadow: unset;
}

.card_btn {
    height: 52px;
    width: 386px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.card_images {
    margin-bottom: 60px;
}


.bx-filter .bx-filter-parameters-box-container::-webkit-scrollbar {
    display: none;
}

.catalog-show-filter-btn {
    display: none;
}
.bx-filter-parameters-box-container {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
}
.bx-filter-parameters-box-container .btn-link,
.bx-filter-parameters-box-container .btn-link:hover,
.bx-filter-parameters-box-container .btn-link:focus
{
    background: none;
    border: none;
    box-shadow: none;
    font-weight: 700;
    font-size: 15px;
    vertical-align: middle;
    color: #121132;
    outline: none;
    text-decoration: none;
}

.bx-filter-parameters-box-container .btn-themes {
    border: 2px solid #121132;
}
.bx-filter-parameters-box-container .btn-themes:hover {
    background: none;
    border: 2px solid #121132;
    color: #121132;
}
.bx-filter-title::after{
    position: relative;
    content: ":";
}

.catalog-items .navigation {
    display: none;
}


.chosen {
    visibility: hidden;
    display: none;
}
.chosen-title {
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    color: #121132;
    display: inline-block;
    margin-bottom: 20px;
}
.chosen .secname {
    font-weight: 700;
    font-size: 20px;
    color: #121132;
    padding-bottom: 10px;
}
.chosen label {
    display: block;
}
.chosen .ch:hover {
    text-decoration: line-through;
}
.chosen .ch {
    width: 100%;
    font-weight: 400;
    font-size: 20px;
    color: #121132;
    display: block;
    padding-left: 20px;
    position: relative;
    padding-right: 12px;
}
.chosen .ch .closebutcat {
    position: absolute;
    top: 9px;
    right: 0;
}
.chosen .chosenInput {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

.chosen a.reset {
    font-weight: 700;
    font-size: 20px;
    color: #121132;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    border-bottom: 1px solid #000;
    position: relative;
}
.chosen a.reset:hover {
    text-decoration: none;
}

.chosen a.reset .closebutcat {
    position: absolute;
    top: 19px;
    right: 0;
}


.bx-filter .bx-filter-parameters-box-container {
    max-height: 170px !important;
}

.product-video {
    margin-top: 30px;
}

.bg-catalog-top.mobile {
    display: none;
}
.bg-catalog-top.pc {
    display: block;
}

@media (max-width: 999px) {
.card_sku_name, .card_sku_items_item {
    font-size: 15px;
    line-height: 18px;
}
.card_sku_name {
    min-width: 50px;
}
}

@media (max-width: 575px) {

.catalog-items-element-head span {
    font-size: 14px;
}

.catalog.cat,
.catalog.dog {
    position: unset;
    padding-top: 0;
    font-family: 'Montserrat';
    background-color: #e5e6fb;
    top: -190px;
    position: relative;
}
.dog .catalog_title {
    background-color: #e9e9e9;
}
.cat .catalog_title {
    background-color: #dfdfdf;
}

.bg-catalog-top.pc {
    display: none;
}
.bg-catalog-top.mobile {
    display: block;
    height: auto;
    width: 100%;
}

.chosen-title, .secname {
    display: none;
}

.chosen .ch {
    white-space: normal;
    border: 1px solid #121132;
    padding: 6px 7px;
    padding-right: 25px;
    font-size: 19px;
}
.chosen .chosenInput {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    border-bottom: none;
}
.chosen .ch .closebutcat {
    position: absolute;
    top: 15px;
    right: 7px;
}
.chosen a.reset {
    border-bottom: none;
    justify-content: left;
}
.chosen a.reset .closebutcat {
    position: relative;
    top: 1px;
    left: 10px;
}

.catalog-items-element-more {
    width: calc(100% + 2px);
}

.bx-filter .bx-filter-title {
    margin-left: 40px;
    text-transform: capitalize !important;
}
.bx-filter-title::before{
    position: relative;
    content: "";
    background-image: url(/local/images/filter_back.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 8px;
    height: 12px;
    display: inline-block;
    left: -10px;
}

.bx-filter-title::after{
    position: absolute;
    content: "";
    background-image: url(/local/images/filter_close.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    right: 40px;
}


.bx-filter-parameters-box-container {
    display: flex;
    flex-direction: row;
}

.catalog-filter.show .bx-filter-popup-result {
    display: none !important;
}
.catalog-filter.show .bx-filter .bx-filter-popup-result a {
    color: #121132;
}

.bx-filter .bx-filter-parameters-box {
    margin-left: 30px;
    margin-right: 30px;
}
.catalog-filter.show {
    position: absolute;
    z-index: 100000;
    top: 75px;
    left: 0;
    background-color: #e5e7fb;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    -webkit-mask: linear-gradient(to bottom, rgba(0, 0, 0, 1) 99%, rgba(0, 0, 0, 0) 100%);
}

.catalog-show-filter-btn {
    display: block;
    border: 1px solid #121132;
    text-align: center;
    padding: 11px 0;
    font-weight: 700;
    font-size: 15px;
    line-height: 2;
    text-transform: uppercase;
}

.catalog-show-filter-btn span::before{
    position: relative;
    content: "";
    background-image: url(/local/images/catalog_filter.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 22px;
    display: inline-block;
    top: 4px;
    left: -10px;
}

.catalog-filter {
    display: none;
}

.catalog-wrapper {
    border: none;
}

.catalog-items {
    gap: 15px;
    justify-content: space-between;
    position: relative;
    z-index: 0;
}

.catalog-items-element {
    width: 47%;
    height: 360px;
}
.catalog-items-element-text {
    margin-top: 15px;
}
.bg-catalog-top {
    margin-top: 70px;
    height: 410px;
    width: auto;
    position: relative;
    top: -25px;
    justify-self: self-start;
}
.catalog_title {
    position: relative;
    width: 100%;
    padding-left: 20px;
    padding-bottom: 20px;
}

.catalog-wrapper {
    flex-direction: column;
}

.catalog_title {
    font-size: 34px;
    line-height: 36px;
    font-weight: 700;
}
.catalog-items-element-images {
    display: flex;
    justify-content: center;
}
.catalog-items-element-images img {
    max-width: 140px;
    max-height: 140px;
}

}

@media (max-width: 370px) {
    .catalog-items-element-head span {
        font-size: 11px;
    }
    .catalog-items-element-text {
        font-size: 11px;
        line-height: 14px;
    }
}