@media (min-width: 1024px) {
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
  }

  footer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 50px;
  }

  .el-head {
    display: flex;
    align-items: center;
    width: 25%;
  }

  .el-head-logo {
    display: flex;
    padding: 10px;
  }

  .el-head-logo a {
    line-height: 1.15;
  }

  .el-head-logo img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    min-width: 65px;
  }

  .el-head p {
    align-content: center;
    color: #6f6356;
    display: flex;
    font-size: 1.33em;
    font-weight: bold;
    line-height: 25.5px;
    margin: 0;
    padding: 10px;
  }

  .el-head-menu {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 20px 0 0;
  }

  .el-head-menu-desktop ul {
    display: flex;
    list-style-type: none;
  }

  .el-head-menu-desktop a {
    color: #6f6356;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 13px 15px;
    text-decoration-line: none;
    text-transform: uppercase;
  }

  .el-head-menu-desktop a.menu-item-active {
    color: #9f6449;
  }

  .el-head-menu-mobile {
    display: none;
  }

  .el-head-menu-toggle {
    display: flex;
    margin-right: 15px;
  }

  .el-head-menu-toggle-icon {
    width: 40px;
    height: 40px;
    fill: #9f6449;
  }

  .el-footer-infos {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .el-footer-infos .el-footer-info {
    display: flex;
    align-items: center;
  }

  .el-footer-infos .el-footer-info svg {
    width: 0.6em;
    height: 0.6em;
    position: relative;
    display: block;
    fill: #6f6356;
    display: inline-block;
    line-height: 1;
    font-size: 50px;
    text-align: center;
    margin: 0 10px 0 0;
  }

  .el-footer-infos p {
    margin: 6px 0;
    font-size: 15px;
    font-weight: 300;
  }

  .el-footer-infos a {
    color: rgb(159, 100, 73);
    text-decoration-line: none;
  }

  .el-footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .el-footer-links svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
    fill: #6f6356;
    display: inline-block;
    line-height: 1;
    font-size: 50px;
    text-align: center;
  }

  .el-footer-links-top svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
    fill: #6f6356;
    display: inline-block;
    line-height: 1;
    font-size: 50px;
    text-align: center;
  }
}

@media (min-width: 768px ) and (max-width: 1023px)  {
  header {
    display: flex;
    justify-content: space-between;
  }

  .el-head {
    display: flex;
    align-items: center;
    width: 45%;
  }
  .el-head p {
    font-family: Raleway, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    max-width: 120px;
  }

  .el-head-logo {
    display: flex;
    padding: 5px;
  }

  .el-head-logo a {
    line-height: 1.15;
  }

  .el-head-menu-desktop {
    display: none;
  }

  .el-head-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    width: 55%;
  }

  .el-head-menu-mobile {
    display: flex;
    align-items: center;
    padding-right: 10px;
  }

  .el-head-menu-toggle {
    display: flex;
    align-items: center;
  }

  .el-head-menu-mobile svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
    fill: #6f6356;
    display: inline-block;
    line-height: 1;
    font-size: 50px;
    text-align: center;
  }

  .el-head-menu-mobile-nav:not(.open) {
    display: none; /* debug */
    transform: scaleY(0);
  }

  .el-head-menu-mobile-nav.open {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 70px;
    width: 100%;
    left: 0;
    background-color: #fff;
    transition: max-height 0.3s, transform 0.3s;
    transform-origin: top;
    transform: scaleY(1);
    z-index: 999;
  }

  .el-head-menu-mobile-nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .el-head-menu-mobile-nav li {
    padding: 20px 15px;
  }

  .el-head-menu-mobile-nav a {
    color: #6f6356;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 13px 15px;
    text-decoration-line: none;
    text-transform: uppercase;
  }

  .el-head-logo img {
    height: 60px;
    width: 60px;
    min-width: 60px;
    object-fit: contain;
  }

  .el-btn-link {
    display: flex;
  }

  .el-btn-link a {
    padding: 10px 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 15px;
  }

  .el-head-menu-mobile-nav a {
    font-size: 18px;
  }

  footer {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: center;
    padding: 30px 0;
  }

  .el-footer-infos {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  
  .el-footer-infos .el-footer-info {
    display: flex;
    align-items: center;
  }

  .el-footer-infos .el-footer-info svg {
    width: 0.6em;
    height: 0.6em;
    position: relative;
    display: block;
    fill: #6f6356;
    display: inline-block;
    line-height: 1;
    font-size: 50px;
    text-align: center;
    margin: 0 10px 0 0;
  }

  .el-footer-infos p {
    margin: 6px 0;
    font-size: 15px;
    font-weight: 300;
  }

  .el-footer-infos a {
    color: rgb(159, 100, 73);
    text-decoration-line: none;
  }

  .el-footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .el-footer-links svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
    fill: #6f6356;
    display: inline-block;
    line-height: 1;
    font-size: 50px;
    text-align: center;
  }

  .el-footer-links-top svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
    fill: #6f6356;
    display: inline-block;
    line-height: 1;
    font-size: 50px;
    text-align: center;
  }
}


