/* HEADER */
.header {
  color: #333333;
  color: var(--white_text_black);
  position: relative;
  z-index: 100;
  background-color: #f8f8f8;
  background-color: var(--darkerblack_bg_black);
}

body:not(.front_page) .header--white {
  /* background-color: #fff; */
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.03) 0%, rgba(248, 248, 248, 0) 100%);
}

body.front_page .header:not(.header--fon) {
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.03) 0%, rgba(248, 248, 248, 0) 100%);
}

.header--paddings {
  padding: 32px 32px 0;
}
.header--offset-top-32 {
  padding-top: 32px;
}
body.header_opacity.front_page .header__inner {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}
body .pos-static {
  position: static;
}
.header__inner--parted {
  display: flex;
}

.header__inner--parted.header__inner--margins .header__sub-inner.header--color_dark .header__top-part,
.header__inner--parted.header__inner--margins .header__sub-inner.header--color_colored .header__top-part {
  border-color: rgba(255, 255, 255, 0.102);
}
.header__inner--parted.header--color_dark .header__top-part,
.header__inner--parted.header--color_colored .header__top-part {
  border-color: rgba(255, 255, 255, 0.102);
}
.phones__phones-wrapper .phones__dropdown-custom.position_block {
  right: -5px;
  left: auto;
}

