.search-sought {
    width: 100%;
}

.btn.btn-main {
    padding: 6px;
}

.search-item-offers-item .by-popup-form{
	right: -11px;
}
.search-item-offers-item  .by-popup-form:before{
	right: 25px;
}

.checkbox-select__footer .btn-main{
	padding: 10px 15px;
}

.search-sought-header {
    display: flex;
   /* position: sticky;
    top: 148px;
    left: 0;
    right: 0;*/
    z-index: 55;
    width: 100%;
    align-items: center;
    background-color: #33A558;
    padding: 12px 20px;
}

.search-sought-header .search-sought-header-text {
    line-height: 36px;
    font-size: 18px;
    color: white;
    font-weight: 700;
}

.search-sought-content {
    background-color: white;
    /*padding: 10px 20px 10px 20px;*/
}

.search-sort-header {
    display: flex;
   /* position: sticky;
    top: 148px;
    left: 0;
    right: 0;*/
    z-index: 10;
    flex-direction: row;
    align-items: center;
    padding: 0 15px;
    background-color: #F1F1F1;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.search-sort-header .search-sort-header-wrapper {
    display: flex;
    align-items: center;
    width: 50%;
}

.search-sort-header-wrapper>* {
    width: 25%;
    padding-right: 10px;
    line-height: 40px;
    font-size: 13px;
    color: #888888;
    min-width: 80px;
}

.search-sort-header .search-sort-header-name {
    width: 40%;
    padding: 0 15px;
    color: #888888;
    line-height: 40px;
    font-size: 13px;
}

.search-sort-header .search-sort-header-price {
    width: 50%;
}

.search-item-content {
    display: flex;
    flex-direction: row;
}

.search-item-content .search-item-content-blockheader {
    display: flex;
    flex-direction: row;
    width: 40%;
    padding-top: 20px;
    gap: 20px 30px;
    margin-bottom: 20px;

}

.search-item-offers {
    padding: 0 15px;
}

.search-item-content .search-item-offers {
    width: 60%;
}

.search-item-content .search-item-content-namebrand {
    text-transform: uppercase;
}

.search-item-content .search-item-content-articule {
    width: 150px;
    line-height: 20px;
    font-size: 14px;
    color: #141414;
    text-decoration: underline;
}


.search-item-offers-item-label {
    display: flex;
    align-items: center;
}

.search-item-offers-label p {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    margin-right: 10px;
    width: 70px;
}

.search-item-offers-item-icon {
    width: 28px;
    height: 28px;
    margin-left: 10px;
}


.search-item-offers-item-column {
    display: flex;
    flex-direction: row;
    align-items: center;
}


.search-item-offers-item {
    display: flex;
    width: 100%;
    position: relative;
    height: 60px;
}

.search-item-offers-item-propsname {
    display: none;
}

.search-item-offers-item-column {
    padding-right: 10px;
    width: 25%;
    min-width: 50px;
}


.search-item-offers-item-column.column-price {
    width: 50%;
    padding-right: 0px;
}

.search-item-offers-item-column.column-labels {
    border-bottom: none;
    position: absolute;
    left: -106px;
    top: 16px;
}

.search-item-offers-item-column.column-labels p {
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    width: 60px;
}

.search-item-offers-item-column.column-term .search-item-offers-item-propsvalue {
    color: #009145;
}

.search-item-offers-item-column.column-price .search-item-offers-item-propsvalue {
    font-size: 16px;
    font-weight: 700;
}

.search-item-offers-item-btnbuy {
    width: 44px;
    height: 44px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 44px;
    margin-left: auto;
}

.search-item-offers-item-btnbuy img {
    width: 32px;
    height: 32px;
}

.search-wrappercontent {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
}

.search-other {
    width: 100%;
}


.search-item-offers-item-column.column-more {
    border-bottom: none;
    width: auto;
}

.search-item-offers-item-column.column-more p {
    color: #E05C24;
    font-weight: 600;
    line-height: 14px;
    display: flex;
    align-items: center;
}

