body{
	background: #F1F6FA;
}
.tovars_header{
	font-family: "Roboto";
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #333333;
	position: relative;
	margin: 35px 0;
}
.tovars_header:before{
	position: absolute;
	content: '';
	bottom: -30%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 5px;
	width: 150px;
	background-color: #5BBA47;
}
.tovar_nav_btn{
	font-size: 12px;
	font-family: 'Roboto Condensed';
	font-weight: 300;
	color: #333333;
	border: 1px solid #1746BE;
	box-sizing: border-box;
	border-radius: 3px;
	padding: 5px;
	transition: .4s;
	cursor: pointer;
	user-select: none;
}

.tovar_nav_btn.active{
	background: #1746BE;
	border: 1px solid #1746BE;
	box-sizing: border-box;
	border-radius: 3px;
	color: #fff;
}

.header__nav {
	background: #1746BE;
	padding-top: 0;
}

.neader-menu-list{
	display: flex;
}
.neader-menu-list li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.neader-menu-list li a{
	display: inline-block;
	padding: 10px 20px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	color: #FFFFFF;
	position: relative;
}
.neader-menu-list li a::before{
	position: absolute;
	content: '';
	bottom: 0%;
	left: 50%;
	height: 5px;
	width: 75%;
	background-color: #5BBA47;
	transform: translate(-50%, -50%) scale(0);
	transform-origin: left right;
	transition: all .3s ease;
	border-radius: 3px;
}
.neader-menu-list > li > a:hover::before{
	transform-origin: right left;
	transform: translate(-50%, -50%) scale(1);
}

.uk-navbar{background:#fff;box-shadow:0px 4px 30px rgb(0 0 0 / 10%)}
#nav-top .uk-navbar-nav > li > a {
    color: #555555;
    padding: 0 35px;
}
.uk-button-text::before {
    bottom: 20px !important;
    border-bottom: 2px solid #5BBA47 !important;
}
@media only screen and (min-width: 768px){
	.winner_slider_control::-webkit-slider-thumb {
	  width: 66%;
	}

	.winner_slider_control::-moz-range-thumb {
	  width: 66%;
	}
	.header_menu_mob{
		display: none;
	}
	.lang_switch span{
		background: transparent;
	}
	.lang_switch>span:nth-child(2){
		left: 50px;
	}
	.lang_switch:hover > span:nth-child(2){
		transform: translateY(calc(100% + 5px));
		/*z-index: 3;*/
		opacity: 1;
	}
	.tovar_nav_btn {
    	font-size: 16px;
    	padding: 5px 10px;
	}

	.tovars_images{
		grid-template-columns: repeat(3, 1fr);
	}
}
@media only screen and (min-width: 992px) {
	.blog__content{
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 50px;
		align-items: end;
	}
	.blog__articles-item>h3{
		font-size: 1rem;
	}
	.fz-title{
		font-size: 36px;
	}


	.tovars_images{
		margin: 25px 0;
	}
}
@media only screen and (min-width: 567px) {
	.uk-button-text::before{
		display: none;
	}
}
.layout_with_filter{
	max-width: 1320px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin: auto;
}
.filter_wrap{
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
	z-index: 12;
	float: left;
}
.filter{
	width: 220px;
	margin-right: 30px;
	margin-left: 30px;
	font-family: 'Roboto';
}
.filter_btn{
	display: none;
}
.tovarka_section{
	margin-left: 280px;
}
.product-thumb{
	transition: 0.2s opacity ease-in-out;
}
.range_wrap{
	margin-left: 0;
	padding: 0;
}
.range_filter{
	position: relative;
	margin: 0 30px;
}
.filter_price{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 30px;
}
.filter_price > input[type='text']{
	width: 30%;
	background: #D7DFFF;
	border-radius: 2px;
	border: none;
	height: 30px;
	font-size: 16px;
	padding-left: 5px;
}
.filter_price > input[type='button'] {
	width: 20%;
	background: #F53E3C;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
	border-radius: 2px;
	border: none;
	outline: none;
	height: 30px;
	font-size: 16px;
	margin-left: 10px;
	color: #fff;
	font-family: inherit;
}
.range_filter-center{
	height: 2px;
	width: 100%;
	margin: 20px 0;
	background-color: #FFDFDF;
}
.range_filter button{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: none;
	background-color: #F53E3C;
}
.range_filter button:focus,
.range_filter button:active{
	outline: none;
}
#range_bigger{
	right: 0;
}


