@media (min-width: 768px) and (max-width: 1200px) {
  body{
    width: 1200px;
  }
  .container{
    width: 1170px;
    margin: 0 auto;
  }
  .header{
    flex-direction: row;
  }
  
}
@media (max-width: 767px) {
  .container{
    width: 100%;
  }
  .header{
    flex-direction: column;
    
    padding: 15px;
    text-align: center;
  }
  .slogan{
    border: 0;
    
  } 
  .nav.menu{
    flex-direction: column;
  }
  .slider{
    display: none;
  }
  
  /* Шапка сайта*/
  .header_block.feedback {
    margin-top: 15px;
  }
  
  
  /* Специальные предложения */
  .special-list{
    width: 100%;
    margin: 15px;
  }
  /* Статьи на сайте*/
  
  .item-page {
    padding: 0 15px;
  }
  
  /* Фильтр на сайте*/
  .filter {
    margin-top: 10px;
  }
  .filter-footer{
    margin-top: 0;
  }
  .filter-header{
    flex-wrap: wrap;
  }
  .filter-header-item-h {
    width: 100%;
    padding-left: 20px;
    padding-top: 20px;
  }
  .filter-header-item {
    width: 30%;
    text-align: left;
    padding-left: 20px;
  }
  .filter-body{
    flex-direction: column;
  }
  .filter-body-item{
    width: 100%;
    align-items: flex-start;
  }
  .living-space .item-col:first-child {
    width: 135px;
  }
  .filter-body-item .item-col p {
    margin: 0;
  }
  .filter p {
    font-size: 22px;
  }
  .filter-body-item:nth-child(3) {
    margin-top: 0px;
  }
  
  .amenities ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .amenities ul li {
    width: calc(100% / 2);
    text-align: left;
  }
  .filter-footer .btn-form {
    min-width: 135px;
  }
  
  
  
  /* Выдача карточек объявлений */
  
  .main-list{
    flex-direction: column;
  }
 .main-list-item {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 15px 0 20px;
  }
  .limitbox{
    text-align: center;
    margin-top: 20px;
  }
  p.sort-options {
    margin: 10px 155px 0 20px;
  }

  
  /* Открытая карточка */
  .cart{
    flex-direction: column;
  }
  .cart-item.description{
    flex-direction: column;
  }
  
  .cart-item.photo,
  .cart-item.properties,
  .cart-item.description,
  .description-item.text,
  .description-item.manager{
    width: 100%;
  }
  .description-item.manager {
    margin-top: 0;
  }
  .description-item.manager img {
    display: none;
  }
  .cart-item.description {
    padding: 15px;
  }
  .cart-item.list{
    margin: auto;
  }
  .content{
    margin-bottom: 30px;
  }
  .search_parameters {
    padding: 0 15px;
  }
  
  /* Меню */
  .burger{
    display: block;
  }
  ul.nav.menu li{
    display: none;
    width: 340px;
  }
  ul.nav.menu li.current.active {
    display: block;
  }
  ul.nav.menu li.select-none{
    display: block;
  }
  
  
  /* Меню конец*/
  
  /* Подвал */
  .footer-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .footer-block-header{
    flex-direction: column;
    align-items: center;
  }
  .footer-block-header .logo {
    margin-top: 15px;
  }
  .footer-block p {
    text-align: center;
    font-size: 25px;
  }
  .footer-block.telecom {
    min-height: 30px;
  }
	tr.mtGallery {
    display: flex;
    flex-direction: column;
  }
    
}
@media (max-width: 375px){
  body{
    width: 414px;
  }
}