.search-item-offers-item.item-more {
    color: #E05C24;
    justify-content: center;
    padding: 20px 0;
}

.search-otherblock .search-otherblock-header {
    background-color: #F1F1F1;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 60px;
}

.search-otherblock .search-otherblock-header-text {
    line-height: 24px;
    font-size: 18px;
    font-weight: 700;
    margin-left: 20px;
}

.search-filter-btn {
    display: none;
    width: 100%;
    padding: 0px;
    line-height: 44px;
    margin-bottom: 20px;
}

.search-filter-btn img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.search-otherblock-content {
    background-color: white;
    padding: 10px 0px 10px 0px;
}

.search-otherblock .search-item {
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px dotted #D2D2D2;
}

.search-otherblock .search-item+.search-item {
    margin-top: 10px;
}

.search-otherblock .search-item:last-child {
    border-bottom: none;
}

.search-otherblock .search-item-content .search-item-content-blockheader-left-props {
    margin-left: 20px;
}

.search-item-content .search-item-content-blockheader-img img {
    width: 100%;
    max-width: 90px;
}

.search-item-offers-item-column.column-more span,
.search-item-offers-item-column.column-more a {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    color: #E05C24;
    font-weight: 600;
}

.search-item-offers-item-column.column-more span svg,
.search-item-offers-item-column.column-more a svg {
    margin-left: 10px;
}

.search-otherblock+.search-otherblock {
    margin-top: 20px;
}

.search-popup-window {
    display: none;
    width: 100%;
    height: 50%;
    margin: auto;
    min-width: 300px;
    max-width: 430px;
    position: fixed;
    padding: 0 15px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
}

.search-popup-window.open {
    display: block;
}

.search-popup-overlay {
    display: block;
    position: fixed;
    background-color: #000;
    opacity: 0.3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1020;
}

.search-popup-cont {
    margin: auto;
    width: 100%;
    padding: 20px 30px;
    background-color: #FFF;
    position: relative;
    border-radius: 6px;
    overflow: auto;
    z-index: 1050;
}

.search-popup-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.search-popup-title {
    font-size: 25px;
    margin-bottom: 20px;
}

.search-popup-search-phone,
.search-popup-adress {
    font-size: 18px;
    margin-bottom: 10px;
}

.popup-map {
    margin-top: 20px;
    height: 225px;
}

.search-item-offers-item.item-more-content {
    display: block;
    height: auto;
    max-height: 0;
    margin: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    -webkit-transition: max-height 0.5s ease;
    -moz-transition: max-height 0.5s ease;
    -ms-transition: max-height 0.5s ease;
    -o-transition: max-height 0.5s ease;
    padding-top: 0;
    border: none;
    padding: 0;
}

.search-item-offers-item.item-more-content.show {
    max-height: 5000px;

}

.checkbox-select {
    position: relative;
    width: 100%;
    user-select: none;
}

.checkbox-select__selected {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 40px 10px 20px;
    margin-right: 20px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    user-select: none;
    cursor: pointer;
    gap: 0 8px;
    max-width: 440px;
}

.checkbox-select__selected.-filled .checkbox-select__placeholder {
    display: none;
}

.checkbox-select__selected .arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.checkbox-select__placeholder {
    color: #b1b1b1;
}

.checkbox-select__header {
    margin-bottom: 25px;
}

.checkbox-select__reset {
    display: inline-block;
}

.checkbox-select.open .checkbox-select__inputs-cont {
    display: block;
}

.riv-select .riv-select__selected .arrow,
.checkbox-select .checkbox-select__selected .arrow {
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
}

.riv-select.open .riv-select__selected .arrow,
.checkbox-select.open .checkbox-select__selected .arrow {
    transform: rotate3d(0, 0, 1, 180deg) translateY(50%);
    -webkit-transform: rotate3d(0, 0, 1, 180deg) translateY(50%);
    -moz-transform: rotate3d(0, 0, 1, 180deg) translateY(50%);
    -ms-transform: rotate3d(0, 0, 1, 180deg) translateY(50%);
    -o-transform: rotate3d(0, 0, 1, 180deg) translateY(50%);
}

