@charset "utf-8";
/* ГЛАВНАЯ НАВИГАЦИЯ */
#gflag {
  position: absolute;
  top: 0;
  right: 0;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
}
#gflag:hover {
  overflow: visible;
  height: auto;
  box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.14);
}
#gflag b {
  font-weight: 500;
  width: 60px;
  text-align: center;
  background-color: #fff;
  display: block;
  cursor: pointer;
  height: 48px;
  line-height: 48px;
}
#gflag b:hover {
  background-color: #f3f5fe;
  color: #0096ff !important;
}
.gflag_a {
  background-color: #fff0f4 !important;
  color: #fe0a4d;
}
#gflag b img {
  padding: 0 0 0 4px;
}
#goog-gt-tt {
  display: none !important;
}
.goog-te-banner-frame {
  display: none !important;
}
.goog-te-menu-value:hover {
  text-decoration: none !important;
}
#google_translate_element2 {
  display: none !important;
}
.skiptranslate,
.skiptranslate iframe {
  display: none !important;
}
body {
  top: 0 !important;
}
#nav {
  grid-area: nav;
  height: 48px;
  line-height: 48px;
  width: 100%;
  max-width: 1250px;
  position: fixed;
  top: 0;
  margin: 0 auto;
  z-index: 7778;
  white-space: nowrap;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  border-bottom: solid 1px #ddd;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.14);
}
#nav a:not(#nav_home),
#basket_show {
  text-align: center;
  display: inline-block;
  padding: 0 1.25%;
  color: #444743;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 48px;
  margin: 5px 2px;
  text-transform: uppercase;
}
#nav_home {
  display: inline-block;
  margin: 0;
  min-width: 70px;
  width: 7%;
  height: 33px;
  text-align: left;
  padding: 13px 0 0 18px;
  line-height: 14px;
  color: #576ec6;
  background-image: url(img/dom.png);
  background-position: 3px 0px;
  background-repeat: no-repeat;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 700;
}
#nav .active:not(#nav_home, .b2b_us) {
  background-color: #eaedfd;
  color: #0096ff;
}
#nav_home .active:not(.b2b_us) {
  background-color: #fff !important;
}
#nav img {
  vertical-align: middle;
}
#basket_show {
  position: absolute;
  right: 60px;
}
#nav a:hover,
#basket_show:hover {
  background-color: #f3f5fe;
  color: #0096ff !important;
}
#nav a:hover #round i {
  background: #0096ff;
}
#lupa {
  display: none;
}
#nav_search {
  height: 48px;
  display: inline-block;
  width: 36%;
}
#nav_search input {
  font-family: "Roboto", "Arial", sans-serif;
  padding: 0 1% !important;
  height: 36px;
  font-size: 16px;
}
#nav_search input[type="text"] {
  width: 78%;
  border: 1px solid #e1e4fb;
}
#nav_search input[type="submit"] {
  height: 38px !important;
  line-height: 38px !important;
  padding: 0 !important;
  background-color: #0096ff;
  width: 19%;
}
#nav_search input[type="submit"]:hover {
  background-color: #0096ff;
}
#round {
  display: inline-block;
  position: relative;
  width: 26px;
  height: 10px;
  margin: 7px 7px 0 0;
  top: 1px;
}
.active #round i {
  background: #0096ff;
}
#round i {
  display: block;
  position: absolute;
  transform: rotate(0);
  height: 2px;
  width: 54%;
  background: #444743;
  transition: 0.4s ease;
}
#round i:nth-child(2n) {
  right: 0;
}
#round i:nth-child(2n + 1) {
  left: 0;
}
#round i:first-child,
i:nth-child(2) {
  bottom: 0;
}
#round i:nth-child(3),
i:nth-child(4) {
  bottom: 50%;
}
#round i:nth-child(5),
i:nth-child(6) {
  bottom: 100%;
}
#nav_catalog:hover i:nth-child(2n + 1),
.show_tree #round i:nth-child(2n + 1) {
  transform: rotate(30deg);
}
#nav_catalog:hover i:nth-child(2n),
.show_tree #round i:nth-child(2n) {
  transform: rotate(-30deg);
}
.show_tree {
  background-color: #eaedfd;
}
/* ВЫПАДАЮЩАЯ НАВИГАЦИЯ */
#nav_catalog_links {
  z-index: 7771;
  box-shadow: 1px 1px 7px 9000px rgba(0, 0, 0, 0.25),
    0 4px 5px 2px rgba(0, 0, 0, 0.2);
  display: grid;
  grid-template-columns: 18rem 1fr;
  grid-gap: 0;
  position: fixed;
  top: 48px;
  background-color: #fff;
  width: 100%;
  max-width: 1250px;
  max-height: 92%;
}
#nav_catalog_tree {
  margin: 0;
  background-color: #f0f2f4;
}
#nav_catalog_tree ul {
  display: none;
}
#nav_catalog_tree li {
  list-style-type: none;
}
#nav_catalog_tree a {
  position: relative;
  border-bottom: solid 1px #fff;
  color: #444743;
  padding: 1px 6px;
  line-height: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
