/* 16.10.2019 */


.search-result {
	margin-bottom: 0;
	padding: 0 15px;
}
.section_item {
	display: flex;
}
.section_item:before,
.section_item:after {
	display: none;
}
.section_item__link {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}
.section_item__img {
	position: relative;
	float: left;
	width: 100%;
}
.section_item__img > span {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: flex-end;
}
.section_item__link > .section_item__img > span > img {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	max-width: 100%;
	max-height: 160px;
}
.section_item__link:hover > .section_item__img > span > img {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.section_item__name {
	display: flex;
	align-items: flex-start;
	padding: 0;
}
.section_item__name p {
	display: none;
}
.section_item__link > .section_item__name > h3 {
	text-align: center;
	text-transform: uppercase;
	color: #16A085;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	width: 100%;
}

.section_item__link:hover > .section_item__name > h3 {
	text-decoration: underline;
}
.catalog_section__cont {
	margin-top: -15px;
	margin-bottom: 10px;
}


.new_menu .panel-primary > .panel-heading.red,
.new_menu .panel-primary > .panel-heading.active.red,
.new_menu .panel-primary > .panel-heading.red:hover {
    background: linear-gradient(to right, #a01616, #a84d4d);
}
.new_menu .panel-primary > .panel-heading.red a,
.new_menu .panel-primary > .panel-heading.red.active a {
    color: #fff;
}

.btn {
	border-radius: 0;
}
.btn:active, .btn.active {
	box-shadow: none;
}
.popup-window {
	padding: 0;
}



a.eshop-product {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	border: 1px solid #16A085;
	margin-bottom: 0;
}
.eshop-product__list,
.eshop-product__item {
	display: flex;
	flex-wrap: wrap;
}
.eshop-product__item {
	margin-bottom: 30px;
}
.eshop-list .eshop-product__item .row >:first-child {
	padding: 0 13px;
}
.eshop-list .eshop-product__item .row {
	width: 100%;
	margin: 0;
}
.eshop-list .eshop-product__item .row{
	padding: 0;
}
.eshop-list .eshop-product__item h3 {
	color: #16A085;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 8px;
	margin-bottom: 0;
	font-weight: normal;
	line-height: 1.2;
}
.eshop-list .eshop-product__item h2 {
	color: #16A085;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.2;
}
.eshop-list .eshop-product__content {
	color: #555;
	font-size: 12px;
	line-height: 1.2;
	margin-bottom: 10px !important;
}
.eshop-list .row.eshop-product__footer {
	padding-bottom: 0;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.eshop-list .row.eshop-product__footer:before,
.eshop-list .row.eshop-product__footer:after {
	display: none;
}

.eshop-list .eshop-product__item .product-price {
	border: 0;
    padding: 0;
    margin: 0;
}

.eshop-product__btn {
	position: relative;
	float: right;
}
.eshop-product__btn span.knopochka {
	background: #16A085;
	color: #fff;
	height: 33px;
	line-height: 34px;
	font-size: 17px;
	padding: 0 18px 0 10px;
	position: relative;
	float: right;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: 600;
}
.eshop-product__btn span.knopochka > span {
	position: relative;
	z-index: 2;
}
.eshop-product__btn span.knopochka:after {
	content: " ";
	position: absolute;
	width: 50%;
	top: 0;
	left: -18px;
	bottom: 0;
	background: #16A085;
	z-index: 1;
	transform: skewX(-38deg);
}

.eshop-list .eshop-product__content table {
	width:100%;
	margin-top:18px;
	font-weight: 600;
	letter-spacing: -.5px;
}
.eshop-list .eshop-product__content table tr td {
	padding:2px 4px;
	color: #383838;
}
.eshop-list .eshop-product__content table tr td:first-child {
	border-bottom: 1px solid #4e4e4e;
	border-right: 1px solid #4e4e4e;
}
.eshop-list .eshop-product__content table tr td:last-child {
	text-align: center;
	border-bottom: 1px solid #4e4e4e;
	padding:4px 8px;
}

.eshop-list .eshop-product__content table tr:last-child td:first-child {
	border-bottom: none;
	border-right: 1px solid #4e4e4e;
}
.eshop-list .eshop-product__content table tr:last-child td:last-child {
	border-bottom: none;
}



.label-success, .panel-success > .panel-heading {
	background: transparent;
	color: #2ECC71;
	padding: 0 !important;
	font-size: 14px;
}

.label-warning, .panel-warning > .panel-heading {
    background: transparent;
	color: #E67E22;
	padding: 0 !important;
	font-size: 14px;
}
#section-features {
	padding: 40px 0 28px 0;
}
#section-features .row > div {
	border: none;
	outline: none;
}
.mobile_banner {
	display: none;
}
.mobile_banner a {
	display: block;
}
.mobile_banner a img {
	display: block;
	width: 100%;
}

.bx-filter-select-popup ul li label {
	height: 38px;
	line-height: 38px;
	font-weight: normal;
	opacity: .6;
	transition: all .3s ease;
}
.bx-filter-select-popup ul li label.selected, .bx-filter-select-popup ul li label:hover {
	background: #fff;
	opacity: 1;
}
.bx-filter-select-popup ul li:hover label {
	opacity: 1;
}
.no_price {
	white-space: nowrap;
	color: #555;
	font-size: 13px;
}
.eshop-product .eshop-product__price {
	display: block;
	width: 50%;
	padding-left: 13px !important;
	padding-right: 0 !important;
	padding-bottom: 13px !important;
}
.eshop-product .eshop-product__price .product-price {
	display: flex;
	width: 100%;
	align-items: flex-end;

}
.eshop-product .product-price .new-price {
	margin-left: 0;
	display: inline-block;
	white-space: nowrap;
	font-size: 18px;
}
.eshop-product .product-price .old-price {
	display: inline;
	white-space: nowrap;
	color: #555;
	font-size: 11px;
	margin-right: 6px;
	margin-bottom: 3px;
}
.eshop-grid .eshop-product .product-status {
	left: 19px;
	top: 9px;
}
.banner_small {
	display: none;
}
.banner_big {
	display: block;
}

.section_seo__block img {
	width: 100% !important;
	height: auto !important;
}
.catalog_section__list {
	/* margin-top: -30px; */
	width: 100%;
	display: block;
}
.catalog_section__row {
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
}
.catalog_section__row .search-result {
	height: 100%;
	display: flex;
	width: 100%;
}

ul.contact-address li {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
ul.contact-address li:last-child {
	margin-bottom: 0;
}
ul.contact-address li i {
	width: 22px;
    display: inline-block;
}

.filter_row__shadow {
	background: url(filter_shadow.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 9px;
	margin-bottom: 26px;
}
.filter_body__container {
	border-left: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	padding-top: 10px !important;
}
.filter_btn__reset {
	float: right;
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
	outline: none;
}


.filter_btn__reset span.knopochka {
	background: #16A085;
	color: #fff;
	height: 33px;
	line-height: 34px;
	font-size: 12px;
	padding: 0 7px 0 0px;
	position: relative;
	float: right;
	text-transform: uppercase;
}
.filter_btn__reset span.knopochka > span {
	position: relative;
	z-index: 2;
}
.filter_btn__reset span.knopochka:after {
	content: " ";
	position: absolute;
	width: 50%;
	top: 0;
	left: -18px;
	bottom: 0;
	background: #16A085;
	z-index: 1;
	transform: skewX(-38deg);
}


.bx-filter-parameters-box-container {
	padding-bottom: 0;
}

.section_block__description {
	display: block;
	margin-bottom: 60px;
	width: 100%;
}
.section_block__description img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}


@media only screen and (max-width : 991px) {
	.navbar-default {
		height: auto;
	}
	.navbar-default .navbar-toggle {
		padding: 0;
		margin: 0;
	}
	.navbar-default .navbar-header {
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.navbar-default .navbar-header:before,
	.navbar-default .navbar-header:after {
		display: none;
	}
	.navbar-default .navbar-header .company_logo {
		margin-bottom: 10px;
		margin-top: 3px;
	}
	.top-header {
		display: flex !important;
		flex-wrap: wrap;
	}
	.top-header .container {
		width: 100%;
	}
	.top-header .brands {
		margin-right: 0;
	}
	
	.product_modals.lis_modal .modal-dialog,
	.product_modals .modal-dialog {
		width: auto;
		margin-top: 50px;

	}
	.product_modals.lis_modal .input_block {
		width: 100% !important;
		text-align: left;
	}
	.product_modals.lis_modal .help_txt {
		text-align: left;
	}
	.product_modals.lis_modal .input_block input, .product_modals.lis_modal .input_block select {
		width: 89%;
	}
	.product_modals .close {
		right: 0;
		top: -50px;
	}
}




@media only screen and (max-width : 768px) {
	.section_item {
		margin-bottom: 20px;
	}
	.section_item__img {
		position: relative;
		float: left;
		width: 100%;
		height: auto;
		padding-top: 0;
	}
	.section_item__img > span {
		position: relative;
		top: auto;
		bottom: auto;
		right: auto;
		left: auto;
		width: 100%;
		float: left;
	}
	.top-header .container .pull-right {
		display: none;
	}
	.jumbotron {
		display: none;
	}
	.mobile_banner {
		display: block;
	}
	.m-title {
		padding-right: 15px;
		padding-left: 15px;
	} 

	.mobile_image {
		width: 100% !important;
		height: auto !important;
	}
	.product_icons {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 50px !important;
	}
	.product_icons > div {
		width: 100% !important;
		margin-bottom: 20px;
		border: none !important;
	}

	.product-tabs>li {
		width: 50%;
	}
	.product-tabs>li:nth-child(3),
	.product-tabs>li:nth-child(4) {
		display: none;
	}
	.tab-content .slider-box {
		display: none;
	}
	#section-partners h2 {
		font-size: 25px;
	}
	.tab-content iframe{
		width: 100%;
	} 

}

@media only screen and (max-width : 480px) { 
	.banner_small {
		display: block;
	}
	.banner_big {
		display: none;
	}

	.top-header .header-item i{
		display: none;
	}

	.no_price {
		white-space: auto;
	}

	.eshop-product .product-price .new-price {
		font-size: 16px;
	}
	.eshop-product__item .eshop-product__price {
		margin-bottom:0;
	}
	
}


.navbar_mobile .cat_link > ul.dropdown-menu {
	display: block !important;
}
.navbar_mobile .cat_link > ul.dropdown-menu > li > ul.dropdown-menu{
	display: block !important;
}


/* 26.05.2021 */
.bx-filter .bx-filter-parameters-box:hover {
	/*background-color: #16A085;
	color: #ffffff;*/
}
/*
.bx-filter .bx-filter-select-block:hover {
	background-color: #16A085;
	color: #ffffff;
}
.bx-filter .bx-filter-select-block:hover .bx-filter-select-text {
	background-color: #16A085;
	color: #ffffff;
}
.bx-filter .bx-filter-select-block:hover .bx-filter-select-arrow {
	background-color: #16A085;
	color: #ffffff;
}
*/
.form-group .select-perpage.form-control {
	display: none;
}
/*
.bx-filter .bx-filter-select-block .bx-filter-select-arrow::after {
	content: "\25b4";
	background-color: #16A085;
	color: #ffffff;
}
*/