/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 20 version
*/

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}

@media screen and (min-width: 1200px) {
  .header {
    display: block;
    position: static;
  }
}

.header .container::after {
  display: none;
}

.header_desktop {
  display: none;
}
.header_mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--primary-color);
  position: relative;
}

.header_mobile .logo__image {
  width: clamp(110px, 30vw, 132px);
  height: 32px;
}

.header_mobile .container::after {
  display: none;
}

.header_mobile.is-opened-menu {
  background-color: #fff;
}

.header_mobile.is-opened-menu .logo-mobile {
  display: none;
}

.header_mobile.is-opened-menu .header_mobile__actions {
  display: none;
}

.header_mobile__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 16px;
}

.menu-mobile {
  display: none;
}

.header_mobile.is-opened-menu .menu-mobile {
  display: block;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  z-index: 100;
  overflow-y: auto;
  padding-bottom: 80px;
}

.mobile-city {
  display: none;
}

.menu__contacts {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: start;
  gap: 16px;
}

@media screen and (min-width: 380px) {
  .menu__contacts {
    -ms-grid-columns: (1fr);
    grid-template-columns: repeat(2, 1fr);
  }
}

.header_mobile.is-opened-menu .mobile-city {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  gap: 8px;
}

.header_mobile.is-opened-menu .mobile-city p {
  color: #7c7c7c;
  margin: 0;
}

