.section-title h1{
	font-family: Stem,sans-serif;
	margin: 0 0 1.2em;
	font-weight: 500;
	font-size: 36px;
	letter-spacing: .025em;
	line-height: 1;
	margin-bottom: 15px;
}


.section-title .section-toptext{
	font-size: 14px;
	font-weight: normal;
	font-family: Montserrat,sans-serif;
}

.lazy-load-catalog {
	display: flex;
	justify-content: center;
}
.main-catalog-container{
	display: flex;
	gap: 35px;
	align-items: stretch;
	flex-wrap: wrap;
}
.main-catalog-container-item{
	max-width: calc(25% - 30px);
	width: 100%;
}
body .products__right-wrap{
	display: flex;
	align-items: center;
	gap: 30px;
}
body .compare__sort,body .products__sort{
	margin: 0;
	display: flex;
	align-items: center;
	white-space: nowrap;
}
body .products__sort span{
	width: auto;
}
@media (min-width:1921px) {
	body .catalog{
		max-width: 1920px;
		margin: 0 auto;
	}
}
@media (max-width:1439px) {
	.main-catalog-container{
		gap: 25px;
	}
	.main-catalog-container-item{
		max-width: calc(33% - 15px);
	}
	.products__right-wrap{
		font-size: 14px;
	}
}
@media (max-width:1023px) {
	body .products__right-wrap{
		display: none;
	}
}
@media (max-width:767px) {
	.main-catalog-container{
		gap: 10px;
	}
	.main-catalog-container-item{
		max-width: calc(50% - 5px);
	}
	div.container {
		padding-left: 0;
		padding-right: 0;
	}
}
.field-autocomplete-dropdown li.sel,
.field-autocomplete-dropdown li.selected,
.jq-select-multiple li.sel,
.jq-select-multiple li.selected,
.jq-selectbox__dropdown li.sel,
.jq-selectbox__dropdown li.selected {
	color: #fff!important;
	background: #f6901b
}
.field-autocomplete-dropdown li:focus,
.field-autocomplete-dropdown li:hover,
.jq-select-multiple li:focus,
.jq-select-multiple li:hover,
.jq-selectbox__dropdown li:focus,
.jq-selectbox__dropdown li:hover,
.selectize-dropdown .option.active,
.selectize-dropdown .option.selected {
	background-color: #f6901b;
	color: #fff
}
.jq-selectbox__dropdown {
	padding: 0;
	border: 1px solid #ccc;
	border-radius: 0;
	width: 100%;
	font-size: 15px;
	color: rgba(0, 0, 0, .8);
	background: #fff;
	left: 0;
	right: 0
}
.field-autocomplete-dropdown li,
.jq-select-multiple li,
.jq-selectbox__dropdown li {
	border-width: 0!important;
	padding-top: 8px;
	padding-bottom: 8px;
	height: auto!important;
	line-height: 24px;
	color: inherit;
	-webkit-transition: color .25s;
	transition: color .25s;
	white-space: normal;
	text-align: left;
	cursor: pointer;
	position: relative;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in
}
.jq-select-multiple select,
.jq-selectbox select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0
}
.jq-selectbox__select {
	padding-right: 1.5rem!important;
	width: 100%;
	text-align: left;
	cursor: pointer
}

/*loader animation */
@keyframes mainAnimation {
	0% {
		width: 50px;
		transform: translateX(0px) translateY(0px) rotate(0deg);
	}
	20% {
		width: 50px;
		transform: translateX(0px) translateY(0px) rotate(0deg);
	}
	40% {
		width: 150px;
		transform: translateX(-50px) translateY(0px) rotate(0deg);
	}
	60% {
		width: 150px;
		transform-origin: bottom right;
		transform: translateX(-150px) translateY(0px) rotate(90deg);
	}
	80% {
		width: 50px;
		transform: translateX(-25px) translateY(0px) rotate(90deg);
	}
	100% {
		width: 50px;
		transform: translateX(-50px) translateY(0px) rotate(90deg);
	}
}
@keyframes secundaryAnimation {
	0% {
		transform: translateX(0px) translateY(0px) rotate(0deg);
	}
	20% {
		transform: translateX(0px) translateY(0px) rotate(180deg);
	}
	40% {
		transform: translateX(0px) translateY(0px) rotate(180deg);
	}
	60% {
		transform: translateX(0px) translateY(0px) rotate(0deg);
	}
	80% {
		transform: translateX(0px) translateY(0px) rotate(0deg);
	}
	100% {
		transform: translateX(0px) translateY(0px) rotate(180deg);
	}
}
@keyframes shadowAnimation {
	0% {
		width: 150px;
		transform: translateX(-25px) translateY(0px) rotate(0deg);
	}
	20% {
		width: 75px;
		transform: translateX(37.5px) translateY(0px) rotate(0deg);
	}
	40% {
		width: 200px;
		transform: translateX(-25px) translateY(0px) rotate(0deg);
	}
	60% {
		width: 75px;
		transform: translateX(37.5px) translateY(0px) rotate(0deg);
	}
	80% {
		width: 75px;
		transform: translateX(37.5px) translateY(0px) rotate(0deg);
	}
	100% {
		width: 150px;
		transform: translateX(-25px) translateY(0px) rotate(0deg);
	}
}
@keyframes float {
	0% {
		top: 50%;
	}
	50% {
		top: 51%;
	}
	100% {
		top: 50%;
	}
}
.loader-container{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 100vh;
	display: none;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 111;
}
.loader-block {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	background-color: #f6901b;
	transform: translateX(0px) translateY(0px) rotate(0deg);
	animation: mainAnimation 2.6s ease 0s infinite forwards;
	z-index: 2;
}
.loader-block:after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	left: -50px;
	background-color: #f6901b;
	transform-origin: top right;
	transform: translateX(0px) translateY(0px) rotate(0deg);
	animation: secundaryAnimation 2.6s ease 0s infinite forwards;
}
.shadow-block {
	position: absolute;
	width: 100px;
	height: 10px;
	top: 50%;
	left: 50%;
	margin-top: 50px;
	margin-left: -75px;
	border-radius: 50%;
	background-color: #95a5a6;
	transform: translateX(0px) translateY(0px) rotate(0deg);
	animation: shadowAnimation 2.6s ease 0s infinite forwards, float 5s ease-in-out 0s infinite forwards;
	filter: blur(5px);
	z-index: 1;
}
/*loader animation */