.header__inner--paddings {
  padding: 32px 32px 0;
}
.header__inner--margins {
  margin: 0px 32px 0;
  padding-top: 32px;
}
.header__inner--margins-side-none {
  margin-left: 0px;
  margin-right: 0px;
}
.header__inner--shadow {
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.header__sub-inner {
  display: flex;
  width: 100%;
  position: relative;
}
.header--shadow {
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.header__main-inner--height_91 {
  height: 91px;
}
.header__left-part {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding-right: 16px;
}
.header__left-part--color_light {
  background-color: #fff;
}
.header__right-part {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.header__top-part {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 60px;
}
.header__top-part--height_56 {
  height: 56px;
}
.header__top-part--no_border {
  border-bottom: none;
}

.header__top-part--items-bottom {
  align-items: flex-end;
  padding-bottom: 8px;
}
.header__top-part--paddings {
  padding-left: 32px;
  padding-right: 32px;
}
.header--color_colored {
  background-color: #9e9e9e;
}
.header__top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -16px;
  flex: 1;
  width: calc(100% + 32px);
}
.header__top-item {
  margin: 0 16px;
}
.header__top-item--w45 {
  width: 45%;
}
.header__top-item--no-shrink {
  flex-shrink: 0;
}
.header__top-item--shinked {
  flex-shrink: 1;
}

.left-part-icons-block.header__top-item {
  margin-left: 0;
}

.header__main-part {
  position: relative;
  z-index: 1;
  height: 100px;
  display: flex;
  align-items: center;
}
.header__main-part--shadow {
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.header__main-part--height_66 {
  height: 66px;
}
.header__main-part--height_61 {
  height: 61px;
}
.header__main-part--height_91 {
  height: 91px;
}
.header__main-part--header_7 {
  height: 148px;
}
.header__main-part--offset-left {
  margin-left: -32px;
}
.header__main-part--margin {
  margin-left: 32px;
  margin-right: 32px;
}
.header__main-part--bordered {
  border-bottom: 1px solid #e5e5e5;
  border-bottom: 1px solid var(--stroke_black);
}
.slogan_min_width_header6 {
  min-width: 200px;
}

@media (max-width: 1200px) {
  .header__main-part--no-radius-bottom-1200 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (max-width: 1100px) {
  .header__main-part--offset_16-1100 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .header__main-part--offset_16-1100 .header__main-item {
    margin: 0 16px;
  }
}

.header__main-inner {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__main-inner--top-with-padding {
  align-items: flex-start;
  padding: 37px 0;
}
.header__main-inner--margin {
  margin: 0 -32px;
}
.header__main-inner--color_light {
  background-color: #fff;
}
.header__main-inner--shadow {
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.header__main-item {
  margin: 0 32px;
  flex-shrink: 0;
}
.header__main-item--shinked {
  flex-shrink: 1;
}
.header__main-item--flex {
  flex-shrink: 1;
}

.header__side-column-part {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 271px;
  border-right: 1px solid #e5e5e5;
  border-color: var(--stroke_black);
  padding: 24px 32px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  background-color: var(--black_bg_black);
}
.header__side-item {
  display: flex;
  flex-direction: column;
}
.header__side-item--row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__side-item--margin {
  margin-top: 40px;
  margin-bottom: 40px;
}
.header__side-item--paddings {
  padding: 16px 0;
}
.header__side-item--margined {
  margin: -16px 0;
}

.dropdown {
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
  background: #fff;
  background-color: var(--card_bg_black);
  border-radius: 4px;
  position: absolute;
  top: 100%;
  left: 0;
}
.dropdown--relative {
  position: relative;
}
.dropdown--no-shadow {
  box-shadow: none;
}

.logo {
  max-width: 182px;
  height: 50px;
  display: flex;
  align-items: center;
}
.logo a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.logo a img {
  max-height: 100%;
  max-width: 100%;
}

.address {
  display: flex;
  align-items: center;
}
.address__text {
  font-size: 0.867em;
  line-height: 1.5379em;
  max-width: 320px;
}
.address__text--large {
  font-size: 1em;
  line-height: inherit;
}

.phones {
  display: flex;
  align-items: center;
  position: relative;
}
.phones__inner {
  display: flex;
  align-items: center;
  position: relative;
}
.phones__icon {
  display: none;
  margin-right: 11px;
  margin-top: 1px;
}
.phones--with_icon .phones__icon {
  display: block;
}
.phones__phone-link {
  font-weight: 600;
}
.phones__arrow {
  display: none;
  margin-left: 8px;
}
.phones__inner--with_dropdown .phones__arrow {
  display: flex;
}
.phones__dropdown-custom {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  position: absolute;
  top: -19px;
  left: -19px;
}

.icon-block--with_icon .phones__dropdown-custom {
  left: 0;
}
.icon-block--with_icon .phones__dropdown-custom.position_block {
  right: -5px;
  left: auto;
}
.phones__dropdown-custom .dropdown {
  z-index: 2;
  padding: 25px;
  background: #fff;
  background-color: var(--card_bg_black);
  min-width: 278px;
  left: -6px;
}
.phones__inner:hover {
  z-index: 1000;
}
.phones__inner:hover .phones__dropdown-custom {
  opacity: 1;
  visibility: visible;
}
.phones__dropdown-custom .dropdown__item {
  padding: 6.5px 0px;
}
.phones__dropdown-custom .dropdown__item--first {
  padding-top: 0px;
  margin-top: -6px;
}
.phones__dropdown-custom .dropdown__item--last {
  padding-bottom: 0px;
}

.phones__dropdown--top {
  bottom: -36px;
  top: auto;
}
.phones__dropdown--top .dropdown {
  display: flex;
  flex-direction: column-reverse;
}
.phones__dropdown--top .dropdown .phones__dropdown-item:last-child {
  margin-top: 0;
}
.phones__dropdown--top .dropdown .schedule__title {
  margin-top: 6px;
}
.phones__dropdown--top .dropdown__item--first {
  padding-top: 6.5px;
  padding-bottom: 0px;
  margin-bottom: -6px;
}
.phones__dropdown--top .dropdown__item--last {
  padding-top: 0px;
  padding-bottom: 6.5px;
}
.phones__dropdown--top .dropdown__item--last + .phones__dropdown-item {
  padding-top: 19px;
  padding-bottom: 17px;
}

.phones__callback {
  font-size: 0.867em;
  line-height: 1.5379em;
  margin-left: 19px;
  margin-top: -1px;
}
.phones__phone-descript {
  display: block;
  margin-top: -2px;
  font-weight: normal;
}
.phones__dropdown-item {
  margin-top: 14px;
}
.dropdown__item--last + .phones__dropdown-item {
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 4px;
}

.social-item {
  margin-top: 19px;
}
.callback-item {
  margin-top: 24px;
}
.phones__dropdown-title {
  font-size: 0.8em;
  line-height: 1.584em;
  color: #999;
}
.phones__dropdown-value {
  margin-top: 1px;
  font-size: 0.934em;
  line-height: 1.499em;
  color: #333;
  color: var(--white_text_black);
}

.header__icon-name {
  font-size: 0.867em;
  line-height: 1.54em;
  margin-left: 7px;
}

.active > .dark_link {
  color: var(--fill_dark_light_hover);
}

.slogan__text {
  opacity: 0.5;
  max-width: 250px;
  font-size: 0.929em;
}
.burger {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 20px;
  margin: -20px;
}

.more-arrow {
  display: flex;
  margin-left: 8px;
  margin-top: 2px;
}

.header-search {
  cursor: pointer;
  line-height: 0;
}

.header-eyed {
  cursor: pointer;
  line-height: 0;
}

.menu-topest {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.menu-topest__item {
  margin: 0 12px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  list-style: none;
  font-size: 0.867em;
  line-height: calc(1em + 7px);
  white-space: normal;
  flex-shrink: 0;
}
.menu-topest__item--first {
  margin-left: 0;
}
.menu-topest__item--last {
  margin-right: 0;
}
.menu-topest__more {
  margin-left: 12px;
  padding: 0;
  flex-shrink: 0;
}




