.header__top {
  width: 100%;
  padding: 8px 0;
}
.header__bottom {
  position: relative;
  width: 100%;
  background: #3E4146;
}
.header__bottom .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header-holyday-schedule {
  margin-bottom: 10px;
  font-size: 12px;
  text-align: right;
}
.dropdown-menu--services {
  background: #3E4146;
  min-width: 150px;
  padding: 0;
  margin: 0;
  position: static;
  top: auto;
  left: auto;
  border: none;
}
.dropdown-menu--profile {
  left: -42%;
}
#navbars .nav-item a {
  width: 100%;
}
#navbars .nav-item a.active {
  color: #ffffff;
  background-color: #337ab7;
}
.navbar {
  padding: 4px 1rem;
}
.navbar-collapse .nav {
  padding: 0 0 1rem;
}
.navbar--right {
  display: flex;
  flex-basis: auto;
  justify-content: flex-end;
  padding-right: 0;
}
.navbar-toggler {
  display: flex;
  flex-grow: 0;
  align-items: center;
  font-size: 25px;
  color: #fff;
  outline: none;
  padding-left: 0;
}
.navbar-toggler .icon-menu-1:before {
  margin-left: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}
.navbar-toggler:hover {
  color: #fff;
}
.logo-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.logo__img {
  position: relative;
  width: 100px;
}
.logo__img img {
  width: 96px;
}
.logo__img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -9999px;
}
.logo__slogan-mobile {
  font-size: 14px;
  color: #3E4146;
  font-weight: 400;
}
.logo__slogan-desktop {
  position: relative;
  color: #3E4146;
  font-size: 17px;
  padding-left: 20px;
  /*&:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 1px;
      height: 50px;
      margin-top: -25px;
      background: #ccc;
    }*/
}
.contacts-top {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 17px;
  text-align: right;
  color: #3E4146;
}
.contacts-top__city {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 20px;
  padding-right: 0;
  outline: none;
  background: transparent;
  border: none;
}
.contacts-top__city:active,
.contacts-top__city:focus {
  outline: none;
}
.contacts-top__city span {
  position: relative;
  cursor: pointer;
  padding-right: 14px;
}
.contacts-top__city span:after {
  content: '';
  position: absolute;
  background: url(/img/redesign/arrow-down-black.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 4.5px;
  top: 50%;
  right: 0;
  margin-top: -2.25px;
}
.contacts-top__phone {
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #3E4146;
  padding-left: 9px;
}
.contacts-top__phone a {
  color: inherit;
}
.contacts-bottom {
  display: none;
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
  color: #3E4146;
  text-align: right;
}
.breadcrumb {
  background: none;
  padding: 0.75rem 10px;
  font-size: 13px;
}
.nav {
  align-items: center;
}
.header .nav-item a,
.side-nav__link {
  text-shadow: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  padding: 7px 10px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.header .nav-item a:hover,
.side-nav__link:hover,
.header .nav-item a:active,
.side-nav__link:active {
  text-decoration: none;
}
.navbar--right .badge-danger {
  position: absolute;
  top: 15px;
  right: -4px;
  border-radius: 50%;
  min-width: 17px;
}
.nav-item__subtitle {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  padding: 7px 7px;
  font-weight: 600;
}
.nav-item__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
}
.navbar-collapse {
  padding: 0;
}
.navbar-collapse .nav-item a,
.side-nav__link,
.nav-item__subtitle {
  padding-left: 0;
}
#mob-menu-closer {
  display: none;
}
.navbar--right .nav-item a {
  padding: 7px 5px;
  width: 100%;
}
.navbar--right .nav-item:not(.nav-item--author-profile):last-child a {
  padding-right: 0;
}
.header .nav-item--cart span {
  display: none;
}
.navbar--left .nav-item {
  width: 100%;
}
.nav-item--author-profile {
  margin-left: 5px;
}
.nav-item--author-profile .dropdown-menu--profile {
  left: auto;
  right: 0;
}
.nav-item {
  position: relative;
}
.navbar--right .nav-item.show .dropdown-link {
  background: #eeeeee;
  text-decoration: none;
  text-shadow: none;
  color: #000;
}
.dropdown-menu--profile .dropdown-item {
  padding: 0.25rem 0;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-toggle span {
  position: relative;
  padding-right: 16px;
  user-select: none;
  display: inline-block;
}
.dropdown-toggle span::after {
  content: "";
  width: 9px;
  height: 6px;
  background: url("/img/redesign/arrow-down-white.svg") no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
}
.dropdown-toggle.opened span::after {
  content: "";
  width: 9px;
  height: 5px;
  background: url("/img/redesign/arrow-up-white.svg") no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2.5px;
}
.dropdown-item {
  padding: 0 1.5rem;
}
.filial-list {
  list-style: none;
  margin-bottom: 15px;
}
.filial-list li {
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  color: #3B7BF6;
  margin-bottom: 10px;
}
.filial-list li:not(:last-child) {
  margin-right: 20px;
}
.filial-list li a {
  color: #3B7BF6;
}
.filial-list li.active {
  color: #464650;
}
.filial-list li.active a {
  color: #464650;
  pointer-events: none;
  cursor: default;
}
.modal-city__wrap {
  background: #F5F7FB;
  padding: 0 0 5px;
}
.modal-city__title {
  font-weight: bold;
  font-size: 18px;
  color: #464650;
  margin-bottom: 15px;
}
.modal-city__columns {
  display: block;
}
.modal-city__column {
  flex: 50%;
  margin-bottom: 20px;
}
.modal-city__list {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
  font-size: 13px;
}
.modal-city__list li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 7px;
}
.modal-city__list li a,
.modal-city__list li .city {
  color: #636372;
}
.modal-city__list li .city {
  background-color: transparent;
  padding: 0;
  border: none;
  text-decoration: none;
}
.modal-city__list li .city--highlighted {
  font-weight: bold;
}
.modal-city__list li .city:hover {
  text-decoration: underline;
}
@media all and (min-width: 576px) {
  .header__top {
    padding: 15px 0;
  }
}
@media all and (min-width: 768px) {
  .modal-city__list {
    column-count: 3;
  }
  .modal-city__list li {
    display: list-item;
    margin-bottom: 5px;
  }
  .modal-city__list li a,
  .modal-city__list li .city {
    white-space: nowrap;
  }
  .modal-city__column {
    flex: auto;
  }
  .modal-city .modal-dialog {
    max-width: 700px;
  }
  .logo__img {
    width: 194px;
    margin-right: 20px;
  }
  .logo__img img {
    width: 140px;
  }
  .logo__slogan-mobile {
    font-size: 19px;
  }
  /*.contacts-top {
    font-size: 17px;
  }*/
  .contacts-top__city {
    padding-right: 6px;
  }
  .contacts-bottom {
    display: block;
    max-width: 500px;
  }
}
@media all and (min-width: 992px) {
  .modal-city__list {
    column-count: 6;
  }
  .nav-mob-top {
    display: none;
  }
  .logo__img img {
    width: 194px;
    aspect-ratio: 2.59;
  }
  .logo__slogan-mobile {
    display: none;
  }
  .navbar-collapse .nav-item a {
    padding-left: 7px;
  }
  .header-holyday-schedule {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    font-size: 17px;
    text-align: left;
  }
  .header__contacts {
    display: inline-block;
    vertical-align: top;
    padding-left: 35px;
  }
  .navbar-collapse {
    padding: 0 1rem;
  }
  #navbars {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
  }
  .navbar-collapse .nav {
    padding: 0;
  }
  .navbar-toggler {
    display: none;
  }
  .navbar--left .nav-item {
    width: auto;
  }
  .navbar--left.collapse {
    display: flex;
    flex-basis: auto;
    padding-left: 0;
  }
  .navbar--right .nav-item a {
    padding: 7px 10px;
  }
  .navbar--right .nav-item:not(.nav-item--author-profile):last-child a {
    padding-right: 10px;
  }
  .header .nav-item--cart span {
    display: inline;
  }
  .nav-item a:hover {
    text-shadow: 0px 0px 0 transparent;
    text-decoration: none;
  }
  .navbar-collapse {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .dropdown-menu--services {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 0;
    width: 160px;
  }
  .dropdown-menu--services {
    width: 525px;
    padding: 0.5rem;
  }
  .dropdown-menu--services .dropdown-item {
    width: 100%;
  }
  .dropdown-menu--narrow {
    width: 140px;
  }
  .dropdown-item {
    display: inline-block;
    vertical-align: middle;
    padding: 2px;
  }
  .dropdown-item a:hover {
    background: none;
  }
  .dropdown-menu--profile .dropdown-item {
    padding: 2px;
  }
  .nav > li:hover .dropdown-menu--services {
    display: block;
  }
  .nav-item--author-profile a {
    padding-right: 10px;
  }
  .side-nav__link {
    padding: 0;
  }
  .logo-wrap .your-city {
    font-size: 11px;
    font-weight: bold;
    color: #464650;
  }
  .logo-wrap .contacts-top__city {
    padding: 0;
    font-weight: bold;
    font-size: 17px;
    color: #464650;
  }
  .filial-list {
    padding: 0;
    margin-bottom: 14px;
  }
  .filial-list li {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .navbar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0;
  }
}
@media all and (min-width: 1200px) {
  .modal-city .modal-dialog {
    max-width: 900px;
  }
}
/*# sourceMappingURL=redesign-header.css.map */