* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: #20252b;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  background: #fff;
}

.body-overflow {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.header {
  position: relative;
  z-index: 10;
  background: #07131f;
  color: #fff;
}

.header__wrapper,
.header__content,
.header-phone,
.header-navigation__items,
.footer-top__wrapper,
.linking-block__wrapper {
  display: flex;
  align-items: center;
}

.header__wrapper {
  min-height: 92px;
  justify-content: space-between;
  gap: 24px;
}

.header__logo img {
  display: block;
  width: auto;
  max-width: 182px;
  height: auto;
}

.header__content {
  gap: 28px;
  justify-content: flex-end;
}

.header-phone {
  gap: 10px;
}

.header-phone__icon {
  color: #ff7a1a;
}

.header-phone__icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.header-phone__content {
  display: grid;
  gap: 4px;
  font-size: 14px;
}

.header-phone__content .phone-button {
  font-size: 20px;
  font-weight: 700;
}

.phone-button__number {
  display: inline-block;
  min-width: 125px;
  min-height: 13px;
}

.phone-button__number img {
  display: block;
  width: 125px;
  height: auto;
}

.phone-button__number.rem img {
  filter: invert(1);
}

.header__text {
  color: #ff7a1a;
  font-size: 13px;
  line-height: 1.3;
  text-align: right;
}

.header__text p {
  margin: 0;
}

.menu-button {
  display: none;
  width: 32px;
  height: 24px;
  padding: 0;
  cursor: pointer;
}

.menu-button__dash {
  display: block;
  width: 100%;
  height: 3px;
  margin-bottom: 7px;
  background: #ff7a1a;
}

.header-navigation {
  background: #fff;
  border-bottom: 1px solid #e5e8ec;
}

.header-navigation__items {
  min-height: 46px;
  margin: 0;
  padding: 0;
  gap: 26px;
  list-style: none;
}

.header-navigation__item a {
  color: #20252b;
  font-size: 14px;
}

.breadcrumbs {
  padding: 18px 0 0;
  font-size: 13px;
}

.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #7b8794;
}

.section {
  padding: 42px 0;
}

.table__title {
  margin: 0 0 28px;
  color: #20252b;
  font-size: 36px;
  line-height: 1.15;
  text-align: center;
}

.bonn-price-block__table-wrap {
  overflow-x: auto;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(7, 19, 31, 0.08);
}

.bonn-price-block__table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: #fff;
}

.bonn-price-block__table th,
.bonn-price-block__table td {
  padding: 16px;
  border: 1px solid #e4e8ee;
  text-align: left;
  vertical-align: top;
}

.bonn-price-block__table th {
  color: #fff;
  background: #07131f;
}

.bonn-price-block__table tbody tr:nth-child(even) td {
  background: #f7f9fb;
}

.bonn-price-block__section-row td {
  color: #fff;
  font-weight: 700;
  background: #ff7a1a !important;
}

.bonn-price-note,
.text-wrapper,
.related-links {
  max-width: 920px;
  margin: 24px auto 0;
}

.text-wrapper h1,
.text-wrapper h2,
.text-wrapper h3 {
  line-height: 1.2;
}

.text-wrapper p,
.related-links p {
  margin: 0 0 16px;
}

.related-links a,
.text-wrapper a {
  color: #ff7a1a;
  text-decoration: underline;
}

.linking-block {
  padding: 28px 0;
  background: #f5f7fa;
}

.linking-block__wrapper {
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.btn--orange {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  background: #ff7a1a;
}

.footer-top {
  padding: 42px 0;
  color: #d7dde5;
  background: #07131f;
}

.footer-top__wrapper {
  align-items: flex-start;
  gap: 28px;
}

.footer-top__column {
  flex: 1 1 0;
}

.footer-top__column-title {
  margin-bottom: 14px;
  color: #fff;
  font-weight: 700;
}

.footer-top__links {
  display: grid;
  gap: 8px;
}

.footer-bottom {
  padding: 16px 0;
  color: #d7dde5;
  background: #050d15;
  text-align: center;
}

.cookie-box.hidden {
  display: none;
}

.geo-modal {
  display: none;
}

.go-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20;
}

.go-top img {
  display: block;
  width: 18px;
  height: 18px;
}

.callback-bt-phone {
  position: fixed;
  right: 18px;
  bottom: 78px;
  z-index: 20;
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ff7a1a;
  box-shadow: 0 8px 20px rgba(255, 122, 26, 0.35);
}

.callback-bt-phone svg {
  display: block;
}

@media (max-width: 767px) {
  .header__wrapper {
    min-height: 76px;
  }

  .header__content {
    gap: 14px;
  }

  .header__text,
  .header-phone__content a + a {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .header-navigation {
    display: none;
  }

  .header--opened + .header-navigation {
    display: block;
  }

  .header-navigation__items {
    display: grid;
    gap: 0;
    padding: 10px 0;
  }

  .header-navigation__item a {
    display: block;
    padding: 10px 0;
  }

  .table__title {
    font-size: 28px;
  }

  .footer-top__wrapper {
    display: grid;
  }
}
