@keyframes premmerce-filter-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* .category_27 {
    padding-top: 30px;
    margin: auto !important;
} */

.sidebar {
    padding-right: 36px;
}

.sidebar-inner .widget_premmerce_filter_active_filters_widget .pc-active-filter__list-item:not(:last-child) {
    display: none;
}

.pc-active-filter__list-item {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 10px;
    margin-bottom: 8px;
}

.pc-active-filter__list-item a {
    line-height: 30px;
    padding: 0 16px;
    color: var(--lighttext);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    font-size: 14px;
    padding: 16px;
    text-align: center;
    font-weight: 600;
    line-height: 14px;
}

.pc-active-filter__list>.pc-active-filter__list-item:last-child .pc-active-filter__item-delete {
    display: none;
}

.pc-active-filter__list>.pc-active-filter__list-item:last-child {
    background: var(--light);
}

/* .pc-active-filter__list-item:hover {
        border-color: var(--red);
    } */

.pc-active-filter__list-item:hover .pc-active-filter__item-delete::after {
    background: center / 10px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M20 1.55556L18.4445 0L10 8.44444L1.55555 0L0 1.55556L8.44445 10L0 18.4444L1.55555 20L10 11.5556L18.4445 20L20 18.4444L11.5555 10L20 1.55556Z' fill='%23BF2120'/%3E%3C/svg%3E");
}

.pc-active-filter__list-item:hover a {
    text-decoration: none !important;
    color: var(--lighttext);
}

.sidebar,
.right_sidebar {
    position: relative;
}

.col-xxl-3.sidebar .sidebar-container {
    padding-top: 0.5px;
}

.sidebear-container__inner.show.sidebear-reset.sidebear-reset_notchecked {
    display: none;
}

.sidebear-reset {
    left: 20px;
    padding: 10px 15px !important;
}

.topmenu .flexs .social,
.sidebear-container__inner,
.sidebear_openbtn,
.sidebear_closebtn,
.singleSwiper .swiper-pagination-boxs,
.hide_menu_footer,
select.orderby,
.footer_menu,
.mobile_headers,
#navbarSupportedContentc .searchForm,
.summary.noprice .single_variation_wrap-check .price-discaunt .single_add_to_cart_button,
.summary.noprice .discaunt,
.summary.noprice .cart-product-sub,
.summary.noprice .single-price-title,
.summary.noprice .single-price-title.bld,
.premmerce-filter-ajax-container #main>.woocommerce-breadcrumb,
.uslugiSlider .btn-swpreim,
.zavodSlider .btn-swpreim,
.partner .swiper .swiper-pagination {
    display: none;
}

.sidebear_text {
    color: rgb(255, 255, 255);
    font-weight: 500;
    text-decoration: none;
}

a.sidebear_text:hover {
    color: rgb(255, 255, 255);
}





.widget_premmerce_filter_filter_widget {
    border-radius: 10px;
}

.widget-title,
.filter__title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 200;
    width: 100%;
}

.widget-title {
    color: var(--lighttext);
    padding: 8px 0px 24px;
    line-height: 19px;
}

.widget-title,
.filter__title {
    border-bottom: 0px;
    margin-bottom: 42px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}

.widget-title {
    display: none;
    border-bottom: 1px dashed var(--border);
    line-height: 24px;
    font-weight: 600;
}

.premmerce-filter-body {
    position: relative;
}

.premmerce-filter-body {
    opacity: 1;
    transition: var(--tr);
}

.filter__item {
    margin: 30px 0px;
}

div>.filter__item {
    margin: 20px 0;
}

div>.filter__item:first-child {
    padding-top: 0;
    margin-top: 0;
}

.filter__item {
    border-bottom: 1px solid var(--border);
    margin: 0px;
}

.filter .filter__item:last-child {
    border-bottom: none;
}

.filter__header {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.filter__header {
    position: relative;
}

.filter__title {
    display: table-cell;
    vertical-align: middle;
}

.filter__inner {
    margin-top: 0.8em;
}

.filter__inner::after {
    content: '';
    clear: both;
    display: table;
}

.filter__inner {
    margin-top: 0px;
    margin-bottom: 16px;
}

.filter__properties-list {
    margin: 0px;
    list-style: none;
}

.filter__properties-list {
    border-radius: 10px;
    background: rgb(255, 255, 255);
    overflow: hidden auto;
    max-height: 260px;
    scrollbar-width: thin;
}

.filter__properties-list::-webkit-scrollbar {
    width: 5px;
}

.filter__properties-list::-webkit-scrollbar-track {
    background: var(--border);
}

.filter__properties-list::-webkit-scrollbar-thumb {
    background-color: var(--red);
    border-radius: 27px;
}

.filter__properties-item:not(:last-child) {
    margin-bottom: 3px;
}

.filter__properties-item:not(:last-child) {
    margin-bottom: 4px;
}

.filter__checkgroup {
    display: table;
}

.filter__checkgroup-check,
.filter__checkgroup-body,
.filter__checkgroup-title,
.filter__checkgroup-count,
.filter__checkgroup-aside {
    display: table-cell;
    vertical-align: top;
}

.filter__checkgroup-body {
    height: 29px;
}

.filter__checkgroup-link {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.filter--style-premmerce .filter__checkgroup-link,
.filter--style-custom .filter__checkgroup-link,
.filter--style-default .filter__checkgroup-link {
    align-items: center;
}

.filter--style-premmerce .filter__checkgroup-link,
.filter--style-custom .filter__checkgroup-link,
.filter--style-default .filter__checkgroup-link {
    height: 24px;
}

.filter__checkgroup-control {
    width: initial !important;
    height: initial !important;
    margin: initial !important;
}

.filter--style-premmerce .filter__checkgroup-control,
.filter--style-custom .filter__checkgroup-control,
.filter--style-default .filter__checkgroup-control {
    display: none !important;
}

.filter__checkgroup-control[type='radio']:checked+.filter__checkgroup-check::before,
.filter__checkgroup-control[type='checkbox']:checked+.filter__checkgroup-check::before {
    opacity: 1;
}

.filter__checkgroup-control:checked+.filter__checkgroup-check {
    box-shadow: none;
}

.filter__checkgroup-check {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(109, 109, 109);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px inset;
    width: 16px;
    height: 16px;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    display: none !important;
}

.filter__checkgroup-check::before {
    opacity: 0;
    content: '';
    background: rgb(109, 109, 109);
    transition: 0.05s ease-in-out;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.filter input[type='checkbox']+label {
    margin: 0px;
}

.filter--style-premmerce .filter__checkgroup-check,
.filter--style-custom .filter__checkgroup-check,
.filter--style-default .filter__checkgroup-check {
    display: block !important;
}

.filter input[type='checkbox']+label {
    position: relative;
    appearance: none;
    height: 18px;
    width: 33px;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
    left: 0px;
    box-shadow: none;
    background: rgb(240, 240, 240) !important;
}

.filter input[type='checkbox']:checked+label {
    background: var(--border) !important;
}

.filter input[type='checkbox']:checked+label::before {
    left: 16px;
    transition: 0.3s;
    content: '';
    width: 18px;
    height: 18px;
    background: var(--red) center / 14px no-repeat url('/wp-content/themes/pro/img/filter_check.svg');
}

.filter input[type='checkbox']+label::before {
    height: 18px;
    width: 18px;
    background: var(--border);
    border-radius: 5px;
    left: 0px;
    opacity: 1;
    transition: 0.3s;
    transform: translateY(-50%);
    padding-left: 1px;
}

input.filter__checkgroup-control[type='checkbox']+label::after {
    content: none !important;
}

.filter input[type='checkbox']+label {
    background: var(--border);
}

.filter__checkgroup-title {
    padding-right: 4px;
    padding-left: 4px;
    color: rgb(51, 51, 51);
    text-decoration: none;
    cursor: pointer;
    margin: 0px;
}

.filter__checkgroup-title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    color: var(--newdark);
    align-items: center;
    padding-left: 12px;
}

.filter__checkgroup-count {
    font-size: 0.9em;
    position: relative;
    top: 2px;
    display: flex;
}

.filter__checkgroup-count::before {
    content: '(';
    display: inline;
}

.filter__checkgroup-count::after {
    content: ')';
    display: inline;
}

.filter__checkgroup-count {
    color: var(--lighttext);
    font-size: 14px;
}

#filter-checkgroup-id-forma-staryj-gorod+label::after {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´';
}

#filter-checkgroup-id-tip-czveta-kolormiks-czvetnaya+label::after {
    content: 'CÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾lormix';
}

#filter-checkgroup-id-tip-czveta-monoczvetnaya+label::after {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â';
}

.sidebar-inner .premmerce-active-filters-widget-wrapper {
    margin-top: 16px;
    margin-bottom: 20px;
}

.after_sidebar {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.optprice_after {
    display: flex;
    height: 50px;
    padding: 14px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: var(--grey);
    text-decoration: none;
}

.optprice_after svg {
    transition: transform 0.5s;
}

.optprice_after:hover svg {
    transform: rotate(90deg);
}

.optprice_after span {
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
}

.center_content:not(.photogallery) {
    width: 70.8%;
}

.catalog-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
    justify-content: flex-start;
}

.row.products {
    margin-right: 1px;
    margin-bottom: 36px;
}

.row.products {
    margin: 0px;
    gap: 30px;
    width: 100%;
}

.row.products {
    margin-bottom: 0px;
}

.content-wish .row.products .col-sm-12,
.row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 {
    background: rgb(255, 255, 255);
    outline: rgb(255, 255, 255) solid 0px;
    position: relative;
    padding: 0px 8px 8px;
    transition: 0.3s ease-in;
}

.content-wish .row.products .col-sm-12,
.row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 {
    perspective: 500px;
}

.row.products:not(.swiper) .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 {
    flex: 1 1 calc(33.3333% - 72px);
    max-width: calc(33.3333% - 25px);
}

.wishlistModalSwiper .col-sm-12,
.recentlyModalSwiper .col-sm-12,
.row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 {
    width: 100%;
}

.row.products .product {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: visible !important;
}

.content-wish .row.products .col-sm-12 .product,
.row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 .product {
    z-index: 3;
    background: rgb(255, 255, 255);
}

.content-wish .row.products .col-sm-12:hover .product,
.row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4:hover .product {
    z-index: 14;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    text-decoration: none;
    color: rgb(85, 20, 20);
}

.woocommerce-loop-product__link {
    position: relative;
    aspect-ratio: 4 / 3;
    margin: -5px -7px 0px;
    width: calc(100% + 14px);
}

.yith-wcwl-add-to-wishlist {
    display: block;
    margin-left: 10px;
    margin-top: 0px;
    width: 36px;
}

.add_to_wishlist.single_add_to_wishlist::before {
    content: '';
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.add_to_wishlist.single_add_to_wishlist:hover::before {
    animation: 1s ease 0s infinite normal none running waterBlurp;
}

.yith-wcwl-icon.fa {
    margin: 0px;
}

.yith-wcwl-add-button .delete_item,
.yith-wcwl-icon.fa.fa-heart-o,
.yith-wcwl-icon.fa.fa-heart {
    font-size: 0;
}

.yith-wcwl-icon.fa.fa-heart-o::after,
.yith-wcwl-icon.fa.fa-heart::after {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
}

.yith-wcwl-icon.fa.fa-heart-o::after {
    background: url('/wp-content/themes/pro/img/heart-icon.png') center center / contain no-repeat;
}

#primary.content-area .container.category_27 .yith-wcwl-icon.fa.fa-heart-o::after {
    background: url('/wp-content/themes/pro/img/heart-icon.png') center center / contain no-repeat;
}

.yith-wcwl-add-button span,
.yith-wcwl-add-button .view-wishlist {
    display: none;
}

.catalog_video_block_mobile {
    display: none;
}

.section-gallery-wrapper {
    display: flex;
    position: absolute;
    inset: 0px -1px;
    flex-direction: row;
    z-index: 2;
}

.section-gallery-wrapper__item {
    flex-grow: 1;
    -webkit-box-flex: 1;
    background-color: rgb(255, 255, 255);
    margin-bottom: -4px;
}

.section-gallery-wrapper__item-nav {
    display: block;
    position: relative;
    margin: 0px 1px;
    height: 100%;
}

.section-gallery-wrapper__item-nav::before {
    content: '';
    display: block;
    height: 3px;
    border-radius: 5px;
    background-color: rgb(205, 205, 205);
    transition: background-color 0.2s ease-in-out;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 7%;
    z-index: 2;
    cursor: pointer;
    margin: 0px 10%;
    opacity: 0;
}

.small_catalog .row.products .col-sm-12:hover .section-gallery-wrapper__item-nav::before,
.row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4:hover .section-gallery-wrapper__item-nav::before {
    opacity: 1;
}

._active .section-gallery-wrapper__item-nav::before {
    background-color: var(--red);
}

.section-gallery-wrapper__item img {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    position: absolute;
    margin: auto;
    inset: 0px;
    border: 0px;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    pointer-events: none;
}

.section-gallery-wrapper__item._active img {
    opacity: 1;
}

.row.products .product img {
    aspect-ratio: 4 / 3;
    border-radius: 10px;

    @supports not (aspect-ratio: 4 / 3) {
        &::before {
            float: left;
            content: '';
        }

        &::after {
            display: block;
            content: '';
            clear: both;
        }
    }

    object-fit: cover;
}

.loop_title_cat {
    display: none;
}

.loop_title_cat {
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    color: var(--lighttext) !important;
}

.loop_title_cat:hover,
.loop_title_cat:hover {
    color: rgb(0, 0, 0) !important;
}

.category-info span {
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    color: var(--lighttext) !important;
}

.loop_product_title_link,
.loop_product_title_link:hover {
    text-decoration: none;
    color: inherit;
    line-height: 10px;
}

.woocommerce-loop-product__title {
    padding: 6px 0 3px;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--newdark);
    overflow: hidden;
    white-space: nowrap;
    max-height: 33px;
    transition:
        max-height 0.4s ease-in-out 0.25s,
        white-space 0s ease 2s;
    display: inline-block;
    text-overflow: ellipsis;
    width: 100%;
}

.labels_wrap {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    position: absolute;
    top: -1px;
    left: 2px;
    z-index: 11;
}

.loop-prod-bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.mins-price p,
.maxs-price p {
    margin-bottom: 0px;
    color: var(--lighttext);
}

.single_variation_wrap-check .tooltip_price,
.row.products .col-sm-12:hover .tooltip_price,
.content-wish .row.products .col-sm-12:hover .button-shop,
.row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4:hover .button-shop {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

.row.products .bottom_flipper {
    position: absolute;
    top: 100%;
    background-color: rgb(255, 255, 255);
    width: 100%;
    left: 0px;
    transition: 0.3s cubic-bezier(0, 1, 0, 1);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    display: flex;
    z-index: 13;
    max-height: 0px;
    pointer-events: none;
}

.premmerce-filter-ajax-container .row.products .bottom_flipper {
    display: flex;
    flex-direction: column;
    transition: max-height 0.2s ease, opacity 0.3s ease 0s;
    overflow: visible;
    opacity: 0;
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.button.bottom_flipper-btn,
.button.product_type_variable {
    background: var(--red);
    padding: 0px 3%;
    color: white;
    text-align: center;
    font-weight: 400;
    text-decoration: none;
    margin-right: 12px;
    font-size: 15px;
    height: 36px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    right: 43px;
    border-radius: 6px;
    width: 81%;
    float: left;
    left: 0px;
}

.content-wish .row.products .col-sm-12 .add_to_cart_button,
.content-wish .row.products .col-sm-12 .bottom_flipper-btn,
.row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 .add_to_cart_button,
.row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 .bottom_flipper-btn {
    margin: 0px 16px 25px;
    width: calc(100% - 32px);
    padding-bottom: 2px;
}

.button.product_type_simple,
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.button.product_type_variable,
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.button.bottom_flipper-btn,
.row.products .button.product_type_variable.add_to_cart_button.wvs_add_to_cart_button.wvs_ajax_add_to_cart {
    width: calc(100% - 46px);
    border-radius: 12px;
    height: 36px;
    font-size: 14px;
    text-transform: none;
    float: left;
    overflow: hidden;
    white-space: nowrap;
}

.button.product_type_simple,
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.button.product_type_variable,
.button.bottom_flipper-btn,
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.row.products .button.product_type_variable.add_to_cart_button.wvs_add_to_cart_button.wvs_ajax_add_to_cart {
    width: 113px;
    border-radius: 4px;
    float: none;
    margin-right: 0px;
}

.catalog_video {
    padding: 0px;
}

.free_zamer_banner.free_zamer_banner-catalog {
    display: none;
}

.free_zamer_banner {
    background: url('/wp-content/themes/pro/img/main-top-preloader.jpg.webp') center center / cover no-repeat;
    padding: 42px 40.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px -250px 20px -16px inset;
    position: relative;
    overflow: hidden;
}

.mySwiper,
.free_zamer_banner {
    border-radius: 10px;
}

.background-video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.content__text__key {
    position: relative;
    z-index: 2;
    color: white;
    text-align: left;
    width: 380px;
}

div .free_zamer_banner .h3 {
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    text-shadow: rgb(0, 0, 0) 0px 0px 20px;
}

div .free_zamer_banner p {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: rgb(255, 255, 255);
    text-shadow: var(--newblack) 0px 0px 50px;
    margin-bottom: 100px;
    margin-top: 20px;
}

.btn-ras {
    padding-top: 50px;
}

.which_more .arrow_button,
.free_zamer_banner a,
.free_zamer_banner button {
    background: var(--red);
    height: 50px;
    line-height: 48px;
    text-align: center;
    color: rgb(255, 255, 255);
    border-radius: 10px;
    vertical-align: middle;
    font-size: 16px;
    width: 170px;
    text-decoration: none;
    font-weight: 700;
}

.free_zamer_banner a,
.free_zamer_banner button {
    padding: 0px 20px;
    width: 100%;
    font-size: 23px;
    display: block !important;
}

#load-more {
    border: 1px solid var(--red);
    border-radius: 10px;
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    line-height: 36px;
    color: var(--red);
    font-size: 14px;
    text-align: center;
    float: left;
    transition: 0.3s ease-out;
}

#load-more:hover {
    background: var(--red);
    color: rgb(255, 255, 255);
    transition: 0.3s ease-out;
}