.checkbox-select__inputs-cont {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    z-index: 10;
    padding: 20px 0 30px 20px;
    background-color: #FFF;
    -webkit-box-shadow: 9px 9px 6.55px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 9px 9px 6.55px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 9px 9px 6.55px 0px rgba(0, 0, 0, 0.1);
    max-width: 440px;
}

.checkbox-select__main {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    min-height: 195px;
    max-height: 195px;
    overflow: auto;
}

.checkbox-select__main>.checkbox-wrapper {
    width: 50%;
    padding-right: 10px;
    padding-bottom: 15px;
}

.checkbox-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
}

.checkbox-wrapper label {
    display: flex;
}

.checkbox-wrapper input {
    width: 0;
    height: 0;
    opacity: 0;
}

.checkbox-wrapper .fake {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    min-width: 19px;
    height: 19px;
    background-color: #Ffff;
    border: 1px solid #cccccc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;

}

.checkbox-wrapper .fake img {
    display: block;
    opacity: 0;
    width: 13px;
    height: 18px;
}

.checkbox-wrapper input:checked~label>.fake {
    background-color: #E05C24;
    border: 1px solid #E05C24;
}

.checkbox-wrapper input:checked~label>.fake>svg {
    opacity: 1;
}

.checkbox-wrapper input:checked~label>.fake>img {
    opacity: 1;
}

.checkbox-wrapper.-reverse .fake {
    order: 1;
    margin-left: 10px;
    margin-right: 0;
}

.checkbox-select__reset {
    cursor: pointer;
}

.checkbox-select__selected .delete {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 4px;
    margin-bottom: 4px;
    background: url('./img/cross.svg');
}

.checkbox-select__footer {
    padding: 20px 20px 0 0;
    display: flex;
    justify-content: center;
}

.show~.item-more .arrow {
    transform: rotate3d(1, 0, 0, 180deg);
    -webkit-transform: rotate3d(1, 0, 0, 180deg);
    -moz-transform: rotate3d(1, 0, 0, 180deg);
    -ms-transform: rotate3d(1, 0, 0, 180deg);
    -o-transform: rotate3d(1, 0, 0, 180deg);
}

.search-item-content-img {
    width: 23px;
    height: 23px;
    cursor: pointer;
}

.search-item-content-img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url('./img/camera.svg') no-repeat center center;
}

.product-img-popup__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.2;
}

.product-img-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    z-index: 100;
    padding: 16px;
}

.product-img-popup.open {
    display: flex;
}

.product-img-popup__wrapper {
    position: relative;
    width: 100%;
    max-width: 600px;
    max-height: 600px;
    padding: 20px;
    z-index: 100;
    background: #fff;
    -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
}

.product-img-popup__wrapper img {
    width: 100%;
    object-fit: cover;
}

.search .pagination {
    justify-content: center;
}

.search-sought-header__inner {
    display: flex;
    width: 100%;
}

.search__view-select {
    display: flex;
    margin-left: auto;
}

.riv-select {
    position: relative;
    width: 100%;
    user-select: none;
}

.riv-select__selected {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 40px 10px 20px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    user-select: none;
    cursor: pointer;
}

.riv-select__placeholder {
    color: #b1b1b1;
}

.riv-select__selected .arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);

}

.riv-select__items-cont {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    z-index: 10;
    padding: 10px 15px;
    background-color: #FFF;
    -webkit-box-shadow: 9px 9px 6.55px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 9px 9px 6.55px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 9px 9px 6.55px 0px rgba(0, 0, 0, 0.1);
}

.riv-select.open .riv-select__items-cont {
    display: block;
}


.riv-select__main {
    min-height: 36px;
    max-height: 100px;
    overflow: auto;
}

