@media (min-width: 992px) and (max-width: 1199.98px) {
  html[lang="ru-RU"] #header .header-container > .header-row {
    position: relative;
  }

  html[lang="ru-RU"] #header .header-container:before {
    content: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html[lang="ru-RU"] #header .header-column.justify-content-end,
  html[lang="ru-RU"] #header .header-nav {
    position: static;
  }

  html[lang="ru-RU"] #header .header-nav-main {
    position: absolute;
    background: transparent;
    width: 100%;
    top: 100%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    display: block !important;
    height: auto !important;
  }

  html[lang="ru-RU"] #header .header-nav-main:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #212529;
    z-index: -1;
    transform: none;
  }

  html[lang="ru-RU"] #header .header-nav-main nav {
    display: none !important;
    max-height: none;
    overflow: visible;
    overflow-y: visible;
    padding: 0 15px;
    transition: ease all 500ms;
    width: 100% !important;
  }

  html[lang="ru-RU"] #header .header-nav-main nav.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
  }

  html[lang="ru-RU"] #header .header-nav-main nav.show,
  html[lang="ru-RU"] #header .header-nav-main nav.collapsing {
    display: block !important;
  }

  html[lang="ru-RU"] #header .header-nav-main nav > ul {
    padding-top: 15px;
    padding-bottom: 15px;
    flex-direction: column;
    width: 100%;
  }

  html[lang="ru-RU"] #header .header-nav-main nav > ul li {
    border-bottom: 1px solid #3e3e3e;
    height: auto !important;
    min-height: 0 !important;
    align-self: auto !important;
    clear: both;
    display: block;
    float: none;
    margin: 0 !important;
    margin-left: 0 !important;
    padding: 0;
    position: relative;
  }

  html[lang="ru-RU"] #header .header-nav-main nav > ul li:last-child {
    border-bottom: 0;
  }

  html[lang="ru-RU"] #header .header-nav-main nav > ul li a {
    align-items: normal !important;
    display: block !important;
    font-family: "Poppins", Arial, sans-serif !important;
    font-size: 13px !important;
    font-style: normal;
    font-weight: 400 !important;
    height: auto !important;
    letter-spacing: 0 !important;
    line-height: 20px !important;
    min-height: 0 !important;
    padding: 7px 8px !important;
    margin: 1px 0 !important;
    border-radius: 0 !important;
    text-align: left;
    color: #dedede;
  }

  html[lang="ru-RU"] #header .header-nav-main nav > ul > li > a {
    text-transform: uppercase;
    font-weight: 700 !important;
    color: #dedede;
    white-space: normal !important;
    padding: 10px 10px !important;
  }

  html[lang="ru-RU"] #header .header-nav-main nav > ul > li > a.active {
    color: #fff !important;
    background: #4dbb6d !important;
  }

  html[lang="ru-RU"] #header .header-nav-main nav > ul > li > a.active:focus,
  html[lang="ru-RU"] #header .header-nav-main nav > ul > li > a.active:hover {
    color: #fff !important;
    background: #4dbb6d !important;
  }

  html[lang="ru-RU"] #header .header-nav-main nav > ul li.dropdown .dropdown-menu {
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 13px;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    clear: both;
    display: none;
    float: none;
    left: auto;
    min-width: 0;
    opacity: 1;
    position: static;
    top: auto;
    transform: none;
    width: auto;
  }

  html[lang="ru-RU"] #header .header-nav-main-effect-2 nav > ul > li.dropdown .dropdown-menu {
    transition: none;
    opacity: 1;
  }

  html[lang="ru-RU"] #header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
    display: none;
  }

  html[lang="ru-RU"] #header .header-nav-main nav > ul li.dropdown.open > a:before,
  html[lang="ru-RU"] #header .header-nav-main nav > ul li.dropdown:hover > a:before {
    content: none;
  }

  html[lang="ru-RU"] #header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu {
    display: block;
    margin-left: 20px;
  }

  html[lang="ru-RU"] #header .header-nav-main nav > ul li.dropdown .dropdown-menu > li a {
    color: #969696;
    border-bottom: 0;
    font-family: "Poppins", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 20px !important;
    min-height: 0 !important;
    margin: 1px 0 !important;
    padding: 7px 8px !important;
    text-transform: none;
  }

  html[lang="ru-RU"] #header .header-nav-main nav > ul li.dropdown .dropdown-menu > li a.active,
  html[lang="ru-RU"] #header .header-nav-main nav > ul li.dropdown .dropdown-menu > li a.active:focus,
  html[lang="ru-RU"] #header .header-nav-main nav > ul li.dropdown .dropdown-menu > li a.active:hover {
    color: #fff !important;
    background: #4dbb6d !important;
  }

  html[lang="ru-RU"] #header .header-nav-main nav > ul li a.dropdown-toggle {
    position: relative;
  }

  html[lang="ru-RU"] #header .desktop-arrow {
    display: none !important;
  }

  html[lang="ru-RU"] #header .header-nav-main nav > ul li a.dropdown-toggle .fa-chevron-down,
  html[lang="ru-RU"] #mainNav .dropdown-toggle i {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
  }

  html[lang="ru-RU"] #header .header-nav-main nav > ul li a.dropdown-toggle:after {
    content: none;
  }

  html[lang="ru-RU"] #header .header-btn-collapse-nav {
    outline: 0;
    display: block;
    position: relative;
    z-index: 1;
  }

  html[lang="ru-RU"] #header .header-nav.header-nav-links,
  html[lang="ru-RU"] #header .header-nav.header-nav-line {
    min-height: 70px;
  }
}
