.header-wrapper {
	background: url(../img/squaregroup.svg) no-repeat top right 6.25rem;
	/*background-size: 60%;*/
}
#topmenu{
    transition: .5s;
    position:relative;
}
#topmenu > div{
    /*position:absolute;
    top:0;*/
    background:#fff !important; 
    width:100%;
}
#topmenu a{
    /*display: block;
    width: 25%;*/
    text-align: center;
    padding: 3rem 1rem 1rem !important;
    font-size: 1.2rem;
    font-weight: bold;
}
#mse2_mfilter a:hover{
    text-decoration:none;
}
.ms2_product:hover .catalog-brands-item__info {
    display: block;
}
.catalogmin a{
	width: 40px;
	padding: 10px;
}
.catalogmin a svg{
	width: 100%;
}
.catalog-top-centent{
	padding-bottom: 3rem;
}
.catalog-top-centent h1{
	font-family: 'Gotham Pro';
	font-size: 3rem;
	font-weight: 500;
	margin-top: 1rem;
}
form.catalog-sort-form{
	width: 100%;
	margin-top: 2.4rem;
}
form.catalog-sort-form select{
	border: none;
}
.catalog-brands-item{	
	padding: 0 0.5rem 0.5rem;
}
.catalog-brands-item a{
	
	display: block;
	transition: 0.3s;
}
.catalog-brands-item a img{
	max-width: 100%;
}
.catalog-brands-item a:hover{
	box-shadow: 0 4px 4px rgba(0,0,0,0.25);
	border-bottom:2px solid #fff;
}
.catalog-sort-form .select {
	position: relative;
	display: inline-block;
}
.catalog-sort-form .select:after {
	content: url(../img/line.svg);
	padding: 0 15px;
	font-size: 12px;
	position: absolute;
	right: 8px;
	top: 4px;
	z-index: 1;
	text-align: center;
	width: 10%;
	height: 100%;
	pointer-events: none;
	box-sizing: border-box;
}
.catalog-sort-form select {
	padding-right: 25px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.sidebar, .filtermob{
	padding: 1.5rem 1rem;
}
.sidebar h2, .filtermob h2{
	font-size: 2.3rem;
	font-weight: 500;
}
.nameblock{
	font-weight: 500;
	margin: 1rem 0 0;
}
.activeparam{
	margin-bottom: 2.65rem;
}
.filterarea{
	padding-left: 0.5rem;
	font-size: 0.8rem;
	padding-top: 0.8rem;
}
.filterblock label{
	width: 100%;
	margin-bottom: 0.82rem;
}
.custombtnparam{
	padding: 0.5rem;
	background-color:#B4B4B4;
	font-size: 0.7rem;
	margin-top: 0.5rem;
	margin-right: 0.5rem;
	color:#fff;
	border-radius: 2px;
}
.removeparam{
	transform: rotate(45deg);
	font-size: 1.2rem;
	line-height: 0.1;
	vertical-align: middle;
}
.filterarea label{
    display:block;
}

/*checkbox begin*/
.checkbox input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 7px;
}
/*add class filterarea & checkbox__text change on */
.checkbox__text {
	position: relative;
	padding: 0 0 0 35px;
	cursor: pointer;
	font-size:0.9rem;
}
.checkbox__text::before {
	content: '';
	position: absolute;
	top: 0;
	left: 1px;
	width: 1rem;
	height: 1rem;
	border: 1px solid #884d21;
	background: #FFF;
}
.checkbox__text:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 4px;
	width: 0.6rem;
	height: 0.6rem;
	background: #884d21;
	/*box-shadow: inset 0 1px 1px rgba(0,0,0,.5);*/
	opacity: 0;
	transition: .2s;
}
.checkbox input:checked + .checkbox__text:after {
	opacity: 1;
}
/*checkbox checked*/
/*radio buttons begin*/
.radio input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 7px;
}
.radio__text {
	position: relative;
	padding: 0 0 0 35px;
	cursor: pointer;
}
.radio__text:before {
	content: '';
	position: absolute;
	top: -2px;
	left: 1px;
	width: 1rem;
	height: 1rem;
	border: 1px solid #884d21;
	border-radius: 50%;
	background: #FFF;
}
.radio__text:after {
	content: '';
	position: absolute;
	top: 1px;
	left: 4px;
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	background: #884d21;
	/*box-shadow: inset 0 1px 1px rgba(0,0,0,.5);*/
	opacity: 0;
	transition: .2s;
}
.radio input:checked + .radio__text:after {
	opacity: 1;
}

