@media screen and (max-width: 992px){
	.m-header {
		display: block;
	}
	.search-form {
	  width:100%;
	}
	.search {
	  margin-right:15px;
	}
	.dropdown:hover .dropdown-content {
    display: none;
   }
	.mobile-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 10px;
		width: 100%;
		height: 100%;
	}
	.hamburger-icon-wrapper {
		top: 0;
	}
	.top-header, .top-header-shadow, .top-header-info {
		display: none;
	}
	.bottom-header .navbar {
		display: none;
	}
	.cart {
		margin-right: 35px;
	}
	.right-block {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.search-input {
		width: 100%;
		margin: 25px 0;
		background: transparent;
	}
	.navbar-list {
		display: block;
	}
	.navbar-list-item {
		font-size: 17px;
		font-weight: 500;
		margin-bottom: 25px;
	}
	.active .item-link {
		border-bottom: 4px solid #bdc4ca;
		padding-bottom: 2px;
	}
	.dropdown-content {
		position: relative;
	}
	.navbar-list-item {
		display: block;
	}
	#m-catalog .catalog-item a {
		color: #97a0a6;
	}
	.brend .owl-theme .owl-nav {
		display: none;
	}
}
@media screen and (max-width: 576px){
	.logo-link {
		display: block;
	}
	.m-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 15px;
	}
	.mobile-menu {
		padding: 0;
	}
	.hamburger-icon-wrapper {

	}
	.logo {
/*		margin-right: 0;*/
		width: 100%;
	}
	.logo img {
		width: 80%;
	}
	.slider .item {
		height: 580px;
	}
	.slider .item .item-img{
		-o-object-fit: cover;
		object-fit: cover;
	}
	.title-h1-d {
		font-size: 35px;
	}
	.slider .title-h2 {
		font-size: 33px;
	}
	.m-br {
		display: block;
	}
	.title-h2 {
		font-size: 30px;
	}
	.catalog {
		margin: 50px 0;
	}
	.catalog .container {

	}
	.d-catalog {
		display: none;
	}
	.m-catalog {
		display: block;
	}
	.tile .owl-theme .owl-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.tile .owl-theme .owl-dots {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.tile .card {
		margin: 10px 0 10px 0 !important;
	}
	.tile {
		margin-bottom: 75px;
	}
	.showroom {
		padding: 50px 0;
	}
	.showroom .owl-carousel .owl-item {
		height: 435px;
	}
	.showroom .owl-theme .owl-dots .owl-dot span {
		width: 47px;
	}
	.showroom .owl-next {
		left: -10px;
		position: relative;
	}
	.showroom .owl-prev {
		right: -10px;
		position: relative;
	}
	.showroom .owl-theme .owl-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
	}
	.showroom .owl-theme .owl-dots {
		margin-top: 50px;
	}
	.brend {
		padding-top: 25px;
		padding-bottom: 50px;
	}
	.brend-block .item-img {
		padding: 15px;
		width: 88%;
	}
	.news {
		padding-top: 75px;
		padding-bottom: 50px;
	}
	.news-title {
		line-height: 1.2;
	}
	.advantage {
		padding-top: 75px;
		padding-bottom: 50px;
	}
	.advantage-card {
		margin: 0 15px 25px 15px;
	}
	.call-back {
		margin: 75px 0;
	}
	.call-back-content {
		padding: 50px 25px;
	}
	.call-back .title-h2 {
		font-size: 30px;
		text-align: center;
		line-height: 1.2;
		margin-bottom: 55px;
	}
	.call-back-text {
		font-size: 19px;
		text-align: center;
		line-height: 1.2;
		margin-bottom: 50px;
	}
	.btn-call {
		font-size: 19px;
		padding: 13px 30px;
		width: 100%;
		text-align: center;
	}
	.hits {
		margin-bottom: 50px;
	}
	.hits-card {
		margin-bottom: 25px;
	}
	.news-articles {
		padding: 50px 0;
	}
	.news-articles .owl-theme .owl-dots .owl-dot span {
		width: 70px;
	}
	.news-articles .owl-prev {
		right: -5px;
		position: relative;
	}
	.news-articles .owl-next {
		left: -5px;
		position: relative;
	}
	footer {
		padding: 50px 0;
	}
	.footer-title-h2 {
		line-height: 1.2;
	}
	.footer-form {
		display: block;
		margin-bottom: 50px;
	}
	.footer-input {
		width: 100%;
		margin:0;
		border-radius:0;
	}
	.footer-btn {
		margin-top: 25px;
		width: 100%;
	}
	.footer-developer {
		display: none;
	}
	.footer-navbar-list {
		padding-left: 0;
	}
	.footer-info {
		margin-top: 50px;
	}
	.footer-developer-m {
		display: block;
	}
	.footer-developer-m .footer-logo img{
	  object-fit: contain;
		width: 70%;
	}
	.p-0 {
		padding-right: 15px;
		padding-left: 15px;
	}
	.padding-r-30 {
		padding-right: 15px;
	}
	.stock-detail-h1 {
		margin-top: 25px;
	}
	.stock-detail-link {
		width: 100%;
		text-align: center;
	}
	.stock-detail {
		margin-bottom: 100px;
	}
	.title-h1 {
		font-size: 30px;
		margin-bottom: 40px;
	}
	.news-title {
		font-size: 25px;
	}
	.stock .news-content {
		width: 295px;
		padding: 20px;
	}
	.pagination {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.product-card-info {
		margin-left: 0;
	}
	.product-card-info__title {
		margin-top: 25px;
	}
	.product-card-info__desc {
		margin-top: 10px;
	}
	.product-card-info__price {
		padding: 10px 0;
	}
	.btn-group {
		display: block;
	}
	.btn-add {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		text-align: center;
		margin-bottom: 25px;
	}
	.btn-all-brend {
		padding: 11px 0;
		width: 100%;
		text-align: center;
	}
	.scheme-text {
		margin-top: 20px;
	}
	.product-card {
		margin-bottom: 50px;
	}
	.related-products {
		margin-bottom: 100px;
	}
	.delivery {
		margin-bottom: 100px;
	}
	.finished-project-slide-content {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.finished-project-slide-content p {
		font-size: 14px;
		margin-right: 15px;
		margin-left: 15px;
	}
	.finished-project {
	  margin-bottom:100px;
	}
	.finished-project-detail .gallery {
	  display:none;
	}
	.watch-project-link {
		padding: 8px 0px;
		width: 80%;
		text-align: center;
		margin-right: 15px;
	}
	.characteristics-list {
		font-size: 15px;
	}
	.detail-collection-product .title-h2 {
		font-size: 30px;
		text-align: center;
	}
	.contact-block {
		margin-bottom: 25px;
	}
	.contact-form .title-h2 {
		font-size: 30px;
	}
	.input-block {
		display: block;
	}
	.input-block input:nth-child(2) {
		margin-left: 0;
	}
	.get-form {
		padding: 25px;
		background: #f9f9f9;
		margin-bottom: 50px;
	}
	.send-block {
		display: block;
	}
	.send-conf {
		display: none;
	}
	.m-send-conf {
		display: block;
		margin-top: 25px;
		text-align: center;
	}
	.cart-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding-right: 20px;
	}
	.cart-block__img {
		margin-right: 0;
	}
	.cart-block-item {
		margin-right: 0;
	}
	.cart-block-item-product, .cart-block-item-category, .cart-block-item-price, .cart-block-item-size, .cart-block-item-number {
		margin-bottom: 15px;
	}
	.remove img {
		left: 0;
		margin-top: 15px;
	}
	.quantity-arrow-plus {
		top: 50px;
		right: 160px;
	}
	.quantity-arrow-minus {
		top: 60px;
		right: 162px;
	}
	.btn-group-cart {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 25px;
	}
	.btn-buy, .btn-zakaz {
		width: 100%;
	}
	.btn-zakaz {
		margin-top: 25px;
	}
	.total-price {
		margin-top: 25px;
	}
	.section-cart {
		margin-bottom: 100px;
	}
	.cart-block-item-number {
		position: relative;
	}
	.collection {
		padding: 100px 0 50px 0;
	}
	.brend-detail {
		margin-bottom: 100px;
	}
	.brend-list {
		padding: 0;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.brend-list-country {
		font-size: 14px;
    margin: 0 8px 24px;
	}
	.brend-list-country:nth-child(2) {
		margin: 0 20px;
	}
	.brend-list-country:nth-child(5) {
		margin: 0 20px;
	}
	.bren-tile .brend-list li {
		margin-right: 0;
	}
	.no-right-padding {
		padding-right: 15px;
	}
	.articles-detail-right-img {
		display: none;
	}
	.articles-deatail-text {
		margin-top: 25px;
	}
	.articles-card {
		display: block;
	}
	.articles-card-img img {
		width: 100%;
}
.articles-card-content::after{
	display: none;
}
.articles-card-content {
	right: 0;
	padding: 10px 0 0 0;
}
.articles-card-content__title {
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
}
.articles-card-content__link {
	padding: 8px 0;
	width: 100%;
	text-align: center;
}
.breadcrumb {
	margin-top: 50px;
}
#m-catalog .col-6 {
  margin-top:0;
  margin-bottom:0;
}
.owl-salon {
  display: none !important;
}
.sort {
	display: none;
}
.m-filter-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.d-category-filter {
	display: none;
	position: relative;
	top: 0;
	z-index: 10;
}
.card-product__img img {
  width:100%;
}
.top__block {
  margin-top:25px;
}
.slider-price {
  padding-right:25px;
}
.search-input {
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  -ms-appearance: none;
	  appearance: none;
	  outline: 0;
	  box-shadow: none;
}
.m-catalog .card-title, .tile .card-title {
  height:76px;
  text-align: center;
align-items: center;
display: flex;
justify-content: center;
}
.m-catalog .owl-theme .owl-dots .owl-dot span {
  width: 18px!important;
}
.owl-theme .owl-dots .owl-dot {
  font-size: 0!important;
}
.to-buyers-list {
  display:block;
  margin: 0 0 50px 0;
}
.articles {
  margin-bottom:50px;
}
.buyers-card__title {
  height:100%;
}
.instr-image-block img {
  height:100%;
}
.comparison-modal {
  opacity:1;
}
.finished-project .owl-theme .owl-dots .owl-dot span {
  width:45px;
}
.finished-project .owl-prev {
  left:0;
}
.finished-project .owl-next {
  right:0;
}
.m-gallery {
  display:block;
}
.finished-project-detail {
  margin-bottom: 100px;
}
.owl-theme .owl-dots {
    margin-left: 50px !important;
    margin-right: 50px !important;
}
.finished-project .owl-theme .owl-dots {
      margin-left: 50px !important;
    margin-right: 50px !important;
}
}
@media screen and (max-width: 350px){
	.hamburger-icon-wrapper {
		top: 15px;
	}
}