.menu__contacts {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.contact__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.contact__item * {
  color: #000;
}

.menu__actions {
  margin-top: 40px;
  padding: 0 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.menu__list {
  margin-top: 30px;
  padding: 0 25px;
  list-style-type: none;
}

.menu__list .menu__link,
.menu__list .has-submenu ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  color: #959593;
  fill: #959593;
  font-size: 16px;
  text-decoration: none !important;
  border-radius: 8px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.menu__list .menu__link:hover,
.menu__list .has-submenu ul li a:hover {
  background-color: #fafafa;
}

.menu__list .menu__link:active,
.menu__list .has-submenu ul li a:active {
  scale: 98%;
}

.menu__list .has-submenu ul {
  list-style-type: none;
  padding-left: 20px;
}

.menu__list .submenu-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 0 10px 15px;
  border-radius: 8px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.menu__list .submenu-header:hover {
  background-color: #fafafa;
}

.menu__list .submenu-header:active {
  scale: 98%;
}

.menu__list .submenu-header * {
  color: #959593;
  fill: #959593;
}

.menu__list .submenu-header button {
  padding-left: 60px;
  padding-right: 15px;
}

.menu__list .submenu-header a {
  font-size: 16px;
  text-decoration: none !important;
}

.menu__list .has-submenu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu__list .submenu-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu__list .submenu-header:has(button[aria-expanded="true"]) {
  background-color: #e9e9e9;
}

.header_mobile {
  display: flex;
}

.header_desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: none;
}

@media screen and (min-width: 1200px) {
  .header_mobile {
    display: none;
  }

  .header_desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* ----------- BURGER START ------------ */

.hamburger {
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  height: 32px;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #959593;
}
.hamburger.is-active .hamburger-box {
  background-color: #fafafa;
}
.hamburger-box {
  border-radius: 6px;
  width: 32px;
  padding: 6px;
  width: 32px;
  height: 32px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}

/* Spin */ .hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
  -o-transition-duration: 0.22s;
  transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in,
    -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in,
    -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out,
    -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out,
    -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out,
    transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out,
    transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out,
    transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* ----------- BURGER END ------------ */

/* ----------- MOBILE SEARCH -----------  */

.header_mobile__actions button[type="submit"] {
  display: none;
}
.form-control {
  display: none;
}
@media screen and (min-width: 1200px) {
  .form-control {
    display: block;
  }
}
.header_mobile__actions button[type="reset"] {
  display: none;
}
.header_mobile__wrapper.is-search-opened .logo-mobile,
.header_mobile__wrapper.is-search-opened .mobile_a11y {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.header_mobile__wrapper.is-search-opened .form-control {
  display: block;
}

.header_mobile__wrapper.is-search-opened .header_mobile__actions {
  width: 100%;
  position: relative;
}

.header_mobile__wrapper.is-search-opened .header_mobile__actions button {
  position: absolute;
  right: 8px;
  top: 6px;
  background-color: transparent;
  border: none;
  width: 24px;
  height: 24px;
}

.header_mobile__wrapper.is-search-opened
  .header_mobile__actions
  button[type="submit"] {
  display: none;
}

.header_mobile__wrapper.is-search-opened
  .header_mobile__actions
  button[type="reset"] {
  display: block;
}

.header_mobile__wrapper.is-search-opened .mobile_search {
  aspect-ratio: unset;
  width: 100%;
}

.header_mobile__wrapper.is-search-opened .mobile_search .icon {
  display: none;
}

.header_mobile__wrapper.is-search-opened .mobile_search__input {
  display: block;
  width: 100%;
}

.header_mobile__wrapper.is-search-opened .autoComplete_wrapper {
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.autoComplete_wrapper {
  display: none;
}
.autoComplete_wrapper ul {
  border: 1px solid #e2e2e283;
  background-color: #fff;
  border-radius: 6px;
  padding: 8px;

  -webkit-box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.15);
}
.autoComplete_wrapper li {
  padding: 8px 16px;
  border-radius: 6px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.autoComplete_wrapper li mark {
  padding: 0 !important;
  color: var(--primary-color);
  background-color: var(--primary-light-color);
  font-weight: 500;
}

.autocomplete_label {
  font-weight: 500;
}

.autoComplete_wrapper > ul > li:hover {
  background-color: var(--primary-light-color);
}

.autoComplete_wrapper > ul > li:active {
  scale: 98%;
}

.form-control {
  border-radius: 6px;
}

.form-control:focus {
  border-color: var(--primary-color);
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (min-width: 1200px) {
  .autoComplete_wrapper {
    display: block;
  }

  .autoComplete_wrapper input {
    width: 100%;
  }

  .header-body__search {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .header-body__search button[type="submit"] {
    position: absolute;
    right: 8px;
    top: 6px;
    background-color: transparent;
    border: none;
  }
}
.mobile_search {
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.mobile_search__input {
  display: none;
  border: none;
  border-radius: 8px;
  outline: none;
  height: 32px;
  padding: 0 12px;
  width: 0px;
  -webkit-transition: width 0.3s ease, opacity 0.3s ease;
  -o-transition: width 0.3s ease, opacity 0.3s ease;
  transition: width 0.3s ease, opacity 0.3s ease;
  font-size: 12px;
}

/* ----------- MOBILE END -----------  */

.button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 8px;
  border: none;
  /* width: 100%; */
  /* -webkit-box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.15); */
  color: #fff !important;
  background-color: var(--primary-color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none !important;
  cursor: pointer;
  font-weight: 400;
  height: 40px;
  border: none;
}

.button:hover {
  opacity: 0.7;
}
.button:active {
  scale: 98%;
}
.button-conflict {
  background-color: var(--conflict-color);
}
.button-fs-12 {
  font-size: 12px;
}
.accordion-trigger i {
  -webkit-transition: rotate 0.3s ease;
  -o-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
}
.accordion-trigger[aria-expanded="true"] i {
  rotate: 180deg;
}

.primary-color {
  color: var(--primary-color) !important;
}

[data-icon]::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
}

[data-icon="phone"]::before {
  content: "";
  background-image: url("../img/icons/fill-phone-icon.05ef5801d191.svg");
}

.header_mobile__actions {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 8px;
}

.header_mobile__action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
  will-change: width;
  border: none;
}

#popoverClose {
  border: none;
  outline: none;
  background: none;
}
.popover-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.popover-header p {
  margin: 0;
  font-weight: 600;
  color: #969694;
}

.popover.show,
.popoverMain.show {
  display: block;
}

.popoverMain {
  display: none;
  position: absolute;
  top: 61px;
  left: 15px;
  right: 15px;
  border: none;
  width: auto;
  border-radius: 8px;
  -webkit-box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.15);
  padding: 15px;
  background-color: #fff;
}

.popoverMain hr {
  margin-top: 15px;
  margin-bottom: 15px;
}

.header__action {
  -webkit-box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 1200px) {
  .header__action {
    display: none;
  }
}

.header__action hr {
  margin: 0;
  display: block;
}

.header__action p {
  display: block;
  padding: 6px 0;
  color: var(--primary-color);
}

.header__action-wrapper {
  background-color: #fff;
  padding: 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

/* ------------------------------------------------------------------------------------- */

.header-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-wrapper hr {
  margin: 0;
}

.header_desktop-top-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.header_desktop-top-nav ul.navigation {
  position: relative;
  left: -16px;
}

.navigation {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin: 6px 0;
}

.navigation_about {
  position: relative;
  padding: 8px 16px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 6px;
  cursor: pointer;
  color: #7c7c7c;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.navigation_about * {
  color: #7c7c7c;
}

.navigation_about a {
  text-decoration: none;
  color: #7c7c7c;
}

.navigation_about_mini {
}

.navigation_about_icon {
  margin-left: 6px;
}

.navigation_about_icon svg {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.navigation_about:hover {
  background-color: var(--primary-light-color);
}

.navigation_about:hover svg {
  rotate: 180deg;
}

.navigation_about:hover .navigation_about-dropdown {
  display: block;
  visibility: visible;
  opacity: 1;
}

.navigation_about-dropdown {
  position: absolute;
  visibility: hidden;
  z-index: 101;
  opacity: 0;
  top: 100%;
  left: 0;
  padding-top: 4px;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.navigation_about-dropdown_list {
  list-style-type: none;
  border: 1px solid #e2e2e283;
  background-color: #fff;
  border-radius: 6px;
  padding: 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 260px;
  -webkit-box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.15);
}

.navigation_about-dropdown_item {
  padding: 8px 16px;
  border-radius: 4px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.navigation_about-dropdown_item a {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.navigation_about-dropdown_item:hover {
  background-color: var(--primary-light-color);
}

.navigation_about-dropdown_item:hover * {
  color: #000;
}

.navigation_about-dropdown_item:active {
  scale: 98%;
}

.navigation__link {
  display: block;
  padding: 8px 16px;
  text-decoration: none !important;
  border-radius: 6px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.navigation__link:active {
  scale: 98%;
}

.navigation__link:hover {
  background-color: var(--primary-light-color);
}

.navigation__link_accent {
  color: var(--conflict-color) !important;
}

.navigation__link_accent:hover {
  background-color: #ffefef;
}

.logo__image {
  max-width: 220px;
}

.header_desktop-center-nav {
}
.header_desktop-center-nav-wrapper {
  margin: 24px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
}

.header__contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.contact__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.contact__info * {
  font-weight: 500;
  color: #000;
}

.contact__info svg {
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.navigation_about-dropdown_list_contacts {
  max-width: auto;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  cursor: auto;
}

.navigation_about-dropdown_list_contacts * {
  color: #000;
}

.navigation_about-dropdown_list_contacts .map {
  color: var(--primary-color);
  text-decoration: underline;
}

.contact__dropdown-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.header_desktop-bottom-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.header_desktop-bottom-nav .button {
  padding: 10px 20px;
  font-weight: 400;
}

.header_desktop-bottom-nav-list {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_desktop-bottom-nav-list li > a {
  color: #000;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 15px;
}

.header_desktop-bottom-nav-list li:hover a {
  color: var(--primary-color);
  font-weight: 500;
}
