@charset "UTF-8";
@font-face {
  font-family: "geometria-regular";
  src: url("/local/templates/aspro-allcorp2/myfonts/geometria-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "geometria-heavy";
  src: url("/local/templates/aspro-allcorp2/myfonts/geometria-heavy.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "geometria-bold";
  src: url("/local/templates/aspro-allcorp2/myfonts/geometria_bold.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "geometria-extrabold";
  src: url("/local/templates/aspro-allcorp2/myfonts/geometria_extrabold.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "geometria-medium";
  src: url("/local/templates/aspro-allcorp2/myfonts/geometria_medium.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "geometria-light";
  src: url("/local/templates/aspro-allcorp2/myfonts/geometria_light.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 1078px) {
  .header-menu-top-right {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    width: 100% !important;
    gap: 45px !important;
    row-gap: 12px !important;
  }
}
/* Контейнер выпадающего списка */
.dropdown-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-top: 6px;
  min-width: 200px;
  z-index: 1000;
  padding: 8px 0;
}

/* Пункты списка */
.dropdown-list div {
  padding: 8px 16px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.dropdown-list div:hover {
  background-color: #f0f0f0;
}

.bx-context-toolbar-empty-area {
  background: scroll transparent url(../images/panel/empty-area.gif) no-repeat 0 0;
}

.dropdown-menu-left {
  position: absolute;
  top: 69px; /* прямо под .header-menu-top */
  left: 42px; /* чтобы совпало с отступами */
  background: white;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding: 8px 0;
  display: none; /* скрыт по умолчанию */
  z-index: 9999;
}

.dropdown-menu-left ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dropdown-menu-left li a {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  color: black;
  font-size: 12px;
}

.header-menu-top--wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 12;
}

/* Показ при наведении */
.header-menu-top-left-arrow:hover .dropdown-menu-left {
  display: block;
  position: absolute;
}

.header-menu-top-left-toget {
  cursor: pointer;
}

.header-menu-top {
  padding: 11px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-menu-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-menu-top-left-text {
  font-family: "geometria-regular";
  font-size: 12px;
  width: 100%;
}

.header-menu-top-left-text a {
  font-family: "geometria-regular";
  font-size: 12px;
  color: black;
  opacity: 50%;
}

.header-menu-top-left-toget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-menu-top-right-menu {
  font-family: "geometria-regular";
  font-size: 12px;
  color: black;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}

.header-menu-top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-inform {
  padding-block: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-inform-left-button {
  background: #2F4390;
  gap: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-inline: 15px;
  padding-block: 15px;
  border: 1px solid transparent; /* ← всегда есть бордер */
  -webkit-transition: background 0.3s, border-color 0.3s;
  transition: background 0.3s, border-color 0.3s;
  cursor: pointer;
}

.header-inform-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-inform-left-button-text {
  font-family: "geometria-bold";
  font-size: 14px;
  color: white;
}

.header-inform-left-logo {
  -ms-flex-line-pack: center;
      align-content: center;
}

.header-inform-center-menu-text {
  font-family: "geometria-bold";
  font-size: 14px;
  color: rgb(0, 0, 0);
  cursor: pointer;
}

.header-inform-center-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}

.header-inform-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 29px;
  row-gap: 12px;
  min-width: 500px;
  justify-content: space-between;
}

.header-inform-right-left-number {
  font-family: "geometria-bold";
  font-size: 14px;
  cursor: pointer;
  color: rgb(0, 0, 0);
}

.header-inform-right-left-number-hover {
  display: none;
}

.header-inform-right-left-number:hover .header-inform-right-left-number-hover {
  background-color: white;
  display: block;
  position: absolute;
}

.header-inform-right-left-link {
  font-family: "geometria-regular";
  font-size: 14px;
  color: #2F4390;
}

.header-inform-right-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}

.header-inform-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
}

.header-menu-top-left-toget {
  cursor: pointer;
}

/* контейнер */
.menu-wrapper {
  position: relative;
  display: inline-block;
}

/* по умолчанию скрыто */
.submenu-city {
  display: none;
  position: absolute;
  top: 25px;
  left: 20px;
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 6px 6px;
  z-index: 1000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

/* показываем при наведении */
.menu-wrapper:hover .submenu-city {
  _display: -webkit-box;
  _display: -ms-flexbox;
  _display: flex;
}

/* ссылки */
.submenu-item-city span {
  color: #333;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  cursor: pointer;
}

.submenu-item-city.current span {
  font-weight: 700;
}

.submenu-item-city span:hover {
  color: #0056b3;
}

.js_city_chooser {
  cursor: pointer;
}

.header-inform-right-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.header-inform-right-right-img {
  cursor: pointer;
  position: relative;
}

.header-inform-right-right-img span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  right: -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 13px;
  color: #fff;
  background: #ff0000;
}

.header-inform-right-right-img img:hover {
  -webkit-box-shadow: 0px 0px 1px 1px #485db0;
          box-shadow: 0px 0px 1px 1px #485db0;
}

.header-banner-hed {
  font-family: "geometria-heavy";
  font-size: 45px;
  color: white;
  text-transform: uppercase;
}

.header-banner-inform {
 
  padding-bottom: 39px;
  padding-top: 239px;
}

.header-banner-inform-two-inform-text {
  font-family: "geometria-regular";
  font-size: 14px;
  color: white;
}

.header-banner-inform-two {
 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-bottom: 36px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header-banner-inform-two-inform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-banner-inform-three {
 
  padding-bottom: 61px;
}

.header-banner-inform-three-wind {
  width: 446px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 5px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.header-banner-inform-three-button {
  font-family: "geometria-bold";
  font-size: 14px;
  padding-inline: 38px;
  color: white;
  padding-block: 20px;
  background-color: #2F4390;
  cursor: pointer;
}

.header-banner-inform-three-button-white {
  font-family: "geometria-bold";
  font-size: 14px;
  color: bold;
  opacity: 50%;
  background-color: #ECECEC;
  padding-inline: 34px;
  padding-block: 20px;
  cursor: pointer;
}

.header-banner-inform-slider-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.header-banner-inform-slider-slider-slid {
  background-color: white;
  width: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.header-banner-inform-slider {
  padding-bottom: 51px;
}

.header-banner-inform-slider-slider-slid-inform-line {
  width: 220px;
  height: 1px;
  opacity: 50%;
  background-color: black;
}

.header-banner-inform-slider-slider-slid-inform-text {
  font-family: "geometria-regular";
  font-size: 12px;
  color: bold;
  opacity: 50%;
}

.header-banner-inform-slider-slider-slid-inform-hed-text a {
  font-family: "geometria-bold";
  font-size: 14px;
  color: #2F4390;
}
.header-banner-inform-slider-slider-slid-inform-hed-text {
  height: 48px !important;
  overflow: hidden !important;  
}

.header-banner-inform-slider-slider-slid-inform-hed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-banner-inform-slider-slider-slid-inform {
  padding-block: 21px;
  padding-inline: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-banner-inform-slider-slider-arrow-arrow {
  background-color: white;
}

.header-banner-inform-slider-slider-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.header-banner-inform-slider-slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

/* Стрелки */
.header-banner-inform-slider-slider-arrow {
  position: absolute;
  top: 66%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}

.header-mobile {
  display: none;
}

@media (max-width: 1024px) {
  .header-banner-inform-slider-slider-slid-inform-hed-text {
    width: 79%;
  }
}
@media (max-width: 768px) {
  .header-banner-inform-slider-slider-arrow {
    display: none;
  }
}
@media (max-width: 721px) {
  .header-menu-top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 45px;
    row-gap: 12px;
    width: 714px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-menu-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    row-gap: 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-inline: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 546px) {
  .header-banner-inform-three-wind {
    width: 100%;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-block: 5px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 480px) {
  .header-banner-inform-slider-slider-wrapper {
    padding-inline: 10px;
  }
  .header-banner-inform-slider-slider-slid {
    width: 250px;
  }
  .header-banner-inform-slider-slider-arrow {
    padding: 6px;
  }
  .header-inform-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 21px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 452px) {
  .header-banner-hed {
    font-size: 35px;
  }
}
@media (max-width: 1078px) {
  .header-menu-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    row-gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-inline: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-menu-top-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* .header-menu-top-right {
      display: none;
      flex-direction: column;
      width: 100%;
      gap: 10px;
  }

  .header-menu-top-right .active {
      display: block;
      align-items: center;
  }

  .header-menu-top-right-menu {
      font-size: 14px;
      opacity: 1;
      color: black;
  } */
}
@media (max-width: 632px) {
  .header-inform-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 29px;
    row-gap: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 500px) {
  .header-menu-top {
    display: none;
  }
  .header-mobile {
    display: block;
  }
  .header-inform {
    display: none;
  }
}
.header-mobile {
  padding-block: 12px;
  padding-inline: 20px;
}

.header-mobile-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 39px;
  padding-bottom: 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-mobile-top-logo img {
  width: 100%;
}

.header-mobile-top-burger {
  cursor: pointer;
}

.header-mobile-down-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-mobile-down-search-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 27px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #a8a8a8;
  background-color: #fff;
  overflow: hidden;
}

.header-mobile-down-search-search input {
  border: none;
  outline: none;
  padding: 6px 9px;
  padding-right: 13px;
  font-family: "geometria-bold";
  font-size: 10px;
  width: 100%;
  color: #a8a8a8;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header-mobile-down-search-loup {
  padding: 0 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.header-mobile-down-search-loup img {
  width: 12px;
  /* или подбери подходящий размер */
  height: 12px;
}

.header-mobile-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-mobile-down-button-text {
  font-family: "geometria-bold";
  font-size: 10px;
  color: #ffffff;
}

.header-mobile-down-button {
  background-color: #2F4390;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  height: 27px;
  padding-inline: 8px;
  padding-block: 6px;
  border: 1px solid #2F4390;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-mobile-down-korzin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-mobile-down-button-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.phone.with_dropdown {
  width: auto;
}
.phone.with_dropdown .dropdown {
  min-width: auto;
  top: 14px;
}

.phone .more_phone a {
  font-size: 14px;
  padding: 10px;
  color: #000;
  font-weight: 700;
  font-family: "geometria-bold";
}

.mobile-menu {
  position: absolute;
  top: 60px;
  left: 0;
  line-height: 29px;
  right: 0;
  background: white;
  display: none;
  /* flex-direction: column; */
  gap: 15px;
  padding: 20px;
  z-index: 1000;
  border-top: 1px solid #ddd;
}

.mobile-menu-item {
  font-family: "geometria-medium";
  font-size: 14px;
  cursor: pointer;
}

/* Показать меню, если активный класс */
.mobile-menu.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header-inform-left-button:hover {
  background: #485db0;
  border-color: #485db0;
}

.header-mobile-down-button:hover {
  background-color: #485db0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  padding-inline: 8px;
  padding-block: 6px;
  border: 1px solid #485db0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-inform-right-left-link:hover {
  -webkit-text-decoration: 1px underline #2F4390;
          text-decoration: 1px underline #2F4390;
  color: #2F4390;
}

.header-inform-center-menu-text:hover {
  -webkit-text-decoration: 1px underline #2F4390;
          text-decoration: 1px underline #2F4390;
  color: #2F4390;
}

@media (max-width: 1400px) {
  .header-inform-left-logo img {
    width: 150px;
  }
  .header-inform {
    gap: 20px;
  }
  .header-inform-center-menu-text {
    font-size: 12px;
  }
  .header-inform-center {
    gap: 18px;
  }
}
@media (max-width: 1200px) {
  .header-inform-left-button-text {
    display: none;
  }
}
@media (max-width: 1070px) {
  .header-inform-center {
    min-width: unset;
  }
}
@media (max-width: 880px) {
  .header-inform-center {
    display: none;
  }
}
@media (max-width: 500px) {
  .header-banner-inform-slider {
    padding-inline: 64px;
    padding-bottom: 61px;
  }
}
.contact-mapsi-left-header {
  font-family: "geometria-extrabold";
  font-size: 45px;
  padding-bottom: 45px;
  color: #2F4390;
  text-transform: uppercase;
}

.contact-mapsi-left-down-card-addres,
.contact-mapsi-left-down-card-number,
.contact-mapsi-left-down-card-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
}

.contact-mapsi-left-down-card-addres-pokazcart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.contact-mapsi-left-down-card-addres-header {
  font-family: "geometria-medium";
  font-size: 14px;
  cursor: pointer;
  color: #000000;
}

.contact-mapsi-left-down-card-addres-addres {
  font-family: "geometria-medium";
  font-size: 12px;
  color: #C1C1C1;
}

.contact-mapsi-left-down-card-addres-pokazcart-text {
  font-family: "geometria-medium";
  font-size: 12px;
  color: #2F4390;
  cursor: pointer;
}

.contact-mapsi-right {
  position: relative;
  display: inline-block;
}

.contact-mapsi-right img {
  display: block;
  height: auto;
}

.contact-mapsi-left-down-card-number-number {
  font-family: "geometria-medium";
  font-size: 14px;
  color: #2F4390;
}

.contact-mapsi-left-down-card-email-email {
  font-family: "geometria-medium";
  font-size: 12px;
  color: #C1C1C1;
}

.contact-mapsi-left-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 38px;
}

.contact-mapsi-left-down-card.active {
  border-top: 1px solid #C1C1C1;
  padding-top: 38px;
}

@media (max-width: 1385px) {
  .contact-mapsi-right img {
    display: block;
    height: auto;
    width: 100%;
  }
}
@media (max-width: 794px) {
  .contact-mapsi-left-down-card {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-mapsi-left-down-card-addres,
.contact-mapsi-left-down-card-number,
.contact-mapsi-left-down-card-email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-mapsi {
    padding-inline: 10px;
    gap: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 64px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.maxwidth-theme .contact-maps {
  padding-inline: 0;
}

.maxwidth-theme .stati {
  padding-inline: 0;
}
/*# sourceMappingURL=my-header.css.map */

.header-banner-inform-slider-slider-track {
}
.header-banner-inform-slider-slider-track .swiper-wrapper {
  max-height: 119px;
  overflow: hidden;
}
.header-banner-inform-slider .swiper-wrapper .swiper-slide .header-banner-inform-slider-slider-slid {
  max-height: 119px;
  overflow-y: hidden;
}
.catalog-down-card-down-header a:hover {
  text-decoration: underline;
}