  h1 {
  margin:30px 0 30px 0;
}
  .mobile-menu-button{
    display: none!important;
  }
 .top-panel__logo {
  display:block;
  width:40px;
}
 .top-panel__logo a:nth-child(n+2){
  display:none;
}
 .list-view__connect {
  display:block;
}
 .header__page-panel-second {
  width: 100%;
  height: 66px;
  background-color: #d13338;
}
 .views__cards {
  padding-bottom:50px;
}

@media screen and (max-width:1200px) {
   .top-panel__logo {
    display:none;
  }
   .page-menu__list {
    display:none;
  }
   .header-contact__phone {
    display:none;
  }
    .page-panel {
    height:67px;
  }
   .page-panel__contact {
    display:none;
  }
   .page-panel__container {
    padding-left:15px;
    padding-right:15px;
  }
   .page-panel__menu {
    height:67px;
    background:inherit;
  }
   .page-panel:after {
    display:none;
  }
   .page-panel__row {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
   .page-menu {
    justify-content:flex-end;
  }
   .header-contact__button--wrapper {
    height:auto;
  }
   .header-contact__button--wrapper .white_button {
    position:relative;
    left:0!important;
    top:0!important;
    margin-left:0!important;
  }
}
@media screen and (max-width:576px) {
   .list-view .card-item-new .card-item__img {
    display:none;
  }
   .card-item__like, .mini-card__like {
    position:relative;
    width:100%;
    text-align:right;
    right:10px;
    top:0;
    margin-bottom:10px;
  }
   .list-view .list-view__price {
    top:40px;
  }
   .list-view__price.connect {
    position: relative;
    top: 0!important;
    margin-top: 20px;
    width: 100%!important;
    display:block;
    right:0!important;
  }
   .list-view .card-item-new .list-view__params {
    padding:5px 0;
  }
   .blue-button {
    width:100%;
  }
   .mobile-menu-phone-btn {
    display:none;
  }
   .header-contact__button--wrapper {
    padding-left:15px;
  }
}