.category, .range_wrap, .brand{
	background: #FFFFFF;
	border-radius: 4px;
}
.filter_title{
	font-weight: bold;
	font-size: 18px;
	color: #333;
	padding: 15px 30px;
	border-bottom: solid #D7DFFF 1px;
	position: relative;
	cursor: pointer;
}
.list_brand{
	list-style-type: none;
	padding: 15px 30px 30px;
	margin-top: 0;
	margin-bottom: 40px;
}

.filter .form_input__check .form_input__check-checkmark::before{
	background: #D7DFFF;
	border-radius: 2px;
	border: none;
	top: -2px;
}
.filter .form_input__check input:checked + .form_input__check-checkmark::before{
	background: #F53E3C;
}
.filter .form_input__checkbox input:checked + .form_input__check-checkmark::after {
	border: 3px solid #FFF;
	border-top-color: transparent;
  	border-left-color: transparent;
    top: -4px;
    /* border-radius: 3px; */
    width: 5px;
    height: 14px;
}
.range_wrap .filter_title_btn,
.brand .filter_title_btn,
.category .filter_title_btn{
	content: "";
	position: absolute;
	right: 30px;
	height: 12px;
	width: 12px;
	top: 50%;
	transition: .5s;
	transform-origin: 75% 75%;
	transform: translate(0, -55%) rotate(45deg);
	border-bottom: solid 2px #333;
	border-right: solid 2px #333;
	cursor: pointer;
}
.range_wrap.active .filter_title_btn,
.category.active .filter_title_btn,
.brand.active .filter_title_btn{
	transform: translate(0, -55%) rotate(45deg) scale(-1, -1);
}
.list_brand, .filter_price_holder{
	transition: .5s;
	max-height: 0;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
	overflow: hidden;
}

.range_wrap.active .filter_price_holder,
.brand.active .list_brand,
.category.active .list_brand{
	max-height: 500px;
	padding-top: 15px;
	padding-bottom: 30px;
}
.range_wrap.active .filter_price_holder{
	padding-bottom: 15px;
}
@media (max-width: 1399px){
	.layout_with_filter{
		max-width: 1140px;
	}
}
@media (max-width: 1199px){
	.layout_with_filter{
		max-width: 960px;
	}
}
@media (max-width: 991px){
	.layout_with_filter{
		flex-wrap: wrap;
		display: flex;
		max-width: 720px;
	}
	.tovarka_section{
		margin-left: 0;
		margin-top: 60px;
	}
	.filter_wrap{
		width: 100%;
		top: 0;
	}
	.filter_wrap::before{
		content: '';
		background-color: transparent;
		transition: .5s background-color ease-in-out;
	}
	.filter_wrap.active::before{
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: -300px;
		background-color: rgba(0,0,0,.5);
	}
	.filter{
    width: 320px;
		position: fixed;
		left: -150%;
		top: 45px;
		transition: left .5s ease-in-out;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 15px;
		display: grid;
		grid-template-columns: 1fr;
		background: #fff;
	}
	.filter.active{
		left: 0;
	}
	.filter_btn{
    border: none;
    font-weight: 700;
    font-size: 18px;
    margin: 0 auto;
		padding: 10px 0;
    display: block;
    cursor: pointer;
		background: #fff;
		width: 100vw;
		top: 0;
		left: 0;
		z-index: 7;
    position: sticky;
	}
	.list_brand{
		margin-bottom: 0;
	}
}
@media (max-width: 767px){
	.layout_with_filter{max-width:540px;justify-content:center}
	.filter{
		margin-top: 0;
	}
	.tovarka{
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}