@media screen and (max-width: 992px){
	.m-header {
		display: block;
	}
	.mobile-menu {
	  width: 100%;
		display: flex;
		justify-content: space-between;
		padding: 20px 0;
	}
	.hamburger-icon-wrapper {
		top: 0;
	}
	.navbar-list {
		padding: 0;
		margin: 0;
		display: inline-block;
		width: 100%;
	}
	.navbar-list-item:nth-child(1) {
		border-top: 1px solid #cacaca;
	}
	.navbar-list-item {
		padding: 20px 0;
		text-transform: uppercase;
		border-bottom: 1px solid #cacaca;
		margin: 0!important;
		padding-left: 20px;
	}
	.top-header, .bottom-header {
		display: none;
	}
	.item-title-h1 {
		font-size: 50px;
		top: 40%;
	}
	.category {
		margin: 50px 0;
	}
	.category-title-h2, .advantages-title-h2, .popular-product-title-h2, .articles-title-h2, .news-title-h2 {
		font-size: 40px;
	}
	.popular-product {
		padding: 50px 0;
	}
	.menu-block {
		display: flex;
		margin: 30px 20px 30px 20px;
	}
	.dropdown-content {
		position: relative !important;
		top: 0 !important;
		padding-top: 0;
	}
	.advantages {
		padding: 50px 0;
	}
	.news {
		padding: 50px 0;
	}
	.catalog-block {
		margin: 20px 0 0 0;
		padding: 0;
	}
	.catalog-item-link {
		margin-bottom: 20px;
	}
	.fur{
		bottom: 10px;
		position: relative;
	}
	.item-link:nth-child(1), .item-link:nth-child(2) {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-right: 25px;
	}
	.item-link img {
		height: 12px;
		width: 12px;
	}
	.articles-block {
		padding-left: 0 !important;
		padding-top: 38px;
	}
	.m-header .location {
		margin: 20px 20px 20px 40px;
	}
	.search {
		margin: 20px;
	}
	.search-img {
		left: 290px;
	}
	.d-conf {
		display: none;
	}
	.conf {
		display: block;
		padding-top: 25px;
	}
	.md-center {
		text-align: center;
	}
	.tel-link {
		display: block;
	}
	.footer-text {
		text-align: center;
	}
	.articles-text {
		height: 100% !important;
	}
	.rewards-block {
		width: 33.333333%;
	}
	.rewards-block:nth-child(3), .rewards-block:nth-child(6),.rewards-block:nth-child(9), .rewards-block:nth-child(12) {
		border-right: 1px solid #d8d8d8;
	}
	.rewards-block:nth-child(5), .rewards-block:nth-child(10) {
		border-right: none;
	}
	.btn-catalano {
		width: 280px;
	}
	.news-text {
		height: 100% !important;
	}
	.advantages-title-h2 {
		margin-bottom: 25px;
	}
	.catalog-slider {
		padding:  50px 0;
	}
	.catalog-slider .owl-prev {
		left: -25px;
		position: relative;
	}
	.catalog-slider .owl-next {
		right: -25px;
		position: relative;
	}
	.form-img {
		display: none;
	}
	.dostavka-text {
		margin-bottom: 50px;
	}
	.dostavka {
		margin-bottom: 100px;
	}
	.dostavka-title-h1 {
		margin-bottom: 50px;
	}
	.pay .title-h1 {
		margin-bottom: 25px;
	}
	.pay-image-block {
		margin-right: 10px;
	}
	.d-flex {
		display: block !important;
		text-align: center;
	}
	.pay-block {
		margin: 25px 0;
	}
	.pay-text {
		margin-bottom: 50px;
	}
	.where-buy .tel-link {
		display: flex;
	}
	.where-to-buy-slider .owl-carousel .owl-nav button.owl-prev {
		left: -10%;
	}
	.where-to-buy-slider .owl-carousel .owl-nav button.owl-next {
		right: -10%;
	}
	.work-time {
		margin-top: 20px;
	}
	footer .mail-link {
		display: block;
	}
	.tel-link-list {
		margin-right: 20px;
	}
	.m-header .content {
		padding: 25px 25px 25px 0;
	}
}
@media screen and (max-width: 576px){
	.m-header {
		display: flex;
		align-items: center;
	}
	.mobile-menu {
		padding: 0;
	}
	.hamburger-icon-wrapper {
		top:20px;
	}
	.logo {
		margin: 20px 60px 20px 10px;
	}
	.search-img {
		right: 30px;
	}
	.slider .item-img {
		height: 350px;
		object-fit: cover;
	}
	.item-title-h1 {
		font-size: 25px;
		top: 40%;
	}
	.owl-theme .owl-nav {
		bottom: -20%;
	}
	.slider .item-img {
		height: 400px;
	}
	.news-card {
		padding-bottom: 25px;
	}
	.news-text {
		font-size: 18px;
		margin-bottom: 10px;
		height: 100%;
		padding: 0 15px;
	}
	.category-title-h2, .advantages-title-h2, .popular-product-title-h2, .articles-title-h2, .news-title-h2 {
		font-size: 30px;
	}
	.news-title-h2, .advantages-title-h2 {
		margin-bottom: 25px;
	}
	.popular-product {
		padding: 50px 0;
	}
	.popular-product-title-h2 {
		margin-bottom: 0;
	}
	.card {
		margin-top: 50px;
	}
	.articles {
		padding-bottom: 50px;
	}
	.articles-block {
		padding: 15px!important;
		margin-top: 50px;
	}
	.footer-nav {
		padding-bottom: 25px;
	}
	.error-404 {
		margin: 50px 0;
	}
	.rewards-block {
		width: 50%;
		border-bottom: 0;
	}
	.rewards-block:nth-child(even) {
		border-right: 1px solid #d8d8d8;
	}
	.rewards-block:nth-child(odd) {
		border-right: none;
	}
	.rewards-block:nth-child(15) {
		border-right: 1px solid #d8d8d8;
	}
	.rewards-block:nth-child(14), .rewards-block:nth-child(15) {
		border-bottom: 1px solid #d8d8d8;
	}
	.cart-data {
		margin: 0 0 30px 0;
		padding: 20px 35px 20px 30px;
	}
	.cart-price {
		margin-bottom: 30px;
	}
	.catalog-title-h1 {
		font-size: 35px;
	}
	.catalog-slider .owl-theme .owl-nav {
		top: -25%;
	}
	.catalog-slider .owl-prev {
		left: 0;
		position: relative;
	}
	.catalog-slider .owl-next {
		right: 0;
		position: relative;
	}
	.contacts .title-h1 {
		font-size: 24px;
		text-align: left;
		font-weight: 600;
		margin-bottom: 15px;
	}
	.contacts-list {
		padding: 0;
	}
	.contacts-list-item {
		font-size: 23px;
		padding-bottom: 15px;
	}
	.location {
		margin: 0 0 20px 0;
	}
	.contacts-work-time {
		display: none;
	}
	.form {
		margin-top: 25px;
		padding: 30px 18px;
	}
	.form-title {
		text-align: center;
		font-size: 24px;
	}
	/*
	.send-conf {
		display: none;
	}
	*/
	.m-send-conf {
		display: block;
		margin-left: 0;
		padding: 10px 0;
	}
	.send-block {
		display: block;
	}
	.form-img {
		display: none;
	}
	.where-buy-group {
		display: block;
		margin-bottom: 50px;
	}
	.where-buy-group-text {
		text-align: center;
		margin-bottom: 25px;
		font-weight: 600;
	}
	.where-buy-gruop-link {
		width: 180px;
		margin: auto;
	}
	.cooperation-title-h1 {
		font-size: 30px;
	}
	.where-buy-title-h1, .where-to-buy-title-h2, .title-h1 {
		font-size: 24px;
		font-weight: 600;
	}
	.where-buy-select select{
		width: 100%;
	}
	.where-buy-blacklist {
		width: 100%;
		margin-top: 20px;
	}

	.where-buy-select::after {
		left: 90%;
		top: 15px;
	}
	.where-buy-block {
		padding-top: 20px;
		margin-top: 25px;
	}
	.where-buy-text {
		margin-bottom: 20px;
	}
	.where-buy-list {
		margin: 0;
	}
	.where-buy .where-buy-block .location, .call-block, .work-time {
		padding: 25px 0 0 25px;
	}
	.location-img {
		margin-right: 10px;
	}
	.tel-link-img {
		margin-right: 6px !important;
	}
	.where-to-buy-slider .owl-theme .owl-nav {
		top: 120%;
		height: 25px;
	}
	.where-to-buy-slider .owl-dots {
		position: absolute;
		left: 0;
		right: 0;
		bottom: -90px;
	}
	.item-block-2 {
		margin-top: 25px;
	}
	.method-block {
		width: 100%;
	}
	.metgod-img {
		margin-top: 25px;
	}
	.m-header .item-image {
		display: none;
	}
	.catalog-filter-title-h1 {
		font-size: 24px;
		text-align: center;
		margin-bottom: 25px;
	}
	.catalog-img {
		height: 250px;
		object-fit: cover;
	}
	.category-filter-block, .size-filter, .price-range-filter {
		width: 100%;
	}
	.price-range-input {
		width: 150px;
	}
	.price-range-to {
		right: 158px;
	}
	.price-range-block {
		width: 300px;
	}
	.catalog-card-img {
		height: 100%;
		object-fit: scale-down;
	}
	.btn-buy {
		width: 100% !important;
	}
	.d-sort {
		display: none;
	}
	.d-category-filter {
		display: none;
	}
	.m-filter-block {
		display: flex;
		margin-bottom: 25px;
	}
	.price-range-filter {
		margin-bottom: 25px;
	}
	.recent-product-title-h2 {
		font-size: 25px;
		margin-bottom: 0;
	}
	.youtube {
		margin: 25px 0;
	}
	.navigation-item-link {
		margin-bottom: 20px;
	}
	.navigation-border {
		padding: 20px 5px 0 5px;
		margin: 0;
	}
	.recent-product {
		margin: 50px 0;
	}
	.navigation {
		margin-bottom: 50px;
	}
	.pagination {
		justify-content: center;
	}
	.m-sort-item {
		display: flex;
		margin-bottom: 25px;
	}
	.detail-sinks-title-h1 {
		font-size: 24px;
		margin-bottom: 25px;
	}
	.sinks {
		margin-bottom: 25px;
	}
	.detal-collection-title-h2 {
		font-size: 24px;
		margin-top: 75px;
	}
	.buyers-title-h1 {
		font-size: 24px;
	}
	.switcher {
		padding-left: 0 !important;
	}
	.collection-title-h1 {
		font-size: 24px;
	}
	.buy-block {
	  display:block;
	}
	.btn-buy-one-click {
	margin-top:25px;
	display: block;
    margin-left: auto;
    margin-right: auto;
	}
	
	.navbar-list-item .dropdown {
    display: block;
}

  .search-block {flex-direction: column;padding: 0;}
  
  .filter-search .search {
      margin: 0;
      display: block;
  }
  
  .filter-search .search-input {
      width: 100%;
  }
  
  .filter-search .search-img {
      right: 16px!important;
      left: auto;
  }

  button.close {
      z-index: 10000;
      position: fixed;
      color: #111;
      top: 0;
      right: 16px;
      width: auto;
      font-size: 3rem!important;
  }
  
  .modal {
      padding: 0!important;
  }
  
  .cart-select-shop__list {
      margin: 16px 0 0;
  }
  
  .cart-delivery {
    display: block;
      margin: 0;
  }
  
  .cart--order-container {
      display: none;
  }
  
  .cart--order-container--mobile {
      display: block;
      margin: 0;
  }
}
@media screen and (max-width: 350px){
	.logo-img {
		width: 95%;
	}
	.hamburger-icon-wrapper {
		top: 15px;
	}
	.search-img {
		left: 255px;
	}
	.catalog-block {
		font-size: 10px;
	}
	.footer-nav {
		padding-left: 0;
	}
}