@media (max-width: 767px) {
  header {
    display: flex;
    justify-content: space-between;
  }

  .el-head {
    display: flex;
    align-items: center;
    width: 45%;
  }
  .el-head p {
    font-family: Raleway, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    max-width: 120px;
  }

  .el-head-logo {
    display: flex;
    padding: 5px;
  }

  .el-head-logo a {
    line-height: 1.15;
  }

  .el-head-menu-desktop {
    display: none;
  }

  .el-head-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    width: 55%;
  }

  .el-head-menu-mobile {
    display: flex;
    align-items: center;
    padding-right: 10px;
  }

  .el-head-menu-toggle {
    display: flex;
    align-items: center;
  }

  .el-head-menu-mobile svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
    fill: #6f6356;
    display: inline-block;
    line-height: 1;
    font-size: 50px;
    text-align: center;
  }

  .el-head-menu-mobile-nav:not(.open) {
    display: none; /* debug */
    transform: scaleY(0);
  }

  .el-head-menu-mobile-nav.open {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 70px;
    width: 100%;
    left: 0;
    background-color: #fff;
    transition: max-height 0.3s, transform 0.3s;
    transform-origin: top;
    transform: scaleY(1);
  }

  .el-head-menu-mobile-nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .el-head-menu-mobile-nav li {
    padding: 20px 15px;
  }

  .el-head-menu-mobile-nav a {
    color: #6f6356;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 13px 15px;
    text-decoration-line: none;
    text-transform: uppercase;
  }

  .el-head-logo img {
    height: 60px;
    width: 60px;
    min-width: 60px;
    object-fit: contain;
  }

  .el-btn-link {
    display: flex;
  }

  .el-btn-link a {
    padding: 10px 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 15px;
  }

  .el-head-menu-mobile-nav a {
    font-size: 18px;
  }

  footer {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: center;
    padding: 30px 0;
  }

  .el-footer-infos {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  
  .el-footer-infos .el-footer-info {
    display: flex;
    align-items: center;
  }

  .el-footer-infos .el-footer-info svg {
    width: 0.6em;
    height: 0.6em;
    position: relative;
    display: block;
    fill: #6f6356;
    display: inline-block;
    line-height: 1;
    font-size: 50px;
    text-align: center;
    margin: 0 10px 0 0;
  }

  .el-footer-infos p {
    margin: 6px 0;
    font-size: 15px;
    font-weight: 300;
  }

  .el-footer-infos a {
    color: rgb(159, 100, 73);
    text-decoration-line: none;
  }

  .el-footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .el-footer-links svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
    fill: #6f6356;
    display: inline-block;
    line-height: 1;
    font-size: 50px;
    text-align: center;
  }

  .el-footer-links-top svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
    fill: #6f6356;
    display: inline-block;
    line-height: 1;
    font-size: 50px;
    text-align: center;
  }
}