.riv-select__item {
    cursor: pointer;
    display: block;
}

.riv-select__item:not(:first-child) {
    margin-top: 20px;
}

.riv-select__selected.-filled .riv-select__placeholder {
    display: none;
}

.riv-select__selected .selected-item~.riv-select__placeholder {
    display: none;
}

.search-sought-content .search-item {
    display: none;
}

.list .search-sought-content .search-item {
    display: block;
}

.tile .search-sought__items .search-sought-content-container {
    display: flex;
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
    margin-right: -20px;
}

.list .search-sought__items .content-cards-item {
    display: none;
}

/*
.search .btn-catalogview.active,
.search .btn-catalogview:hover {
    background-color: transparent;
}*/

.search .btn-catalogview {
    background-color: transparent;
}

.search .btn-catalogview {
    padding: 10px;
}

.search-sought+.catalog-products-container {
    margin-top: 24px;
}


.search-sought__simple-tile {
    padding: 20px 20px 60px 20px;
    background-color: #FFF;
    margin-bottom: 24px;
}

.search-sought__simple-tile-container {
    display: flex;
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
    margin-right: -20px;
}

.simple-tile {
    display: block;
    width: 100%;
    padding: 20px;
    margin-right: 20px;
    margin-bottom: 15px;
    border: solid 1px #f1f1f1;
    border-radius: 4.7px;
    -webkit-border-radius: 4.7px;
    -moz-border-radius: 4.7px;
    -ms-border-radius: 4.7px;
    -o-border-radius: 4.7px;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 16px;
    min-width: 220px;

}

.simple-tile__main-img {
    margin: 0 auto;
    max-width: 160px;
    max-height: 160px;
    width: 100%;
    margin-bottom: 15px;
}

.simple-tile__main-img img {
    display: block;
    width: 160px;
    height: 160px;

}

.simple-tile__type {
    margin-bottom: 20px;
}

.simple-tile__brand {
    color: #33A558;
}

.search-item-content-blockheader-left-props-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.search-sort-header .search-sort-header-wrapper,
.search-item-content .search-item-offers {
    width: 100%;
}

.search-item-content .search-item-content-name {
    font-weight: 700;
    margin-bottom: 10px;
}

.by-popup-form-quantity {
    color: #000;
    text-transform: lowercase;
    font-weight: 400;
    line-height: 14px;
    padding-top: 8px;
}

.search-item-offers-item.item-more {
    border-bottom: none;
}

.tile .search-sort-header {
    display: none;
}

.tile .search-sought__items {
    padding: 20px 20px 0;
    margin: 0;
    background-color: #FFF;
}

.search__view-select .btn-catalogview,
.search__view-select .btn-catalogview:active,
.search__view-select .btn-catalogview:hover,
.search__view-select .btn-catalogview.active {
    background-color: #fff;
}

@media screen and (min-width: 676px) and (max-width: 1000px) {
    .search-sought__simple-tile-container .simple-tile {
        width: calc(50% - 20px);
    }
}

@media screen and (min-width: 790px) {
    .search-sought__simple-tile-container .simple-tile {
        width: calc(100% / 3 - 20px);
    }
}

@media screen and (min-width: 1060px) {
    .search-sought__simple-tile-container .simple-tile {
        width: calc(100% / 4 - 20px);
    }
}

@media screen and (min-width: 1380px) {
    .search-sought__simple-tile-container .simple-tile {
        width: calc(20% - 20px);
        min-width: 236px;
    }
}


@media (hover: hover) {
    .checkbox-select__reset:hover {
        color: #E05C24;
    }
}

@media (hover: none) {
    .checkbox-select__reset:active {
        color: #E05C24;
    }
}