#load-more {
    float: none;
    background: var(--light);
    border-radius: 10px;
    line-height: 48px;
    color: var(--grey);
    font-weight: 500;
    font-size: 14px;
    text-transform: none;
    border: none;
    cursor: pointer;
}

#load-more:hover {
    background: var(--light);
    color: var(--grey);
    text-decoration: underline;
}

.woocommerce-pagination {
    margin: 24px 0px 60px;
}

.catalog_video-wrapper {
    padding: 0;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.page-numbers {
    display: flex;
    list-style: none;
    justify-content: flex-end;
    text-decoration: none;
    margin: 0px;
}

.page-numbers {
    justify-content: center;
}

.page-numbers li .page-numbers {
    background: rgb(255, 255, 255);
    color: var(--red);
    border: 1px solid var(--red);
    margin-right: 11px;
    width: 36px;
    height: 36px;
    display: grid;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 14px;
    line-height: 18px;
    transition: 0.3s ease-out;
}

.page-numbers li .page-numbers:hover,
.page-numbers li .page-numbers.current {
    transition: 0.3s ease-out;
    background: var(--red);
    color: rgb(255, 255, 255);
}

.page-numbers>li:last-child .page-numbers {
    margin-right: 0px;
}

.page-numbers li .page-numbers {
    background: var(--bd);
    border: none;
    color: rgb(255, 255, 255);
}

a.page-numbers {
    color: rgb(217, 193, 193);
}

.next.page-numbers {
    font-size: 36px;
    position: relative;
    color: white;
    font-weight: 500;
}

.page-numbers li .page-numbers.prev,
.page-numbers li .page-numbers.next,
.page-numbers li .page-numbers.first,
.page-numbers li .page-numbers.last {
    padding-bottom: 2px;
    font-size: 20px;
}

@media (max-width: 1669px) {
    .free_zamer_banner {
        padding: 30px;
    }
}

@media (max-width: 1439px) {

    .container,
    .container-sm {
        max-width: 95vw !important;
    }

    .container:not(.photogallery_wrap) .sidebar {
        padding-right: 12px;
    }

    .sidebar {
        padding-right: 24px;
    }

    .side.widget_block {
        position: initial !important;
        width: 100% !important;
    }

    .container:not(.photogallery_wrap) .center_content {
        width: 75%;
    }

    .container:not(.photogallery_wrap) .center_content>.row.products,
    .container:not(.photogallery_wrap) .center_content>div,
    .container:not(.photogallery_wrap) .center_content>#load-more {
        width: 100%;
        margin: 0px;
    }

    .row.cats,
    .row.products {
        gap: 24px;
    }

    .from-to-price .mins-price {
        font-size: 16px;
    }

    .free_zamer_banner.ank .h3::before,
    .free_zamer_banner .h3 {
        font-size: 26px;
        line-height: 34px;
    }

    .free_zamer_banner.ank p::before,
    div .free_zamer_banner p {
        font-size: 17px;
        line-height: 20px;
    }
}

@media (max-width: 1400px) {
    .container:not(.photogallery_wrap) .sidebar {
        padding-right: 12px;
    }

    .row.products:not(.swiper) .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 {
        max-width: calc(33.3333% - 16px);
        flex: 1 1 calc(33.3333% - 16px);
    }
}

@media (max-width: 1280px) {
    .filter input[type='checkbox']+label {
        transform: scale(0.9);
    }

    .filter__checkgroup-title {
        padding-left: 12px;
        font-size: 12px;
    }

    .from-to-price .mins-price {
        font-size: 15px;
    }

    .free_zamer_banner.ank .h3::before,
    .free_zamer_banner .h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .free_zamer_banner.ank p::before,
    div .free_zamer_banner p {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .container:not(.photogallery_wrap) .center_content.col-lg-9 {
        width: 75%;
    }

    .pc-active-filter__list-item {
        display: none;
    }

    .row.cats,
    .row.products {
        gap: 15px;
        justify-content: space-between;
    }

    .woocommerce-loop-product__link {
        margin: 0;
    }

    .row.products:not(.swiper) .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 {
        padding: 0;
        max-width: calc(33.3333% - 16px);
        flex: 1 1 calc(33.3333% - 16px);
    }

    .woocommerce-loop-product__link {
        width: 100%;
    }

    .content-wish .row.products .col-sm-12 .add_to_cart_button,
    .content-wish .row.products .col-sm-12 .bottom_flipper-btn,
    .row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 .add_to_cart_button,
    .row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 .bottom_flipper-btn {
        margin: 0px 10px 10px;
        width: 100%;
        padding-bottom: 2px;
    }

    .woocommerce-loop-product__title {
        font-size: 12px;
        line-height: 15px;
    }

    .catalog-header {
        margin: 0;
    }

    .product .mins-price p>span,
    .product .maxs-price p>span,
    .product .mins-price p,
    .product .maxs-price p {
        font-size: 12px;
        line-height: 14px;
    }
}

@media (max-width: 1200px) and (min-width: 991px) {

    .content-wish .row.products .col-sm-12:hover,
    .row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4:hover {
        transition: 0.3s ease-out;
        outline: 0px;
        z-index: 13;
        min-width: unset;
        padding: 10px;
        box-shadow: rgba(0, 0, 0, 0.08) 0px 30px 60px;
        border-color: rgb(255, 255, 255) !important;
    }
}

@media (max-width: 930px) {
    .sidebar-container {
        background: var(--light);
        overflow-y: scroll;
        z-index: 1000;
        box-shadow: rgba(62, 62, 62, 0.2) 0px -8px 24px;
        padding: 2px 20px;
        transition: 0.5s;
        height: auto;
        max-height: 100vh;
        position: fixed !important;
        inset: 0px auto 0px -150% !important;
        transform: none !important;
        width: 100% !important;
    }

    .sidebear-container__inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: rgb(255, 255, 255);
        border-radius: 10px;
        margin: 15px 0px;
        padding: 0px 15px;
    }

    .sidebear-container__inner.show {
        display: block;
        position: fixed;
        bottom: 0px;
        z-index: 2;
        background: var(--grey);
    }

    .sidebear_closebtn {
        color: rgb(255, 255, 255);
        text-decoration: none;
        font-size: 24px;
        display: inline-block;
        text-align: center;
        padding-top: 2px;
        padding-bottom: 2px;
        line-height: 40px;
    }

    .widget_premmerce_filter_filter_widget {
        padding: 0px;
    }

    .widget_premmerce_filter_filter_widget {
        background: none;
    }

    .filter__item {
        border-bottom: 0px;
    }

    .filter__title {
        line-height: unset;
        font-size: 16px;
    }

    .filter__properties-list {
        padding-top: 15px;
        padding-bottom: 11px;
        padding-left: 15px;
        max-height: unset;
    }

    .filter__properties-item:not(:last-child) {
        margin-bottom: 12px;
        border-bottom: 1px solid var(--light);
        padding-bottom: 7px;
    }

    .filter input[type='checkbox']+label {
        transform: none;
    }

    .filter__checkgroup-title {
        font-size: 16px;
        color: var(--grey);
    }

    .filter__checkgroup-title {
        line-height: 14px;
    }

    .filter__checkgroup-count {
        top: 0px;
        font-size: 16px;
        color: var(--grey);
    }

    .sidebar-inner .premmerce-active-filters-widget-wrapper {
        margin-bottom: 36px;
    }

    .premmerce-active-filters-widget-wrapper {
        width: 100%;
    }

    .container:not(.photogallery_wrap) .center_content {
        width: 100%;
    }

    .ordering {
        display: flex;
        flex-flow: wrap;
        align-items: center;
        justify-content: space-between;
        margin-left: auto;
    }

    .sidebear_openbtn {
        display: block;
    }

    .sidebear_openbtn {
        color: var(--newdark);
        padding: revert-layer;
        margin-bottom: 0px;
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 5px;
        font-size: 13px;
        font-weight: 500;
        line-height: 21px;
    }

    .woocommerce-pagination {
        margin-bottom: 20px;
    }

    .container:not(.photogallery_wrap) .center_content.col-lg-9 {
        width: 100%;
    }
}

@media (max-width: 991px) {
    @-webkit-keyframes shake {
        0% {
            transform: rotate(10deg);
        }

        100% {
            transform-origin: center center;
            transform: rotate(-10deg);
        }
    }

    @keyframes shake {
        0% {
            transform: rotate(10deg);
        }

        100% {
            transform-origin: center center;
            transform: rotate(-10deg);
        }
    }

    .filter__item {
        min-width: 210px;
    }

    .side.widget.widget_block {
        transform: none !important;
        position: relative !important;
        inset: unset !important;
    }

    .showroom .single_icons_header .player_wrap_wrap,
    .dogovor .single_icons_header>div:not(.player_wrap_wrap)>div:last-child,
    .become,
    .popover .popover-arrow,
    .tooltip_price,
    .utps,
    .lazyrow .col-md-0,
    .related .btn-swpreim,
    .summary .mynotices,
    .o-zavode .video_row>div br,
    .single-thumbsSwiper,
    .price-discaunts,
    .product_sku,
    div div .single_variation_wrap-check.show,
    .olesya .manager,
    .price-box>.economy,
    .irs--round,
    .ar_overflow,
    #findPhotoButton,
    .single_product .woocommerce-breadcrumb,
    .visualise-banner .col-sm-12>.shag:nth-child(2),
    .upper_footer .right_container,
    .home_content .cons_frm,
    .which_more,
    .color_row>.col-lg-8,
    .brands_interactive-txt,
    #brands_interactive,
    .shorts-banner .title,
    .visualise-banner .player_wrap::before,
    .visualise-banner .player_wrap::after,
    .after_sidebar,
    .is-search-form,
    .header-wrap .container:not(.color) .navbar-toggler,
    .qr_top .qr-tooltip .tooltip-cont,
    .custom-tooltip,
    .back_link,
    .back_link:hover,
    .qr-tooltip .tooltip-cont,
    .header-wrap .container:not(.color),
    .topmenu .oficial,
    .divider_header,
    .content-kontakt.content-recomend .player_wrap,
    .searchImgHoverContainer {
        display: none;
    }

    .container:not(.photogallery_wrap) .center_content {
        margin-top: 25px;
    }

    .row.cats,
    .row.products {
        gap: 14px;
    }

    .container:not(.photogallery_wrap) .center_content>.row.products {
        width: 100%;
    }

    .row.cats,
    .row.products {
        padding-left: 12px;
    }

    .row.cats,
    .row.products {
        margin-right: 0px;
        padding: 0px;
        margin-left: 0px;
    }

    .row.products:not(.swiper) .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 {}

    .row.products .product {
        text-align: left;
    }

    .woocommerce-loop-product__title {
        font-size: 14px;
        line-height: 17px;
    }

    .free_zamer_banner {
        margin-top: 20px;
        justify-content: flex-start;
    }

    .free_zamer_banner a {
        font-size: 20px;
    }

    .row>div>.woocommerce-result-count,
    #load-more,
    .woocommerce-pagination {
        margin-left: 0px;
        width: 100%;
    }
}

@media (min-width: 991px) {
    .container.category_27 {
        padding-top: 30px;
    }

    .content-wish .row.products .col-sm-12:hover,
    .row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4:hover {
        transition: 0.3s ease-out;
        outline: 0px;
        z-index: 13;
        box-shadow: rgba(0, 0, 0, 0.08) 0px 30px 60px;
        border-color: rgb(255, 255, 255) !important;
    }

    .woocommerce-loop-product__title {
        padding: 6px 0px 3px;
        margin: 0px;
        font-weight: 600;
        max-height: 33px;
        font-size: 16px;
        line-height: 24px;
        color: var(--newdark);
        transition: all 0.25s ease-in-out;
        white-space: nowrap;
    }

    .bottom_flipper .woocommerce-loop-product__title {
        max-height: unset;
        white-space: normal;
        padding: 6px 8px 0;
        line-height: 20px;
    }

    .title-hover {
        height: 100%;
        max-height: 70px;
        white-space: unset;
    }

    .title-unhover {
        animation: enableWhiteSpace 0.25s forwards;
    }

    @keyframes enableWhiteSpace {
        0% {
            white-space: normal;
        }

        99% {
            white-space: normal;
        }

        100% {
            white-space: nowrap;
        }
    }

    .content-wish .row.products .col-sm-12:hover .bottom_flipper,
    .row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4:hover .bottom_flipper {
        z-index: 53;
        box-shadow: rgba(0, 0, 0, 0.08) 0px 30px 60px;
        max-height: 191px;
        pointer-events: all;
        opacity: 1;
        transition: max-height 0.2s ease, opacity 0.1s;
    }

    .content-wish .row.products .col-sm-12 .bottom_flipper>*,
    .row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 .bottom_flipper>* {
        /* margin: 0 16px; */
    }

    .bottom_flipper .loop-prod-bottom {
        padding: 0 8px;
    }

    .content-wish .row.products .col-sm-12 .add_to_cart_button,
    .content-wish .row.products .col-sm-12 .bottom_flipper-btn,
    .row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 .add_to_cart_button,
    .row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 .bottom_flipper-btn {
        margin: 0 16px 25px;
        width: calc(100% - 32px);
        padding-bottom: 2px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 95vw;
    }
}

