@media (max-width: 1200px) {
  .content {
    max-width: 992px;
  }

  .nav {
    width: 100%;
  }

  .main-nav {
    width: auto;
  }
}
@media (max-width: 992px) {

  .showroom__gallery {width:100%}
  .catalog__item, .page__content .catalog__item:nth-child(4n), .page__content .catalog__item {
    width: 48%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 30px 0;
  }
.page__content .about, .about{
	padding-right:0px;
}	
.about__photo{
	position: relative;
}
.about__photo_ab{
	position: relative;
	margin: 0 auto;
    margin-top: 20px;
    max-width: 384px;
    width:100%;
}
.about__photo_small{
	bottom: 0px;
	display:none;
}
  .catalog__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .brand_big {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: auto;
  }

  .brand_catalog {
    min-width: 200px;
    margin-right: 0;
    margin-bottom: 32px;
  }

  .brands__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer__left {
    padding-left: 0;
  }

  .footer__contacts {
    max-width: 190px;
  }

  .footer__title, .site-map__title {
    font-size: 14px;
  }
}
@media (min-width: 769px) {
.filter_mobile {display:none}	
}
@media (max-width: 768px) {
#contactsMap{
	width:100%;
	margin-bottom: 30px;
    margin-left: 10px;
}	
.advantages{
	width:100%;
}	
.advantage{
	float: left;
	margin-bottom: 34px;
}

.advantages_wr .advantage__icon img{
	height: 70%;
}
.advantages_wr .advantage__icon {
	height: 80px;
}
.advantages_wr .advantage__desc{
	margin-top: 0px;
	font-size:12px;
}

.shop{
	margin: 14px auto 0;
}
.filter {display:none}
	
.page__content {
    width: 100%;
}
.aside {
    width: 100%;
    padding-bottom: 20px;
}
.aside .articles{
	display:none;
}

  .main-nav {
    display: none;
  }

  .top__right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .sm-visible {
    display: block;
  }

  .nav-bar .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 1px solid #61956b;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .nav-bar .main-nav a {
    color: #fff;
    display: inline-block;
    margin: 5px 0;
  }

  .nav-bar .header__contact {
    display: block;
  }

  .header__contact {
    display: none;
  }

  .sm-visible {
    display: block;
  }

  .header .header__contact {
    margin-left: auto;
  }

  .basket-link {
    display: inline-block;
    margin-left: 17px;
  }

  .top {
    border-bottom: 1px solid #e6e6e6;
  }

  .menu-btn {
    display: block;
    margin-left: auto;
  }

  .menu-btn-filter {
    display: block;
    margin-left: auto;
  }
  
  .nav-bar {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }

  .nav-bar__toggle {
    position: absolute;
    background: #497952;
    z-index: 10;
    left: 0;
    right: 0;
    display: none;
  }
  .nav-bar__toggle .header__contact {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 30px;
  }
  .nav-bar__toggle .icon-header-address {
    background: url(../images/icons-white.png) no-repeat 0px 0px;
  }
  .nav-bar__toggle .icon-header-time {
    background: url(../images/icons-white.png) no-repeat 0px -32px;
  }
  .nav-bar__toggle__filter {
    position: absolute;
    background: #fff;
    z-index: 10;
    left: 0;
    right: 0;
    display: none;
  }
  .nav-bar__toggle__filter .header__contact {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 30px;
  }
  .nav-bar__toggle__filter .icon-header-address {
    background: url(../images/icons-white.png) no-repeat 0px 0px;
  }
  .nav-bar__toggle__filter .icon-header-time {
    background: url(../images/icons-white.png) no-repeat 0px -32px;
  }
  .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 1px solid #61956b;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .header__contact-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 0 20px;
  }

  .advantages_wr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .advantages_wr .advantage {
    width: 33.3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 30px;
  }

  .shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .shop__about {
    padding: 0;
    margin-bottom: 40px;
  }

  .video {
    position: relative;
    max-width: 100%;
    height: 300px;
  }

  .shop__else {
    right: 0;
  }

  .catalog__tab-colon {
    display: none;
  }

  .catalog__tab-link {
    margin-right: 20px;
  }

  .catalog__tab-link.active {
    margin-right: 20px;
  }

  .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .media .articles {
    width: 100%;
    margin-bottom: 40px;
  }
  .media .news {
    width: 100%;
  }

  .subscribe__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .subscribe__top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .subscribe__desc {
    margin: 15px 0 0 0;
  }

  .footer__left {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer__logo {
    margin: 0 auto;
  }

  .site-map {
    width: 57%;
  }

  .reviews__slider .slick-dots {
    bottom: -20px;
  }
  .reviews__slider .slick-dots li button {
    background: #497952;
    opacity: 0.4;
  }
  .reviews__slider .slick-dots li.slick-active button {
    opacity: 1;
  }

  .sm-visible {
    display: block;
  }

  .header__contact-phone {
    display: block;
  }
}
@media (max-width: 640px) {
  .news__else {
	  margin-left:0px;
  }	
  .sort{padding-left:0px;}
  .select-wrap {
	  padding-bottom: 10px;
	  margin-right:0px;
  }
  .view {
	  display:none;
  }
  .catalog__list{
	  margin-top:10px;
  }
  .brands__list.catalog__list {	 
	  padding-bottom:20px;
	  padding-top: 10px;
  }	
  .catalog__item, .page__content .catalog__item:nth-child(4n), .page__content .catalog__item {
    width: 100%;
  }
  .brand_catalog {
    min-width: 100px;
    margin-right: 0;
    margin-bottom: 12px;
    
  }
  .brand_big {
    width: 300px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .brand_catalog .brand__logo {
	  display:none;
  }

  .brands__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
           
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .site-map {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .site-map__col {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .footer .content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer__contacts {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    text-align: center;
  }

  .contact__icon {
    position: static;
    margin-right: 5px;
  }
  .contact__icon .icon {
    position: static;
  }

  .contact__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer .contact {
    padding-left: 0;
  }
}
@media (max-width: 540px) {
  .header__contact-mob {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 20px 0;
  }
  .header__contact-mob .header__contact {
    display: block;
    margin: 10px 0;
    text-align: center;
  }

  .logo {
    width: 75px;
    height: 57px;
  }

  .header {
    padding-bottom: 10px;
  }

  .slick-prev {
    left: 5px;
  }

  .slick-next {
    right: 5px;
  }

  .slick-dots {
    bottom: -20px;
  }

  .slick-dots li button {
    background: #497952;
    opacity: 0.4;
  }

  .slick-dots li.slick-active button {
    opacity: 1;
  }

  .catalog__tab-link .icon {
    display: none;
  }
  .catalog__tab-link span {
    margin: 0;
  }

  .catalog__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .catalog__tab-links {
    margin-bottom: 15px;
  }

  .subscribe__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .subscribe__field {
    margin-bottom: 20px;
    width: 100%;
  }

  .subscribe__top {
    text-align: center;
  }

  .subscribe__title {
    width: 100%;
  }

  .review__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
  .review__top * {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .review__photo {
    top: 50px;
  }

  .modal {
    padding: 40px 20px !important;
  }

  .video {
    height: 240px;
  }
}
@media (max-width: 450px) {
  .articles__item {
    width: 100% !important;
  }
}