@media screen and (min-width: 1001px) and (max-width: 1200px) {
    .search-item-content .search-item-content-blockheader-left-props {
        margin-left: 20px;
    }

    .search-otherblock .search-item-content .search-item-content-blockheader-left-props {
        margin-left: 0px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .search-item-content .search-item-content-blockheader {
        display: flex;
        flex-direction: column;
        width: 40%;

    }

    .search-sort-header .search-sort-header-name {
        width: 40%;
    }

    .search-sort-header .search-sort-header-wrapper,
    .search-item-content .search-item-offers {
        width: 100%;
        min-width: 497px;
    }

    .search-item-content .search-item-content-blockheader-left-props {
        margin-left: 0px;
    }

    .search-otherblock .search-item-content .search-item-content-blockheader-left-props {
        margin-left: 0px;
    }

    .search-filter-btn {
        display: block;
    }

    .search-other {
        width: 100%;
    }

    .search-item-offers-item-column.column-price {
        width: 40%;
        padding-right: 0px;
    }

    .search-sort-header .search-sort-header-wrapper,
    .search-item-content .search-item-offers {
        min-width: 497px;
    }
}

.search-item-offers-item:not(:last-child){
    height: auto;
    border-bottom: 1px dotted #D2D2D2;
   /* padding: 10px 0;*/
}
.search-item-offers-item.item-more-content{
	border:none;
}
.item-more-content.show+ .search-item-offers-item{
	border-top: 1px dotted #D2D2D2;
}
.search-item-offers .out-of-stock-sticker {
	margin-left: auto;
}
@media screen and (max-width: 767px) {
    .search-item-offers-item-column.column-labels {
        position: static;
    }

    .search-otherblock .search-item-content .search-item-content-blockheader-left-props {
        margin-left: 0px;
    }

    .search-filter-btn {
        display: block;
    }

    .search-other {
        width: 100%;
    }

    .search-sort-header-quantity,
    .search-item-offers-item-column.column-quantity {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .search-sought {
        background-color: #fff;
    }

    .search-sort-header {
        padding: 0 20px;
        margin: 20px 20px 0;
    }

    .search-item-offers {
        padding: 0;
    }

    .search-item-offers-item {
        padding: 10px 20px;
    }

    .search-sought__items {
        margin: 0 20px;
    }

    .search-sort-header .search-sort-header-price {
        width: 40%;
    }

    .search-sort-header-wrapper>*,
    .search-item-offers-item-column {
        width: 20%;
    }

    .search-sort-header-wrapper>* {
        min-width: 77px;
    }

    .btn-main.no-popup-btnbuy {
        background: transparent;
    }

    .btn-main.no-popup-btnbuy>img {
        display: none;
    }

    .no-popup-btnbuy .by-popup-form {
        width: 163px;
        position: static;
        opacity: 1;
        visibility: visible;
        padding: 0;
        box-shadow: none;
    }

    .no-popup-btnbuy .by-popup-form:before {
        display: none;
    }

    .no-popup-btnbuy.search-item-offers-item-btnbuy {
        width: 165px;

    }

    .no-popup-btnbuy .by-popup-row {
        align-items: center;
    }

    .no-popup-btnbuy .by-popup-row>input {
        padding: 0;
        width: 44px;
        height: 32px;
        margin: 0;
        border: 1px solid #d2d2d2;
    }

    .no-popup-btnbuy .quantity-btn {
        position: static;
    }

    .search-sort-header .search-sort-header-price,
    .search-item-offers-item-column.column-price {
        min-width: 241px;
    }

    .checkbox-select.search__brand-select {
        max-width: 600px;
    }

    .search-sought-header {
        display: flex;
        gap: 0 20px;
    }

    .search-sought-header {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .search-sort-header {
        top: 148px;
    }

    .by-popup-form-quantity {
        display: none;
    }
}


@media screen and (max-width: 767px) {
    .wrapper-delimiter.search-wrapper {
        padding: 0;
        margin: 0;
    }
}

@media screen and (min-width: 1000px) {
    .search-sought-header {
        gap: 0 70px;
    }
}

@media screen and (max-width: 1024px) {
	.search-item-offers {
		padding-bottom: 20px;
	}
}

@media screen and (min-width: 1024px) {
    .search-item-offers-item-column {
        padding-right: 10px;
        width: 20%;
    }

    .search-item-content .search-item-content-blockheader {
        gap: 20px 10px;
        padding-left: 20px;
    }

    .search-sort-header .search-sort-header-price,
    .search-item-offers-item-column.column-price {
        width: 50%;
        padding-right: 0px;
    }

    .search-item-content .search-item-content-name {
        display: block;
        margin-bottom: 20px;

    }

    .search-sort-header-wrapper>* {
        width: 20%;
    }

    .search-item:not(:first-child) {
        border-top: 1px solid #D2D2D2;
    }

    .search-sort-header .search-sort-header-name,
    .search-item-content .search-item-content-blockheader {
        width: 40%;
        margin-right: 40px;
        min-width: 292px;
    }

    .search-sort-header .search-sort-header-name {
        padding: 0;
        width: calc(40% - 20px)
    }

    .search-sort-header {
        padding-right: 0;
    }

    .search-item-offers-item {
        padding: 10px 0;
        /* margin: 0 0 0 40px;*/
    }

    .search-item-content .search-item-offers {
        width: 60%;
        max-width: 540px;
        margin-left: auto;
    }

    .search-item-offers-item.item-more {
        justify-content: left;
    }

    .search-sort-header-wrapper .search-sort-header-quantity,
    .search-sort-header-wrapper .search-sort-header-term,
    .search-item-offers-item-column.column-term,
    .search-item-offers-item-column.column-quantity {
        width: 15%;
    }

    .checkbox-select__main>.checkbox-wrapper {
        width: 33.333%;
    }
	.search-item-offers .out-of-stock-sticker {
		margin-top: 20px;
	}

}

@media screen and (max-width: 1023px) {

    .search-sort-header-name {
        display: none;
    }

    .search-item-content .search-item-content-blockheader {
        width: 100%;
        flex-direction: column;
        background-color: #F1F1F1;
        padding: 15px;
        margin-top: 0px;
        gap: 0;
    }

    .search-item-content {
        flex-direction: column;
    }

    .search-item-content .search-item-content-blockheader-left-props {
        width: 100%;
        background-color: #fff;
        margin-left: 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 15px;
    }


    .search-item-content .search-item-content-name {
        display: block;
        width: 100%;
    }

    .search-item-content-img {
        padding: 0 10px;
        width: 43px;
    }


}

@media screen and (min-width: 1024px) {
    .search-sort-header .search-sort-header-wrapper {
        display: flex;
        align-items: center;
        width: 60%;
        max-width: 540px;
        margin-left: auto;
    }

    .checkbox-select__selected,
    .checkbox-select__inputs-cont {
        max-width: 600px;
    }
}



@media screen and (min-width: 790px) {
    .search .tile .content-cards-item {
        width: calc(100% / 3 - 20px);
    }
}

@media screen and (min-width: 1060px) {
    .search .tile .content-cards-item {
        width: calc(100% / 4 - 20px);
    }
}

@media screen and (min-width: 1380px) {
    .search .tile .content-cards-item {
        width: calc(20% - 20px);
        min-width: 236px;
    }

    .checkbox-select__main>.checkbox-wrapper {
        width: 25%;
    }
}

div[data-role="search-catalog"].loading {
    position: relative;
}

div[data-role="search-catalog"].loading:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    opacity: .6;
    display: block;
    z-index: 100;
}
.back-block{
    position: relative;
    width: 100%;
}
.back-block a{
    display: block;
    position: absolute;
    right: 0;
    padding: 0;
    top: -80px;
    align-items: center;
    justify-content: center;
    max-width: 180px;
    width: 100%;
    line-height: 44px;
}
@media screen and (max-width: 1024px) {
    .back-block a{
        position: static;
        display: block;
        margin-left: auto;
    }
    .back-block{
        margin-bottom: 20px;
    }
}
