

/* Start:/local/templates/tf_oms/components/bitrix/main.include/text-block/style.css?17580193481580*/
.text-content-block {
  padding-top: clamp(50px, calc(13.125vw + 8px), 260px);
  padding-left: clamp(0px, calc(16.25vw + -52px), 260px);
  padding-right: clamp(0px, calc(16.25vw + -52px), 260px);
  position: relative;
}
.text-content-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(200px, calc(18.75vw + 140px), 500px);
  max-height: 100%;
  background: var(--background-thirdly);
  border-radius: 10px;
}
.text-content-block__wrap {
  position: relative;
  z-index: 1;
  box-shadow: 0 10px 30px 0 rgba(99, 99, 99, 0.03);
  background: var(--head-secondary);
  border-radius: 10px;
  padding: clamp(25px, calc(1.5625vw + 20px), 50px) clamp(10px, calc(3.125vw + 0px), 60px);
}
.text-content-block__text {
  padding-right: clamp(20px, calc(1.25vw + 16px), 40px);
}
.text-content-block__text::-webkit-scrollbar {
  width: 6px;
}
.text-content-block__text::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 100px;
}
.text-content-block__text::-webkit-scrollbar-track {
  background-color: var(--stroke-secondary);
  border-radius: 100px;
  background-clip: padding-box;
}
.text-content-block__text.type-270 {
  max-height: 270px;
  overflow: auto;
}
.text-content-block__text.type-524 {
  max-height: clamp(270px, calc(22.067767159vw + 100.2988705474px), 524px);
  overflow: auto;
}

@media (max-width: 769px) {
  .text-content-block {
    padding-left: 0;
    padding-right: 0;
  }
  .text-content-block::before {
    left: -10px;
    width: calc(100% + 20px);
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/theme/theme.elements/templates/block-history/style.css?17580193481314*/
.history-block {
  display: flex;
  gap: clamp(30px, calc(9.1420534459vw + -15.5274261603px), 160px);
  justify-content: space-between;
}
.history-block__left {
  width: clamp(200px, calc(29.5358649789vw + 52.9113924051px), 620px);
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: clamp(148px, calc(6.6898349262vw + 96.5551694179px), 225px);
}
.history-block__image {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.history-block__image:after {
  content: "";
  display: block;
  padding-bottom: 51.6%;
}
.history-block__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.history-block__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(30px, calc(3.75vw + 18px), 90px);
}
.history-block .history-item__number {
  color: var(--primary);
}
.history-block .history-item__number:not(:last-child) {
  padding-bottom: clamp(15px, calc(0.9375vw + 12px), 30px);
  margin-bottom: clamp(15px, calc(0.9375vw + 12px), 30px);
  border-bottom: 1px solid var(--stroke-secondary);
}

@media (max-width: 498px) {
  .history-block {
    flex-direction: column;
  }
  .history-block__left {
    width: 100%;
    position: static;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/tf_oms/components/bitrix/news.list/news-list/style.css?1758019348396*/
.news-block__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(15px, calc(0.9375vw + 12px), 30px);
}
.news-block__item {
  flex: 1;
  min-width: calc(50% - clamp(15px, calc(0.9375vw + 12px), 30px));
}
.news-block__btn {
  margin-top: clamp(20px, calc(1.25vw + 16px), 40px);
}

@media (max-width: 498px) {
  .news-block__item {
    min-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/theme/theme.elements/templates/block-useful-links/style.css?17585263792567*/
.useful-links-block__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(15px, calc(0.9375vw + 12px), 30px);
}

.useful-links-block__widget {
  grid-column: 2 span;
  --pos-banner-fluid-116__bg-url-size: contain;
  --pos-banner-fluid-116__content-padding: clamp(15px, calc(0.9375vw + 12px), 30px) clamp(15px, calc(0.9375vw + 12px), 30px) 50px clamp(15px, calc(0.9375vw + 12px), 30px);
}

.useful-links-block .useful-link {
  background: var(--background-thirdly);
  border-radius: 10px;
  padding: clamp(15px, calc(0.9375vw + 12px), 30px);
  display: flex;
  flex-direction: column;
  gap: clamp(15px, calc(0.9375vw + 12px), 30px);
  min-height: clamp(200px, calc(5.375vw + 182.8px), 286px);
  transition: var(--transition);
}

.useful-links-block .useful-link__text {
  margin-top: auto;
  color: var(--primary);
  transition: var(--transition);
}

.useful-links-block .useful-link__image {
  border-radius: 10px;
  width: clamp(70px, calc(0.625vw + 68px), 80px);
  height: clamp(70px, calc(0.625vw + 68px), 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--head-secondary);
}

.useful-links-block .useful-link__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (min-width: 1025px) {
  .useful-links-block__widget {
    --pos-banner-fluid-116__grid-template-rows: auto 123px;
    --pos-banner-fluid-116__logo-wrap-padding: clamp(15px, calc(0.9375vw + 12px), 30px);
    --pos-banner-fluid-116__content-padding: clamp(15px, calc(0.9375vw + 12px), 30px) clamp(15px, calc(0.9375vw + 12px), 30px) 20px clamp(15px, calc(0.9375vw + 12px), 30px);
  }
}

@media (min-width: 992px) {
  .useful-links-block .useful-link:hover {
    background: var(--primary);
  }

  .useful-links-block .useful-link:hover .useful-link__text {
    color: var(--head-secondary);
  }
}

@media (max-width: 1025px) {
  .useful-links-block__wrap {
    grid-template-columns: repeat(3, 1fr);
  }

  .useful-links-block__widget {
    grid-column: 3 span;
  }
}

@media (max-width: 769px) {
  .useful-links-block__wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .useful-links-block__widget {
    grid-column: 2 span;
    --pos-banner-fluid-116__grid-template-rows: auto 123px;
    --pos-banner-fluid-116__logo-wrap-padding: clamp(15px, calc(0.9375vw + 12px), 30px);
  }
}

@media (max-width: 375px) {
  .useful-links-block__wrap {
    grid-template-columns: 1fr;
  }

  .useful-links-block__widget {
    grid-column: inherit;
  }
}

/*# sourceMappingURL=style.css.map */
/* End */
/* /local/templates/tf_oms/components/bitrix/main.include/text-block/style.css?17580193481580 */
/* /local/components/theme/theme.elements/templates/block-history/style.css?17580193481314 */
/* /local/templates/tf_oms/components/bitrix/news.list/news-list/style.css?1758019348396 */
/* /local/components/theme/theme.elements/templates/block-useful-links/style.css?17585263792567 */
