

/* Start:/kontakty/styles.css?17690065112315*/
.tabs {
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.tabs__inner {
  display: flex;
  gap: 28px;
  width: 100%;
  border-bottom: 1px solid #ededed;
}
.tabs__button {
  padding: 10px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  text-align: center;
  color: #262626;
  cursor: pointer;
}
.tabs__button.active {
  position: relative;
  color: #f55800;
  cursor: default;
}
.tabs__button.active::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f55800;
}
.tabs__content {
  display: none;
  flex-direction: column;
  gap: 12px;
}
.tabs__content.active {
  display: flex;
}
.tabs__heading {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #262626;
}
.tabs__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #262626;
}
@media (max-width:640px) {
  .tabs {
    margin-bottom: 40px;
  }
  .tabs__inner {
    gap: 20px;
  }
  .tabs__content {
    gap: 10px;
  }
  .tabs__heading {
    margin-bottom: 6px;
  }
}

.contactpage {
  margin-bottom: 80px;
  display: flex;
  background-color: #262626;
  border-radius: 8px;
}
.contactpage__map {
  flex-grow: 1;
}
.contactpage__info {
  padding: 60px 80px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 40px;
  width: 360px;
  box-sizing: border-box;
}
.contactpage__infoblock {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contactpage__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  color: #fff;
}
.contactpage__links {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #fff;
}
.contactpage__links a {
  color: inherit;
}
@media (max-width:768px) {
  .contactpage {
    margin-bottom: 40px;
    flex-direction: column;
  }
  .contactpage__map {
    height: 439px;
  }
  .contactpage__info {
    padding: 28px;
    gap: 24px;
    width: 100%;
  }
}
/* End */


/* Start:/local/templates/bx_orion_redesign/components/bitrix/breadcrumb/optimus/style.css?1768989329408*/
.breadcrumbs {
    margin: 30px 0 12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}
.breadcrumbs a,
.breadcrumbs .separator,
.breadcrumbs span.number {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #999;
}
.breadcrumbs span.number,
.breadcrumbs a:hover {
    color: #262626;
    text-decoration: none;
}
/* End */
/* /kontakty/styles.css?17690065112315 */
/* /local/templates/bx_orion_redesign/components/bitrix/breadcrumb/optimus/style.css?1768989329408 */
