@font-face {
  font-family: "Circe";
  src: url("/biznes-tyr-v-kitay/assets/fonts/Circe-Regular.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Circe";
  src: url("/biznes-tyr-v-kitay/assets/fonts/Circe-Bold.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

.biznes-tour {
  --red: #e01216;
  --map-red: #ee1c25;
  --heading: #444;
  --ink: #000;
  --muted: #b1b1b2;
  --container: 1113px;
  --focus: #005fcc;
  min-width: 320px;
  margin-top: 0;
  padding-top: 20px;
  overflow: hidden;
  color: var(--ink);
  background: #fff;
  font-family: "Circe", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

.biznes-tour *,
.biznes-tour *::before,
.biznes-tour *::after {
  box-sizing: border-box;
}

.biznes-tour img,
.biznes-tour svg {
  display: block;
}

.biznes-tour a {
  color: inherit;
}

.biznes-tour button,
.biznes-tour input {
  font: inherit;
}

.biznes-tour button,
.biznes-tour a {
  -webkit-tap-highlight-color: transparent;
}

.biznes-tour button {
  cursor: pointer;
}

.biznes-tour :focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.biznes-tour .container {
  width: min(var(--container), calc(100% - 48px));
  max-width: none;
  margin-inline: auto;
  padding: 0;
}

.biznes-tour .visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.biznes-tour h1,
.biznes-tour h2,
.biznes-tour h3,
.biznes-tour p,
.biznes-tour dl,
.biznes-tour dd,
.biznes-tour ol,
.biznes-tour ul {
  margin-top: 0;
}

.biznes-tour h1,
.biznes-tour h2,
.biznes-tour h3 {
  padding-bottom: 0;
  background-image: none;
  margin-bottom: 0;
  font-weight: 700;
}

.biznes-tour h1,
.biznes-tour h2 {
  color: var(--heading);
  font-size: 36px;
  line-height: 1.2;
  text-transform: uppercase;
}

.biznes-tour .button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 0;
  border-radius: 5px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.biznes-tour .button:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.biznes-tour .button--red {
  color: #fff;
  background: var(--red);
}

.biznes-tour .button--red:hover {
  color: #fff;
  background: #bf0f13;
}

.biznes-tour .button--white {
  color: var(--red);
  background: #fff;
}

.biznes-tour .button--white:hover {
  color: var(--red);
  background: #f7f7f7;
}

.biznes-tour [hidden] {
  display: none !important;
}

@media (max-width: 767px) {
  .biznes-tour .container {
    width: calc(100% - 32px);
  }
}
