
@media screen and (max-width: 998px) {
  .menu-btn {
    display: block;
    margin-left: 20px;
  }
  header a.logo {
    padding: 5px 0;
  }
  #block-languagedropdownswitcher {
    margin: 9px 0 0 24px;
  }
  #block-korolev-main-menu {
    display: none;
  }
  header .contacts-line {
    background: #F8F8F8;
    color: #202020;
  }
  header .contacts-line .item path {
    fill: #000;
  }
  header .contacts-line .value a .hover-text {
    display: none;
  }
  header .contacts-line .value a .text {
    opacity: 1;
  }
  header .contacts-line .value a {
    color: #202020;
  }
  header .contacts-line .mail .value { 
    width: auto;
    font-weight: 400;
  }
  header .contacts-line .phone .value { 
      width: auto;
      font-weight: 400;
  }
  header .contacts-line .item.mail {
    margin: 0 20px 0 0;
  }
}

@media screen and (max-width: 700px) {
  .header-fake {
    height: 144px;
  }
  header .contacts-line .item.mail {
    clear: both;
    float: left;
    width: 100%;
    margin: 0;
  }
  header .contacts-line .phones {
    float: left;
  }
  footer {
    position: relative;
    left: inherit;
    right: inherit;
    bottom: inherit;
  }
  footer .line {
    grid-template-columns: 1fr;
  }
  footer .line .link-cookie,
  footer .line .link-blog,
  footer .line .link-private {
    text-align: left;
    margin: 0 -20px;
  }
}

@media screen and (max-width: 550px) {
  .btn {
    width: 100%;
  }
  footer {
    padding: 10px 0;
  }
}
@media screen and (max-width: 400px) {
  .header-fake {
    height: 58px;
  }
  header .contacts-line .item.separator {
    display: none;
  }
  header .contacts-line .item {
    float: left;
    width: 100%;
  }
  header .contacts-line,
  #block-languagedropdownswitcher {display: none}
}
