@media only screen and (max-width: 600px) {

body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    margin: auto;
    padding:0;
}

.header-fixed-wrapper{
    position: relative;
}

header .container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
 
.top-header{
    display: none;
}

.header-menu{
    display: none;
}

header {
    height: auto;
    padding-bottom: 20px;
}

.logo {
    width: 50%;
    padding-top: 20px;
    margin: 0 auto;
}

    .banner {
        height: 500px;
        padding-bottom: 50px;
        margin-top: 0px;
        background-position: center;
    }

.banner-title {
        width: 100%;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        padding-top: 80px;
    }

.banner-title span {
    font-size: 24px;
}

.banner-text {
    width: 100%;
    font-size: 18px;
    padding-top: 30px;
    text-align: center;
}

.banner-button {
    padding: 12px 10px;
    height: 40px;
    width: 200px;
    text-align: center;
    font-size: 12px;
    font-family: Gotham-Medium;
    background: #dee2e6;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    top: 30px;
}

.uslovie ul {
    padding-left: 0rem;
    width: 100%;
}

.priem-item {
    width: 45%;
    height: auto;
    padding-bottom: 20px;
    font-size: 12px;
}

.priem-item .bottom span {
    font-size: 16px;
}

.uslovie {
    background: transparent;
    padding: 50px 0 80px 0;
    height: auto;
}

.catalog-item {
    width: 100%;
}

.footer-item {
    width: 100%;
    margin-top: 20px;
}

.menu-btn {
    display: flex;
    align-items: center;
    position: fixed;
    top: 27px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 9999;
}
 
.menu-btn > span,
.menu-btn > span::before,
.menu-btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition-duration: .25s;
}
.menu-btn > span::before {
  content: '';
  top: -8px;
}
.menu-btn > span::after {
  content: '';
  top: 8px;
}

.menubox{
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 40px 20px;
  list-style: none;
  background-color: #ECEFF1;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
  transition-duration: .25s;
  z-index: 999;  
}

.menu-item {
  display: block;
  padding: 12px 24px;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
}
.menu-item:hover {
  background-color: #CFD8DC;
}

#menu-toggle{
  opacity: 0;
}

#menu-toggle:checked ~ .menu-btn > span{
  transform: rotate(45deg);
}
#menu-toggle:checked ~ .menu-btn > span::before{
  top: 0;
  transform: rotate(0);
}
#menu-toggle:checked ~ .menu-btn > span::after{
  top: 0;
  transform: rotate(90deg);
}
#menu-toggle:checked ~ .menubox {
    visibility: visible;
    right: 0;
}

.mob-menu{
    display: block;
}

.mob-menu ul{
    padding-top: 30px;
}

.mob-menu li{
    padding-top: 10px;
    font-family: Gotham-Light; 
}

.phone{
    width: 100%;
    background: transparent;
    background-size: 15px;
    background-position: top 3px left;
    padding-left: 25px;
    background-repeat: no-repeat;
    padding-top: 10px;
    font-family: Gotham-Medium; 
}

.mail{
    width: 100%;
    background: transparent;
    background-size: 15px;
    background-position: top 3px left;
    padding-left: 25px;
    background-repeat: no-repeat;
    padding-top: 10px;
    font-family: Gotham-Medium;     
}

.wp{
    width: 100%;
    background: transparent;
    background-size: 15px;
    background-position: top 3px left;
    padding-left: 25px;
    background-repeat: no-repeat;
    padding-top: 10px;
    font-family: Gotham-Medium;     
}

.insta{
    width: 100%;
    background: transparent;
    background-size: 15px;
    background-position: top 3px left;
    padding-left: 25px;
    background-repeat: no-repeat;
    padding-top: 10px;
    font-family: Gotham-Medium;     
}

.map{
    width: 100%;
    background: transparent;
    background-size: 15px;
    background-position: top 3px left;
    padding-left: 25px;
    background-repeat: no-repeat;
    padding-top: 10px;
    font-family: Gotham-Medium;     
}

.header-button {
    padding: 11px 10px;
    height: 40px;
    width: 200px;
    text-align: center;
    font-size: 12px;
    font-family: Gotham-Medium;
    background: #dc3545;
    border-radius: 4px;
    margin-top: 28px;
    color: #fff;
}

}