.catalog-menu-block {
	border: 1px solid #E6E2E4;
}

.catalog-search {
    position: relative;
	margin-bottom: 15px;
}

.catalog-search input[name=q] {
	width: 100%;
	height: 40px;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	border: 1px solid #E6E2E4;
	box-sizing: border-box;
	/* background-image: url(images/catalog-search.svg) !important; */
	/* background-repeat: no-repeat !important; */
	/* background-position: 95% !important; */
	background-color: #fff !important;
	outline: none;
    padding-left: 20px !important;
    padding-right: 35px !important;
}

.catalog-menu-header-second a:focus {
    color: #333333;
}

.catalog-search input[type="submit"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 18.5px;
    height: 17.5px;
    border: none;
    background-color: #fff;
    background-image: url(images/catalog-search.svg) !important;
	background-repeat: no-repeat !important;
	background-position: 95% !important;
}

@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700&display=swap');
.overlay {
    background-color: rgba(0,0,0,0.7); 
    height: 100%;
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 3;
}
.catalog-header {
    display: flex;
    margin-bottom: 30px;
}
.catalog-sort {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    /* width: 100%; */
}
.catalog-show-products {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
}
.catalog-sort-text > p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin-right: 10px;
    margin-bottom: 0;
    color: #4F4F4F;
}

.catalog-sort-text > p label {
    margin-bottom: 0;
}

.catalog-sort select,
.catalog-show-products select{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    height: 40px;
    width: 200px;
    padding-left: 10px;
    border: 1px solid #BDBDBD;
    box-sizing: border-box;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: transparent;
    color: #4F4F4F;
    cursor: pointer;
}
.catalog-sort select {
    padding-right: 20px;
}
.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.catalog-show-products select {
    width: 60px;
    padding-left: 10px;
}
.catalog-show-products label,
.catalog-sort-text label {
    font-weight: normal;
}

.catalog-sort .catalogselect {
    width: 200px;
}

.wrap-select-show,
.catalogselect-over,
.catalogselect2-over {
    position: relative;
    display: inline-block;
    color: #4F4F4F;
}

.wrap-select-show .catalogselect-popup {
    width: 60px;
    height: auto;
}

