



@media (min-width: 1000px) and (max-width: 1450px) { 


   
    .header {
        width: 100%;
        height:70px;
        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: 10%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 0;
    }
    
    .logotip {
        display: flex;
        justify-content: space-evenly;
        padding: 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 {
        width: 60%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
    }
    
    .text__nav__header {
       
        text-decoration: none;
        color: black;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        font-size: 9px;
        margin-left: 2px;
        padding: 0;
    }

    .header_icons_socseti_h {
        width: 20px;
        height: 20px;
       
    }
    .socialseti{
        width:15%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;   
        padding: 0;
        margin: 0;     
    }

    .socialseti__wots {
        display: none;
        padding: 0;
        margin: 0; 

    }
  
    .sssoc {
        width: 100%;
    }
    .iconsheader {
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ok {
        width: 105%;
    }

    /* пробую бургер */
@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 5px;
  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);
}




/* пробую бургер*/
    
    /* видеофон */
    
    .titul {
        width: 100%;
        padding-top: 70px;
        
    }
    .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: 25px;
        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: 32px;
    }
    
    .portfolio__bloci{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
       
    }
    
    .portfolio__bloci__bloc {
        width: 100%;
        margin: 5px;
        padding-left: 100px;
        padding-right: 100px;

    }
    
    .img__bloci__bloc{
        display: flex;
        justify-content: center;
    }
    
    .logo__img__bloci{
        width: 80px;
        margin: 40px;
    }
    
    .text__portfolio {
        font-size:20px ;
        font-weight: 100;
        font-family: 'Bona Nova', serif;
    }
    
    .text__portfolio__h {
        font-size:26px ;
        font-weight: 100;
        font-family: 'Bona Nova', serif;
        border-bottom: 0;
        padding: 0;
        margin: 0 auto;
        align-items: center;
        display: flex;
        justify-content: center;
    }
    
    .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;
        padding: 0;
        margin: 0; 
    }
    
    .text__service {
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
        font-size:24px ;
        font-family: 'Bona Nova', serif;
        letter-spacing: 1px;
        padding-top: 10px;
    } 
    
    .bloci__service {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }    
    
    .bloc__service {
        width: 400px;
        height: 400px;
        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:24px ;
        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;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        background: rgba(61, 61, 61, 0.10);
        padding: 0;
        margin: 0; 
    }
    
    .bloci__pluses {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 1px;
    }
    
    .bloc__plus {
        width: 300px;
        height: 300px;
        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: 20px;
        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: 18px;
        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: 20px;
    
    }
    
    .ipoteka__bloc {
      
        width: 200px;
        height: 200px;
        border: 1px solid #999;
        border-radius:10px;
        overflow: hidden;
        margin: 10px;
    }
    
    
    .img__partner {
        width: 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;
    }
    
    .img__container__bulding {
    
    }
    
    .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: 16px;
    }
    
    .text__contact {
        text-decoration: none;
        color: #000;
        font-size: 14px;
    }
    
    .contacts__content {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        padding: 1px;
        margin: 1px;
    }
    
    .contacts__adres__logo {
        margin-right: 3px;
        width: 20px;
        height: 20px;
    }
    
    
    .contacts__text {
        padding: 0;
        margin: 1px;
        font-variant-numeric: lining-nums;
        text-decoration: none;
        color: #111;
        font-size: 14px;
    
    }
    
    .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;
    }
    
    .socialseti__footer {
        
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
              
    }
    
    .text__footer {
        color: #E46A17;
        font-size: 14px;
        text-decoration: none;
        margin: 3px;
    }
    .icons__footer {
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 2px;
        margin: 2px;
        border-radius: 5px;
        overflow: hidden;
       
    }
    .img__footer{
        width: 29px;
        height: 29px;
        background-color: #E46A17;
        border-radius: 5px;
        overflow: hidden;
    }
    .text__footer__head{
        color: #E46A17;
        font-size: 16px;
    }
    .aside__footer {
        padding: 0;
    
    }
 }
    
