header{
  width: 100%;
  background-color: #fff;
  /*margin-bottom: 200px;*/
  box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.1);
}
.header_content{
  font-size: 10px;
  line-height: 16px;
  height: 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
hr{
  margin: 25px 0;
  border: none;
  height: 1px;
  background-color: #E0E0E0;

}
.header-address > div p {
    width: 270px;
}
.button{
  width: 160px;
  height: 40px;
  background: #FFC000;
  border-radius: 5px;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}
.header_text{
  width: 100px;
  height: 80px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #000;
}
.main{
  width: 680px;
}
#margin_none{
  margin: 0;
}
.mobail_header{
    display: none;
}
.main_botton{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.main_botton a{
  color: #000000;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
}
.maim_top{
  display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
.main_top_element p{
  font-size: 10px;
  line-height: 16px;
  font-weight: bold;
}
.main_top_element img{
  margin-right: 8px;
}
.main_top_element a{
  font-weight: bold;
  font-size: 10px;
  line-height: 16px;
  text-decoration: none;
  color: #000000;
  margin-left: 8px;
}
.main_top_element{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 10px;
}
.head_tel a{
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  text-decoration: none;
}
.head_tel div{
  text-align: center;
  padding: 8px 0;
}
.hesd_obs{
  text-align: center;
}
.hesd_obs button{
  margin-top: 15px;
}
footer{
  width: 100%;
  background: #000000;
}
.footer_content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  color: #828282;
  height: 100px;
}
.footer_text{
  width: 175px;
}
.social img{
  margin: 0 8px;
}
.footer_block p{
  padding-bottom: 12px;
}
.footer_block a{
  margin-right: 32px;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.mob_menu{
    display: none;
}
.header-address{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 40px;
    flex-wrap: wrap;
}
.header-address > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 40px;
}
@media (min-width: 960px) and (max-width: 1280px) {
  .head_tel{
    display: none;
  }
  .footer_block a{
    margin-right: 20px;
  }
  .footer_logo{
    width: 50px;
  }

}
@media (min-width: 640px) and (max-width: 959px) {
  .header_text{
    display: none;
  }
  .head_tel{
    display: none;
  }
  .hesd_obs{
    display: none;
  }
  .header_logo{
    width: 70px;
  }
  .main_top_element {
    margin-right: 10px;
  }
  .main {
    width: 520px;
  }
  .footer_logo{
    width: 50px;
  }
  .footer_block{
    display: none;
  }
  .footer_text{
    margin-right: 200px;
  }
}
@media (max-width: 639px) {
    .footer_logo{
      width: 50px;
    }
    .header_content{
        display: none;
    }
    header{
        background: #000000;
    }
    .mobail_header{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .burger_button{
        width: 40px;
        margin-top: 24px;
    }
    .header_info_mob{
        margin-top: 24px;
    }
    .btn_mob{
        width: 150px;
        height: 40px;
        font-weight: 500;
        font-size: 10px;
        line-height: 12px;
        text-transform: uppercase;
        border-radius: 5px;
        border: none;
        cursor: pointer;
        color: #000000;
          background-color: #FFC000;
    }
    .header_info_mob p{
        font-weight: 600;
        font-size: 16px;
        line-height: 18px;
        margin-top: 16px;
        text-align: center;
        color: #BDBDBD;
    }
    .mob_menu{
        display: block;
        background-color: #000;
        width: 70%;
        z-index: 5;
        top: 0;
        right: 0;
        position: fixed;
        height: 100%;
        transition: 0.5s;
        transform: translateX(100%);
    }
    .menu_active{
        transform: translateX(0%);
    }
    .menu_nav{
        color: #fff;
        display: flex;
        flex-direction: column;
    }
    .menu_nav a{
        color: #fff;
        margin-bottom: 30px;
    }
    .mob_menu_block button{
        margin: 40px 0;
    }
    .mob_menu_block{
        margin-top: 70px;
        margin-left: 50px;
    }
    .close_mob{
        float: right;
        margin:20px;
    }
    .header_logo{
      width: 70px;
    }
    .footer_block{
        display: none;
    }
    .footer_text{
        display: none;
    }
    .overlay {
       position: fixed;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       background-color: rgba(0, 0, 0, .5);
       z-index: 4;
       transition: .3s all;
       display: none;
    }
    .modal.is-show,
    .overlay.is-show{
        display: block;
    }
}