.form-check input{
    display:none;
}
.form-check{
    padding-left: 0.25rem;
    margin-top: 0.5rem;
    font-size: 1rem;
}

/*radio button checked*/
.list-group .card {
	margin-bottom: 15px;
}

.list-group .icon-action {
	margin-top: 5px;
	float: right;
	font-size: 80%;
}
.list-group-item{
	border: none;
}
.list-group .list-group-item .title {
	margin-top: 5px;
	margin-bottom: 12px;
	font-weight: 600;
}
.sidebar .panel-body, .filtermob .panel-body{
	margin-top: 2rem;
}
.sidebar .panel-body .panel-heading, .filtermob .panel-body .panel-headin{
	padding: 0.5rem 0;
}
.sidebar .panel-body h4.panel-title, .filtermob .panel-body h4.panel-title{
	font-size: 1.2rem;
	font-weight: 500;
}

/*catalog-list*/
.catalog-brands-item__descript{
    z-index: 2;
    padding: 1.1rem 0.6rem;
    background-color:#fff;
    width:100%;
}
.itemTitle{
    font-weight: bold;
    color: #242424;
    font-size: 1.4rem;
    line-height: 1;
    padding:1rem 1rem 0;
}
.itemDescr {
    font-size: 0.9rem;
    text-transform: uppercase;
    padding:1rem 1rem 0;
}
.itemArtName{
    font-weight: bold;
}
.catalog-brands-item__descript > .itemDescr{
    padding:0;
}

