@media (min-width: 600px) and (max-width: 1000px) { 
    *{
        box-sizing: border-box;
    }
    body {
        padding: 0;
        margin: 0;
    }
    
    .container {
        width: 100%;
        display:flex ;
        flex-direction: column;
        padding: 0 auto;
        margin: 0 auto;
    }
   
    .header {
        width: 100%;
        height:60px;
        display: flex;
        justify-content: start;
        background-color: #f1eeee;
        padding: 0;
        margin: 0;
    }
    
    .header__partners {
        width: 100%;
        height:50px;
        padding: 0;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #f1eeee;    
    }
    
    .log {
        width: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 0;
    }
    
    .logotip {
        display: flex;
        justify-content: space-evenly;
        padding: 5px;
    
    }
    .imglogo{
        width: 20px;
        margin: 1px;
    }
    
    .textlogo {
        margin-top: 1px;
        margin-left: 1px;
       }
    
    .textlogo1 {
        
        margin: 1px;
        padding: 0;
        letter-spacing: 4.4px;
        color: #E46A17;
        font-size:9px ;
        font-weight: 100;
    
    }
    .textlogo2 {
        margin: 1px;
        padding: 0;
        letter-spacing: 1px;
        color: #E46A17;
        font-size:9px ;
        font-weight: 100;    
    }
    
    .textlogo3 {
        margin: 0;
        padding: 0;
        color: #E46A17;
        font-family: 'Bona Nova', serif;
        font-size: 14px;
        letter-spacing: 10px;
        font-weight: 100;
    }

    .nav__header {
        display:flex;
        width: 40%;
        padding: 0;
        margin: 0;        
    }

    /* пробую бургер */
@import url(https://fonts.googleapis.com/css?family=Raleway);


.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; 
  color: #312f2f;
  height: 50px;
  padding: 1em;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu > li {
  margin: 0 1rem;
  overflow: hidden;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #E46A17;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

@media (max-width: 1000px) {
  .menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 0;
    margin-top: 50px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    border: 1px solid #333;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #222;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}


/* пробую бургер*/

    .text__nav__header {
        color: #FFF;
    }
    
    
    .header_icons_socseti_h {
        display: none;
      
    }
    .socialseti__wots {
   
        display: flex;
        justify-content: start;
    }
    .header_icons_socseti_w {
        width: 35px;
      
        display: flex;
        justify-content: center;        
    }
  
   


   
  
    .sssoc {
        width: 100%;
    }
   
  
    .ok {
        width: 105%;
    }

    
    /* видеофон */
    
    .titul {
        width: 100%;
        padding-top: 60px;
        padding: 0;
        margin: 0;        
    }
    .vid {      
      width: 100%;
      overflow: hidden;
      position: relative; 
    }
    
    /* о нас */
    
    .portfolio {
        width: 100%;
        display: flex;
        flex-direction: column;
        background-color: #f1eeee;
        padding: 0 ;
        margin: 0;
    }
    
    .heading {
        width: 100%;
        margin-top: 5px;
        color: #E46A17;
        font-family: 'Bona Nova', serif;
        font-style: normal;
        font-size: 20px;
        letter-spacing: 1px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .textlogo3_heading {
        width: 100%;
        display: flex;
        justify-content: space-evenly;   
        padding: 0;
        font-size: 18px;
    }
    
    .portfolio__bloci{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
       
    }
    
    .portfolio__bloci__bloc {
        width: 100%;
        margin: 5px;
        padding: 20px;
    }
    
    .img__bloci__bloc{
        display: flex;
        justify-content: center;
    }
    
    .logo__img__bloci{
        width: 50px;
        margin: 10px;
    }
    
    .text__portfolio {
        font-size:14px ;
        font-weight: 100;
        font-family: 'Bona Nova', serif;
    }
    
    .text__portfolio__h {
        font-size:16px ;
        font-weight: 100;
        font-family: 'Bona Nova', serif;
        border-bottom: 0;
        padding: 0;
        margin: 0;
    }
    
    .portfolio__img {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    
        
    .service {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .text__service {
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
        font-size:11px ;
        font-family: 'Bona Nova', serif;
        letter-spacing: 1px;
        padding-top: 10px;
    } 
    
    .bloci__service {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    
    
    .bloc__service {
        width: 300px;
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: start;
        margin:0 auto;
        padding: 20px;
       
    }
    .logo__bloc__service {
        display: flex;
        align-items: center;
        justify-content: start;
    }
    
    .img__logo__bloc__service {
        width: 15%;
    
        margin-bottom: 0;
    }
    .list {
 
        width: 100%;    
        display: flex;
        flex-direction: column;
    }
    
    .text__logo__bloc__service {
        font-size:16px ;
        font-weight: 100;
        font-family: 'BonaNova', serif;
        font-style: normal;
        margin-top: 5px;
    }
    
    .btn__service {
        width: 200px;
        display: flex;
        justify-content: center;
        border-color: #e4dcdc;
        cursor: pointer;
        background-color: #E46A17;
        margin: auto;
        display: none;
    }
    
    .text__btn {
        font-size:20px ;
        font-weight: 200;
        font-family: 'Bona Nova', serif;
        border-bottom: 0;
    }
    
    ul:first-child  li:before { content:"\2713\0020"; }  /* OR */
    
    ul { list-style-type: none; } 
    
    /* преимущества */
    
    .pluses {
        width: 100%;
        display: flex;
        padding: 0;
        margin: 0;           
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        background: rgba(61, 61, 61, 0.10);
    }
    
    .bloci__pluses {
        width: 300px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 1px;
    }
    
    .bloc__plus {
        width: 270px;
        height: 270px;
        display: flex;        
        flex-direction: column;
        justify-content: space-evenly;
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
        margin: 5px;
        padding: 45px;
    }

    
    .logo__plus {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .img__logo_plus {
        width: 35px;
        height: 35px;
    }
    
    .hbp{
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;    
    }
    
    .hb__plus{
       
        font-family: 'Bona Nova', serif;
        color: #000;
        text-align: center;
        font-size: 14px;
        font-weight: 100;
        letter-spacing: 1px;    
    }
    
    .text__plus {
        width: 100%;
        padding: 1px;
    }
    
    .hbp__text {
        color: #3D3D3D;
        margin: 0;
        text-align: center;
        font-family: 'Bona Nova', serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 100;
        line-height: normal;
        letter-spacing: 1px;
    }
    
    /* появились вопросы */
    
    .consultation {
        width: 100%;
        padding: 50px;
        display: none;
        padding: 0;
        margin: 0;   

    }
        
    /* ипотека*/
    
    .ipoteka {
        width: 100%;
        padding: 0;
        margin: 0;           
    } 
    
    .container__ipoteka {
        width: 100%;
        display:  flex;
        flex-wrap: wrap;
        padding: 10px;
        padding: 0;
        margin: 0;     
    }
    
    .ipoteka__bloc {
      
        width: 130px;
        height: 130px;
        border: 1px solid #999;
        border-radius:10px;
        overflow: hidden;
        margin: 10px;
    
    }
    
    
    .img__partner {
        width: 100%;
        height: 100%;
    }
    
    /* Новостройки*/
    
    .building {
        width: 100%;
        padding: 0;
        margin: 0;     
    }
    
    .container_bulding {
        width: 100%;
        display: flex;
        padding: 100px;
        justify-content: center;
    }
    
    .img__bulding {
        padding: 50px;
        padding-top: 0;
    }
    
    .content_bulding {
        padding: 50px;
    
    }
    .list__bulding {
        
        width: 100%;
        height: 250px;
        display: flex;
        flex-direction: column;
    }
    
        
    /* отзывы*/
    
    
    
    /* контакты*/
    
    .contacts {
        width: 100%;
        padding: 0;
        margin: 0;
    
    }
    .contacts_container {
        display: flex;
        width: 100%;
        justify-content: center;
        padding: 0 auto;
        flex-wrap: wrap;
    }
    
        
    .h3_contact {
        font-size: 12px;
    }
    
    .text__contact {
        text-decoration: none;
        color: #000;
        font-size: 10px;
    }
    
    .contacts__content {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        padding: 1px;
        margin: 1px;
    }
    
    .contacts__adres__logo {
        margin-right: 3px;
        width: 10px;
        height: 10px;
    }
    
    .contacts__text {
        padding: 0;
        margin: 1px;
        font-variant-numeric: lining-nums;
        text-decoration: none;
        color: #111;
        font-size: 10px;    
    }
    
    .yan:hover {
        cursor: pointer;
        color: #E46A17;
        font-size: 16px;
    }
    
    .contacts__aside__bloc {
        display: flex;
    }
    
    .contacts__aside__left {
        width: 100px;
    }
      
    
    /* подвал*/
    
    .footer{
        width: 100%;
        height: auto;
        min-height: 0;
        background-color: #333;     
        display: flex;
        justify-content: space-evenly;
        align-items: center;  
        padding: 0;
        margin: 0;    
            
    }
    .aside__footer {
        display: flex;
        flex-direction: column;
    }
    .aside__footer_dop {
        display: flex;
        flex-direction: column;

    }
    
    .socialseti__footer {        
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;       
    }
    
    .text__footer {
        color: #E46A17;
        font-size: 11px;
        text-decoration: none;
        margin: 3px;
    }
    .icons__footer {
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1px;
        margin: 1px;
        border-radius: 5px;
        overflow: hidden;
       
    }
    .img__footer{
        width: 20px;
        height: 20px;
        background-color: #E46A17;
        border-radius: 5px;
        overflow: hidden;
    }
    .text__footer__head{
        color: #E46A17;
        font-size: 12px;
    }
    .aside__footer {
        padding: 0;     
    }
 }
    
 