@media screen and (min-width: 768px) {
  body {
    margin-top: 79px !important;
  }
  .nav {
    padding: var(--nav-padding) 0;
    transition: padding 300ms ease-out;
  }
  .nav__logo {
    width: 200px;
  }
  .nav__logo img {
    width: auto;
    height: 45px;
    transition: 300ms ease-out;
  }
  .nav__products button {
    font-size: 1.5rem;
    transition: font-size 300ms ease-out;
  }
  .nav--scrolled .nav__logo img {
    height: 38px;
  }
  .nav--scrolled .nav__products button {
    font-size: 1.2rem;
  }
  .nav__cart {
    left: calc(50% + 348px);
    font-size: 1rem;
  }
  .nav__cart:before {
    right: -12px;
    border-width: 0 12px 12px 12px;
  }
  .nav__cart__width-container {
    max-width: 52px;
    max-height: calc(100% - 15px);
  }
  .nav__cart__wrapper {
    width: auto;
    min-width: 600px;
  }
  .menu-category--subelement {
    position: relative;
  }
  .menu-category--subelement::after {
    content: "";
    display: block;
    bottom: 0;
    position: absolute;
    height: 1px;
    background-color: rgba(28, 28, 28, 0.04);
    left: -100%;
    right: -100%;
  }
  .menu-category__title {
    position: relative;
  }
  .menu-category__title::before {
    content: "";
    display: block;
    bottom: 0;
    position: absolute;
    height: 1px;
    background-color: rgba(28, 28, 28, 0.04);
    left: -100%;
    right: -100%;
  }
  .menu_blog {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .nav__cart {
    left: calc(50% + 468px);
  }
  .nav__row {
    grid-template-columns: min-content 5fr max-content 3.5rem 3.5rem;
  }
  .nav__products {
    display: block;
    margin: auto;
  }
  .nav__products button {
    background: none;
    color: #b4b4b4;
    border: none;
    text-transform: uppercase;
    line-height: 32px;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 1.25rem;
    cursor: pointer;
  }
  .nav .menu {
    bottom: unset;
    background-color: transparent !important;
  }
  .nav .menu.open, .nav .menu .animation-open {
    background-color: transparent;
  }
  .nav .menu .container {
    background-color: #fff;
    overflow: hidden;
  }
  .nav .menu-elements {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .nav .menu-element {
    justify-content: center;
    background-color: #f1f1f1;
  }
  .nav .menu-element__title {
    max-width: unset;
    width: auto;
  }
  .nav .menu-element__links {
    display: block;
    margin: 0;
  }
  .nav .menu-element-container {
    display: inline-flex;
    flex-direction: column;
    height: -moz-max-content;
    height: max-content;
    position: relative;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .nav .menu-element-container--1 div.links, .nav .menu-element-container--2 div.links, .nav .menu-element-container--3 div.links {
    justify-content: left;
    padding-left: 11px;
  }
  .nav .menu-element-container--4 {
    grid-column: 1/4;
  }
  .nav .menu-element-container--4 .menu-categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .nav .menu-element--subelement {
    position: relative;
    padding: 5px 10px;
  }
  .nav .menu-element:before, .nav .menu-element:after {
    content: none;
  }
  .nav .menu-element:before {
    content: "";
    display: block;
    background: rgba(28, 28, 28, 0.04);
    left: 0;
    height: 100vh;
    width: 1px;
    position: absolute;
  }
  .nav .menu-categories {
    display: block;
  }
  .nav .menu-category {
    position: relative;
    overflow: hidden;
  }
  .nav .menu-category:after {
    content: "";
    display: block;
    background: rgba(28, 28, 28, 0.04);
    top: -100%;
    right: 0;
    height: 100vh;
    width: 1px;
    position: absolute;
  }
  .nav .menu-category__links {
    display: block;
    margin-bottom: 0px;
  }
  .nav .menu_blog {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .nav__cart {
    left: calc(50% + 558px);
  }
}
@media screen and (min-width: 1400px) {
  .nav__cart {
    left: calc(50% + 648px);
  }
  .nav__products button {
    font-size: 24px;
    transition: font-size 300ms ease-out;
  }
  .nav--scrolled .nav__products button {
    font-size: 19px;
  }
}
@media screen and (max-width: 1399.98px) {
  .languages {
    left: calc(50% + 472px);
  }
}
@media screen and (max-width: 1199.98px) {
  .languages {
    left: calc(50% + 386px);
  }
}
@media screen and (max-width: 991.98px) {
  .languages {
    left: calc(50% + 236px);
  }
}/*# sourceMappingURL=contact-desktop.css.map */