#nav_catalog_tree a img {
  height: 42px;
  width: 42px;
  padding: 0 9px 0 3px;
}
#nav_catalog_tree a:not(.active):hover {
  color: #2b82d0;
  background-color: #fff;
}
#nav_catalog_tree .active {
  color: #0096ff !important;
  background-color: #fff !important;
}
#nav_catalog_tree li a:after {
  color: #b2b2b2;
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -6px;
  content: "\276F";
}
#nav_catalog_tree li a:hover:after {
  color: #2b82d0;
}
#nav_catalog_tree li a:only-child:after {
  content: "";
}
#root_hover {
  background-color: #fff;
  color: #0096ff !important;
}
#nav_catalog_chapter {
  height: 100%;
  overflow: auto !important;
  position: relative;
  padding: 3px 0 0 15px;
}
#nav_catalog_chapter h2 {
  margin: 4px;
}
#nav_catalog_chapter ul {
  column-width: 20rem;
}
#nav_catalog_chapter li {
  break-inside: avoid-column;
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
}
#nav_catalog_chapter li a {
  height: 40px;
  font-weight: 500;
  line-height: 18px;
  color: #444743;
  display: flex;
  align-items: center;
  padding: 0 2px 0 0;
}
#nav_catalog_chapter li a img {
  padding: 0 5px 0 0;
  width: 70px;
  height: auto;
}
#nav_catalog_chapter ul ul {
  margin: 0 10px 10px 0;
}
#nav_catalog_chapter li li {
  margin: 0;
}
#nav_catalog_chapter li li a {
  height: auto;
  text-transform: none;
  font-size: 14px;
  line-height: 15px;
  margin: 0;
  padding: 5px 0 5px 20px;
  font-weight: 400;
}
.region-btn {
  display: inline-block;
  margin-left: 10px;
  padding: 8px 18px;
  background: #b22222;
  color: #fff;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.region-btn:hover {
  background: #d32f2f;
  color: #fff;
}
.region-panel {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-end;
  margin-top: 10px;
}
.region-btn-big {
  font-size: 1.2em;
  padding: 16px 32px;
  margin-left: 0;
  margin-bottom: 0;
  min-width: 180px;
  text-align: center;
  background: linear-gradient(90deg, #b22222 60%, #d32f2f 100%);
  box-shadow: 0 4px 16px rgba(178, 34, 34, 0.1);
}
.region-btn-big:hover {
  background: linear-gradient(90deg, #d32f2f 60%, #b22222 100%);
}
#region-float-panel {
  position: fixed;
  top: 50%;
  right: 3vw;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 24px;
  z-index: 1000;
}
.catalog-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2em 2.5em;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 900px;
  margin: 0 auto;
}