@media (max-width: 768px) {
    .category_27 {
        padding-top: 0px;
    }

    .sidebear-reset,
    .sidebear-close {
        bottom: 30px;
    }

    a,
    .cart-product-sub .minus,
    .cart-product-sub .plus,
    input,
    button {
        touch-action: manipulation;
    }

    .page-title.catalog-title {
        max-width: 100%;
    }

    .row.cats,
    .row.products {
        width: 100%;
    }

    .row.cats,
    .row.products {
        gap: 10px 4px;
    }

    .row.products:not(.swiper) .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 {
        flex: 1 1 calc(50% - 48px);
        max-width: calc(50% - 12px);
    }

    .row.products:not(.swiper)>.col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4:nth-child(n + 10) {
        order: 3;
    }

    .row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 {
        padding: 0px;
    }

    .row.products:not(.swiper) .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 {
        padding: 0px;
        flex: 1 1 calc(50% - 12px);
        max-width: calc(50%);
    }

    .row.products .product {
        box-shadow: none;
        margin: 0px;
    }

    .row.products .product {
        border-radius: 4px;
    }

    .product {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .woocommerce-loop-product__link {
        margin: 0px 0px 5px;
        width: 100%;
    }

    .row.products .yith-wcwl-add-to-wishlist {
        margin-left: 0px;
        margin-right: 10px;
    }

    .loop_title_cat {
        display: block;
    }

    .loop_product_title_link {
        margin-bottom: auto;
    }

    .woocommerce-loop-product__title {
        font-size: 14px;
        line-height: 17px;
    }

    .labels_wrap {
        left: -6px;
    }

    .product .from-to-price {
        margin-top: auto;
    }

    .from-to-price .mins-price {
        font-size: 14px !important;
    }

    .from-to-price .maxs-price {
        font-size: 14px !important;
    }

    .woocommerce-ordering label.radio,
    .preimushestvaSwiper .swiper-button-boxs,
    .upper_footer,
    .lazyrow .col-sm-0,
    .from-to-price .tooltip_price,
    .row.cats .title br,
    .catalog-header .download_catalog,
    .cons_frm,
    .map_script,
    .myShorts .swiper-button-boxs,
    .content-uslugi-child .ukladka-uslug br,
    .content-dileram .dostavka-banner-title br,
    .home_content #constructor_iframe,
    .from-to-price s,
    .footer .info-box a:not(#footer-tel),
    .footer-contact .zvonokModal,
    .header-wrap .container.color .button-visualise,
    .poddelki,
    .topmenu .button.flex,
    .swpreim .swiper-pagination,
    .swppartner .swiper-pagination,
    .swpartner .swiper-pagination,
    .soc-link,
    .woocommerce-ordering input+label,
    .woocommerce-ordering input.orderby,
    .unique-box img,
    .unique-box svg,
    .o-zavode .video_row .col>svg,
    .which_more {
        display: none;
    }

    /* .catalog_video {
        display: none;
    } */

    .catalog_video_block_mobile {
        display: block;
        border-radius: 10px;
        background-color: var(--light);
    }

    .catalog_video_block {
        display: none !important;
    }



    /* .free_zamer_banner.free_zamer_banner-catalog {
        display: flex;
        flex-direction: column;
    } */

    .free_zamer_banner {
        box-shadow: rgba(0, 0, 0, 0.35) 0px -200px 20px -16px inset;
    }

    .content__text__key {
        margin: 0px auto;
    }

    div .free_zamer_banner .h3 {
        font-weight: 500;
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .page-title.catalog-title {
        margin: 0px;
        font-size: 18px;
        line-height: 28px;
    }

    .row.products .product {
        box-shadow: none;
    }

    .woocommerce-LoopProduct-link.woocommerce-loop-product__link::selection,
    .woocommerce-LoopProduct-link.woocommerce-loop-product__link ::selection {
        background-color: transparent;
    }

    .yith-wcwl-add-button .delete_item,
    .add_to_wishlist.single_add_to_wishlist {
        width: 27px;
        height: 27px;
        border-color: transparent;
    }

    .yith-wcwl-icon.fa.fa-heart-o::after,
    .yith-wcwl-icon.fa.fa-heart::after {
        width: 18px;
        height: 18px;
    }

    .section-gallery-wrapper__item-nav {
        display: none !important;
    }

    .row.products .product img {
        border-radius: 10px !important;
    }

    .woocommerce-loop-product__title {
        font-size: 14px;
        line-height: 17px;
        padding-top: 0px;
    }

    .loop-prod-bottom,
    .related-product .loop-prod-bottom {
        margin-top: 6px;
    }

    .free_zamer_banner.free_zamer_banner-catalog {
        height: 300px;
    }

    .free_zamer_banner {
        height: 300px;
    }

    .content__text__key {
        width: 100%;
    }

    div .free_zamer_banner .h3 {
        font-size: 25px;
    }

    div .free_zamer_banner p {
        margin-bottom: 70px;
    }

    .free_zamer_banner a {
        padding: 0px 13px;
        height: 50px;
        display: block;
    }

    .page-numbers li .page-numbers {
        margin-right: 8px;
    }

    .page-numbers li .page-numbers,
    .page-numbers li .page-numbers:hover,
    .page-numbers li .page-numbers.current {
        transition: color;
    }
}

@media (max-width: 386px) {
    .page-title.catalog-title {
        font-size: 18px;
        line-height: 1.1;
    }

    .labels_wrap {
        max-width: calc(100% - 23px);
    }

    .from-to-price .mins-price {
        font-size: 14px;
        line-height: normal;
    }

    .from-to-price .mins-price span,
    .from-to-price .maxs-price span {
        font-size: 14px;
    }

    .page-numbers li .page-numbers {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 364px) {
    .row.products {
        gap: 10px;
    }

    .row.products:not(.swiper) .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 {
        flex: 1 1 calc(50% - 6px);
        max-width: calc(50% - 3px);
    }

    .loop_title_cat,
    .related-product .loop_title_cat {
        font-size: 12px;
    }

    .woocommerce-loop-product__title {
        font-size: 14px;
        line-height: 14px;
        padding: 0px;
    }

    .from-to-price .mins-price {
        font-size: 13px;
    }

    .page-numbers li .page-numbers {
        width: 26px;
        height: 26px;
        margin-right: 8px;
    }
}

.filter__inner::after {
    content: '';
    clear: both;
    display: table;
}

.filter__checkgroup-control[type='radio']:checked+.filter__checkgroup-check::before,
.filter__checkgroup-control[type='checkbox']:checked+.filter__checkgroup-check::before {
    opacity: 1;
}

.filter__checkgroup-check::before {
    opacity: 0;
    content: '';
    background: rgb(109, 109, 109);
    transition: 0.05s ease-in-out;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.filter input[type='checkbox']+label {
    margin: 0px;
}

.filter input[type='checkbox']+label {
    position: relative;
    appearance: none;
    height: 18px;
    width: 33px;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
    left: 0px;
    box-shadow: none;
    background: rgb(240, 240, 240) !important;
}

.filter input[type='checkbox']:checked+label {
    background: var(--border) !important;
}

.filter input[type='checkbox']:checked+label::before {
    left: 16px;
    transition: 0.3s;
    content: '';
    width: 18px;
    height: 18px;
    background: var(--red) center / 14px no-repeat url('/wp-content/themes/pro/img/filter_check.svg');
}

.filter input[type='checkbox']+label::before {
    height: 18px;
    width: 18px;
    background: var(--border);
    border-radius: 5px;
    left: 0px;
    opacity: 1;
    transition: 0.3s;
    transform: translateY(-50%);
    padding-left: 1px;
}

input.filter__checkgroup-control[type='checkbox']+label::after {
    content: none !important;
}

.filter input[type='checkbox']+label {
    background: var(--border);
}

.filter__checkgroup-count::before {
    content: '(';
    display: inline;
}

.filter__checkgroup-count::after {
    content: ')';
    display: inline;
}

#filter-checkgroup-id-forma-staryj-gorod+label::after {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´';
}

#filter-checkgroup-id-tip-czveta-kolormiks-czvetnaya+label::after {
    content: 'CÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾lormix';
}

#filter-checkgroup-id-tip-czveta-monoczvetnaya+label::after {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â';
}

.swiper.mySwiper {
    aspect-ratio: 2 / 1;
}

.swiper.mySwiper {
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/themes/pro/img/banners/glav/back-slide.webp');
    background-size: cover;
    background-position: 40% center;
}

.swiper.mySwiper.swiper-initialized {
    background: rgb(242, 243, 247);
}

.banners_cat {
    display: none;
}

.swiper-wrapper {
    max-height: 100vh;
}

.mySwiper .swiper-slide {
    font-size: 18px;
    color: rgb(255, 255, 255);
    box-sizing: border-box;
    padding: 40px 60px;
}

.mySwiper .swiper-slide {
    padding: 0px !important;
    overflow: hidden !important;
    border-radius: 10px !important;
}

.mySwiper .swiper-wrapper .swiper-slide * {
    color: rgb(255, 255, 255);
}

.swiper-slide .container {
    position: relative;
}

.mySwiper .swiper-slide .container {
    height: 100%;
    width: auto;
    padding: 0px;
}

.slider-swiper-img {
    position: absolute;
    overflow: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    justify-content: right;
}

.container .slider-swiper-img {
    padding: 0px;
    height: 150%;
    filter: grayscale(1);
}

.mySwiper .container .slider-swiper-img {
    filter: none;
    height: 100%;
}

.mySwiper .container .slider-swiper-img .slider-swiper {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.container .swiper-pagination-boxs {
    left: 0px;
}

.swiper-pagination-bullet {
    border-radius: 4px;
    height: 15px;
    width: 15px;
    background: white;
    opacity: 0.8;
}

div .swiper-pagination-bullet {
    background: var(--lighttext);
}

.mySwiper div .swiper-pagination-bullet {
    background: var(--border);
    opacity: 1;
    border-radius: 20px;
    height: 60px;
    width: 7px;
}

.swiper-pagination-bullet:nth-child(n + 21) {
    display: none !important;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: red !important;
}

div .swiper-pagination-bullet-active {
    background: var(--red) !important;
}

.mySwiper div .swiper-pagination-bullet-active {
    border-radius: 20px;
}

.row.cats,
.row.search_articles {
    margin: 0px;
    gap: 30px;
    width: 100%;
}

.row.cats {
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    gap: 50px;
    display: none;
}

.row.cats::before {
    content: '';
    display: block;
    position: absolute;
    inset: -800% -50%;
    background: linear-gradient(90deg, var(--red) 0%, var(--red) 30%, var(--grey) 70%, var(--grey) 100%);
    animation: 6s linear 0s infinite alternate none running RotateAnim;
}

.cats .row {
    margin: 0px;
}

.row.cats>* {
    z-index: 1;
    position: relative;
}

.cats>.row,
.cats .title {
    width: auto;
}

.cats>.row {
    flex: 1 1 0%;
    padding: 0px;
}

.banner-a {
    color: var(--grey);
    text-decoration: none;
    cursor: pointer;
    position: relative;
}

.banner-glav {
    border-radius: 12px;
    transition: 0.7s;
    background: var(--light);
    position: relative;
    height: 228px;
}

.cats .banner-glav {
    background: rgb(255, 255, 255);
    height: 132px;
    display: flex;
    align-items: center;
    z-index: 14;
}

.banner-glav {
    background: rgb(255, 255, 255);
    border-radius: 0px;
}

.cats .banner-glav {
    height: 50px;
    justify-content: center;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
    transform: skew(0deg);
}

.cats .banner-glav .banner-titles {
    font-size: 28px;
}

.banner-a .banner-titles {
    max-width: 50%;
}

.banner-titles {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    color: var(--grey);
    padding: 24px;
    text-decoration: none;
}

.banner-titles {
    font-weight: 500;
    text-transform: none;
}

.cats .banner-glav .banner-titles {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    transition: 0.3s ease-in-out;
    transform: skew(0deg);
    padding: 0px;
}

.banner-a .banner-titles {
    max-width: 60%;
}

.produkt-img {
    position: relative;
}

.row.products .product img {
    aspect-ratio: 4 / 3;
    border-radius: 10px;

    @supports not (aspect-ratio: 4 / 3) {
        &::before {
            float: left;
            content: '';
        }

        &::after {
            display: block;
            content: '';
            clear: both;
        }
    }

    object-fit: cover;
}

.add_to_wishlist.single_add_to_wishlist::before {
    content: '';
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.yith-wcwl-icon.fa.fa-heart-o::after,
.yith-wcwl-icon.fa.fa-heart::after {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
}

.yith-wcwl-icon.fa.fa-heart-o::after {
    background: url('/wp-content/themes/pro/img/heart-icon.png') center center / contain no-repeat;
}

#primary.content-area .container.category_27 .yith-wcwl-icon.fa.fa-heart-o::after {
    background: url('/wp-content/themes/pro/img/heart-icon.png') center center / contain no-repeat;
}

.free_zamer_banner {
    background: url('/wp-content/themes/pro/img/main-top-preloader.jpg.webp') center center / cover no-repeat;
    padding: 42px 40.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px -250px 20px -16px inset;
    position: relative;
    overflow: hidden;
}

footer.footer.qr_top.no-print {
    margin-top: 100px;
}

.category_27.container .category-info {
    display: none;
}

.product .from-to-price .mins-price,
.product .from-to-price .maxs-price,
.product .from-to-price .mins-price span,
.product .from-to-price .maxs-price span {
    font-size: 14px !important;
}

@media (max-width: 1669px) {
    .mySwiper div .swiper-pagination-bullet {
        background: rgb(150, 157, 171);
    }

    .banner-a .banner-titles {
        max-width: 80%;
    }

    .free_zamer_banner {
        padding: 30px;
    }
}

@media (max-width: 1399px) {
    .catalog_video {
        width: 100%;
    }
}


@media (max-width: 1280px) {
    .filter input[type='checkbox']+label {
        transform: scale(0.9);
    }

    footer.footer.qr_top.no-print {
        margin-top: 50px;
    }

    .filter__checkgroup-title {
        padding-left: 12px;
        font-size: 12px;
    }

    .banner-titles {
        font-size: 24px;
        line-height: 28px;
    }

    .banner-a .banner-titles {
        max-width: 80%;
    }

    .from-to-price .mins-price {
        font-size: 15px;
    }

    .free_zamer_banner.ank .h3::before,
    .free_zamer_banner .h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .free_zamer_banner.ank p::before,
    div .free_zamer_banner p {
        font-size: 16px;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    h1.page-title.catalog-title {
        max-width: 100%;
        margin: 0 0 30px;
    }

    .widget-title,
    .filter__title {
        padding: 0;
    }

    .filter__inner {
        margin-top: 10px !important;
        margin-bottom: 10px;
    }

    .filter__inner:last-child {
        margin-bottom: 0;
    }

    div>.filter__item {
        padding-top: 0;
        margin: 10px 0;
    }

    div>.filter__item:last-child {
        margin-bottom: 0;
    }

    .sidebar-inner .premmerce-active-filters-widget-wrapper {
        margin: 0;
    }

    .optprice_after {
        margin-top: 20px;
    }

    .sidebar-inner .filter__checkgroup-count {
        font-size: 12px;
        line-height: 15px;
    }

    .widget-title,
    .filter__title {
        font-size: 12px;
        line-height: 15px;
    }

    .filter input[type='checkbox']+label {
        height: 15px;
        width: 30px;
        transform: scale(1);
    }

    .filter input[type='checkbox']+label::before {
        height: 15px;
        width: 15px;
    }
}

@media (max-width: 930px) {
    .sidebar-container {
        background: var(--light);
        overflow-y: scroll;
        z-index: 1000;
        box-shadow: rgba(62, 62, 62, 0.2) 0px -8px 24px;
        padding: 2px 20px;
        transition: 0.5s;
        height: auto;
        max-height: 100vh;
        position: fixed !important;
        inset: 0px auto 0px -150% !important;
        transform: none !important;
        width: 100% !important;
    }

    .sidebear-container__inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: rgb(255, 255, 255);
        border-radius: 10px;
        margin: 15px 0px;
        padding: 0px 15px;
    }

    .sidebear_closebtn {
        color: rgb(255, 255, 255);
        text-decoration: none;
        font-size: 24px;
        display: inline-block;
        text-align: center;
        padding-top: 2px;
        padding-bottom: 2px;
        line-height: 40px;
    }

    .widget_premmerce_filter_filter_widget {
        padding: 0px;
    }

    .widget_premmerce_filter_filter_widget {
        background: none;
    }

    .filter__item {
        border-bottom: 0px;
    }

    .filter__title {
        line-height: unset;
        font-size: 16px;
    }

    .filter__properties-list {
        padding-top: 15px;
        padding-bottom: 11px;
        padding-left: 15px;
        max-height: unset;
    }

    .filter__properties-item:not(:last-child) {
        margin-bottom: 12px;
        border-bottom: 1px solid var(--light);
        padding-bottom: 7px;
    }

    .filter input[type='checkbox']+label {
        transform: none;
    }

    .filter__checkgroup-title {
        font-size: 16px;
        color: var(--grey);
    }

    .filter__checkgroup-title {
        line-height: 14px;
    }

    .filter__checkgroup-count {
        top: 0px;
        font-size: 16px;
        color: var(--grey);
    }

    .sidebar-inner .premmerce-active-filters-widget-wrapper {
        margin-bottom: 36px;
    }

    .premmerce-active-filters-widget-wrapper {
        width: 100%;
    }

    .container:not(.photogallery_wrap) .center_content {
        width: 100%;
    }

    .ordering {
        display: flex;
        flex-flow: wrap;
        align-items: center;
        justify-content: space-between;
        margin-left: auto;
    }

    .sidebear_openbtn {
        display: block;
    }

    .sidebear_openbtn {
        color: var(--newdark);
        padding: revert-layer;
        margin-bottom: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        font-size: 13px;
        font-weight: 500;
        line-height: 21px;
    }

    .woocommerce-pagination {
        margin-bottom: 20px;
    }

    .sidebar-container {
        background: var(--light);
        position: fixed !important;
        inset: auto !important;
        transform: none !important;
        top: 0 !important;
        bottom: 0px !important;
        left: -150% !important;
        overflow-y: scroll;
        z-index: 1000;
        box-shadow: 0 -8px 24px rgba(62, 62, 62, 0.2);
        padding: 2px 20px;
        width: 100% !important;
        transition: 0.5s all ease;
        height: auto;
        max-height: 100vh;
    }

    .sidebar-container.show {
        left: 0 !important;
    }
}

@media (max-width: 991px) {
    h1.page-title.catalog-title {
        max-width: 100%;
        margin: 20px 0 !important;
    }

    .widget_premmerce_filter_filter_widget {
        margin-top: 30px;
    }

    @-webkit-keyframes shake {
        0% {
            transform: rotate(10deg);
        }

        100% {
            transform-origin: center center;
            transform: rotate(-10deg);
        }
    }

    @keyframes shake {
        0% {
            transform: rotate(10deg);
        }

        100% {
            transform-origin: center center;
            transform: rotate(-10deg);
        }
    }

    .filter__item {
        min-width: 210px;
    }

    .side.widget.widget_block {
        transform: none !important;
        position: relative !important;
        inset: unset !important;
    }

    .showroom .single_icons_header .player_wrap_wrap,
    .dogovor .single_icons_header>div:not(.player_wrap_wrap)>div:last-child,
    .become,
    .popover .popover-arrow,
    .tooltip_price,
    .utps,
    .lazyrow .col-md-0,
    .related .btn-swpreim,
    .summary .mynotices,
    .o-zavode .video_row>div br,
    .single-thumbsSwiper,
    .price-discaunts,
    .product_sku,
    div div .single_variation_wrap-check.show,
    .olesya .manager,
    .price-box>.economy,
    .irs--round,
    .ar_overflow,
    #findPhotoButton,
    .single_product .woocommerce-breadcrumb,
    .visualise-banner .col-sm-12>.shag:nth-child(2),
    .upper_footer .right_container,
    .home_content .cons_frm,
    .which_more,
    .color_row>.col-lg-8,
    .brands_interactive-txt,
    #brands_interactive,
    .shorts-banner .title,
    .visualise-banner .player_wrap::before,
    .visualise-banner .player_wrap::after,
    .after_sidebar,
    .is-search-form,
    .header-wrap .container:not(.color) .navbar-toggler,
    .qr_top .qr-tooltip .tooltip-cont,
    .custom-tooltip,
    .back_link,
    .back_link:hover,
    .qr-tooltip .tooltip-cont,
    .header-wrap .container:not(.color),
    .topmenu .oficial,
    .divider_header,
    .content-kontakt.content-recomend .player_wrap,
    .searchImgHoverContainer {
        display: none;
    }

    .container:not(.photogallery_wrap) .center_content {
        margin-top: 0;
    }

    .mySwiper .container .slider-swiper-img {
        width: 100%;
    }

    .mySwiper .container .slider-swiper-img img {
        width: inherit;
        object-fit: cover;
        object-position: center bottom;
    }

    .mySwiper .swiper-pagination-boxs {
        margin-left: 10px;
    }

    .row.cats,
    .row.products {
        gap: 14px;
    }

    .row.cats {
        margin-top: 10px !important;
    }

    .row.cats,
    .row.products {
        padding-left: 12px;
    }

    .row.cats,
    .row.products {
        margin-right: 0px;
        padding: 0px;
        margin-left: 0px;
    }

    .row.cats {
        padding: 28px 30px;
    }

    .banner-glav {
        height: 188px;
    }

    .banner-glav:hover,
    .preim-box:hover,
    .uslugi:hover {
        box-shadow: none;
        animation: auto ease 0s 1 normal none running none;
        border-radius: 10px;
    }

    .banner-glav:hover .banner-titles {
        color: var(--grey);
    }

    .row.products:not(.swiper) .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 {}

    .row.products .product {
        text-align: left;
    }

    .woocommerce-loop-product__title {
        font-size: 14px;
        line-height: 17px;
    }

    .free_zamer_banner {
        margin-top: 20px;
        justify-content: flex-start;
    }

    .free_zamer_banner a {
        font-size: 20px;
    }

    .row>div>.woocommerce-result-count,
    #load-more,
    .woocommerce-pagination {
        margin-left: 0px;
        width: 100%;
    }

    .premmerce-filter-ajax-container .category_27 {
        padding: 0;
    }

    .catalog_video_block {
        bottom: 15px !important;
        left: 15px !important;
    }

    .catalog_video {
        height: 200px !important;
        width: 100% !important;
    }

    .catalog_video_texts {
        padding: 15px 15px;
    }
}

@media (max-width: 930px) {
    .sidebear-container__inner.sidebear_closebtn.show {
        display: block;
        position: fixed;
        bottom: 0px;
        right: 20px;
        z-index: 2;
        background: var(--grey);
    }
}



@media (max-width: 768px) {
    .premmerce-filter-ajax-container .container .center_content {
        margin-top: 0;
    }

    .product .mins-price p>span,
    .product .maxs-price p>span,
    .product .mins-price p,
    .product .maxs-price p {
        font-size: 12px;
        line-height: 14px;
    }

    h1.page-title.catalog-title {
        max-width: calc(100% - 50px);
        margin: 0;
    }

    .catalog-header {
        margin: 20px 0 !important;
    }

    .category_27 {
        padding-top: 0px;
    }

    .sidebear-reset,
    .sidebear-close {
        bottom: 30px;
    }

    a,
    .cart-product-sub .minus,
    .cart-product-sub .plus,
    input,
    button {
        touch-action: manipulation;
    }

    .swiper.mySwiper {
        background-image: url('/wp-content/themes/pro/img/banners/glav/mob-back-slide.webp');
    }

    .banners_cat {
        display: block;
    }

    .swiper-wrapper {
        display: flex;
        justify-content: left;
    }

    .swiper-slide {
        background-color: rgb(255, 255, 255);
    }

    .mySwiper .swiper-pagination-boxs {
        top: -16px;
    }

    .mySwiper div .swiper-pagination-bullet {
        width: 10px;
    }

    .mySwiper div .swiper-pagination-bullet {
        height: 50px;
    }

    .row.cats,
    .row.products {
        width: 100%;
    }

    .row.cats,
    .row.products {
        gap: 30px 20px;
    }

    .row.cats {
        display: flex;
        flex-direction: column;
    }

    .cats .banner-glav .banner-titles {
        font-size: 14px;
        line-height: 17px;
    }

    .banner-a .banner-titles {
        max-width: 80%;
    }

    .page-title.catalog-title {
        max-width: 100%;
    }

    .row.products:not(.swiper) .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 {
        flex: 1 1 calc(50% - 48px);
        max-width: calc(50% - 12px);
    }

    .row.products:not(.swiper)>.col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4:nth-child(n + 10) {
        order: 3;
    }

    .row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 {
        padding: 0px;
    }

    .row.products:not(.swiper) .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 {
        padding: 0px;
        flex: 1 1 calc(50% - 12px);
        max-width: calc(50% - 12px);
    }

    .row.products .product {
        box-shadow: none;
        margin: 0px;
    }

    .row.products .product {
        border-radius: 4px;
    }

    .product {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .woocommerce-loop-product__link {
        margin: 0px 0px 5px;
        width: 100%;
    }

    .row.products .yith-wcwl-add-to-wishlist {
        margin-left: 0px;
        margin-right: 10px;
    }

    .loop_title_cat {
        display: none;
    }

    .loop_product_title_link {
        margin-bottom: auto;
    }

    .woocommerce-loop-product__title {
        font-size: 14px;
        line-height: 17px;
    }

    .labels_wrap {
        left: -6px;
    }

    .product .from-to-price {
        margin-top: auto;
    }

    .from-to-price .mins-price {
        font-size: 14px !important;
    }

    .from-to-price .maxs-price {
        font-size: 14px !important;
    }

    .woocommerce-ordering label.radio,
    .preimushestvaSwiper .swiper-button-boxs,
    .upper_footer,
    .lazyrow .col-sm-0,
    .from-to-price .tooltip_price,
    .row.cats .title br,
    .catalog-header .download_catalog,
    .cons_frm,
    .map_script,
    .myShorts .swiper-button-boxs,
    .content-uslugi-child .ukladka-uslug br,
    .content-dileram .dostavka-banner-title br,
    .home_content #constructor_iframe,
    .from-to-price s,
    .footer .info-box a:not(#footer-tel),
    .footer-contact .zvonokModal,
    .header-wrap .container.color .button-visualise,
    .poddelki,
    .topmenu .button.flex,
    .swpreim .swiper-pagination,
    .swppartner .swiper-pagination,
    .swpartner .swiper-pagination,
    .soc-link,
    .woocommerce-ordering input+label,
    .woocommerce-ordering input.orderby,
    .unique-box img,
    .unique-box svg,
    .o-zavode .video_row .col>svg,
    .which_more {
        display: none;
    }

    /* .catalog_video {
        display: none;
    } */

    /* .free_zamer_banner.free_zamer_banner-catalog {
        display: flex;
        flex-direction: column;
    } */

    .free_zamer_banner {
        box-shadow: rgba(0, 0, 0, 0.35) 0px -200px 20px -16px inset;
    }

    .content__text__key {
        margin: 0px auto;
    }

    div .free_zamer_banner .h3 {
        font-weight: 500;
        font-size: 28px;
    }
}

@media (max-width: 600px) {
    .cats .banner-glav:hover {
        transform: skew(0deg);
        border-radius: 10px;
    }

    .cats .banner-glav:hover .banner-titles {
        transform: skew(0deg);
    }
}

@media (max-width: 576px) {
    .mySwiper .container .slider-swiper-img .slider-swiper {
        object-fit: cover;
        width: 100%;
        object-position: center center;
    }

    .swiper.mySwiper {
        height: 300px !important;
    }

    .row.cats {
        gap: 10px;
    }

    .row.cats {
        padding: 10px 10px 14px;
    }

    .row.cats {
        gap: 10px;
        padding-top: 14px;
    }

    .row.cats::before {
        width: 1000px;
        height: 1000px;
        top: -500px;
        bottom: inherit;
        left: -250px;
        right: inherit;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .cats .banner-glav {
        height: 50px;
    }

    .page-title.catalog-title {
        margin: 0px;
        font-size: 18px;
        line-height: 28px;
    }

    .row.products .product {
        box-shadow: none;
    }

    .woocommerce-LoopProduct-link.woocommerce-loop-product__link::selection,
    .woocommerce-LoopProduct-link.woocommerce-loop-product__link ::selection {
        background-color: transparent;
    }

    .products .produkt-img {
        padding-top: 0px;
    }

    .row.products .product img {
        border-radius: 10px !important;
    }

    .yith-wcwl-add-button .delete_item,
    .add_to_wishlist.single_add_to_wishlist {
        width: 27px;
        height: 27px;
        border-color: transparent;
    }

    .yith-wcwl-icon.fa.fa-heart-o::after,
    .yith-wcwl-icon.fa.fa-heart::after {
        width: 18px;
        height: 18px;
    }

    .woocommerce-loop-product__title {
        font-size: 14px;
        line-height: 17px;
        padding-top: 0px;
    }

    .loop-prod-bottom,
    .related-product .loop-prod-bottom {
        margin-top: 6px;
    }

    .free_zamer_banner.free_zamer_banner-catalog {
        height: 300px;
    }

    .free_zamer_banner {
        height: 300px;
    }

    .content__text__key {
        width: 100%;
    }

    div .free_zamer_banner .h3 {
        font-size: 25px;
    }

    div .free_zamer_banner p {
        margin-bottom: 70px;
    }

    .free_zamer_banner a {
        padding: 0px 13px;
        height: 50px;
        display: block;
    }

    .page-numbers li .page-numbers {
        margin-right: 8px;
    }

    .page-numbers li .page-numbers,
    .page-numbers li .page-numbers:hover,
    .page-numbers li .page-numbers.current {
        transition: color;
    }
}

@media (max-width: 386px) {
    .swiper.mySwiper {
        aspect-ratio: 4 / 3;
        height: 300px !important;
    }

    .mySwiper div .swiper-pagination-bullet {
        height: 40px;
    }

    .cats #classic .banner-glav.red .banner-titles::after,
    .cats .banner-glav .banner-titles {
        line-height: 14px;
    }

    .banner-titles {
        padding: 16px;
    }

    .page-title.catalog-title {
        font-size: 18px;
        line-height: 1.1;
    }

    .labels_wrap {
        max-width: calc(100% - 23px);
    }

    .from-to-price .mins-price {
        font-size: 14px;
        line-height: normal;
    }

    .from-to-price .mins-price span,
    .from-to-price .maxs-price span {
        font-size: 14px;
    }

    .page-numbers li .page-numbers {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 364px) {
    /* .mySwiper .container .slider-swiper-img .slider-swiper {
        object-position: -100px center;
    } */

    .row.products {
        gap: 10px;
    }

    .row.products:not(.swiper) .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 {
        flex: 1 1 calc(50% - 6px);
        max-width: calc(50% - 6px);
    }

    .loop_title_cat,
    .related-product .loop_title_cat {
        font-size: 12px;
    }

    .woocommerce-loop-product__title {
        font-size: 14px;
        line-height: 14px;
        padding: 0px;
    }

    .from-to-price .mins-price {
        font-size: 13px;
    }

    .page-numbers li .page-numbers {
        width: 26px;
        height: 26px;
        margin-right: 8px;
    }
}

.catalog_video_block {
    position: absolute;
    background: #fff;
    border-radius: 10px;
    bottom: 50px;
    left: 50px;
    display: none;
}


.catalog_video_texts {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.catalog_video_texts p {
    margin-bottom: 0;
}

.catalog_video_texts-title {
    font-size: 32px;
    font-weight: bold;
}

.catalog_video_texts-text {
    font-weight: 500;
}

@media (max-width: 1380px) {

    .catalog_video_texts-text {
        font-size: 14px;
    }

    .catalog_video_texts-title {
        font-size: 22px;
    }
}

@media (max-width: 1175px) {

    .catalog_video_texts-text {
        font-size: 12px;
    }

    .catalog_video_texts-title {
        font-size: 18px;
    }
}

@media (max-width: 1065px) {

    .catalog_video_block {
        left: 25px;
    }
}

@media (max-width: 990px) {

    .catalog_video_texts-text {
        width: 250px;
    }
}

@media (max-width: 930px) {

    .catalog_video_texts-text {
        width: unset;
    }
}

@media (min-width: 768px) {
    .swiper.mySwiper.swiper-initialized {
        display: none;
    }
}

@keyframes premmerce-filter-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* .category_27 {
    padding-top: 30px;
    margin: auto !important;
} */

.sidebar {
    padding-right: 36px;
}

.sidebar-inner .widget_premmerce_filter_active_filters_widget .pc-active-filter__list-item:not(:last-child) {
    display: none;
}

.pc-active-filter__list-item {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 10px;
    margin-bottom: 8px;
}

.pc-active-filter__list-item a {
    line-height: 30px;
    padding: 0 16px;
    color: var(--lighttext);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    font-size: 14px;
    padding: 16px;
    text-align: center;
    font-weight: 600;
    line-height: 14px;
}

.pc-active-filter__list>.pc-active-filter__list-item:last-child .pc-active-filter__item-delete {
    display: none;
}

.pc-active-filter__list>.pc-active-filter__list-item:last-child {
    background: var(--light);
}

/* .pc-active-filter__list-item:hover {
    border-color: var(--red);
} */

.pc-active-filter__list-item:hover .pc-active-filter__item-delete::after {
    background: center / 10px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M20 1.55556L18.4445 0L10 8.44444L1.55555 0L0 1.55556L8.44445 10L0 18.4444L1.55555 20L10 11.5556L18.4445 20L20 18.4444L11.5555 10L20 1.55556Z' fill='%23BF2120'/%3E%3C/svg%3E");
}

.pc-active-filter__list-item:hover a {
    text-decoration: none !important;
    color: var(--lighttext);
}

.sidebar,
.right_sidebar {
    position: relative;
}

.col-xxl-3.sidebar .sidebar-container {
    padding-top: 0.5px;
}

.sidebear-container__inner.show.sidebear-reset.sidebear-reset_notchecked {
    display: none;
}

.sidebear-reset {
    left: 20px;
    padding: 10px 15px !important;
}

.topmenu .flexs .social,
.sidebear-container__inner,
.sidebear_openbtn,
.sidebear_closebtn,
.singleSwiper .swiper-pagination-boxs,
.hide_menu_footer,
select.orderby,
.footer_menu,
.mobile_headers,
#navbarSupportedContentc .searchForm,
.summary.noprice .single_variation_wrap-check .price-discaunt .single_add_to_cart_button,
.summary.noprice .discaunt,
.summary.noprice .cart-product-sub,
.summary.noprice .single-price-title,
.summary.noprice .single-price-title.bld,
.premmerce-filter-ajax-container #main>.woocommerce-breadcrumb,
.uslugiSlider .btn-swpreim,
.zavodSlider .btn-swpreim,
.partner .swiper .swiper-pagination {
    display: none;
}

.sidebear_text {
    color: rgb(255, 255, 255);
    font-weight: 500;
    text-decoration: none;
}

a.sidebear_text:hover {
    color: rgb(255, 255, 255);
}

.widget_premmerce_filter_filter_widget {
    border-radius: 10px;
}

.widget-title,
.filter__title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 200;
    width: 100%;
}

.widget-title {
    color: var(--lighttext);
    padding: 8px 0px 24px;
    line-height: 19px;
}

.widget-title,
.filter__title {
    border-bottom: 0px;
    margin-bottom: 42px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}

.widget-title {
    display: none;
    border-bottom: 1px dashed var(--border);
    line-height: 24px;
    font-weight: 600;
}

.premmerce-filter-body {
    position: relative;
}

.premmerce-filter-body {
    opacity: 1;
    transition: var(--tr);
}

.filter__item {
    margin: 30px 0px;
}

div>.filter__item {
    margin: 20px 0;
}

div>.filter__item:first-child {
    padding-top: 0;
    margin-top: 0;
}

.filter__item {
    border-bottom: 1px solid var(--border);
    margin: 0px;
}

.filter .filter__item:last-child {
    border-bottom: none;
}

.filter__header {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.filter__header {
    position: relative;
}

.filter__title {
    display: table-cell;
    vertical-align: middle;
}

.filter__inner {
    margin-top: 0.8em;
}

.filter__inner::after {
    content: '';
    clear: both;
    display: table;
}

.filter__inner {
    margin-top: 0px;
    margin-bottom: 16px;
}

.filter__properties-list {
    margin: 0px;
    list-style: none;
}

.filter__properties-list {
    border-radius: 10px;
    background: rgb(255, 255, 255);
    overflow: hidden auto;
    max-height: 260px;
    scrollbar-width: thin;
}

.filter__properties-list::-webkit-scrollbar {
    width: 5px;
}

.filter__properties-list::-webkit-scrollbar-track {
    background: var(--border);
}

.filter__properties-list::-webkit-scrollbar-thumb {
    background-color: var(--red);
    border-radius: 27px;
}

.filter__properties-item:not(:last-child) {
    margin-bottom: 3px;
}

.filter__properties-item:not(:last-child) {
    margin-bottom: 4px;
}

.filter__checkgroup {
    display: table;
}

.filter__checkgroup-check,
.filter__checkgroup-body,
.filter__checkgroup-title,
.filter__checkgroup-count,
.filter__checkgroup-aside {
    display: table-cell;
    vertical-align: top;
}

.filter__checkgroup-body {
    height: 29px;
}

.filter__checkgroup-link {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.filter--style-premmerce .filter__checkgroup-link,
.filter--style-custom .filter__checkgroup-link,
.filter--style-default .filter__checkgroup-link {
    align-items: center;
}

.filter--style-premmerce .filter__checkgroup-link,
.filter--style-custom .filter__checkgroup-link,
.filter--style-default .filter__checkgroup-link {
    height: 24px;
}

.filter__checkgroup-control {
    width: initial !important;
    height: initial !important;
    margin: initial !important;
}

.filter--style-premmerce .filter__checkgroup-control,
.filter--style-custom .filter__checkgroup-control,
.filter--style-default .filter__checkgroup-control {
    display: none !important;
}

.filter__checkgroup-control[type='radio']:checked+.filter__checkgroup-check::before,
.filter__checkgroup-control[type='checkbox']:checked+.filter__checkgroup-check::before {
    opacity: 1;
}

.filter__checkgroup-control:checked+.filter__checkgroup-check {
    box-shadow: none;
}

.filter__checkgroup-check {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(109, 109, 109);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px inset;
    width: 16px;
    height: 16px;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    display: none !important;
}

.filter__checkgroup-check::before {
    opacity: 0;
    content: '';
    background: rgb(109, 109, 109);
    transition: 0.05s ease-in-out;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.filter input[type='checkbox']+label {
    margin: 0px;
}

.filter--style-premmerce .filter__checkgroup-check,
.filter--style-custom .filter__checkgroup-check,
.filter--style-default .filter__checkgroup-check {
    display: block !important;
}

.filter input[type='checkbox']+label {
    position: relative;
    appearance: none;
    height: 18px;
    width: 33px;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
    left: 0px;
    box-shadow: none;
    background: rgb(240, 240, 240) !important;
}

.filter input[type='checkbox']:checked+label {
    background: var(--border) !important;
}

.filter input[type='checkbox']:checked+label::before {
    left: 16px;
    transition: 0.3s;
    content: '';
    width: 18px;
    height: 18px;
    background: var(--red) center / 14px no-repeat url('/wp-content/themes/pro/img/filter_check.svg');
}

.filter input[type='checkbox']+label::before {
    height: 18px;
    width: 18px;
    background: var(--border);
    border-radius: 5px;
    left: 0px;
    opacity: 1;
    transition: 0.3s;
    transform: translateY(-50%);
    padding-left: 1px;
}

input.filter__checkgroup-control[type='checkbox']+label::after {
    content: none !important;
}

.filter input[type='checkbox']+label {
    background: var(--border);
}

.filter__checkgroup-title {
    padding-right: 4px;
    padding-left: 4px;
    color: rgb(51, 51, 51);
    text-decoration: none;
    cursor: pointer;
    margin: 0px;
}

.filter__checkgroup-title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    color: var(--newdark);
    align-items: center;
    padding-left: 12px;
}

.filter__checkgroup-count {
    font-size: 0.9em;
    position: relative;
    top: 2px;
    display: flex;
}

.filter__checkgroup-count::before {
    content: '(';
    display: inline;
}

.filter__checkgroup-count::after {
    content: ')';
    display: inline;
}

.filter__checkgroup-count {
    color: var(--lighttext);
    font-size: 14px;
}

#filter-checkgroup-id-forma-staryj-gorod+label::after {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´';
}

#filter-checkgroup-id-tip-czveta-kolormiks-czvetnaya+label::after {
    content: 'CÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾lormix';
}

#filter-checkgroup-id-tip-czveta-monoczvetnaya+label::after {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â';
}

.sidebar-inner .premmerce-active-filters-widget-wrapper {
    margin-top: 16px;
    margin-bottom: 20px;
}

.after_sidebar {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.optprice_after {
    display: flex;
    height: 50px;
    padding: 14px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: var(--grey);
    text-decoration: none;
}

.optprice_after svg {
    transition: transform 0.5s;
}

.optprice_after:hover svg {
    transform: rotate(90deg);
}

.optprice_after span {
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
}

.center_content:not(.photogallery) {
    width: 70.8%;
}

.catalog-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
    justify-content: flex-start;
}

.row.products {
    margin-right: 1px;
    margin-bottom: 36px;
}

.row.products {
    margin: 0px;
    gap: 30px;
    width: 100%;
}

.row.products {
    margin-bottom: 0px;
}

.content-wish .row.products .col-sm-12,
.row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 {
    background: rgb(255, 255, 255);
    outline: rgb(255, 255, 255) solid 0px;
    position: relative;
    padding: 0;
    transition: 0.3s ease-in;
}

.content-wish .row.products .col-sm-12,
.row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 {
    perspective: 500px;
}

.row.products:not(.swiper) .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 {
    flex: 1 1 calc(33.3333% - 72px);
    max-width: calc(33.3333% - 20px);
}

.wishlistModalSwiper .col-sm-12,
.recentlyModalSwiper .col-sm-12,
.row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 {
    width: 100%;
}

.row.products .product {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: visible !important;
}

.content-wish .row.products .col-sm-12 .product,
.row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 .product {
    z-index: 3;
    background: rgb(255, 255, 255);
}

.content-wish .row.products .col-sm-12:hover .product,
.row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4:hover .product {
    z-index: 14;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    text-decoration: none;
    color: rgb(85, 20, 20);
}

.woocommerce-loop-product__link {
    position: relative;
    aspect-ratio: 4 / 3;
    margin: 0;
    width: 100%;
}

.yith-wcwl-add-to-wishlist {
    display: block;
    margin-left: 10px;
    margin-top: 0px;
    width: 36px;
}

.add_to_wishlist.single_add_to_wishlist::before {
    content: '';
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.add_to_wishlist.single_add_to_wishlist:hover::before {
    animation: 1s ease 0s infinite normal none running waterBlurp;
}

.yith-wcwl-icon.fa {
    margin: 0px;
}

.yith-wcwl-add-button .delete_item,
.yith-wcwl-icon.fa.fa-heart-o,
.yith-wcwl-icon.fa.fa-heart {
    font-size: 0;
}

.yith-wcwl-icon.fa.fa-heart-o::after,
.yith-wcwl-icon.fa.fa-heart::after {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
}

.yith-wcwl-icon.fa.fa-heart-o::after {
    background: url('/wp-content/themes/pro/img/heart-icon.png') center center / contain no-repeat;
}

#primary.content-area .container.category_27 .yith-wcwl-icon.fa.fa-heart-o::after {
    background: url('/wp-content/themes/pro/img/heart-icon.png') center center / contain no-repeat;
}

.yith-wcwl-add-button span,
.yith-wcwl-add-button .view-wishlist {
    display: none;
}

.section-gallery-wrapper {
    display: flex;
    position: absolute;
    inset: 0px -1px;
    flex-direction: row;
    z-index: 2;
}

.section-gallery-wrapper__item {
    flex-grow: 1;
    -webkit-box-flex: 1;
    background-color: rgb(255, 255, 255);
    margin-bottom: -4px;
}

.section-gallery-wrapper__item-nav {
    display: block;
    position: relative;
    margin: 0px 1px;
    height: 100%;
}

.section-gallery-wrapper__item-nav::before {
    content: '';
    display: block;
    height: 3px;
    border-radius: 5px;
    background-color: rgb(205, 205, 205);
    transition: background-color 0.2s ease-in-out;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 7%;
    z-index: 2;
    cursor: pointer;
    margin: 0px 10%;
    opacity: 0;
}

.small_catalog .row.products .col-sm-12:hover .section-gallery-wrapper__item-nav::before,
.row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4:hover .section-gallery-wrapper__item-nav::before {
    opacity: 1;
}

._active .section-gallery-wrapper__item-nav::before {
    background-color: var(--red);
}

.section-gallery-wrapper__item img {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    position: absolute;
    margin: auto;
    inset: 0px;
    border: 0px;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    pointer-events: none;
}

.section-gallery-wrapper__item._active img {
    opacity: 1;
}

.row.products .product img {
    aspect-ratio: 4 / 3;
    border-radius: 10px;

    @supports not (aspect-ratio: 4 / 3) {
        &::before {
            float: left;
            content: '';
        }

        &::after {
            display: block;
            content: '';
            clear: both;
        }
    }

    object-fit: cover;
}

.loop_title_cat {
    display: none;
}

.loop_title_cat {
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    color: var(--lighttext) !important;
}

.loop_title_cat:hover,
.loop_title_cat:hover {
    color: rgb(0, 0, 0) !important;
}

.category-info span {
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    color: var(--lighttext) !important;
}

.loop_product_title_link,
.loop_product_title_link:hover {
    text-decoration: none;
    color: inherit;
    line-height: 10px;
    padding: 0 10px;
}

.woocommerce-loop-product__title {
    padding: 6px 0 3px;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--newdark);
    overflow: hidden;
    white-space: nowrap;
    max-height: 33px;
    transition:
        max-height 0.4s ease-in-out 0.25s,
        white-space 0s ease 2s;
}

.labels_wrap {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    position: absolute;
    top: -1px;
    left: 2px;
    z-index: 11;
}

.loop-prod-bottom {
    display: flex;
    flex-direction: row;
    padding: 0 10px;
    align-items: center;
    justify-content: flex-end;
}

.mins-price p,
.maxs-price p {
    margin-bottom: 0px;
    color: var(--lighttext);
}

.single_variation_wrap-check .tooltip_price,
.row.products .col-sm-12:hover .tooltip_price,
.content-wish .row.products .col-sm-12:hover .button-shop,
.row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4:hover .button-shop {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

.row.products .bottom_flipper {
    position: absolute;
    top: 100%;
    background-color: rgb(255, 255, 255);
    width: 100%;
    left: 0px;
    transition: 0.3s cubic-bezier(0, 1, 0, 1);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    display: flex;
    z-index: 13;
    max-height: unset;
    pointer-events: none;
}

.premmerce-filter-ajax-container .row.products .bottom_flipper {
    display: flex;
    flex-direction: column;
    padding: 0;
    transition: max-height 0.2s ease, opacity 0.3s ease 0s;
    overflow: visible;
    opacity: 0;
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.button.bottom_flipper-btn,
.button.product_type_variable {
    background: var(--red);
    padding: 0px 3%;
    color: white;
    text-align: center;
    font-weight: 400;
    text-decoration: none;
    margin-right: 12px;
    font-size: 15px;
    height: 36px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    right: 43px;
    border-radius: 6px;
    width: 81%;
    float: left;
    left: 0px;
}

.content-wish .row.products .col-sm-12 .add_to_cart_button,
.content-wish .row.products .col-sm-12 .bottom_flipper-btn,
.row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 .add_to_cart_button,
.row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 .bottom_flipper-btn {
    margin: 0px 16px 25px;
    width: calc(100% - 32px);
    padding-bottom: 2px;
}

.button.product_type_simple,
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.button.product_type_variable,
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.button.bottom_flipper-btn,
.row.products .button.product_type_variable.add_to_cart_button.wvs_add_to_cart_button.wvs_ajax_add_to_cart {
    width: calc(100% - 46px);
    border-radius: 12px;
    height: 36px;
    font-size: 14px;
    text-transform: none;
    float: left;
    overflow: hidden;
    white-space: nowrap;
}

.button.product_type_simple,
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.button.product_type_variable,
.button.bottom_flipper-btn,
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.row.products .button.product_type_variable.add_to_cart_button.wvs_add_to_cart_button.wvs_ajax_add_to_cart {
    width: 113px;
    border-radius: 4px;
    float: none;
    margin-right: 0px;
}

.catalog_video {
    padding: 0px;
}

.free_zamer_banner.free_zamer_banner-catalog {
    display: none;
}

.free_zamer_banner {
    background: url('/wp-content/themes/pro/img/main-top-preloader.jpg.webp') center center / cover no-repeat;
    padding: 42px 40.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px -250px 20px -16px inset;
    position: relative;
    overflow: hidden;
}

.mySwiper,
.free_zamer_banner {
    border-radius: 10px;
}

.background-video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.content__text__key {
    position: relative;
    z-index: 2;
    color: white;
    text-align: left;
    width: 380px;
}

div .free_zamer_banner .h3 {
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    text-shadow: rgb(0, 0, 0) 0px 0px 20px;
}

div .free_zamer_banner p {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: rgb(255, 255, 255);
    text-shadow: var(--newblack) 0px 0px 50px;
    margin-bottom: 100px;
    margin-top: 20px;
}

.btn-ras {
    padding-top: 50px;
}

.which_more .arrow_button,
.free_zamer_banner a,
.free_zamer_banner button {
    background: var(--red);
    height: 50px;
    line-height: 48px;
    text-align: center;
    color: rgb(255, 255, 255);
    border-radius: 10px;
    vertical-align: middle;
    font-size: 16px;
    width: 170px;
    text-decoration: none;
    font-weight: 700;
}

.free_zamer_banner a,
.free_zamer_banner button {
    padding: 0px 20px;
    width: 100%;
    font-size: 23px;
    display: block !important;
}

#load-more {
    border: 1px solid var(--red);
    border-radius: 10px;
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    line-height: 36px;
    color: var(--red);
    font-size: 14px;
    text-align: center;
    float: left;
    transition: 0.3s ease-out;
}

#load-more:hover {
    background: var(--red);
    color: rgb(255, 255, 255);
    transition: 0.3s ease-out;
}

#load-more {
    float: none;
    background: var(--light);
    border-radius: 10px;
    line-height: 48px;
    color: var(--grey);
    font-weight: 500;
    font-size: 14px;
    text-transform: none;
    border: none;
    cursor: pointer;
}

#load-more:hover {
    background: var(--light);
    color: var(--grey);
    text-decoration: underline;
}

.woocommerce-pagination {
    margin: 24px 0px 60px;
}

.page-numbers {
    display: flex;
    list-style: none;
    justify-content: flex-end;
    text-decoration: none;
    margin: 0px;
}

.page-numbers {
    justify-content: center;
}

.page-numbers li .page-numbers {
    background: rgb(255, 255, 255);
    color: var(--red);
    border: 1px solid var(--red);
    margin-right: 11px;
    width: 36px;
    height: 36px;
    display: grid;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 14px;
    line-height: 18px;
    transition: 0.3s ease-out;
}

.page-numbers li .page-numbers:hover,
.page-numbers li .page-numbers.current {
    transition: 0.3s ease-out;
    background: var(--red);
    color: rgb(255, 255, 255);
}

.page-numbers>li:last-child .page-numbers {
    margin-right: 0px;
}

.page-numbers li .page-numbers {
    background: var(--bd);
    border: none;
    color: rgb(255, 255, 255);
}

a.page-numbers {
    color: rgb(217, 193, 193);
}

.next.page-numbers {
    font-size: 36px;
    position: relative;
    color: white;
    font-weight: 500;
}

.page-numbers li .page-numbers.prev,
.page-numbers li .page-numbers.next,
.page-numbers li .page-numbers.first,
.page-numbers li .page-numbers.last {
    padding-bottom: 2px;
    font-size: 20px;
}

@media (max-width: 1669px) {
    .free_zamer_banner {
        padding: 30px;
    }
}

@media (max-width: 1439px) {

    .container,
    .container-sm {
        max-width: 95vw !important;
    }

    .container:not(.photogallery_wrap) .sidebar {
        padding-right: 12px;
    }

    .sidebar {
        padding-right: 24px;
    }

    .side.widget_block {
        position: initial !important;
        width: 100% !important;
    }

    .container:not(.photogallery_wrap) .center_content {
        width: 75%;
    }

    .container:not(.photogallery_wrap) .center_content>.row.products,
    .container:not(.photogallery_wrap) .center_content>div,
    .container:not(.photogallery_wrap) .center_content>#load-more {
        width: 100%;
        margin: 0px;
    }

    .row.cats,
    .row.products {
        gap: 24px;
    }

    .from-to-price .mins-price {
        font-size: 16px;
    }

    .free_zamer_banner.ank .h3::before,
    .free_zamer_banner .h3 {
        font-size: 26px;
        line-height: 34px;
    }

    .free_zamer_banner.ank p::before,
    div .free_zamer_banner p {
        font-size: 17px;
        line-height: 20px;
    }
}

@media (max-width: 1400px) {
    .container:not(.photogallery_wrap) .sidebar {
        padding-right: 12px;
    }

    .row.products:not(.swiper) .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 {
        max-width: calc(33.3333% - 16px);
        flex: 1 1 calc(33.3333% - 16px);
    }
}

@media (max-width: 1280px) {
    .filter input[type='checkbox']+label {
        transform: scale(0.9);
    }

    .filter__checkgroup-title {
        padding-left: 12px;
        font-size: 12px;
    }

    .from-to-price .mins-price {
        font-size: 15px;
    }

    .free_zamer_banner.ank .h3::before,
    .free_zamer_banner .h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .free_zamer_banner.ank p::before,
    div .free_zamer_banner p {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .container:not(.photogallery_wrap) .center_content.col-lg-9 {
        width: 75%;
    }

    .pc-active-filter__list-item {
        display: none;
    }

    .row.cats,
    .row.products {
        gap: 15px;
        justify-content: space-between;
    }

    .woocommerce-loop-product__link {
        margin: 0;
    }

    .row.products:not(.swiper) .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 {
        padding: 0;
        max-width: calc(33.3333% - 16px);
        flex: 1 1 calc(33.3333% - 16px);
    }

    .woocommerce-loop-product__link {
        width: 100%;
    }

    .content-wish .row.products .col-sm-12 .add_to_cart_button,
    .content-wish .row.products .col-sm-12 .bottom_flipper-btn,
    .row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 .add_to_cart_button,
    .row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 .bottom_flipper-btn {
        margin: 0px 10px 10px;
        width: 100%;
        padding-bottom: 2px;
    }

    .woocommerce-loop-product__title {
        font-size: 12px;
        line-height: 15px;
    }

    .catalog-header {
        margin: 0;
    }

    .product .mins-price p>span,
    .product .maxs-price p>span,
    .product .mins-price p,
    .product .maxs-price p {
        font-size: 12px;
        line-height: 14px;
    }
}

@media (max-width: 1200px) and (min-width: 991px) {

    .content-wish .row.products .col-sm-12:hover,
    .row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4:hover {
        transition: 0.3s ease-out;
        outline: 0px;
        z-index: 13;
        box-shadow: rgba(0, 0, 0, 0.08) 0px 30px 60px;
        border-color: rgb(255, 255, 255) !important;
    }
}

@media (max-width: 930px) {
    .sidebar-container {
        background: var(--light);
        overflow-y: scroll;
        z-index: 1000;
        box-shadow: rgba(62, 62, 62, 0.2) 0px -8px 24px;
        padding: 2px 20px;
        transition: 0.5s;
        height: auto;
        max-height: 100vh;
        position: fixed !important;
        inset: 0px auto 0px -150% !important;
        transform: none !important;
        width: 100% !important;
    }

    .sidebear-container__inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: rgb(255, 255, 255);
        border-radius: 10px;
        margin: 15px 0px;
        padding: 0px 15px;
    }

    .sidebear-container__inner.show {
        display: block;
        position: fixed;
        bottom: 0px;
        z-index: 2;
        background: var(--grey);
    }

    .sidebear_closebtn {
        color: rgb(255, 255, 255);
        text-decoration: none;
        font-size: 24px;
        display: inline-block;
        text-align: center;
        padding-top: 2px;
        padding-bottom: 2px;
        line-height: 40px;
    }

    .widget_premmerce_filter_filter_widget {
        padding: 0px;
    }

    .widget_premmerce_filter_filter_widget {
        background: none;
    }

    .filter__item {
        border-bottom: 0px;
    }

    .filter__title {
        line-height: unset;
        font-size: 16px;
    }

    .filter__properties-list {
        padding-top: 15px;
        padding-bottom: 11px;
        padding-left: 15px;
        max-height: unset;
    }

    .filter__properties-item:not(:last-child) {
        margin-bottom: 12px;
        border-bottom: 1px solid var(--light);
        padding-bottom: 7px;
    }

    .filter input[type='checkbox']+label {
        transform: none;
    }

    .filter__checkgroup-title {
        font-size: 16px;
        color: var(--grey);
    }

    .filter__checkgroup-title {
        line-height: 14px;
    }

    .filter__checkgroup-count {
        top: 0px;
        font-size: 16px;
        color: var(--grey);
    }

    .sidebar-inner .premmerce-active-filters-widget-wrapper {
        margin-bottom: 36px;
    }

    .premmerce-active-filters-widget-wrapper {
        width: 100%;
    }

    .container:not(.photogallery_wrap) .center_content {
        width: 100%;
    }

    .ordering {
        display: flex;
        flex-flow: wrap;
        align-items: center;
        justify-content: space-between;
        margin-left: auto;
    }

    .sidebear_openbtn {
        display: block;
    }

    .sidebear_openbtn {
        color: var(--newdark);
        padding: revert-layer;
        margin-bottom: 0px;
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 5px;
        font-size: 13px;
        font-weight: 500;
        line-height: 21px;
    }

    .woocommerce-pagination {
        margin-bottom: 20px;
    }

    .container:not(.photogallery_wrap) .center_content.col-lg-9 {
        width: 100%;
    }
}

@media (max-width: 991px) {
    @-webkit-keyframes shake {
        0% {
            transform: rotate(10deg);
        }

        100% {
            transform-origin: center center;
            transform: rotate(-10deg);
        }
    }

    @keyframes shake {
        0% {
            transform: rotate(10deg);
        }

        100% {
            transform-origin: center center;
            transform: rotate(-10deg);
        }
    }

    .filter__item {
        min-width: 210px;
    }

    .side.widget.widget_block {
        transform: none !important;
        position: relative !important;
        inset: unset !important;
    }

    .showroom .single_icons_header .player_wrap_wrap,
    .dogovor .single_icons_header>div:not(.player_wrap_wrap)>div:last-child,
    .become,
    .popover .popover-arrow,
    .tooltip_price,
    .utps,
    .lazyrow .col-md-0,
    .related .btn-swpreim,
    .summary .mynotices,
    .o-zavode .video_row>div br,
    .single-thumbsSwiper,
    .price-discaunts,
    .product_sku,
    div div .single_variation_wrap-check.show,
    .olesya .manager,
    .price-box>.economy,
    .irs--round,
    .ar_overflow,
    #findPhotoButton,
    .single_product .woocommerce-breadcrumb,
    .visualise-banner .col-sm-12>.shag:nth-child(2),
    .upper_footer .right_container,
    .home_content .cons_frm,
    .which_more,
    .color_row>.col-lg-8,
    .brands_interactive-txt,
    #brands_interactive,
    .shorts-banner .title,
    .visualise-banner .player_wrap::before,
    .visualise-banner .player_wrap::after,
    .after_sidebar,
    .is-search-form,
    .header-wrap .container:not(.color) .navbar-toggler,
    .qr_top .qr-tooltip .tooltip-cont,
    .custom-tooltip,
    .back_link,
    .back_link:hover,
    .qr-tooltip .tooltip-cont,
    .header-wrap .container:not(.color),
    .topmenu .oficial,
    .divider_header,
    .content-kontakt.content-recomend .player_wrap,
    .searchImgHoverContainer {
        display: none;
    }

    .container:not(.photogallery_wrap) .center_content {
        margin-top: 25px;
    }

    .row.cats,
    .row.products {
        gap: 14px;
    }

    .container:not(.photogallery_wrap) .center_content>.row.products {
        width: 100%;
    }

    .row.cats,
    .row.products {
        padding-left: 12px;
    }

    .row.cats,
    .row.products {
        margin-right: 0px;
        padding: 0px;
        margin-left: 0px;
    }

    .row.products:not(.swiper) .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 {}

    .row.products .product {
        text-align: left;
    }

    .woocommerce-loop-product__title {
        font-size: 14px;
        line-height: 17px;
    }

    .free_zamer_banner {
        margin-top: 20px;
        justify-content: flex-start;
    }

    .free_zamer_banner a {
        font-size: 20px;
    }

    .row>div>.woocommerce-result-count,
    #load-more,
    .woocommerce-pagination {
        margin-left: 0px;
        width: 100%;
    }
}

@media (min-width: 991px) {
    .container.category_27 {
        padding-top: 30px;
    }

    .content-wish .row.products .col-sm-12:hover,
    .row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4:hover {
        transition: 0.3s ease-out;
        outline: 0px;
        z-index: 13;
        box-shadow: rgba(0, 0, 0, 0.08) 0px 30px 60px;
        border-color: rgb(255, 255, 255) !important;
    }

    .woocommerce-loop-product__title {
        padding: 10px 0px 3px;
        margin: 0px;
        font-weight: 600;
        max-height: 33px;
        font-size: 16px;
        line-height: 20px;
        color: var(--newdark);
        transition: all 0.25s ease-in-out;
        white-space: nowrap;
    }

    .bottom_flipper .woocommerce-loop-product__title {
        max-height: 0;
        opacity: 0;
        white-space: normal;
        padding: 10px 10px 0;
        line-height: 20px;
        overflow: hidden;
        transition: all 0.3s ease 0.1s;
    }

    .container .row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4:hover .bottom_flipper .woocommerce-loop-product__title {
        opacity: 1;
        padding: 10px 10px 0;
    }

    .container .row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4:hover .bottom_flipper .woocommerce-loop-product__title[data-line="1"] {
        max-height: 30px;
    }

    .container .row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4:hover .bottom_flipper .woocommerce-loop-product__title[data-line="2"] {
        max-height: 60px;
    }

    .container .row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4:hover .bottom_flipper .woocommerce-loop-product__title[data-line="3"] {
        max-height: 90px;
    }

    .container .row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4:hover .bottom_flipper .woocommerce-loop-product__title[data-line="4"] {
        max-height: 120px;
    }

    .title-hover {
        height: 100%;
        max-height: 70px;
        white-space: unset;
    }

    .title-unhover {
        animation: enableWhiteSpace 0.25s forwards;
    }

    @keyframes enableWhiteSpace {
        0% {
            white-space: normal;
        }

        99% {
            white-space: normal;
        }

        100% {
            white-space: nowrap;
        }
    }

    .content-wish .row.products .col-sm-12:hover .bottom_flipper,
    .row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4:hover .bottom_flipper {
        z-index: 53;
        box-shadow: rgba(0, 0, 0, 0.08) 0px 30px 60px;
        max-height: 191px;
        pointer-events: all;
        opacity: 1;
        transition: max-height 0.2s ease, opacity 0.1s;
    }

    .content-wish .row.products .col-sm-12 .bottom_flipper>*,
    .row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 .bottom_flipper>* {
        /* margin: 0 16px; */
    }

    .bottom_flipper .loop-prod-bottom {
        padding: 0 10px;
    }

    .content-wish .row.products .col-sm-12 .add_to_cart_button,
    .content-wish .row.products .col-sm-12 .bottom_flipper-btn,
    .row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 .add_to_cart_button,
    .row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 .bottom_flipper-btn {
        margin: 0 10px 10px;
        width: calc(100% - 20px);
        padding-bottom: 2px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 95vw;
    }
}

@media (max-width: 768px) {
    .category_27 {
        padding-top: 0px;
    }

    .sidebear-reset,
    .sidebear-close {
        bottom: 30px;
    }

    a,
    .cart-product-sub .minus,
    .cart-product-sub .plus,
    input,
    button {
        touch-action: manipulation;
    }

    .page-title.catalog-title {
        max-width: 100%;
    }

    .row.cats,
    .row.products {
        width: 100%;
    }

    .row.cats,
    .row.products {
        gap: 10px 4px;
    }

    .row.products:not(.swiper) .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 {
        flex: 1 1 calc(50% - 48px);
        max-width: calc(50% - 12px);
    }

    .row.products:not(.swiper)>.col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4:nth-child(n + 10) {
        order: 3;
    }

    .row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 {
        padding: 0px;
    }

    .row.products:not(.swiper) .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 {
        padding: 0px;
        flex: 1 1 calc(50% - 12px);
        max-width: calc(50%);
    }

    .row.products .product {
        box-shadow: none;
        margin: 0px;
    }

    .row.products .product {
        border-radius: 4px;
    }

    .product {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .woocommerce-loop-product__link {
        margin: 0px 0px 5px;
        width: 100%;
    }

    .row.products .yith-wcwl-add-to-wishlist {
        margin-left: 0px;
        margin-right: 10px;
    }

    .loop_title_cat {
        display: block;
    }

    .loop_product_title_link {
        margin-bottom: auto;
    }

    .woocommerce-loop-product__title {
        font-size: 14px;
        line-height: 17px;
    }

    .labels_wrap {
        left: -6px;
    }

    .product .from-to-price {
        margin-top: auto;
    }

    .from-to-price .mins-price {
        font-size: 14px !important;
    }

    .from-to-price .maxs-price {
        font-size: 14px !important;
    }

    .woocommerce-ordering label.radio,
    .preimushestvaSwiper .swiper-button-boxs,
    .upper_footer,
    .lazyrow .col-sm-0,
    .from-to-price .tooltip_price,
    .row.cats .title br,
    .catalog-header .download_catalog,
    .cons_frm,
    .map_script,
    .myShorts .swiper-button-boxs,
    .content-uslugi-child .ukladka-uslug br,
    .content-dileram .dostavka-banner-title br,
    .home_content #constructor_iframe,
    .from-to-price s,
    .footer .info-box a:not(#footer-tel),
    .footer-contact .zvonokModal,
    .header-wrap .container.color .button-visualise,
    .poddelki,
    .topmenu .button.flex,
    .swpreim .swiper-pagination,
    .swppartner .swiper-pagination,
    .swpartner .swiper-pagination,
    .soc-link,
    .woocommerce-ordering input+label,
    .woocommerce-ordering input.orderby,
    .unique-box img,
    .unique-box svg,
    .o-zavode .video_row .col>svg,
    .which_more {
        display: none;
    }

    /* .catalog_video {
        display: none;
    } */

    /* .free_zamer_banner.free_zamer_banner-catalog {
        display: flex;
        flex-direction: column;
    } */

    .free_zamer_banner {
        box-shadow: rgba(0, 0, 0, 0.35) 0px -200px 20px -16px inset;
    }

    .content__text__key {
        margin: 0px auto;
    }

    div .free_zamer_banner .h3 {
        font-weight: 500;
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .page-title.catalog-title {
        margin: 0px;
        font-size: 18px;
        line-height: 28px;
    }

    .row.products .product {
        box-shadow: none;
    }

    .woocommerce-LoopProduct-link.woocommerce-loop-product__link::selection,
    .woocommerce-LoopProduct-link.woocommerce-loop-product__link ::selection {
        background-color: transparent;
    }

    .yith-wcwl-add-button .delete_item,
    .add_to_wishlist.single_add_to_wishlist {
        width: 27px;
        height: 27px;
        border-color: transparent;
    }

    .yith-wcwl-icon.fa.fa-heart-o::after,
    .yith-wcwl-icon.fa.fa-heart::after {
        width: 18px;
        height: 18px;
    }

    .section-gallery-wrapper__item-nav {
        display: none !important;
    }

    .row.products .product img {
        border-radius: 10px !important;
    }

    .woocommerce-loop-product__title {
        font-size: 14px;
        line-height: 17px;
        padding-top: 0px;
    }

    .loop-prod-bottom,
    .related-product .loop-prod-bottom {
        margin-top: 6px;
    }

    .free_zamer_banner.free_zamer_banner-catalog {
        height: 300px;
    }

    .free_zamer_banner {
        height: 300px;
    }

    .content__text__key {
        width: 100%;
    }

    div .free_zamer_banner .h3 {
        font-size: 25px;
    }

    div .free_zamer_banner p {
        margin-bottom: 70px;
    }

    .free_zamer_banner a {
        padding: 0px 13px;
        height: 50px;
        display: block;
    }

    .page-numbers li .page-numbers {
        margin-right: 8px;
    }

    .page-numbers li .page-numbers,
    .page-numbers li .page-numbers:hover,
    .page-numbers li .page-numbers.current {
        transition: color;
    }
}

@media (max-width: 386px) {
    .page-title.catalog-title {
        font-size: 18px;
        line-height: 1.1;
    }

    .labels_wrap {
        max-width: calc(100% - 23px);
    }

    .from-to-price .mins-price {
        font-size: 14px;
        line-height: normal;
    }

    .from-to-price .mins-price span,
    .from-to-price .maxs-price span {
        font-size: 14px;
    }

    .page-numbers li .page-numbers {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 364px) {
    .row.products {
        gap: 10px;
    }

    .row.products:not(.swiper) .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 {
        flex: 1 1 calc(50% - 6px);
        max-width: calc(50% - 3px);
    }

    .loop_title_cat,
    .related-product .loop_title_cat {
        font-size: 12px;
    }

    .woocommerce-loop-product__title {
        font-size: 14px;
        line-height: 14px;
        padding: 0px;
    }

    .from-to-price .mins-price {
        font-size: 13px;
    }

    .page-numbers li .page-numbers {
        width: 26px;
        height: 26px;
        margin-right: 8px;
    }
}

.filter__inner::after {
    content: '';
    clear: both;
    display: table;
}

.filter__checkgroup-control[type='radio']:checked+.filter__checkgroup-check::before,
.filter__checkgroup-control[type='checkbox']:checked+.filter__checkgroup-check::before {
    opacity: 1;
}

.filter__checkgroup-check::before {
    opacity: 0;
    content: '';
    background: rgb(109, 109, 109);
    transition: 0.05s ease-in-out;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.filter input[type='checkbox']+label {
    margin: 0px;
}

.filter input[type='checkbox']+label {
    position: relative;
    appearance: none;
    height: 18px;
    width: 33px;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
    left: 0px;
    box-shadow: none;
    background: rgb(240, 240, 240) !important;
}

.filter input[type='checkbox']:checked+label {
    background: var(--border) !important;
}

.filter input[type='checkbox']:checked+label::before {
    left: 16px;
    transition: 0.3s;
    content: '';
    width: 18px;
    height: 18px;
    background: var(--red) center / 14px no-repeat url('/wp-content/themes/pro/img/filter_check.svg');
}

.filter input[type='checkbox']+label::before {
    height: 18px;
    width: 18px;
    background: var(--border);
    border-radius: 5px;
    left: 0px;
    opacity: 1;
    transition: 0.3s;
    transform: translateY(-50%);
    padding-left: 1px;
}

input.filter__checkgroup-control[type='checkbox']+label::after {
    content: none !important;
}

.filter input[type='checkbox']+label {
    background: var(--border);
}

.filter__checkgroup-count::before {
    content: '(';
    display: inline;
}

.filter__checkgroup-count::after {
    content: ')';
    display: inline;
}

#filter-checkgroup-id-forma-staryj-gorod+label::after {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´';
}

#filter-checkgroup-id-tip-czveta-kolormiks-czvetnaya+label::after {
    content: 'CÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾lormix';
}

#filter-checkgroup-id-tip-czveta-monoczvetnaya+label::after {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â';
}

.swiper.mySwiper {
    aspect-ratio: 2 / 1;
}

.swiper.mySwiper {
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/themes/pro/img/banners/glav/back-slide.webp');
    background-size: cover;
    background-position: 40% center;
}

.swiper.mySwiper.swiper-initialized {
    background: rgb(242, 243, 247);
}

.banners_cat {
    display: none;
}

.swiper-wrapper {
    max-height: 100vh;
}

.mySwiper .swiper-slide {
    font-size: 18px;
    color: rgb(255, 255, 255);
    box-sizing: border-box;
    padding: 40px 60px;
}

.mySwiper .swiper-slide {
    padding: 0px !important;
    overflow: hidden !important;
    border-radius: 10px !important;
}

.mySwiper .swiper-wrapper .swiper-slide * {
    color: rgb(255, 255, 255);
}

.swiper-slide .container {
    position: relative;
}

.mySwiper .swiper-slide .container {
    height: 100%;
    width: auto;
    padding: 0px;
}

.slider-swiper-img {
    position: absolute;
    overflow: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    justify-content: right;
}

.container .slider-swiper-img {
    padding: 0px;
    height: 150%;
    filter: grayscale(1);
}

.mySwiper .container .slider-swiper-img {
    filter: none;
    height: 100%;
}

.mySwiper .container .slider-swiper-img .slider-swiper {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.container .swiper-pagination-boxs {
    left: 0px;
}

.swiper-pagination-bullet {
    border-radius: 4px;
    height: 15px;
    width: 15px;
    background: white;
    opacity: 0.8;
}

div .swiper-pagination-bullet {
    background: var(--lighttext);
}

.mySwiper div .swiper-pagination-bullet {
    background: var(--border);
    opacity: 1;
    border-radius: 20px;
    height: 60px;
    width: 7px;
}

.swiper-pagination-bullet:nth-child(n + 21) {
    display: none !important;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: red !important;
}

div .swiper-pagination-bullet-active {
    background: var(--red) !important;
}

.mySwiper div .swiper-pagination-bullet-active {
    border-radius: 20px;
}

.row.cats,
.row.search_articles {
    margin: 0px;
    gap: 30px;
    width: 100%;
}

.row.cats {
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    gap: 50px;
    display: none;
}

.row.cats::before {
    content: '';
    display: block;
    position: absolute;
    inset: -800% -50%;
    background: linear-gradient(90deg, var(--red) 0%, var(--red) 30%, var(--grey) 70%, var(--grey) 100%);
    animation: 6s linear 0s infinite alternate none running RotateAnim;
}

.cats .row {
    margin: 0px;
}

.row.cats>* {
    z-index: 1;
    position: relative;
}

.cats>.row,
.cats .title {
    width: auto;
}

.cats>.row {
    flex: 1 1 0%;
    padding: 0px;
}

.banner-a {
    color: var(--grey);
    text-decoration: none;
    cursor: pointer;
    position: relative;
}

.banner-glav {
    border-radius: 12px;
    transition: 0.7s;
    background: var(--light);
    position: relative;
    height: 228px;
}

.cats .banner-glav {
    background: rgb(255, 255, 255);
    height: 132px;
    display: flex;
    align-items: center;
    z-index: 14;
}

.banner-glav {
    background: rgb(255, 255, 255);
    border-radius: 0px;
}

.cats .banner-glav {
    height: 50px;
    justify-content: center;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
    transform: skew(0deg);
}

.cats .banner-glav .banner-titles {
    font-size: 28px;
}

.banner-a .banner-titles {
    max-width: 50%;
}

.banner-titles {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    color: var(--grey);
    padding: 24px;
    text-decoration: none;
}

.banner-titles {
    font-weight: 500;
    text-transform: none;
}

.cats .banner-glav .banner-titles {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    transition: 0.3s ease-in-out;
    transform: skew(0deg);
    padding: 0px;
}

.banner-a .banner-titles {
    max-width: 60%;
}

.produkt-img {
    position: relative;
}

.row.products .product img {
    aspect-ratio: 4 / 3;
    border-radius: 10px;

    @supports not (aspect-ratio: 4 / 3) {
        &::before {
            float: left;
            content: '';
        }

        &::after {
            display: block;
            content: '';
            clear: both;
        }
    }

    object-fit: cover;
}

.add_to_wishlist.single_add_to_wishlist::before {
    content: '';
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.yith-wcwl-icon.fa.fa-heart-o::after,
.yith-wcwl-icon.fa.fa-heart::after {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
}

.yith-wcwl-icon.fa.fa-heart-o::after {
    background: url('/wp-content/themes/pro/img/heart-icon.png') center center / contain no-repeat;
}

#primary.content-area .container.category_27 .yith-wcwl-icon.fa.fa-heart-o::after {
    background: url('/wp-content/themes/pro/img/heart-icon.png') center center / contain no-repeat;
}

.free_zamer_banner {
    background: url('/wp-content/themes/pro/img/main-top-preloader.jpg.webp') center center / cover no-repeat;
    padding: 42px 40.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px -250px 20px -16px inset;
    position: relative;
    overflow: hidden;
}

footer.footer.qr_top.no-print {
    margin-top: 100px;
}

.category_27.container .category-info {
    display: none;
}

@media (max-width: 1669px) {
    .mySwiper div .swiper-pagination-bullet {
        background: rgb(150, 157, 171);
    }

    .banner-a .banner-titles {
        max-width: 80%;
    }

    .free_zamer_banner {
        padding: 30px;
    }
}

@media (max-width: 1280px) {
    .filter input[type='checkbox']+label {
        transform: scale(0.9);
    }

    footer.footer.qr_top.no-print {
        margin-top: 50px;
    }

    .filter__checkgroup-title {
        padding-left: 12px;
        font-size: 12px;
    }

    .banner-titles {
        font-size: 24px;
        line-height: 28px;
    }

    .banner-a .banner-titles {
        max-width: 80%;
    }

    .from-to-price .mins-price {
        font-size: 15px;
    }

    .free_zamer_banner.ank .h3::before,
    .free_zamer_banner .h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .free_zamer_banner.ank p::before,
    div .free_zamer_banner p {
        font-size: 16px;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    h1.page-title.catalog-title {
        max-width: 100%;
        margin: 0 0 30px;
    }

    .widget-title,
    .filter__title {
        padding: 0;
    }

    .filter__inner {
        margin-top: 10px !important;
        margin-bottom: 10px;
    }

    .filter__inner:last-child {
        margin-bottom: 0;
    }

    div>.filter__item {
        padding-top: 0;
        margin: 10px 0;
    }

    div>.filter__item:last-child {
        margin-bottom: 0;
    }

    .sidebar-inner .premmerce-active-filters-widget-wrapper {
        margin: 0;
    }

    .optprice_after {
        margin-top: 20px;
    }

    .sidebar-inner .filter__checkgroup-count {
        font-size: 12px;
        line-height: 15px;
    }

    .widget-title,
    .filter__title {
        font-size: 12px;
        line-height: 15px;
    }

    .filter input[type='checkbox']+label {
        height: 15px;
        width: 30px;
        transform: scale(1);
    }

    .filter input[type='checkbox']+label::before {
        height: 15px;
        width: 15px;
    }
}

@media (max-width: 930px) {
    .sidebar-container {
        background: var(--light);
        overflow-y: scroll;
        z-index: 1000;
        box-shadow: rgba(62, 62, 62, 0.2) 0px -8px 24px;
        padding: 2px 20px;
        transition: 0.5s;
        height: auto;
        max-height: 100vh;
        position: fixed !important;
        inset: 0px auto 0px -150% !important;
        transform: none !important;
        width: 100% !important;
    }

    .sidebear-container__inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: rgb(255, 255, 255);
        border-radius: 10px;
        margin: 15px 0px;
        padding: 0px 15px;
    }

    .sidebear_closebtn {
        color: rgb(255, 255, 255);
        text-decoration: none;
        font-size: 24px;
        display: inline-block;
        text-align: center;
        padding-top: 2px;
        padding-bottom: 2px;
        line-height: 40px;
    }

    .widget_premmerce_filter_filter_widget {
        padding: 0px;
    }

    .widget_premmerce_filter_filter_widget {
        background: none;
    }

    .filter__item {
        border-bottom: 0px;
    }

    .filter__title {
        line-height: unset;
        font-size: 16px;
    }

    .filter__properties-list {
        padding-top: 15px;
        padding-bottom: 11px;
        padding-left: 15px;
        max-height: unset;
    }

    .filter__properties-item:not(:last-child) {
        margin-bottom: 12px;
        border-bottom: 1px solid var(--light);
        padding-bottom: 7px;
    }

    .filter input[type='checkbox']+label {
        transform: none;
    }

    .filter__checkgroup-title {
        font-size: 16px;
        color: var(--grey);
    }

    .filter__checkgroup-title {
        line-height: 14px;
    }

    .filter__checkgroup-count {
        top: 0px;
        font-size: 16px;
        color: var(--grey);
    }

    .sidebar-inner .premmerce-active-filters-widget-wrapper {
        margin-bottom: 36px;
    }

    .premmerce-active-filters-widget-wrapper {
        width: 100%;
    }

    .container:not(.photogallery_wrap) .center_content {
        width: 100%;
    }

    .ordering {
        display: flex;
        flex-flow: wrap;
        align-items: center;
        justify-content: space-between;
        margin-left: auto;
    }

    .sidebear_openbtn {
        display: block;
    }

    .sidebear_openbtn {
        color: var(--newdark);
        padding: revert-layer;
        margin-bottom: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        font-size: 13px;
        font-weight: 500;
        line-height: 21px;
    }

    .woocommerce-pagination {
        margin-bottom: 20px;
    }

    .sidebar-container {
        background: var(--light);
        position: fixed !important;
        inset: auto !important;
        transform: none !important;
        top: 0 !important;
        bottom: 0px !important;
        left: -150% !important;
        overflow-y: scroll;
        z-index: 1000;
        box-shadow: 0 -8px 24px rgba(62, 62, 62, 0.2);
        padding: 2px 20px;
        width: 100% !important;
        transition: 0.5s all ease;
        height: auto;
        max-height: 100vh;
    }

    .sidebar-container.show {
        left: 0 !important;
    }
}

@media (max-width: 991px) {
    h1.page-title.catalog-title {
        max-width: 100%;
        margin: 30px 0;
    }

    .widget_premmerce_filter_filter_widget {
        margin-top: 30px;
    }

    @-webkit-keyframes shake {
        0% {
            transform: rotate(10deg);
        }

        100% {
            transform-origin: center center;
            transform: rotate(-10deg);
        }
    }

    @keyframes shake {
        0% {
            transform: rotate(10deg);
        }

        100% {
            transform-origin: center center;
            transform: rotate(-10deg);
        }
    }

    .filter__item {
        min-width: 210px;
    }

    .side.widget.widget_block {
        transform: none !important;
        position: relative !important;
        inset: unset !important;
    }

    .showroom .single_icons_header .player_wrap_wrap,
    .dogovor .single_icons_header>div:not(.player_wrap_wrap)>div:last-child,
    .become,
    .popover .popover-arrow,
    .tooltip_price,
    .utps,
    .lazyrow .col-md-0,
    .related .btn-swpreim,
    .summary .mynotices,
    .o-zavode .video_row>div br,
    .single-thumbsSwiper,
    .price-discaunts,
    .product_sku,
    div div .single_variation_wrap-check.show,
    .olesya .manager,
    .price-box>.economy,
    .irs--round,
    .ar_overflow,
    #findPhotoButton,
    .single_product .woocommerce-breadcrumb,
    .visualise-banner .col-sm-12>.shag:nth-child(2),
    .upper_footer .right_container,
    .home_content .cons_frm,
    .which_more,
    .color_row>.col-lg-8,
    .brands_interactive-txt,
    #brands_interactive,
    .shorts-banner .title,
    .visualise-banner .player_wrap::before,
    .visualise-banner .player_wrap::after,
    .after_sidebar,
    .is-search-form,
    .header-wrap .container:not(.color) .navbar-toggler,
    .qr_top .qr-tooltip .tooltip-cont,
    .custom-tooltip,
    .back_link,
    .back_link:hover,
    .qr-tooltip .tooltip-cont,
    .header-wrap .container:not(.color),
    .topmenu .oficial,
    .divider_header,
    .content-kontakt.content-recomend .player_wrap,
    .searchImgHoverContainer {
        display: none;
    }

    .container:not(.photogallery_wrap) .center_content {
        margin-top: 0;
    }

    .mySwiper .container .slider-swiper-img {
        width: 100%;
    }

    .mySwiper .container .slider-swiper-img img {
        width: inherit;
        object-fit: cover;
        object-position: center bottom;
    }

    .mySwiper .swiper-pagination-boxs {
        margin-left: 10px;
    }

    .row.cats,
    .row.products {
        gap: 14px;
    }

    .row.cats {
        margin-top: 10px !important;
    }

    .row.cats,
    .row.products {
        padding-left: 12px;
    }

    .row.cats,
    .row.products {
        margin-right: 0px;
        padding: 0px;
        margin-left: 0px;
    }

    .row.cats {
        padding: 28px 30px;
    }

    .banner-glav {
        height: 188px;
    }

    .banner-glav:hover,
    .preim-box:hover,
    .uslugi:hover {
        box-shadow: none;
        animation: auto ease 0s 1 normal none running none;
        border-radius: 10px;
    }

    .banner-glav:hover .banner-titles {
        color: var(--grey);
    }

    .row.products:not(.swiper) .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 {}

    .row.products .product {
        text-align: left;
    }

    .woocommerce-loop-product__title {
        font-size: 14px;
        line-height: 17px;
    }

    .free_zamer_banner {
        margin-top: 20px;
        justify-content: flex-start;
    }

    .free_zamer_banner a {
        font-size: 20px;
    }

    .row>div>.woocommerce-result-count,
    #load-more,
    .woocommerce-pagination {
        margin-left: 0px;
        width: 100%;
    }

    .premmerce-filter-ajax-container .category_27 {
        padding: 0;
    }
}

@media (max-width: 768px) {

    .row>div>.woocommerce-result-count,
    #load-more,
    .woocommerce-pagination {
        margin-top: 30px !important;
        width: 100%;
        margin-bottom: 10px;
    }

    .premmerce-filter-ajax-container .container .center_content {
        margin-top: 0;
    }

    .product .mins-price p>span,
    .product .maxs-price p>span,
    .product .mins-price p,
    .product .maxs-price p {
        font-size: 12px !important;
        line-height: 14px;
    }

    .product .from-to-price .mins-price,
    .product .from-to-price .maxs-price,
    .product .from-to-price .mins-price span,
    .product .from-to-price .maxs-price span {
        font-size: 12px !important;
        line-height: 15px;
    }

    h1.page-title.catalog-title {
        max-width: calc(100% - 50px);
        margin: 0;
    }

    .catalog-header {
        margin: 20px 0 !important;
    }

    .category_27 {
        padding-top: 0px;
    }

    .sidebear-reset,
    .sidebear-close {
        bottom: 30px;
    }

    a,
    .cart-product-sub .minus,
    .cart-product-sub .plus,
    input,
    button {
        touch-action: manipulation;
    }

    .swiper.mySwiper {
        background-image: url('/wp-content/themes/pro/img/banners/glav/mob-back-slide.webp');
    }

    .banners_cat {
        display: block;
    }

    .swiper-wrapper {
        display: flex;
        justify-content: left;
    }

    .swiper-slide {
        background-color: rgb(255, 255, 255);
    }

    .mySwiper .swiper-pagination-boxs {
        top: -16px;
    }

    .mySwiper div .swiper-pagination-bullet {
        width: 10px;
    }

    .mySwiper div .swiper-pagination-bullet {
        height: 50px;
    }

    .row.cats,
    .row.products {
        width: 100%;
    }

    .row.cats,
    .row.products {
        gap: 30px 20px;
    }

    .row.cats {
        display: flex;
        flex-direction: column;
    }

    .cats .banner-glav .banner-titles {
        font-size: 14px;
        line-height: 17px;
    }

    .banner-a .banner-titles {
        max-width: 80%;
    }

    .page-title.catalog-title {
        max-width: 100%;
    }

    .row.products:not(.swiper) .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 {
        flex: 1 1 calc(50% - 48px);
        max-width: calc(50% - 12px);
    }

    .row.products:not(.swiper)>.col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4:nth-child(n + 10) {
        order: 3;
    }

    .row.products .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 {
        padding: 0px;
    }

    .row.products:not(.swiper) .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 {
        padding: 0px;
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }

    .row.products .product {
        box-shadow: none;
        margin: 0px;
    }

    .row.products .product {
        border-radius: 4px;
    }

    .product {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .woocommerce-loop-product__link {
        margin: 0px 0px 10px;
        width: 100%;
    }

    .row.products .yith-wcwl-add-to-wishlist {
        margin-left: 0px;
        margin-right: 10px;
    }

    .loop_title_cat {
        display: none;
    }

    .loop_product_title_link {
        margin-bottom: auto;
    }

    .woocommerce-loop-product__title {
        font-size: 14px;
        line-height: 17px;
    }

    .labels_wrap {
        left: -6px;
    }

    .product .from-to-price {
        margin-top: auto;
    }

    .from-to-price .mins-price {
        font-size: 14px !important;
    }

    .from-to-price .maxs-price {
        font-size: 14px !important;
    }

    .woocommerce-ordering label.radio,
    .preimushestvaSwiper .swiper-button-boxs,
    .upper_footer,
    .lazyrow .col-sm-0,
    .from-to-price .tooltip_price,
    .row.cats .title br,
    .catalog-header .download_catalog,
    .cons_frm,
    .map_script,
    .myShorts .swiper-button-boxs,
    .content-uslugi-child .ukladka-uslug br,
    .content-dileram .dostavka-banner-title br,
    .home_content #constructor_iframe,
    .from-to-price s,
    .footer .info-box a:not(#footer-tel),
    .footer-contact .zvonokModal,
    .header-wrap .container.color .button-visualise,
    .poddelki,
    .topmenu .button.flex,
    .swpreim .swiper-pagination,
    .swppartner .swiper-pagination,
    .swpartner .swiper-pagination,
    .soc-link,
    .woocommerce-ordering input+label,
    .woocommerce-ordering input.orderby,
    .unique-box img,
    .unique-box svg,
    .o-zavode .video_row .col>svg,
    .which_more {
        display: none;
    }

    /* .catalog_video {
        display: none;
    } */

    /* .free_zamer_banner.free_zamer_banner-catalog {
        display: flex;
        flex-direction: column;
    } */

    .free_zamer_banner {
        box-shadow: rgba(0, 0, 0, 0.35) 0px -200px 20px -16px inset;
    }

    .content__text__key {
        margin: 0px auto;
    }

    div .free_zamer_banner .h3 {
        font-weight: 500;
        font-size: 28px;
    }
}

@media (max-width: 600px) {
    .cats .banner-glav:hover {
        transform: skew(0deg);
        border-radius: 10px;
    }

    .cats .banner-glav:hover .banner-titles {
        transform: skew(0deg);
    }
}

@media (max-width: 576px) {
    .mySwiper .container .slider-swiper-img .slider-swiper {
        object-fit: cover;
        width: 100%;
        object-position: center center;
    }

    .swiper.mySwiper {
        height: 300px !important;
    }

    .row.cats {
        gap: 10px;
    }

    .row.cats {
        padding: 10px 10px 14px;
    }

    .row.cats {
        gap: 10px;
        padding-top: 14px;
    }

    .row.cats::before {
        width: 1000px;
        height: 1000px;
        top: -500px;
        bottom: inherit;
        left: -250px;
        right: inherit;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .cats .banner-glav {
        height: 50px;
    }

    .page-title.catalog-title {
        margin: 0px;
        font-size: 24px;
        line-height: 26px;
    }

    .catalog-header {
        margin: 20px 0 30px 0 !important;
    }

    h1.page-title.catalog-title {
        margin: 20px 0 0 0 !important;
    }

    .row.products .product {
        box-shadow: none;
    }

    .woocommerce-LoopProduct-link.woocommerce-loop-product__link::selection,
    .woocommerce-LoopProduct-link.woocommerce-loop-product__link ::selection {
        background-color: transparent;
    }

    .products .produkt-img {
        padding-top: 0px;
    }

    .row.products .product img {
        border-radius: 10px !important;
    }

    .yith-wcwl-add-button .delete_item,
    .add_to_wishlist.single_add_to_wishlist {
        width: 27px;
        height: 27px;
        border-color: transparent;
    }

    .yith-wcwl-icon.fa.fa-heart-o::after,
    .yith-wcwl-icon.fa.fa-heart::after {
        width: 18px;
        height: 18px;
    }

    .woocommerce-loop-product__title {
        font-size: 14px;
        line-height: 17px;
        padding-top: 0px;
        padding: 0;
    }

    .loop-prod-bottom,
    .related-product .loop-prod-bottom {
        margin-top: 5px;
        font-size: 12px;
        line-height: 15px;
    }

    .free_zamer_banner.free_zamer_banner-catalog {
        height: 300px;
    }

    .free_zamer_banner {
        height: 300px;
    }

    .content__text__key {
        width: 100%;
    }

    div .free_zamer_banner .h3 {
        font-size: 25px;
    }

    div .free_zamer_banner p {
        margin-bottom: 70px;
    }

    .free_zamer_banner a {
        padding: 0px 13px;
        height: 50px;
        display: block;
    }

    .page-numbers li .page-numbers {
        margin-right: 8px;
    }

    .page-numbers li .page-numbers,
    .page-numbers li .page-numbers:hover,
    .page-numbers li .page-numbers.current {
        transition: color;
    }
}

@media (max-width: 386px) {
    .swiper.mySwiper {
        aspect-ratio: 4 / 3;
        height: 300px !important;
    }

    .mySwiper div .swiper-pagination-bullet {
        height: 40px;
    }

    .cats #classic .banner-glav.red .banner-titles::after,
    .cats .banner-glav .banner-titles {
        line-height: 14px;
    }

    .banner-titles {
        padding: 16px;
    }

    .page-title.catalog-title {
        font-size: 18px;
        line-height: 1.1;
    }

    .labels_wrap {
        max-width: calc(100% - 23px);
    }

    .from-to-price .mins-price {
        font-size: 14px;
        line-height: normal;
    }

    .from-to-price .mins-price span,
    .from-to-price .maxs-price span {
        font-size: 14px;
    }

    .page-numbers li .page-numbers {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 364px) {
    /* .mySwiper .container .slider-swiper-img .slider-swiper {
        object-position: -100px center;
    } */

    .row.products {
        gap: 10px;
    }

    .row.products:not(.swiper) .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 {
        flex: 1 1 calc(50% - 6px);
        max-width: calc(50% - 6px);
    }

    .loop_title_cat,
    .related-product .loop_title_cat {
        font-size: 12px;
    }

    .woocommerce-loop-product__title {
        font-size: 14px;
        line-height: 14px;
        padding: 0px;
    }

    .from-to-price .mins-price {
        font-size: 13px;
    }

    .page-numbers li .page-numbers {
        width: 26px;
        height: 26px;
        margin-right: 8px;
    }
}

.catalog_video_block {
    position: absolute;
    background: #fff;
    border-radius: 10px;
    bottom: 50px;
    left: 50px;
    display: none;
}


.catalog_video_texts {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.catalog_video_texts p {
    margin-bottom: 0;
}

.catalog_video_texts-title {
    font-size: 32px;
    font-weight: bold;
}

.catalog_video_texts-text {
    font-weight: 500;
}

.category_27.container>.row {
    display: grid;
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 30px;
    margin: 0;
    width: 100%;
    position: relative;
}

.category_27.container>.row>.sidebar {
    padding: 0;
    width: 100%;
}

.category_27.container>.row>.center_content {
    padding: 0;
    width: 100%;
    margin: 0;
    max-width: 1290px;
    display: block;
}

.category_27.container>.row>.center_content>div {
    margin: 0;
    width: 100%;
}

.category_27.container>.row>.center_content>div.row.products {
    width: 100%;
    gap: 30px;
    margin-top: 20px;
    justify-content: start;
}

.premmerce-filter-ajax-container .row .center_content>#load-more {
    width: 100%;
    margin: 0;
}

.page-title.catalog-title {
    max-width: 100%;
}

@media (max-width: 1380px) {
    .category_27.container>.row>.center_content>div.row.products {
        gap: 24px;
        /* margin: 0; */
    }

    .catalog_video_texts-text {
        font-size: 14px;
    }

    .catalog_video_texts-title {
        font-size: 22px;
    }
}

@media (max-width: 1175px) {

    .catalog_video_texts-text {
        font-size: 12px;
    }

    .catalog_video_texts-title {
        font-size: 18px;
    }
}

@media (max-width: 1065px) {
    .category_27.container>.row {
        display: grid;
        grid-template-columns: 240px minmax(0, 1fr);
        gap: 20px;
        margin: 0;
        width: 100%;
        position: relative;
    }

    .catalog_video_block {
        left: 25px;
    }
}

@media (max-width: 990px) {
    .category_27.container>.row>.center_content>div.row.products {
        width: 100%;
        gap: 15px;
        margin-top: 20px;
        justify-content: start;
    }

    .loop_product_title_link,
    .loop_product_title_link:hover,
    .loop-prod-bottom {
        padding: 0;
    }

    .catalog_video_texts-text {
        width: 250px;
    }
}

@media (max-width: 930px) {
    .category_27.container>.row {
        display: grid;
        grid-template-columns: 0 minmax(0, 1fr);
        gap: 0;
        margin: 0;
        width: 100%;
        position: relative;
    }

    .catalog_video_texts-text {
        width: unset;
    }
}

@media (min-width: 768px) {
    .swiper.mySwiper.swiper-initialized {
        display: none;
    }
}

@media (max-width: 768px) {
    .category_27.container>.row>.center_content>div.row.products {
        width: 100%;
        gap: 20px;
        margin-top: 20px;
        justify-content: start;
    }
}

@media (max-width: 460px) {

    .category_27.container>.row>.center_content>div.row.products,
    .row.cats,
    .row.products {
        gap: 10px;
    }

    .row.products:not(.swiper) .col-sm-12.col-md-12.col-lg-6.col-xl-4.col-xxl-4 {
        padding: 0px;
        flex: 1 1 calc(50% - 5px);
        max-width: calc(50% - 5px);
    }
}
/* CTA-кнопка на видео-баннере каталога (.catalog_video_btn) */
.catalog_video_btn {
    flex: 0 0 auto;
    align-self: flex-end; /* мобайл/фолбэк: снизу, справа */
    display: inline-block;
    width: auto;
    margin-top: 14px;
    padding: 0 26px;
    height: 48px;
    line-height: 48px;
    white-space: nowrap;
    background: var(--red);
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: opacity .2s ease, transform .2s ease;
}
.catalog_video_btn:hover {
    color: #fff;
    opacity: .92;
    transform: translateY(-1px);
}

/* Десктоп-баннер: белая карточка не шире половины баннера */
.catalog_video_block:has(.catalog_video_btn) {
    max-width: 50%;
}
/* Заголовок — на всю ширину карточки (отдельной строкой сверху);
   ниже — ряд: текст слева, кнопка справа по низу. */
.catalog_video_texts-content {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
}
.catalog_video_texts-content .catalog_video_texts-text {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
}
.catalog_video_texts-content .catalog_video_btn {
    flex: 0 0 auto;
    align-self: flex-end;
    margin-top: 0;
}

/* Телефоны: текст и кнопка в столбик, кнопка слева новой строкой */
@media (max-width: 768px) {
    .catalog_video_block_mobile .catalog_video_texts-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .catalog_video_block_mobile .catalog_video_btn {
        align-self: flex-start;
        margin-top: 14px;
    }
}

/* Fallback-фото завода в видео-блоке каталога (город без промо-видео, напр. Азов) */
.catalog_video_static {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