.catalogselect_list {
    /* position: absolute; */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.catalogselect_item.selected {
    color: #9677BF;
}

.catalogselect_item:hover {
    color: #9677BF;
}

.catalogselect_item {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8.5px;
    padding-bottom: 8.5px;
    color: #4F4F4F;
    cursor: pointer;
}

.catalogselect3 .catalogselect-popup {
	display: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
    /* width: 355px; */
    width: 400px;
    flex-direction: column;
    flex-wrap: wrap;
    height: 263px;
	position: absolute;
	top: calc(100% + 10px);
	left: 0px; 
	/* border: 1px solid #dadada; */
	background: #fff;
	z-index: 9;;
	overflow: auto;
    user-select: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}	

.catalogselect4 {
    /* width: 180px; */
    width: 210px;
}

.catalogselect4 .catalogselect-popup {
	display: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	height: auto;
    /* width: 355px; */
    width: 400px;
    flex-direction: column;
    flex-wrap: wrap;
    height: 263px;
	position: absolute;
	top: 75%;
	left: 125px; 
	/* border: 1px solid #dadada; */
	background: #fff;
	z-index: 9;;
	overflow: auto;
    user-select: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}	

.wrap-select-show::after,
.catalogselect-over::after,
.catalogselect2-over::after {
    content: "";
    display: block;
    position: absolute;
    top: 35%;
    right: 12px;
    width: 12px;
    height: 12px;
    background-image: url(images/catalog-select.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.btn-clear {
    position: absolute;
    border: none;
    background-color: transparent;
    width: 12px;
    height: 12px;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(images/catalog-select-close.png) !important;
    background-repeat: no-repeat;
    background-position: center;
}

.wrap-select-show::after {
    display: none;
    z-index: -1;
}

.wrap-select-show #select-show,
.wrap-select-show .catalogselect,
.wrap-select-show {
    width: 60px;
}

.wrap-select-show .catalogselect-popup {
    width: 60px;
    height: auto;
}

.catalog-top-bar-price-block.wrap_parent__mob,
.wrap_parent.wrap_parent__mob {
    display: none;
}

.good-slide {
    margin-top: 30px;
    border: 1px solid #E6E2E4;
    box-sizing: border-box;
}
.good-slide-image-text {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    position: absolute;
    padding: 10px 20px;
    background: #FAFAFA;
    opacity: 0.8;
}
.good-slide-image-fast-view {
    position: absolute;
    align-items: center;
    top: 50%;
    left: 25%;
    padding: 8px 10px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(4px);
    border-radius: 2px;
    display: none;
}
.good-slide-image-fast-view img {
    width: 15px !important;
    height: 15px !important;
    margin-right: 5px;
}
.good-slide-image-fast-view > p{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
}
.good-slide-image img {
    width: 100%;
    height: 279px;
}
.good-slide:hover {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
}
.good-slide:hover .good-slide-image-fast-view{
    display: flex;
}
.good-slide-text-block {
    padding-top: 20px;
    padding-left: 20px;
}
.good-slide-price-text {
    display: flex;
    align-items: center;
}
.good-slide-price {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}
.good-slide-button {
    position: relative;
    border: 0;
    top: -3px;
    margin-left: 15px;
    background: transparent;
}
.good-slide-name {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
.good-slide-type {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
.good-slide-height {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
.good-slide-density {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.catalog-wrap-pag {
    margin-left: auto;
    margin-right: 5px;
    display: flex;
    align-items: center;
}
.catalog-show-products {
    /* margin-right: 40px; */
}
.catalog-paginator-liq {
    width: 100%;
    display: flex;
    align-items: center;
}
.catalog-paginator-top {
    display: flex;
    justify-content: flex-end;
    /* width: 100%; */
    white-space: nowrap;
}
.catalog-paginator {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin: 5% 0;
    white-space: nowrap;
}
.catalog-paginator a {
    display: inline-block;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    width: 24px;
    color: gray;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px;
}
.catalog-paginator-top a {
    display: inline-block;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    width: 24px;
    color: gray;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px;
}
.catalog-paginator-top .prev {
    margin-right: 8px;
    padding: 0 5px;
}
.catalog-paginator-top .next {
    margin-left: 8px;
    padding: 0 5px;
}
.catalog-paginator-top .current {
    background-color: #9677BF;
    color: white;
}
.catalog-paginator-top .disabled {
    opacity: 0.3;
}
.catalog-paginator-top a:hover {
    background-color: #9677BF;
    color: white;
    opacity: 0.3;
}
.catalog-paginator .prev {
    margin-right: 8px;
    padding: 0 5px;
}
.catalog-paginator .next {
    margin-left: 8px;
    padding: 0 5px;
}
.catalog-paginator .current {
    background-color: #9677BF;
    color: white;
}
.catalog-paginator .disabled {
    opacity: 0.3;
}
.catalog-paginator a:hover {
    background-color: #9677BF;
    color: white;
    opacity: 0.3;
}

/* Каталог топ бар */
.catalog-top-bar-header {
    margin-bottom: 15px;
}
.catalog-top-bar-header > h1{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #333333;
    margin: 0;
    margin-bottom: 0;
    padding: 0;
}
.catalog-top-bar {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 0;
    z-index: 1000;
}
.catalog-top-bar.top-bar-fixed {
    position: fixed;
    left:0;
    background: white;
    box-shadow: rgb(47 48 51 / 25%) 0px 0px 7px;
    z-index: 19;
}
.catalog-top-bar-hr hr {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    border: none;
    height: 1px;
    background-color: #E6E2E4;
}
.catalog-content-head hr {
    display: block;
    margin-top: 0;
    margin-bottom: 15px;
    width: 100%;
    border: none;
    height: 1px;
    background-color: #E6E2E4;
}
.catalog-header ~ hr {
    display: none !important;
}
.catalog-top-bar-prices-inputs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.catalog-top-bar-prices-inputs input {
    background-color: #fff !important;
}

.catalog-top-bar-prices-inputs > p { 
    margin-bottom: 0;
}
.catalog-top-bar-price-block input {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* width: 35%; */
    width: 67px;
    height: 40px;
    text-align: center;
    border: 1px solid #BDBDBD;
    box-sizing: border-box;
    border-radius: 3px;
}
.catalog-top-bar-price-block input:first-child {
    margin-right: 5px;
}

.catalog-top-bar-price-block input:last-child {
    margin-left: 5px;
}

.catalog-top-bar-price-block input::placeholder {
    color: rgba(0, 0, 0, .3);
}

.catalog-top-bar-price-block > p{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    margin-right: 10px;
    color: #4F4F4F;
}
.catalog-top-bar-price-block {
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* width: 25%; */
    margin-right: 30px;
}
.catalog-top-bar-select-1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    height: 40px;
    width: 110px;
    padding-left: 15px;
    margin-left: 10px;
    border: 1px solid #BDBDBD;
    box-sizing: border-box;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.catalog-top-bar-select-2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    height: 40px;
    width: 130px;
    padding-left: 15px;
    margin-left: 10px;
    border: 1px solid #BDBDBD;
    box-sizing: border-box;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.catalog-top-bar-sort-1::after {
    content: url(images/catalog-select.svg);
    position: absolute;
    right: 61%;
    top: 10px;
}
.catalog-top-bar-sort-2::after {
    content: url(images/catalog-select.svg);
    position: absolute;
    right: 45%;
    top: 10px;
}
.catalog-top-bar-checkbox-label {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #4F4F4F;
    cursor: pointer;
    margin-bottom: 0;
}

label.catalog-top-bar-checkbox-label {
    display: flex;
    align-items: center;
}
.catalog-top-bar-checkbox-block {
    display: flex;
    align-items: center;
}
.catalog-top-bar-checkbox-block input[type="checkbox"] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #E6E2E4;
    border-radius: 2px;
    outline: none;
    position: relative;
    margin-top: 0;
    z-index: 3;
    margin-right: 10px;
    box-sizing: border-box;
}
.catalog-top-bar-checkbox-block input[type="checkbox"]:checked:before {
    content: url(images/check.svg);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #9677BF;
    position: absolute;
    border-radius: 2px;
    margin-top: -1px;
    margin-left: -1px;
    pointer-events: none;
}
.catalog-buttons-block {
    margin-left: auto;
    z-index: 3;
}
.catalog-top-bar-reset {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #9677BF;
    border-radius: 3px;
    border: 1px solid #9677BF;
    background: transparent;
    height: 40px;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.catalog-top-bar-submit {
    display: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    background: #9677BF;
    border-radius: 0;
    border: 1px solid #9677BF;
    color: #fff;
    height: 40px;
    margin-left: auto;
}

.add-container-class {
    width: 100%;
}

.catalog-top-bar-reset:hover,
.catalog-top-bar-reset:focus,
.catalog-top-bar-reset:active {
    background-color: #9677BF;
    color: #fff;
}
.catalog-top-bar-apply {
    display: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    border: 1px solid #9677BF;
    background: #9677BF;
    height: 40px;
    margin-left: auto;
}
.catalog-header-filters {
    display: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    background: #9677BF;
    border-radius: 3px;
    border: unset;
    height: 30px;
    width: 80px;
    margin-left: 10px;
}
.catalog-right-menu-header {
    display: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    height: 10%;
}
.catalog-right-menu-header > p{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 0;
    z-index: 9;
}
/* Каталог топ бар */

/* Множественный выбор */
.catalogselect {
	position: relative;
    display: inline-block;
    width: 110px;
    height: 40px;
    text-align: left;
    margin-right: 30px;
}

.catalogselect.catalogselect__design {
    width: 130px;
}

.catalogselect-control {
	position: relative;
	padding: 0 !important;
}	
.catalogselect-control select {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding-left: 9px;
	height: 40px;
}
.catalogselect-control select:focus,
.catalogselect-control select:active {
    border: 1px solid #BDBDBD;
}

.catalogselect-over {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
    bottom: 0;
    cursor: pointer;
}
.catalogselect + .catalogselect-popup {
	display: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	height: auto;
    /* width: 355px; */
    /* width: 500px; */
    flex-direction: column;
    flex-wrap: wrap;
    height: 263px;
	position: absolute;
	top: 75%;
	left: 253px; 
    background: #fff;
    z-index: 19;
	overflow: auto;
    user-select: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 0px;
}	
.catalogselect + .catalogselect-popup-not {
	display: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	height: auto;
    /* width: 355px; */
    /* width: 500px; */
    flex-direction: column;
    flex-wrap: wrap;
    height: 263px;
	position: absolute;
	top: 75%;
	left: 15px; 
    background: #fff;
    z-index: 12;
	overflow: auto;
    user-select: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}
.catalogselect2 + .catalogselect-popup {
	display: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
    /* width: 355px; */
    width: 400px;
    flex-direction: column;
    flex-wrap: wrap;
    height: 200px;
	position: absolute;
	top: 75%;
	left: 423px; 
    background: #fff;
    z-index: 9;
	overflow: auto;
    user-select: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}	
.catalogselect2 + .catalogselect-popup-not {
	display: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
    /* width: 355px; */
    width: 400px;
    flex-direction: column;
    flex-wrap: wrap;
    height: 200px;
	position: absolute;
	top: 75%;
	left: 155px; 
    background: #fff;
    z-index: 9;
	overflow: auto;
    user-select: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}	
.catalogselect-popup label {
	position: relative;
    display: block;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    color: #4F4F4F;
    /* padding: 0 20px; */
}

.catalog-sort .catalogselect-popup {
    top: 75%;
    width: 200px;
    height: auto;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.catalogselect_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.catalogselect_item {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    color: #4F4F4F;
    cursor: pointer;
}

.catalogselect_item.selected {
    color: #9677BF;
}

.catalogselect_item:hover {
    color: #9677BF;
}

.catalogselect-popup input {
	position: absolute;
	top: 5px; 
	/* left: 8px; */
	padding: 0;
}
.catalogselect-popup fieldset {
	display: block;
	margin:  0;
	padding: 0;
	border: none;
}
.catalogselect-popup fieldset input {
	left: 15px;
}		
.catalogselect-popup fieldset label {
	padding-left: 32px;
}		
.catalogselect-popup legend {
	display: block;
	margin: 0;
	padding: 5px 8px;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.1;
}
/* Множественный выбор */
.catalogselect-popup input[type="checkbox"]{
    /* background: url(images/catalog/catalogselect-color-one.svg); */
    background-size: contain;
    -webkit-appearance: none;
    z-index: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #E6E2E4;
    border-radius: 2px;
    outline: none;
    position: relative;
    top: 4px;
    /* margin-left: 10px; */
    margin-right: 10px;
    box-sizing: border-box;
}

.catalogselect-popup label {
    width: 100%;
}



.catalogselect-popup-not label {
	position: relative;
    display: block;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    color: #4F4F4F;
}			
.catalogselect-popup-not input {
	position: absolute;
	top: 5px; 
	left: 8px;
	padding: 0;
}
.catalogselect-popup-not fieldset {
	display: block;
	margin:  0;
	padding: 0;
	border: none;
}
.catalogselect-popup-not fieldset input {
	left: 15px;
}		
.catalogselect-popup-not fieldset label {
	padding-left: 32px;
}		
.catalogselect-popup-not legend {
	display: block;
	margin: 0;
	padding: 5px 8px;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.1;
}
/* Множественный выбор */
.catalogselect-popup-not input[type="checkbox"],
.left-filter input[type="checkbox"] {
    /* background: url(images/catalog/catalogselect-color-one.svg); */
    background-size: contain;
    -webkit-appearance: none;
    z-index: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #E6E2E4;
    border-radius: 2px;
    outline: none;
    position: relative;
    top: 4px;
    margin-left: 10px;
    margin-right: 15px;
    box-sizing: border-box;
    border: 1px solid #9677BF;
}

.catalogselect-popup__color input[type="checkbox"] {
    border: inherit;
}

.catalogselect-popup-not label {
    width: 50%;
}
.catalogselect-popup-not label input:checked ~ .color_text2{
    display: block;
}
.color_text2 {
    display: none;
}

.catalogselect-popup label input:checked ~ .color_text2{
    display: block;
}

.pagination_bottom {
    /* margin-top: 36px; */
    display: flex;
    justify-content: flex-end;
    padding-right: 15px;
}

.pagination_bottom .paginator.ext-pages {
    padding-top: 0;
    padding-bottom: 0;
}

.pagination_bottom div[data-pagination-num] {
    display: inline-flex;
    margin-left: auto;
}

.pagination_bottom .paginator {
    padding: 0;
}

.catalog-sort-select select {
    font-size: 16px;
    font-family: Roboto;
    line-height: 24px;
    color: #4F4F4F;
    width: inherit !important;
    padding-right: 59px !important;
}

.nice-select.catalog-sort-select {
    display: flex;
    align-items: center;
    border: 1px solid #BDBDBD;
    border-radius: 3px;
}

.catalog-header .catalog-sort .current {
    font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
    color: #4F4F4F;
}

.catalog-content {
    position: relative;
}

.preloader {
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    margin-top: 150px;
}

.custom-preloader-rotate {
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background-image: url(images/circle-animate.png);
    background-position: center center;
    animation: circle-rotate 2s linear infinite;
    background-size: cover;
}

.custom-preloader-logo {
    position: absolute;
    top: calc(50% + 1px);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-image: url(images/circle-inner.png);
    background-size: cover;
}

.custom-preloader {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 10;
}

@keyframes circle-rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.product-item-small-card {
    margin-bottom: 30px;
}
/* бежевый */
input[name="_73_3511253703"]{
    background: url(images/catalog/one.png);
    background-size: contain;
    -webkit-appearance: none;
    z-index: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #E6E2E4;
    border-radius: 2px;
    outline: none;
    position: relative;
    top: 4px;
    margin-left: 10px;
    margin-right: 15px;
    box-sizing: border-box;
}
/* Желтый */
input[name="_73_2316230027"]{
    background: url(images/catalog/catalogselect-color-gold.svg);
    background-size: contain;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #E6E2E4;
    border-radius: 2px;
    outline: none;
    position: relative;
    top: 4px;
    margin-left: 10px;
    margin-right: 15px;
    box-sizing: border-box;
}
/* Оранжевый */
input[name="_73_1677769895"]{
    background: url(images/catalog/catalogselect-color-orange.svg);
    background-size: contain;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #E6E2E4;
    border-radius: 2px;
    outline: none;
    position: relative;
    top: 4px;
    margin-left: 10px;
    margin-right: 15px;
    box-sizing: border-box;
}
input[name="_73_319261745"]{
    background: url(images/catalog/catalogselect-color-red.svg);
    background-size: contain;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #E6E2E4;
    border-radius: 2px;
    outline: none;
    position: relative;
    top: 4px;
    margin-left: 10px;
    margin-right: 15px;
    box-sizing: border-box;
}
/* Розовый */
input[name="_73_2790148689"]{
    background: url(images/catalog/catalogselect-color-pink.svg);
    background-size: contain;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #E6E2E4;
    border-radius: 2px;
    outline: none;
    position: relative;
    top: 4px;
    margin-left: 10px;
    margin-right: 15px;
    box-sizing: border-box;
}
/* Фиолетовый */
input[name="_73_342509608"]{
    background: url(images/catalog/catalogselect-color-fiolet.svg);
    background-size: contain;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #E6E2E4;
    border-radius: 2px;
    outline: none;
    position: relative;
    top: 4px;
    margin-left: 10px;
    margin-right: 15px;
    box-sizing: border-box;
}
/* Светло коричневый */
input[name="_73_921786304"]{
    background: url(images/catalog/catalogselect-color-ter.svg);
    background-size: contain;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #E6E2E4;
    border-radius: 2px;
    outline: none;
    position: relative;
    top: 4px;
    margin-left: 10px;
    margin-right: 15px;
    box-sizing: border-box;
}
/* Коричневый */
input[name="_73_1106667350"]{
    background: url(images/catalog/catalogselect-color-brown.svg);
    background-size: contain;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #E6E2E4;
    border-radius: 2px;
    outline: none;
    position: relative;
    top: 4px;
    margin-left: 10px;
    margin-right: 15px;
    box-sizing: border-box;
}
input[name="_73_500958211"]{
    background: url(images/catalog/green.png);
    background-size: contain;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #E6E2E4;
    border-radius: 2px;
    outline: none;
    position: relative;
    top: 4px;
    margin-left: 10px;
    margin-right: 15px;
    box-sizing: border-box;
}
/* Бирюзовый */
input[name="_73_1668118718"]{
    background: url(images/catalog/catalogselect-color-cyan.svg);
    background-size: contain;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #E6E2E4;
    border-radius: 2px;
    outline: none;
    position: relative;
    top: 4px;
    margin-left: 10px;
    margin-right: 15px;
    box-sizing: border-box;
}
/* синий */
input[name="_73_4200868100"]{
    background: url(images/catalog/catalogselect-color-blue.svg);
    background-size: contain;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #E6E2E4;
    border-radius: 2px;
    outline: none;
    position: relative;
    top: 4px;
    margin-left: 10px;
    margin-right: 15px;
    box-sizing: border-box;
}
input[name="_73_4245286173"]{
    background: url(images/catalog/catalogselect-color-white.svg);
    background-size: contain;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #E6E2E4;
    border-radius: 2px;
    outline: none;
    position: relative;
    top: 4px;
    margin-left: 10px;
    margin-right: 15px;
    box-sizing: border-box;
}
input[name="_73_2372082066"]{
    background: url(images/catalog/catalogselect-color-black.svg);
    background-size: contain;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #E6E2E4;
    border-radius: 2px;
    outline: none;
    position: relative;
    top: 4px;
    margin-left: 10px;
    margin-right: 15px;
    box-sizing: border-box;
}
/* Мультицвет */
input[name="_73_1792750741"]{
    background: url(images/catalog/multicor.png);
    background-size: contain;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #E6E2E4;
    border-radius: 2px;
    outline: none;
    position: relative;
    top: 4px;
    margin-left: 10px;
    margin-right: 15px;
    box-sizing: border-box;
}
.catalogselect-popup input[type="checkbox"]:checked:before{
    content: url(images/catalog/catalogselect-color-checked.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    pointer-events: none;
    background: linear-gradient(0deg, #9677BF, #9677BF), linear-gradient(0deg, #932E8B, #932E8B), #2F3033;
    background-position: center center;
    margin-top: 0;
    padding-top: 2px;
    border-radius: 3px;
}

.catalogselect-popup.catalogselect-popup__color input[type="checkbox"]:checked:before{
    background: transparent;
}
.catalogselect-popup-not input[type="checkbox"]:checked:before{
    content: url(images/catalog/catalogselect-color-checked.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    margin-top: 1px;
    margin-left: -1px;
    pointer-events: none;
}
input[name="_73_4245286173"]:checked:before{
    content: url(images/white-check.svg) !important;
}
.catalogselect2 input[type="checkbox"]{
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #E6E2E4;
    border-radius: 2px;
    outline: none;
    position: relative;
    top: 5px;
    margin-left: 10px;
    margin-right: 15px;
    box-sizing: border-box;
}
.catalogselect2 + .catalogselect-popup input[type="checkbox"]:checked:before{
    content: url(images/check.svg);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #9677BF;
    position: absolute;
    border-radius: 2px;
    margin-top: -1px;
    margin-left: -1px;
    pointer-events: none;
}
.catalogselect2 + .catalogselect-popup-not input[type="checkbox"]:checked:before,
.left-filter input[type="checkbox"]:checked:before{
    content: url(images/check.svg);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #9677BF;
    position: absolute;
    border-radius: 2px;
    margin-top: -1px;
    margin-left: -1px;
    pointer-events: none;
}
/* Множественный выбор 2*/
.catalogselect2 {
	position: relative;
	display: inline-block;
    width: 110px;
    height: 40px;
    text-align: left;
    margin-right: 30px;
}
.catalogselect2-control {
	position: relative;
	padding: 0 !important;
}		
.catalogselect2-control select {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding-left: 5px;
	height: 40px;
}
.catalogselect2-over {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
    bottom: 0; 		
    height: 40px;	
	cursor: pointer;
}
.catalogselect2-popup {
	display: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
    width: 320px;
    height: 195px;
    flex-direction: column;
    flex-wrap: wrap;
    height: 195px;
	position: absolute;
	top: 100%;
	left: 0px; 
	border: 1px solid #dadada;
	background: #fff;
	z-index: 9;
	overflow: auto;
	user-select: none;
}	
.catalogselect2 label {
	position: relative;
	display: block;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
    margin-right: 10px;
}			
.catalogselect2-popup input {
	position: absolute;
	top: 5px; 
	left: 8px;
	padding: 0;
}
.catalogselect2-popup fieldset {
	display: block;
	margin:  0;
	padding: 0;
	border: none;
}
.catalogselect2-popup fieldset input {
	left: 15px;
}		
.catalogselect2-popup fieldset label {
	padding-left: 32px;
}		
.catalogselect2-popup legend {
	display: block;
	margin: 0;
	padding: 5px 8px;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.1;
}
/* Множественный выбор 2*/

/* Каталог меню */
.catalog-menu-left-button button {
    border: 0;
    background: #F4F1F9;
    border-radius: 3px;
    width: 172px;
}
.catalog-menu-left-button {
    position: absolute;
    right:-24%;
    top:15%;
    text-align:center;
    transform: rotate(-90deg);
    color: #9677BF;
}
.catalog-menu-right-button button {
    border: 0;
    background: #9677BF;
    border-radius: 3px;
    width: 172px;
}
.catalog-menu-right-button {
    position: absolute;
    display: none;
    left: -8%;
    top:15%;
    text-align:center;
    transform: rotate(90deg);
    color: #FFFFFF;
}
.catalog-menu-level-first a {
    color: rgb(51, 51, 51, 0.8) !important;
}
.catalog-menu-level-second a {
    color: rgb(51, 51, 51) !important;
}
.catalog-variable-width-menu {
    width: 318px;
}
.catalog-variable-width-content {
    width: 318px;
}
/* .catalog-search input {
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #E6E2E4;
    box-sizing: border-box;
    background-image: url(images/catalog-search.svg);   
    background-repeat: no-repeat;
    background-position: 95%;
    outline: none;
    padding-left: 20px;
} */
.catalog-menu {
    border: 1px solid #E6E2E4;
    padding-top: 10%;
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
}
.catalog-menu-header {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
}
.catalog-menu-header-second {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.catalog-menu-header-second:last-child {
    margin-bottom: 40px;
}

.catalog-menu-hor-line hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #9677BF;
    margin: 2.8% 0 5.8% 0;
    padding: 0;
    width: 100%;
}
.catalog-menu-hor-line-second hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #E6E2E4;
    margin: 2.8% 0 5.8% 0;
    padding: 0;
    width: 100%;
}
.catalog-menu-level-first {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    list-style-type: none;
    padding: 0;
}
span.active::after {
    content: url(images/catalog-menu-minus.svg);
    position: absolute;
    display: inline-flex;
    margin-top: -5px;
    right: 13%;
}
span.disabled::after {
    content: url(images/catalog-menu-plus.svg);
    position: absolute;
    margin-top: -2px;
    right: 13%;
}
.catalog-menu-level-second {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    list-style-type: none;
}

.catalog-menu-level-third {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    list-style-type: none;
}

.catalog-menu-level-main, .catalog-menu-level-main ul {
    list-style-type:none;
    margin: 0px;
    padding: 0px;
}
.catalog-menu-level-main ul, span{ 
    text-decoration: none; 
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    /* font-size: 18px;
    line-height: 24px; */
}
.catalog-menu-level-main {
    padding: 5px 0;
}
.catalog-menu-level-first li{
    padding: 3px 0;
}
.catalog-menu-level-first li, .catalog-menu-level-first span{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgb(51, 51, 51, 0.8);
}
.catalog-menu-level-second li, .catalog-menu-level-second span{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    padding: 0 10px;
    color: rgb(51, 51, 51);
}
.catalog-menu-list {
    margin-bottom: 40px;
}
.catalog-menu-inputs-block {
    margin-bottom: 30px;
}
.catalog-menu-inputs input {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    width: 40%;
    height: 40px;
    text-align: center;
    border: 1px solid #BDBDBD;
    box-sizing: border-box;
    border-radius: 3px;
}
.catalog-menu-inputs > p{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.catalog-menu-inputs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.catalog-menu-inputs-block-right {
    display: none;
}
.catalog-menu-input-name-right {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
.catalog-menu-inputs-right input {
    display: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    width: 40%;
    height: 40px;
    text-align: center;
    border: 1px solid #BDBDBD;
    box-sizing: border-box;
    border-radius: 3px;
}
.catalog-menu-inputs-right > p{
    display: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.catalog-menu-inputs-right {
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.viewed-slider-sec .bottom-layer {
    width: 5000px;
    transform: translateX(-50%);
}

.catalog-content-head {
    position: relative;
}

.toggle-catalog-menu {
    position: relative;
}

#toggle-catalog-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 172px;
    height: 24px;
    border: none;
    border-radius: 3px;
    background-color: #F4F1F9;
    position: absolute;
    transform: rotate(270deg);
    transform-origin: bottom right;
    top: 84px;
    left: -174px;
    color: #9677BF;
    font-size: 12px;
    line-height: 14px;
    z-index: 3;
}

#toggle-catalog-btn .tr-bottom,
#toggle-catalog-btn .tr-right {
    display: flex;
    margin-left: 10px;
    margin-top: 2px;
    width: 6px;
    height: 12px;
    background-image: url(images/treyg.png);
    transform: rotate(90deg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#toggle-catalog-btn .tr-bottom {
    display: flex;
}

#toggle-catalog-btn .tr-right {
    display: none;
    background-image: url(images/tr-right.png);
    transform: rotate(90deg);
}

#toggle-catalog-btn.closes {
    background-color: #9677BF;
    color: #fff;
}

#toggle-catalog-btn.open {
    background-color: #F4F1F9;
    color: #9677BF;
}

#toggle-catalog-btn.closes .tr-bottom {
    display: none;
}

#toggle-catalog-btn.closes .tr-right {
    display: flex;
}

#toggle-catalog-btn.open .tr-bottom {
    display: flex;
}

#toggle-catalog-btn.open .tr-right {
    display: none;
}

.disp-b {
    display: flex !important;
}

.filter-close {
    width: 17px;
    height: 17px;
    background: transparent;
    border: unset;
    background-image: url(images/catalog/catalog-right-menu-exit.svg);
    background-size: 17px 17px;
    background-position: center center;
    background-repeat: no-repeat;

}

.catalog-pagination__top div[data-pagination-num] .pag {
    margin-left: 20px;
}
/* Каталог меню */
@media(min-width:992px) {
    .bx-breadcrumb {
        margin-bottom: 40px;
    }
}

@media(max-width:992px) {
    .catalog-top-bar-checkbox-block input[type=checkbox]#not-fire {
        position: absolute;
        right: 7px;
    }
}

@media(max-width:767px) {
    .catalogselect .catalogselect-over::after,
    .catalogselect2 .catalogselect-over::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 12px;
        width: 12px;
        height: 12px;
        background-image: url(images/catalog-select-plus.svg);
        background-repeat: no-repeat;
        background-position: center;
    }
    .catalogselect4 .catalogselect-over::after {
        content: "";
        display: block;
        position: absolute;
        top: 25%;
        right: 12px;
        width: 12px;
        height: 12px;
        background-image: url(images/catalog-select.svg);
        background-repeat: no-repeat;
        background-position: center;
    }
    .catalogselect4 {
        width: 202px;
    }
    .catalog-content-head hr {
        display: block !important;
    }
    .catalog-sort .catalogselect-popup {
        top: 65%;
        width: 202px;
        left: 30px;
    }
    .catalogselect3 .catalogselect-control select,
    .catalogselect4 .catalogselect-control select {
        height: 30px;
        background: transparent;
        padding-left: 10px;
        border-radius: 2px;
        border: 1px solid #BDBDBD;
    }
    .catalogselect + .catalogselect-popup {
        display: none;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        width: 100% !important;
        height: auto;
        /* width: 355px; */
        width: 400px;
        flex-direction: column;
        flex-wrap: wrap;
        height: 263px;
        position: absolute;
        top: 100%;
        left: 0px; 
        border: 1px solid #dadada;
        background: #fff;
        overflow: auto;
        user-select: none;
        box-shadow: unset;
        padding: 9px;
    }	
    .catalogselect2 + .catalogselect-popup {
        display: none;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        width: 100% !important;
        height: auto;
        /* width: 355px; */
        width: 400px;
        flex-direction: column;
        flex-wrap: wrap;
        height: 263px;
        position: absolute;
        top: 100%;
        left: 0px; 
        border: 1px solid #dadada;
        background: #fff;
        overflow: auto;
        user-select: none;
        box-shadow: unset;
    }	
    .catalogselect + .catalogselect-popup-not {
        display: none;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        width: 100% !important;
        height: auto;
        /* width: 355px; */
        width: 400px;
        flex-direction: column;
        flex-wrap: wrap;
        height: 263px;
        position: absolute;
        top: 100%;
        left: 0px; 
        border: 1px solid #dadada;
        background: #fff;
        overflow: auto;
        user-select: none;
        box-shadow: unset;
    }	
    .catalogselect2 + .catalogselect-popup-not {
        display: none;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        width: 100% !important;
        height: auto;
        /* width: 355px; */
        width: 400px;
        flex-direction: column;
        flex-wrap: wrap;
        height: 263px;
        position: absolute;
        top: 100%;
        left: 0px; 
        border: 1px solid #dadada;
        background: #fff;
        overflow: auto;
        user-select: none;
        box-shadow: unset;
    }	
    .wrap-select-show::after,
    .catalogselect-over::after,
    .catalogselect2-over::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 12px;
        width: 12px;
        height: 12px;
        background-image: url(images/catalog-select.png);
        background-repeat: no-repeat;
        background-position: center;
    }

    /* .clicked::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 12px;
        width: 12px;
        height: 12px;
        background-image: url(images/catalog-select-minus.svg) !important;
        background-repeat: no-repeat;
        background-position: center;
    } */
    .catalogselect-popup label {
        width: 100% !important;
    }
    .wrap-catalog-content {
        margin-bottom: 50px;
    }
    .pagination_bottom div[data-pagination-num] {
        margin-left: 0;
        width: 100%;
    }
    .paginator {
        justify-content: space-around !important;
        width: 100vw !important;
    }
    .pagination_bottom {
        justify-content: center;
        padding: 0;
        margin-top: 30px;
    }
    .pag {
        width: 100vw;
        transform: translateX(0);
    }
    .pagination_bottom div[data-pagination-num] {
        margin-left: 0;
    }
    .pagination_bottom {
        justify-content: center;
    }
    .catalog-content-head hr {
        display: block;
        margin: 10px 0;
    }
    .add-container-class {
        overflow-y: auto;
        overflow-x: hidden;
        position: absolute;
        width: 100%;
        max-width: 100%;
        min-height: 100vh;
        display: flex;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        flex-direction: column;
        right: 0;
        top: 0;
        z-index: 1000;
        padding-bottom: 120px;
        background: #FFFFFF;
    }
    .good-slide {
        margin-top: 0;
    }
    .good-slide-image-text {
        display: none;
    }
    .good-slide-image img {
        width: 100%;
        height: auto;
    }
    .good-slide-text-block {
        padding-left: 0;
    }
    .good-slide-price {
        font-weight: 500;
        font-size: 16px;
        line-height: 18px;
    }
    .good-slide-button {
        position: relative;
        border: 0;
        top: -3px;
        margin-left: 15px;
        background: transparent;
    }
    .good-slide-name {
        font-size: 14px;
        line-height: 16px;
    }
    .good-slide-type {
        font-size: 14px;
        line-height: 16px;
    }
    .good-slide-height {
        display: none;
    }
    .good-slide-density {
        display: none;
    }
    .good-slide {
        border: 0;
    }
    .catalog-top-bar-header {
        padding-left: 15px;
        margin-bottom: 20px;
    }
    .catalog-top-bar-header > h1{
        font-family: Ubuntu;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 28px;
        text-transform: none;
        letter-spacing: 0;
    }
    .catalog-paginator-top {
        display: none;
    }
    .catalog-right-menu {
        overflow-y: scroll;
        flex-shrink: 0;
        position: fixed !important;
        height: 100vh;
        width: 100vw;
        top: 0 !important;
        display: none;
        flex-direction: column;
        flex-wrap: wrap;
        z-index: 1000;;
        right: 0;
        background: #FFFFFF;
    }
    .catalog-right-menu-header {
        display: flex;
        flex-shrink: 0;
        align-items: center;
        height: 60px;
    }

    .catalog-right-menu-header.catalog-right-menu-header-mob {
        height: auto;
        padding-top: 15px;
        padding-bottom: 25px;
    }

    .catalog-right-menu-header-mob > .catalog-right-menu-header {
        height: auto;
    }

    .catalog-right-menu-header p {
        padding: 0;
    }
    .catalog-sort-text {
        display: none;
    }
    .catalog-wrap-pag {
        display: none;
    }
    .catalog-sort {
        width: 100%;
    }
    .catalog-sort select {
        font-size: 14px;
        line-height: 24px;
        width: 210px;
        height: 30px;
    }
    .catalog-sort::after {
        right: 110px;
    }
    .catalog-paginator {
        justify-content: space-between;
    }
    .acatalog-menu-right-button {
        display: none;
    }
    .catalog-top-bar {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        position: absolute;
        max-height: 100vh;
        width: 100%;
        right: 0;
        top: 0;
        z-index: 10;
        background: #FFFFFF;
    }
    .catalog-top-bar-hr hr{
        display: none;
    }
    .catalog-top-bar-prices-inputs {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .catalog-top-bar-prices-inputs > p { 
        margin-bottom: 0;
    }
    .catalog-top-bar-price-block input {
        font-size: 16px;
        line-height: 24px;
        width: 45%;
        /* max-width: 115px; */
        height: 40px;
        border-radius: 3px;
        background: #F9F9F9;
    }
    .catalog-top-bar-price-block > p{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;
        margin-right: 10px;
    }
    .catalog-top-bar-price-block {
        width: 100%;
        margin-bottom: 10px;
        background: #F9F9F9;
        border-radius: 2px;
        padding: 6px 10px;
        margin-right: 0;
    }

    .catalog-top-bar-price-block.catalog-top-bar-price-block-column {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .catalog-top-bar-price-block.catalog-top-bar-price-block-column input {
        max-width: 105px;
    }

    .catalog-top-bar-price-block.catalog-top-bar-price-block-column .catalog-top-bar-prices-inputs {
        justify-content: flex-start;
    }

    .catalogselect {
        width: 100%;
        height: 50px;
        margin-right: 0;
        margin-bottom: 10px;
        background: #F9F9F9;
        border-radius: 2px;
    }
    .catalogselect-control select {
        width: 100%;
        height: 50px;
        background: #F9F9F9;
        padding-left: 10px;
        border-radius: 2px;
        border: 0;
    }
    .catalogselect + .catalogselect-popup {
        display: none;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        width: 100% !important;
        height: auto;
        flex-direction: column;
        flex-wrap: wrap;
        position: static;
        border: unset;
        background: #fff;
        overflow: auto;
        user-select: none;
        z-index: 3;
        box-shadow: unset;
        padding: 9px;
    }
    .catalogselect2 + .catalogselect-popup {
        display: none;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        width: 100% !important;
        height: auto;
        flex-direction: column;
        flex-wrap: wrap;
        position: static;
        border: unset;
        background: #fff;
        overflow: auto;
        user-select: none;
        z-index: 3;
        box-shadow: unset;
    }
    .catalogselect + .catalogselect-popup-not {
        display: none;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        width: 100% !important;
        height: auto;
        flex-direction: column;
        flex-wrap: wrap;
        position: static;
        border: unset;
        background: #fff;
        overflow: auto;
        user-select: none;
        z-index: 3;
        box-shadow: unset;
    }
    .catalogselect2 + .catalogselect-popup-not {
        display: none;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        width: 100% !important;
        height: auto;
        flex-direction: column;
        flex-wrap: wrap;
        position: static;
        border: unset;
        background: #fff;
        overflow: auto;
        user-select: none;
        z-index: 3;
        box-shadow: unset;
    }
    .catalogselect-popup input[type="checkbox"] {
        order: 2;
        margin-top: 0;
        top: 0;
        margin-right: 0;
    }
    .catalogselect-popup-not input[type="checkbox"] {
        order: 2;
        margin-top: 0;
        top: 0;
        margin-right: 5px;
    }
    .catalogselect-control {
        margin-bottom: 0;
    }
    .catalogselect-popup label {
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 16px;
        line-height: 19px;
        width: 100% !important;
        padding-top: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #33333349;
        padding-right: 0;
    }
    .catalogselect-popup label:first-child {
        padding-top: 0;
    }
    .catalogselect-popup label:last-child {
        border: unset;
    }
    .catalogselect-popup-not label {
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 16px;
        line-height: 19px;
        width: 100% !important;
        padding-top: 12px;
        padding-left: 10px;
        padding-right: 10px !important;
        padding-bottom: 12px;
        border-bottom: 1px solid #33333349;
    }
    .catalogselect-popup-not label:first-child {
        padding-top: 0;
    }
    .catalogselect-popup-not label:last-child {
        border: unset;
    }
    .catalogselect2 {
        width: 100% !important;
        margin-bottom: 10px;
        margin-right: 0;
        height: 50px;
    }
    .catalogselect2-control select {
        width: 100%;
        height: 50px;
        background: #F9F9F9;
        padding-left: 10px;
        border-radius: 2px;
        border: 0;
    }
    .catalogselect2-popup {
        display: none;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        width: 320px;
        height: 195px;
        flex-direction: column;
        flex-wrap: wrap;
        height: 195px;
        position: absolute;
        top: 100%;
        left: 0px; 
        border: 1px solid #dadada;
        background: #fff;
        z-index: 9;;
    }	
    .catalogselect2 label {
        font-size: 16px;
        line-height: 19px;
    }
    .catalogselect2-popup fieldset {
        display: block;
        margin:  0;
        padding: 0;
        border: none;
    }
    .catalogselect2-popup fieldset input {
        left: 15px;
    }		
    .catalogselect2-popup fieldset label {
        padding-left: 32px;
    }		
    .catalogselect2-popup legend {
        display: block;
        margin: 0;
        padding: 5px 8px;
        font-weight: 700;
        font-size: 1em;
        line-height: 1.1;
    }
    .catalog-top-bar-sort-1::after {
        content: url(images/catalog-select.svg);
        position: absolute;
        right: 61%;
        top: 10px;
    }
    .catalog-top-bar-sort-2::after {
        content: url(images/catalog-select.svg);
        position: absolute;
        right: 45%;
        top: 10px;
    }
    .catalog-top-bar-checkbox-block {
        flex-shrink: 0;
        background: #F9F9F9;
        border-radius: 2px;
        width: 100%;
        margin-bottom: 10px;
    }
    .catalog-top-bar-checkbox-label {
        order: 0;
        font-size: 16px;
        line-height: 24px;
        width: 100%;
        color: #4F4F4F;
        padding: 13px 10px;
    }
    .catalog-top-bar-checkbox-block input {
        order: 1;
        -webkit-appearance: none;
        width: 20px;
        height: 20px;
        border: 1px solid #E6E2E4;
        border-radius: 2px;
        outline: none;
        margin-left: 10px;
        margin-right: 10px;
        box-sizing: border-box;
    }
    .catalog-top-bar-checkbox-block input:checked:before{
        content: url(images/check.svg);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        background: #9677BF;
        position: absolute;
        border-radius: 2px;
        margin-top: -1px;
        margin-left: -1px;
        pointer-events: none;
    }
    .catalog-top-bar-reset {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 24px;
        color: #9677BF;
        border-radius: 0;
        border: 1px solid #9677BF;
        background: #FFFFFF;
        height: 40px;
        width: 50%;
        margin-left: 0;
        margin-right: auto;
        border-radius: 0 !important;
    }
    .catalog-top-bar-submit {
        display: block;
        font-size: 15px;
        line-height: 24px;
        height: 40px;
        width: 50%;
        margin-left: 0;
        margin-right: auto;
    }
    .catalog-top-bar-apply {
        display: block;
        color: #FFFFFF;
        background: #9677BF;
        width: 50%;
        margin-left: auto;
    }
    .catalog-buttons-block {
        display: flex;
        flex-shrink: 0;
        width: 100%;
        transform: translateX(-10px);
        position: fixed;
        bottom: 0;
        margin-top: auto;
    }
    .catalog-content {
        padding-left: 25px;
        padding-right: 25px;
    }
    .catalog-header {
        padding: 0 15px;
        margin-bottom: 0;
    }
    .catalog-header-filters {
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
    }
    .catalog-menu-inputs-block-right {
        display: block;
        background: #F9F9F9;
        border-radius: 2px;
        margin-bottom: 10px;
        padding: 12px 10px;
        width: 100%;
    }
    .catalog-menu-inputs-right input {
        display: block;
        font-size: 16px;
        line-height: 24px;
        width: 40%;
        height: 40px;
        background: #F9F9F9;
    }
    .catalog-menu-inputs-right > p{
        display: block;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;
    }
    .catalog-menu-inputs-right {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 70%;
    }
    .catalogselect-popup label:last-child {
        border: unset;
    }

    .custom-preloader {
        position: absolute;
    }
    .custom-preloader .preloader {
        position: absolute;
        top: 200px;
        left: 50%;
        transform: translate(-50%);
        margin-top: 0;
    }

    .wrap_parent__mob {
        display: block;
    }
}
/* @media(max-width:767px) */
@media(min-width:768px) and (max-width: 1024px){
    .catalog-top-bar-header > h1{
        font-family: Ubuntu;
        font-style: normal;
        font-weight: bold;
        text-transform: none;
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 0;
    }
    .catalogselect .catalogselect-over::after,
    .catalogselect2 .catalogselect-over::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 12px;
        width: 12px;
        height: 12px;
        background-image: url(images/catalog-select-plus.svg);
        background-repeat: no-repeat;
        background-position: center;
    }
    .catalogselect4 .catalogselect-over::after {
        top: 10px;
    }
    .catalogselect4 {
        width: 260px;
    }
    .catalog-content-head hr {
        display: block !important;
    }
    .catalog-sort .catalogselect-popup {
        top: 65%;
        width: 260px;
        left: 113px;
    }
    .catalogselect3 .catalogselect-control select,
    .catalogselect4 .catalogselect-control select {
        height: 30px;
        background: transparent;
        padding-left: 10px;
        border-radius: 2px;
        border: 1px solid #BDBDBD;
        background-color: #F9F9F9;;
    }
    /* .clicked::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 12px;
        width: 12px;
        height: 12px;
        background-image: url(images/catalog-select-minus.svg) !important;
        background-repeat: no-repeat;
        background-position: center;
    } */
    .catalogselect + .catalogselect-popup {
        display: none;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        /* width: 355px; */
        width: 400px;
        flex-direction: column;
        flex-wrap: wrap;
        height: 263px;
        position: absolute;
        top: 100%;
        left: 0px; 
        border: 1px solid #dadada;
        background: #fff;
        overflow: auto;
        user-select: none;
        box-shadow: unset;
    }	
    .catalogselect2 + .catalogselect-popup {
        display: none;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        /* width: 355px; */
        width: 400px;
        flex-direction: column;
        flex-wrap: wrap;
        height: 263px;
        position: absolute;
        top: 100%;
        left: 0px; 
        border: 1px solid #dadada;
        background: #fff;
        overflow: auto;
        user-select: none;
        box-shadow: unset;
    }	
    .catalogselect + .catalogselect-popup-not {
        display: none;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        /* width: 355px; */
        width: 400px;
        flex-direction: column;
        flex-wrap: wrap;
        height: 263px;
        position: absolute;
        top: 100%;
        left: 0px; 
        border: 1px solid #dadada;
        background: #fff;
        overflow: auto;
        user-select: none;
        box-shadow: unset;
    }	
    .catalogselect2 + .catalogselect-popup-not {
        display: none;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        /* width: 355px; */
        width: 400px;
        flex-direction: column;
        flex-wrap: wrap;
        height: 263px;
        position: absolute;
        top: 100%;
        left: 0px; 
        border: 1px solid #dadada;
        background: #fff;
        overflow: auto;
        user-select: none;
        box-shadow: unset;
    }	
    .catalogselect-popup label {
        width: 305px !important;
    }
    .wrap-catalog-content {
        margin-bottom: 50px;
    }
    .pagination_bottom div[data-pagination-num] {
        margin-left: 0;
        width: 45%;
    }
    .paginator {
        justify-content: space-around !important;
    }
    .pagination_bottom {
        justify-content: center;
        margin-top: 30px;
    }
    .pag {
        width: 100%;
    }
    .catalog-content-head hr {
        display: block;
        margin-top: 0;
        margin-top: 5px;
        margin-bottom: 20px;
        width: 160vw;
        transform: translateX(-400px);
    }
    .catalog-header {
        margin-bottom: 0;
    }
    .catalog-wrap-pag {
        display: none;
    }
    #toggle-catalog-btn {
        display: none;
    }
    .catalog-content-head {
        position: absolute;
        right: 0;
    }
    .catalog-top-bar-header {
        margin-bottom: 20px;
    }
    .catalog-top-bar-header > p {
        font-size: 24px;
        line-height: 28px;
        text-transform: none;
        letter-spacing: 0;
    }
    .catalog-paginator-top {
        display: none;
    }
    .catalog-right-menu {
        position: fixed !important;
        height: 100vh;
        overflow-y: scroll;
        width: 325px !important;
        display: none;
        flex-direction: column;
        flex-wrap: nowrap;
        z-index: 1000;
        right: 0;
        top: 0;
        background: #FFFFFF;
    }
    .catalog-right-menu-header {
        flex-shrink: 0;
        display: flex;
        height: auto;
        padding-top: 7px;
        padding-bottom: 11px;
    }
    .catalog-sort-text > p{
        font-size: 14px;
        line-height: 24px;
    }
    .catalog-sort select {
        font-size: 14px;
        line-height: 24px;
        width: 260px;
        height: 30px;
    }
    .catalog-sort::after {
        right: 110px;
    }
    .catalog-paginator {
        justify-content: center;
    }
    .acatalog-menu-right-button {
        display: none;
    }
    .catalog-top-bar {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        position: absolute;
        max-height: 100vh;
        width: 325px;
        right: 0;
        top: 0;
        z-index: 10;
        background: #FFFFFF;
    }
    .catalogselect-popup label:first-child {
        padding-top: 10px;
    }
    .add-container-class {
        overflow-y: auto;
        overflow-x: hidden;
        position: absolute;
        width: 325px;
        max-width: 325px;
        display: flex;
        min-height: 100vh;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 120px;
        flex-direction: column;
        right: 0;
        top: 0;
        z-index: 1000;
        background: #FFFFFF;
    }
    .catalog-top-bar-prices-inputs {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .catalog-top-bar-prices-inputs > p { 
        margin-bottom: 0;
        color: #4F4F4F;
    }
    .catalog-top-bar-price-block input {
        font-size: 16px;
        line-height: 24px;
        width: 40%;
        height: 30px;
        border-radius: 3px;
        background: #F9F9F9;
    }
    .catalog-top-bar-price-block > p{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;
        margin-right: 10px;
    }
    .catalog-top-bar-price-block {
        width: 100%;
        margin-bottom: 10px;
        background: #F9F9F9;
        border-radius: 2px;
        padding: 6px 10px;
        margin-right: 0;
    }
    .catalogselect {
        width: 100%;
        height: 50px;
        margin-right: 0;
        margin-bottom: 10px;
        background: #F9F9F9;
        border-radius: 2px;
    }
    .catalogselect-control select {
        width: 100%;
        height: 50px;
        background: #F9F9F9;
        padding-left: 10px;
        border-radius: 2px;
        border: 0;
    }
    .catalogselect + .catalogselect-popup {
        position: static;
        display: none;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        flex-direction: column;
        flex-wrap: wrap;
        position: relative;
        top: -10px;
        left: 0px; 
        border: unset;
        background: #fff;
        overflow: auto;
        user-select: none;
        z-index: 3;
        box-shadow: unset;
    }	
    .catalogselect2 + .catalogselect-popup {
        position: static;
        display: none;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        flex-direction: column;
        flex-wrap: wrap;
        position: relative;
        top: -10px;
        left: 0px; 
        border: unset;
        background: #fff;
        overflow: auto;
        user-select: none;
        z-index: 3;
        box-shadow: unset;
    }	
    .catalogselect + .catalogselect-popup-not {
        position: static;
        display: none;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        flex-direction: column;
        flex-wrap: wrap;
        position: relative;
        top: -10px;
        left: 0px; 
        border: unset;
        background: #fff;
        overflow: auto;
        user-select: none;
        z-index: 3;
        box-shadow: unset;
    }	
    .catalogselect2 + .catalogselect-popup-not {
        position: static;
        display: none;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        flex-direction: column;
        flex-wrap: wrap;
        position: relative;
        top: -10px;
        left: 0px; 
        border: unset;
        background: #fff;
        overflow: auto;
        user-select: none;
        z-index: 3;
        box-shadow: unset;
    }	
    .catalogselect-popup label:last-child {
        border: unset;
    }
    .catalogselect-popup input[type="checkbox"] {
        margin-top: 0;
        order: 2;
        top: 0;
        margin-right: 0;
    }
    .catalogselect-popup label {
        padding-top: 12px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 16px;
        line-height: 19px;
        margin-left: 2.5%;
        width: 305px !important;
        padding-bottom: 12px;
        margin-bottom: 0;
        border-bottom: 1px solid #33333349;
        margin: 0;
        padding-left: 10px;
        padding-right: 10px;
    }			
    .catalogselect-popup-not label:last-child {
        border: unset;
    }
    .catalog-right-menu {
        overflow-x: hidden !important;
    }
    .catalogselect-popup-not input[type="checkbox"] {
        margin-top: 0;
        order: 2;
        top: 0;
        margin-right: 5px;
    }
    .catalogselect-popup-not label {
        padding-top: 12px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 16px;
        line-height: 19px;
        margin-left: 2.5%;
        width: 305px !important;
        padding-bottom: 12px;
        margin-bottom: 0;
        border-bottom: 1px solid #33333349;
        margin: 0;
        padding-left: 10px;
        padding-right: 10px;
    }			
    .catalogselect-popup-not label:last-child {
        border: unset;
    }
    .catalogselect2 {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
        height: 50px;
    }
    .catalogselect2-control select {
        width: 100%;
        height: 50px;
        background: #F9F9F9;
        padding-left: 10px;
        border-radius: 2px;
        border: 0;
    }
    .catalogselect2-popup {
        display: none;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        width: 100%;
        flex-direction: column;
        flex-wrap: wrap;
        height: auto;
        position: static;
        border: 1px solid #dadada;
        background: #fff;
        z-index: 9;;
    }	
    .catalogselect2 label {
        font-size: 16px;
        line-height: 19px;
        margin-left: 2.5%;
        width: 95%;
        padding-bottom: 10px;
        border-bottom: 1px solid #33333349;
    }
    .catalogselect2-popup fieldset {
        display: block;
        margin:  0;
        padding: 0;
        border: none;
    }
    .catalogselect2-popup fieldset input {
        left: 15px;
    }		
    .catalogselect2-popup fieldset label {
        padding-left: 32px;
    }		
    .catalogselect2-popup legend {
        display: block;
        margin: 0;
        padding: 5px 8px;
        font-weight: 700;
        font-size: 1em;
        line-height: 1.1;
    }
    .catalog-top-bar-sort-1::after {
        content: url(images/catalog-select.svg);
        position: absolute;
        right: 61%;
        top: 10px;
    }
    .catalog-top-bar-sort-2::after {
        content: url(images/catalog-select.svg);
        position: absolute;
        right: 45%;
        top: 10px;
    }
    .catalog-top-bar-checkbox-label {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
        color: #4F4F4F;
        background: #F9F9F9;
        border-radius: 2px;
        padding: 13px 10px;
    }
    .catalog-top-bar-checkbox-block {
        background: #F9F9F9;
        border-radius: 2px;
        width: 100%;
        margin-bottom: 10px;
    }
    .catalog-top-bar-checkbox-block input[type=checkbox] {
        order: 3;
        -webkit-appearance: none;
        width: 20px;
        height: 20px;
        border: 1px solid #E6E2E4;
        border-radius: 2px;
        outline: none;
        position: relative;
        margin-left: 10px;
        margin-right: 10px;
        box-sizing: border-box;
    }
    .catalog-top-bar-checkbox-block input[type=checkbox]:checked:before{
        order: 1;
        content: url(images/check.svg);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        background: #9677BF;
        position: absolute;
        border-radius: 2px;
        margin-top: -1px;
        margin-left: -1px;
        pointer-events: none;
    }
    .catalog-top-bar-reset {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #9677BF;
        border-radius: 0 !important;
        border: 1px solid #9677BF;
        background: #FFFFFF;
        height: 40px;
        width: 50%;
        margin-left: 0;
        margin-right: auto;
    }
    .catalog-top-bar-submit {
        display: block;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        height: 40px;
        width: 50%;
        margin-left: 0;
        margin-right: auto;
    }
    .catalog-top-bar-apply {
        display: block;
        color: #FFFFFF;
        background: #9677BF;
        width: 50%;
        margin-left: auto;
    }
    
    .catalog-buttons-block {
        display: flex;
        width: 325px;
        transform: translateX(-10px);
        position: fixed;
        bottom: 0;
        margin-top: auto;
    }
    .catalog-header-filters {
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
    }
    .catalog-menu-inputs-block-right {
        display: block;
        background: #F9F9F9;
        border-radius: 2px;
        margin-bottom: 10px;
        padding: 12px 10px;
    }
    .catalog-menu-inputs-right input {
        display: block;
        font-size: 16px;
        line-height: 24px;
        width: 40%;
        height: 40px;
        background: #F9F9F9;
    }
    .catalog-menu-inputs-right > p{
        display: block;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;
    }
    .catalog-menu-inputs-right {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 70%;
    }
    .catalog-top-bar-hr hr{
        display: none;
    }
    .good-slide-image img {
        width: 100%;
        height: 208px;
    }
    .good-slide-text-block {
        padding-left: 0;
    }
    .good-slide-price {
        font-weight: 500;
        font-size: 16px;
        line-height: 18px;
    }
    .good-slide-button {
        position: relative;
        border: 0;
        top: -3px;
        margin-left: 15px;
        background: transparent;
    }
    .good-slide-name {
        font-size: 14px;
        line-height: 16px;
    }
    .good-slide-type {
        font-size: 14px;
        line-height: 16px;
    }
    .good-slide-height {
        display: none;
    }
    .good-slide-density {
        display: none;
    }
    .good-slide {
        border: 0;
    }

    .catalogselect.catalogselect__design {
        width: 100%;
    }
    .catalog-top-bar-price-block-column__mob {
        display: flex;
        flex-direction: column;
        padding: 13px 10px;
    }

    .catalog-top-bar-price-block-column__mob p {
        width: 100%;
        margin: 0;
        margin-bottom: 8px;
        padding: 0;
    }
}
@media(min-width: 1025px) {
    .clicked-form {
        color: #ffffff !important;
        background: linear-gradient(0deg, #9677BF, #9677BF), linear-gradient(0deg, #932E8B, #932E8B), #2F3033 !important;
    }
}

.catalog-top-bar-prices-inputs input[type="text"]:disabled,
.left-filter input[type="text"]:disabled {
    background-color: #E6E2E4 !important;
}

.catalogselect-popup__color input[type="checkbox"]:disabled,
.catalogselect-popup_design input[type="checkbox"]:disabled,
.catalog-top-bar-checkbox-block input[name="catalog-top-bar-checkbox"]:disabled,
.left-filter input[type="checkbox"]:disabled,
.mob-catalog-filter input[type="checkbox"]:disabled,
#not-fire:disabled {
    background: url('.//images/disabled-icon.png') rgba(51, 51, 51, 0.4) center center;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    border-color: #E6E2E4;
}

.catalogselect-popup__color input[type="checkbox"]:disabled:before,
.left-filter input[type="checkbox"]:disabled:before {
    display: none;
}

.left-filter__list {
    padding: 0 20px;
    list-style: none;
}

.left-filter__label {
    display: flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 19px;
    color: #4F4F4F;
}

.left-filter__label  input[type="checkbox"] {
    margin: 0;
    top: 0;
    margin-right: 10px;
}

/* .categories_item__title.active::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
} */

.categories_item__title:before {
    /* content: ''; */
    /* position: relative !important; */
}

.categories_item__title[data-open='1'] > a {
    pointer-events: none;
}

.left-filter__item .left-filter__label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 18px;
    line-height: 24px;
    color: #4f4f4f;
}

.left-filter__item .left-filter__label span {
    margin-bottom: 5px;
}

.left-filter__item .left-filter__label .wrap_catalogselect {
    position: relative;
}

.left-filter__item .left-filter__label .catalogselect,
.left-filter__item .left-filter__label .wrap_catalogselect {
    margin-right: 0;
    width: 100%;
}

.wrap_catalogselect .catalogselect-popup {
    left: 0;
    right: 0;
    top: 100%;
    height: auto;
}

.wrap_catalogselect .catalogselect_item label {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.textline-popup .catalogselect_item .catalogselect_text {
    margin: 0;
}

.textline-popup {
    max-height: 190px;
    min-height: 190px;
}

.wrap-left-filter_input {
    display: flex;
    justify-content: space-between;
}

.wrap-left-filter_input input {
    width: 116px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    height: 40px;
    text-align: center;
    border: 1px solid #BDBDBD;
    box-sizing: border-box;
    border-radius: 3px;
}

span.left-filter__text {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #4f4f4f;
    margin-bottom: 5px;
}

.mdash {
    display: inline-flex;
    align-items: center;
}

.left-filter__item:not(:last-child) {
    margin-bottom: 30px;
}

.catalogselect-popup.catalogselect-popup__color.open,
.catalogselect-popup.catalogselect-popup_design.open {
    display: flex !important;
    flex-direction: row;
    left: 0;
    top: calc(100% + 15px);
    width: 450px;
    height: auto;
    padding: 9px;
    border-radius: 3px;
}

.catalogselect-popup.catalogselect-popup__color.open label,
.catalogselect-popup.catalogselect-popup_design.open label {
    width: 50%;
    margin-bottom: 10px;
}

.catalogselect-popup.catalogselect-popup__color.open label input,
.catalogselect-popup.catalogselect-popup_design.open label input {
    margin-top: 0;
}

.mob-catalog-filter {
    display: none;
}

#sticky-menu {
    /* border: 1px solid red; */
    flex-direction: column;
    align-items: flex-start;
}

.vis-select__title {
    font-size: 14px;
    line-height: 24px;
    color: #828282;
}

.vis-select__item {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    font-size: 14px;
    line-height: 24px;
    color: #828282;
}

.vis-select__close {
    position: relative;
    display: inline-flex;
    width: 12px;
    height: 12px;
    /* background-image: url('./images/close-top-filter.svg'); */
    background-size: contain;
    cursor: pointer;
    margin-left: 5px;
}

.vis-select__item .separator {
    margin-left: 4px;
    margin-right: 4px;
}

.vis-select__item:last-child .separator {
    display: none;
}

.wrap_vis-select {
    padding-bottom: 10px;
}

.wrap_vis-select:not(:last-child) {
    margin-right: 20px;
}

.vis-select__close:after,
.vis-select__close::before {
    content: '';
    position: absolute;
    transform-origin: center center;
    top: 50%;
    height: 1px;
    background: linear-gradient(0deg, #9677BF, #9677BF), linear-gradient(0deg, #932E8B, #932E8B), #2F3033;
    width: 100%;
}

.vis-select__close:after {
    transform: rotate(45deg);
}

.vis-select__close:before {
    transform: rotate(135deg);
}

.vis-select__left-filter {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* padding-bottom: 10px; */
}

.vis-select__left-filter.mob {
    display: none;
}

@media(max-width:1200px){
    .wrap-left-filter_input input{
        width: 70px;
    }
}

@media(max-width: 1024px) {
    .mob-catalog-filter {
        display: block;
    }
    
    .catalogselect-popup.catalogselect-popup__color.open,
    .catalogselect-popup.catalogselect-popup_design.open {
        padding: 0;
    }

    .catalogselect .catalogselect-over.mob-toggle::after {
        background-image: url(images/catalog-select-minus.svg); 
    }

    .btn-clear {
        display: none;
    }

    .vis-select__left-filter.mob {
        display: flex;
    }

    .catalogselect-popup.catalogselect-popup__color .wrap_apply-filter button,
    .catalogselect-popup.catalogselect-popup_design .wrap_apply-filter button {
        display: none;
    }
}

@media(max-width: 1024px) and (min-width: 767px) {
    .vis-select__left-filter.mob .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media(max-width: 767px) {
    .catalogselect-popup.catalogselect-popup__color.open,
    .catalogselect-popup.catalogselect-popup_design.open {
        padding: 9px;
    }

    .vis-select__left-filter.mob {
        padding: 0 15px;
    }

    .catalogselect.catalogselect__design {
        width: 100%;
    }

    #not-fire {
        margin-left: 10px;
    }
}

.not-fire__block {
    display: inline-flex;
    align-items: flex-end;
    font-family: 'Ubuntu';
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: #EB5757;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.not-fire__icon {
    display: inline-block;
    width: 14px;
    height: 17px;
    background-image: url('./images/not-fire_icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 5px;
}

/* .catalogselect_list.custom-scroll .mCustomScrollBox {
    margin-right: 11px;
    border-right: 1px solid #BDBDBD;
} */

.catalogselect_list.custom-scroll .mCSB_draggerRail {
    border-left: 1px solid #BDBDBD !important;
}

.catalogselect-popup.textline-popup {
    box-shadow: none;
    border: 1px solid #BDBDBD;
    margin-top: -2px;
}

.catalogselect-popup.textline-popup + .wrap_apply-filter {
    display: none !important;
}

.catalogselect-popup.textline-popup.open + .wrap_apply-filter {
    width: 100%;
    display: block !important;
    position: absolute !important;
    top: calc(100% + 188px) !important;
    border-radius: 0px 0px 5px 5px;
    z-index: 9;
}

.catalogselect-popup.catalogselect-popup__color .wrap_apply-filter,
.catalogselect-popup.catalogselect-popup_design .wrap_apply-filter {
    display: flex;
    justify-content: center;
    width: 100%;
}

.catalogselect-popup.catalogselect-popup__color .wrap_apply-filter button,
.catalogselect-popup.catalogselect-popup_design .wrap_apply-filter button {
    border-radius: 0;
    width: 255px;
    margin-top: 5px;
    border-radius: 7px;
}

.wrap_apply-filter button {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: #9677BF;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    z-index: 999;
    font-weight: normal;
    border-radius: 0px 0px 5px 5px;
    transition: background 0.3s;
}

.wrap_apply-filter button:hover,
.wrap_apply-filter button:focus,
.wrap_apply-filter button:active {
    border: 1px solid #9677BF;
    color: #9677BF;
    background-color: #fff;
}

.product-detail.row .bx-breadcrumb {
    margin-bottom: 40px;
    margin-top: 11px;
}

.container-block-seo-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: -1000px;
    margin-right: -1000px;
    background-color: #F5F5F5;
    padding-top: 60px;
    padding-bottom: 80px;
}

.wrap-block-seo-text {
    width: 1280px;
}

.block-seo-text {
    position: relative;
    max-height: 390px;
    overflow: hidden;
    word-wrap: break-word;
}

.block-seo-text b {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
}

.block-seo-text.open {
    height: 100%;
    max-height: inherit;
}

.block-seo-text.open:before {
    display: none;
}

.block-seo-text:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(245, 245, 245, 0) 0%, #F5F5F5 100%);
    height: 375px;
}

.block-seo-text.closed::before {
    background: none;
}

.block-seo__btn {
    background-color: transparent;
    border: 1px solid #9677BF;
    color: #9677BF;
    font-weight: 500;
    border-radius: 3px;
    width: 200px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    margin-top: 48px;
}

.block-seo__btn:hover,
.block-seo__btn:focus {
    color: #fff;
    background-color: #9677BF;
}

.stock-wrapper{
    margin: 20px 0;
}

.stock-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sublinks {
    line-height: 120%;
    margin-top: 30px;
    margin-bottom: -20px;
}

.sublinks a {
    border: 1px solid #b3b3b3;
    border-radius: 7px;
    transition: all .5s;
    text-align: center;
    color: #6f6f6f;
    background: #fff;
    margin: 0 10px 13px 0;
    padding: 7px 11px;
    display: inline-block;
    font-size: 92%;
}

.sublinks a:hover {
    border: 1px solid #9677BF;
    color: white;
    background-color: #9677BF;
}
