header .mega-menu .collapse .container{
	height: 34px;
}

/* HOME PRODUCTS START */
.home-products {
	margin: 30px 0 30px;
}

.home-products__row {
	display: flex;
	flex-wrap: wrap;
	/* margin: 0 -15px; */
	gap:30px;
	justify-content:space-between;
}

.home-products__col {
	flex: 0 0 calc(33.3333% - 30px);
	max-widtH: calc(33.3333% - 30px);
	
	/* padding: 0 15px; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.home-products__col.is-hidden, .letter-row.is-hidden {
	display: none;
}

.sidebar-menu.new_cat{
	float: left;
	width: 24.3%;
}

header .navbar-default .navbar-nav li > a{
	border-right: 1px solid #eee;
}

header .navbar-default .navbar-nav li:last-child > a{
	border: 0;
}

.new_filter_prod{
	display: table-cell;
}
.new_filter_prod .list_link_manuf{
	padding-left: 15px;
}
@media (max-width: 991px){
	.new_filter_prod .aroundfilter .smartfilter {
		display: block;
	}
	.new_filter_prod .list_link_manuf{
		padding-left: 0;
	}
}
.new_filter_prod .list_link_manuf li{
	list-style-type: none;
	display: inline-block;
    margin-right: 10px;
}
.new_filter_prod .list_link_manuf li::before{
	content: none;
}
#js-ajaxcatalog .alert-info{
	display: flex;
}

@media screen and (max-width: 1200px){
	.sidebar-menu.new_cat{
		width: 50%;
	}
}

@media screen and (max-width: 767px){
	.home-products__col {
		flex: 0 0 50%;
		max-widtH: 50%;
	}
}

@media screen and (max-width: 575px){
	.home-products__col {
		flex: 0 0 100%;
		max-widtH: 100%;
	}
}

.home-product {
	position: relative;
}

.home-product__header {
	border: 4px solid #0084C9;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 10px;
	cursor: pointer;
	height: 65px;
}

.home-product__logo {
	max-height: 55px;
	width: auto;
}

.home-product__header:hover {
	border-color: #e7e7e7;
}

@media screen and (min-width: 993px) {
	.home-product:hover .home-product__body {
		display: block;
	}
}
.home-product__body {
	padding-top: 10px;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 100%;
	z-index: 50;
	animation: bodyIn 0.25s ease-in-out;
	animation-fill-mode: both;
}

.home-product__list {
	padding: 0;
	margin: 0;
	list-style-type: none;
	border: 4px solid #0084C9;
	padding: 20px;

	border-radius: 25px;
	background: #e7e7e7;
	z-index: 1;
}

.home-product__item:before {
	display: none;
}

.home-product__item--main {
	font-weight: bold;
}
.home-product__item--more {
	display: block;
	margin-top: 10px;
	font-style: italic;
}

.home-product__link {
	text-decoration: underline;
	line-height: 1.5;

}

.home-products__more {
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
}

.home-products__more-btn {
	display: flex;
	min-height: 65px;
	background-color: #0084C9;
	color: white !important;
	text-align: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 5px;
	max-width: 262px;
	border:none;
	color: white;
	font-size: 20px;
	width: 100%;
	text-decoration: none !important;
}

.home-products__more-btn:hover {
	background-color: #0068a0;
}

.home-products__more-btn:active {
	background-color: #00517d;
}

.navbar-collapse.fixed{
	position: fixed!important;
    top: 0px;
    z-index: 1000;
    left: 50%;
    transform: translate(-50%, 0px);
}

@keyframes bodyIn {
	from {
		opacity: 0;
		transform: translate(0,10%);
	}
	to {
		opacity: 1;
		transform: translate(0,0%);
	}
}
/* HOME PRODUCTS END */
.sloganhead{
	position:absolute;
	left:0;
	width:100%;
	margin-top: 5px;
}
.sloganhead div{
	font-weight:400;
	margin-left:15px;
	font-size: 11px;	
}
@media screen and (max-width: 1200px){
	.sloganhead div{
		margin-left:0px;		
	}
}
@media screen and (max-width: 990px){
	.sloganhead div{
		margin-left:31px;
		font-weight: 500;	
	}
	.col .sloganhead.footer{
		position:relative;
		bottom:0px;
	}
	.col .sloganhead.footer div{
		margin-left:6px;		
	}
}

.sloganhead.footer{
	position:absolute;left:0;bottom:-22px;width:100%;
}
.col-lg-3.favandbasket{
	position:relative;
}
.col-lg-3.favandbasket .proizvoditeli{
	position:absolute;
	left:12px;
	bottom:-3px;
	/*display:none;*/
}
@media screen and (max-width: 768px){
	.row .col-lg-3.favandbasket .proizvoditeli{
		display:none;
	}
	
	
}

@media  (min-width: 768px){
	.stocks .row.action .item{
		min-height: 435px;  
		
	}
	.stocks .row.action .item{
		min-height: 395px;  
		
	}

}

@media  (min-width: 1020px){
	.stocks .row.action .item{
		min-height: 435px;  
		
	}

}

.table_overflow {
	width: 100%;
	overflow-y: auto;
}

.head_search_new input{
	height: 32px;
    margin-top: 2px;
	border-width: 1px;
    border-color: rgb(219, 221, 225);
    border-style: solid;
	height: 38px;
}
.head_search_new button{
	background: none;
    display: block;
    position: absolute;
    border: 0;
    width: 33px;
    /*right: 4px;*/
    z-index: 10;
    top: 10px;
}
.head_search_new button img{
	width: 21px;
    height: 21px;
    object-fit: cover;
}
.product_sticker{
    width: fit-content;
    padding: 1px 7px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
	position: absolute;
}
.product_sticker.act{
	background: #ff5963;
}
.product_sticker.hit{
	background: #00aae3;
}
.product_sticker.new{
	background: #00e10f;
}
.arwspoiler:before, .detailtext:after {
	content: '';
	background: url(/local/templates/mshop_default/img/arrow1.svg) no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	position: relative;
	top: 7px;
}
.arwspoiler.active:before, a.detailtext.active:after {
	transform: rotate(180deg);
	top: 0;
}
.arwspoiler:before { left: -7px;}
.arwspoiler:after { right: -7px;}
.element-detail-header .domestic, .products.showcase .domestic {
	position: absolute;
	width: 60px;
	top: 5px;
	left: 5px;
}
.home-product__header .domestic {
	position: absolute;
    width: 35px;
    top: 23%;
    left: 5px;
}
.details .domestic {
	bottom: 147px;
	top: auto;
	width: 100px;
	left: 12px;
}
img.domestic.offerslist {
	width: 100px;
	height: 100px;
	right: 35px;
	left: auto;
}
@media screen and (min-width: 1024px) {
	.details .domestic {
		left: 12px;
	}
}
@media screen and (max-width: 767px) {
	.details .domestic {
		position: static;
	}
}

.home-products__row .letter-row {
	width: 100%;
	color: #3F3F3F;
	font-size: 28px;
	font-weight: 700;
	padding-left: 15px;
	margin-bottom: 10px;
}

.product-sections {
	display: flex;
	flex-wrap: wrap;
	font-family: Roboto, Helvetca, Arial, sans-sarif, serif;
	justify-content: space-between;
}
.product-sections .items {
	width:30%;
	margin-bottom: 20px;
}
.product-sections .item {
	font-size: 18px;
	color: #3F3F3F;
	font-weight: 700;
	line-height: 120%;
	min-height: 60px;
	display: block;
}
.product-sections a.item {
	color: #0084C9;
}
.product-sections a.subitem {
	display: block;
	padding: 5px;
	font-size: 14px;
	color: #3F3F3F;
	font-weight: 400;
}
@media screen and (max-width: 990px) {
	.product-sections .items {
		width: 50%;
	}
}

@media screen and (max-width: 540px) {
	.product-sections .items {
		width: 100%;
	}
}
.topestMenu {
	padding: 0;
	margin: 0;
}

body .pl-0 {
	padding-left: 0;
}
header.color .navbar ul.topestMenu>li {
	background-color: #fff;
	margin-right: 20px;
	display: inline-block;
}

.hitHeader {
	font-family: Roboto;
	font-size: 42px;
	font-weight: 400;
	line-height: 55.99px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000;
	margin-bottom: 71px;
}
.equipHeader {
	color: rgb(62, 62, 64);
	font-family: Roboto;
	font-size: 29px;
	font-weight: 500;
	line-height: 34px;
	letter-spacing: -2%;
	text-align: left;
	margin-bottom:50px;
}
.bzHeader {
	color: rgb(62, 62, 64);
	font-family: Roboto;
	font-size: 42px;
	font-weight: 400;
	line-height: 55.99px;
	letter-spacing: 0%;
	text-align: left;
}


a.showAll {
	color: rgb(0, 132, 201);
	font-family: Roboto;
	font-size: 20px;
	font-weight: 500;
	line-height: 23px;
	letter-spacing: 0%;
	text-decoration: none;
	margin-top: 25px;
	display: block;
	text-align: left;
}
a.showAll:hover {
	text-decoration: underline;
}