.catalog-brands-item__info{display:none;}
.catalog-brands-item:hover .catalog-brands-item__info {
    display: block;
}
.catalog-brands-item__descript{border: 2px solid #c4c4c4;border-top:none; box-shadow: 0 2px 2px #c4c4c4;}
#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: bold;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    font-size: 20px;
}
.filters{
    text-align: center;
    padding: 0.5rem;
    background-color: #ead7be;
    width: 60%;
    margin: 0 auto;
    border-radius: 0.3rem;
    font-size: 1.4rem;
}
#mse2_mfilter{
    width: 100%;
    padding: 0;
}
#brandsList{
    width: 100%;
}
.form-group .input-sm{
    width: 65%;
}
.shad {box-shadow:0px 0px 10px rgba(0, 0, 0, 0.25)}
.prodfav {width:98%;display:block;margin:0 auto;height:100%;}
img,iframe{
    max-width:100% !important;
}
.main-content__wrapper p a{color:blue !important; text-decoration:underline !important;}
.main-content__wrapper img, .main-content__wrapper img{display:block; margin:1rem auto;}
.productprice{
    width:50%;
}
.msfavorites{
    border:none;
    text-align:center;
    width:100%;
    display:block;
}
.catalog-brands-item{
    border: 1px solid #c4c4c4;   
}
.catalog-brands-item:hover{
    box-shadow:0px 0px 21px 5px rgba(0,0,0,0.25);
    -webkit-box-shadow:0px 0px 21px 5px rgba(0,0,0,0.25);
    -moz-box-shadow:0px 0px 21px 5px rgba(0,0,0,0.25);
}
#poisk{
    padding: 1rem 0;
}
#mse2_form, #mse2_form input {
	width: 100%;
	height: 4rem;
}
.seoitem{
    border: 1px solid #c4c4c4;
}
.seoitem:hover{
    background-color:#EF7F1A;
}
#svoistva{
    width:100%;
}
#svoistva td{
    padding:0;
    border:none;
    text-align:left;
}
#svoistva td:first-child{
    width:80px;
}
#svoistva tr>td:nth-child(2), #svoistva tr>td:last-child{
    vertical-align:middle;
}
#svoistva img{
    width:60px;
    min-width:60px;
    height:60px;
    margin:0.5rem 1rem;
}
.msfavorites-buy table{
    margin: 0 auto;
}
.ms2_form .align-items-center .col-md-9{text-align:center;}
.msfavorites-text-add, .msfavorites-text-remove, .msfavorites-buy {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    padding-top: 1px;
    border-radius: 3px;
    position: relative;
}
.msfavorites-text-add .msfavorites-total, .msfavorites-text-remove .msfavorites-total{
    position: absolute;
    display: block;
    width: 28px;
    height: 28px;
    right: -14px;
    top: -14px;
    border: 3px solid #333;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    padding: 0;
}
.fa-5x{font-size:2.5em;}
#msGallery img.fotorama__img{max-height:80vh !important; width:auto !important;}
.msfavorites-text-add, .msfavorites-text-remove{
    padding: 1px 5px;
}
.poisk{margin: 0 1rem;}
.header .msfavorites-text-remove{padding:12px;}
.page-link{
    padding:1rem 1.2rem;
    color:#000;
}
.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #884d21;
	border-color: #884d21;
}
.simplesearch-search-form fieldset {position:relative;}
.simplesearch-search-form button {position: absolute; top: 0; right: 0; padding: 1rem; height: 50px;}
@media screen and (max-width: 1600px){

}
@media screen and (max-width: 1440px){
    .msfavorites-text-add, .msfavorites-text-remove, .msfavorites-buy {
        padding-top: 7px;
    }
    .msfavorites-text-add .msfavorites-total, .msfavorites-text-remove .msfavorites-total{
        padding: 4px;
    }
    .msfavorites-text-add, .msfavorites-text-remove{
        padding: 7px;
    }
    .poisk{margin: 0 1.6rem;}
    .header .msfavorites-text-remove{padding:17px;}

}
@media screen and (max-width: 1200px){

}
@media screen and (max-width: 992px){

}
@media screen and (max-width: 768px){
	.main-content__wrapper .sidebar + .content{
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
	}
	.main-content__wrapper .sidebar, .main-content__wrapper .sidebar{
    	-webkit-flex: 0 0 100%;
    	-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
    	width: 100%;
    	max-width:100%;
	}
	.breadcrumbs{
	    margin-bottom:0;
	}
	.breadcrumbs ul a, .breadcrumbs ul span {
    	font-size: 1.4rem;
    	line-height: 1.6875rem;
    	padding-left: 1rem;
    }
    .checkbox__text{
        font-size:1.4rem;
    }
    #mse2_filters{
        display:none;
    }
}
@media screen and (max-width: 576px){
    #topmenu a{
        display: block;
        width: 100%;
    }
	.header-wrapper{
		padding: 1rem;
		background:none;
	}
	.container-с, .container-с.container-с--narrow{
		padding:2vw 1vw;
	}
	.subnav{
		padding: 0;
		border-bottom: none;
		display: none;
	}
	.subnav ul{
		flex-wrap: wrap;
	}
	.subnav ul li{
		width: 100%;
		text-align: center;
		display: block;
		padding:2vw 1vw;
		border-bottom: 1px solid #C4C4C4;
	}
	.slick-arrow{
		display: none;
	}
	form.catalog-sort-form{
		margin-top: 0.4rem;
	}
	.custombtnparam{
		font-size: 1.2rem;
	}
	.nameblock{
		font-size: 1.4rem;
	}
	.filterarea{
		font-size: 1.2rem;
	}
	.checkbox__text::before, .radio__text::before{
		top: 1px;
	}
	.checkbox__text::after, .radio__text::after{
		top: 3px;
		left: 3px;
	}
	.footer-widgets{
	    margin:0;
	}
	.form-group{
	    margin-bottom:0;
	}
}
@media screen and (max-width: 480px){
	
}
@media screen and (max-width: 360px){
	
}
@media screen and (max-width: 320px){
	
}