

/* Start:/local/templates/public/components/bitrix/news.detail/_share/header/style.css?17810368318968*/
@font-face {
  font-family: "NT Somic";
  src: url("/local/templates/public/assets/fonts/NT Somic-VF.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0%;
  margin: 0;
  border: 0;
  box-sizing: border-box;
  font-family: "NT Somic";
  font-style: normal;
  text-decoration: none;
  color: #fff;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 200px;
}

:root {
  --global-padding: 62.5px;
  --header-height: 87px;
}

body {
  background: url("/local/templates/public/assets/images/background-pattern.png"), #100f15;
}

.main {
  overflow: hidden;
  margin-top: var(--header-height);
}

.section-wrapper {
  width: 100%;
  margin: 150px auto 0 auto;
  padding: 0 var(--global-padding);
  position: relative;
  z-index: 1;
}
.section-header {
  font-family: "Random Grotesque Standard Bold";
  font-weight: 700;
  font-size: 52px;
  line-height: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}
.section-description {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: #a59eba;
}
.section-effect {
  position: absolute;
  z-index: -1;
  transform: translateY(50%);
}

.btn {
  height: 56px;
  padding: 16px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn.--primary {
  font-weight: 400;
  background: #6c3bff;
}
.btn.--primary:hover {
  background: #8962ff;
}
.btn.--secondary {
  background: linear-gradient(90deg, #00ff96 0%, #15ff53 100%);
  font-weight: 600;
  color: #001a0f;
}
.btn.--secondary:hover {
  background: linear-gradient(90deg, #33ffab 0%, #30ff67 100%);
}

.header {
  width: 100%;
  padding: 18px var(--global-padding);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  z-index: 100;
  background: #16141c;
}
.header__inner {
  width: 100%;
  max-width: 1520px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.header__left-side, .header__right-side, .header__nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__logo {
  margin-right: 5px;
  display: flex;
  align-items: center;
}
.header__nav-dropbox {
  position: relative;
}
.header__nav-dropbox:hover .header__nav-dropbox-menu-wrapper {
  max-height: 500px;
  padding: 20px 0 0 0;
}
.header__nav-dropbox-title {
  height: 51px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  background: #1f1c27;
  border-radius: 12px;
}
.header__nav-dropbox-menu-wrapper {
  min-width: 756px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.header__nav-dropbox-menu {
  display: flex;
  padding: 26px 25px;
  gap: 20px;
  background: #1f1c27;
  border-radius: 20px;
}
.header__nav-dropbox-menu-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.header__nav-dropbox-menu-col-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}
.header__nav-dropbox-menu-col-content {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.header__nav-items {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
}
.header__nav-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
}
.header__socials {
  display: flex;
  gap: 10px;
  list-style: none;
}
.header__social-link {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #16141c;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(#16141c, #16141c), linear-gradient(315deg, rgba(214, 209, 255, 0.0509803922), rgba(214, 209, 255, 0.5019607843));
  border: 1px solid transparent;
  border-radius: 12px;
}
.header__social-link svg path {
  transition: all 0.3s ease;
}
.header__social-link:hover svg path {
  fill: #00ff96;
}
.header__leave-request-btn {
  width: 167px;
  height: 50px !important;
}
.header__mobile-menu {
  display: none;
}
.header__mobile-menu-btn {
  width: 50px;
  height: 50px;
  padding: 15px;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  background: #6c3bff;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(#6c3bff, #6c3bff), linear-gradient(315deg, rgba(214, 209, 255, 0.0509803922), rgba(214, 209, 255, 0.5019607843));
  border: 1px solid transparent;
  border-radius: 12px;
  cursor: pointer;
}
.header__mobile-menu-btn.--active .header__mobile-menu-line:nth-child(1) {
  top: 50%;
  transform: translateY(7px) rotate(45deg);
}
.header__mobile-menu-btn.--active .header__mobile-menu-line:nth-child(2) {
  opacity: 0;
  transform: translateX(-100%);
}
.header__mobile-menu-btn.--active .header__mobile-menu-line:nth-child(3) {
  bottom: 50%;
  transform: translateY(-9px) rotate(-45deg);
}
.header__mobile-menu-btn:hover .header__mobile-menu-line {
  background: #00ff96;
  filter: brightness(1.2);
}
.header__mobile-menu-line {
  width: 20px;
  height: 3px;
  min-height: 3px;
  background: #00ff96;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.header__mobile-menu-line:nth-child(2) {
  width: 15px;
  align-self: flex-start;
}
.header__mobile-nav {
  width: 100vw;
  height: calc(100vh - var(--header-height));
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  margin: 0;
  display: flex;
  flex-direction: column;
  background: #100f15;
  transition: all 0.3s ease;
}
.header__mobile-nav.--active {
  max-height: calc(100vh - var(--header-height));
  margin-top: 18px;
  padding: 75px 15px 33px 15px;
}
.header__mobile-nav-item {
  display: flex;
  flex-direction: column;
}
.header__mobile-nav-item.--active .header__mobile-nav-item-dropbox {
  max-height: 500px;
}
.header__mobile-nav-item.--active svg {
  transform: rotate(-180deg);
}
.header__mobile-nav-item.--active svg path {
  fill: #6c3bff;
}
.header__mobile-nav-item-title {
  padding: 25px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  border-top: 1px solid #1f1c27;
  font-weight: 400;
  font-size: 26px;
  line-height: 120%;
}
.header__mobile-nav-item-title svg {
  transition: all 0.3s ease;
}
.header__mobile-nav-item-title svg path {
  transition: all 0.3s ease;
}
.header__mobile-nav-item-dropbox {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.header__mobile-nav-item-dropbox ul {
  list-style: none;
}
.header__mobile-nav-item:nth-last-child(1) {
  margin-top: auto;
  padding: 25px 0 0 0;
  border-top: 1px solid #1f1c27;
}
.header__mobile-nav-item .header__socials {
  display: flex;
  justify-content: center;
}

.specializations-menu ul {
  list-style: none;
}
.specializations-menu__link {
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 15px;
  background: #6c3bff;
  transition: all 0.3s ease;
}
.specializations-menu__link:hover {
  background: #8962ff;
}
.specializations-menu__icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
  max-width: 56px;
  max-height: 56px;
  object-fit: contain;
}
.specializations-menu__link-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.specializations-menu__link-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
}
.specializations-menu__link-standart {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #d3c4ff;
}

@media (max-width: 1180px) {
  .section-wrapper {
    margin: 125px auto 0 auto;
  }
  .header__left-side, .header__right-side {
    flex-direction: column;
  }
  .header__right-side {
    align-items: flex-end;
  }
  .header__left-side {
    align-items: flex-start;
  }
  :root {
    --header-height: 156px;
  }
}
@media (max-width: 880px) {
  :root {
    --global-padding: 50px;
    --header-height: 86px;
  }
  .section-wrapper {
    margin: 100px auto 0 auto;
  }
  .section-header {
    font-size: 45px;
  }
  .header__right-side {
    flex-direction: row;
  }
  .header__nav {
    display: none;
  }
  .header__mobile-menu {
    display: block;
  }
  .header__mobile-menu-btn {
    display: flex;
  }
}
@media (max-width: 640px) {
  :root {
    --global-padding: 0;
  }
  .section-wrapper {
    margin: 75px auto 0 auto;
  }
  .header__inner {
    padding: 0 15px;
    gap: 20px;
  }
  .header__right-side {
    flex-direction: row;
  }
  .header__nav, .header__leave-request-btn, .header__socials {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/public/components/bitrix/news.detail/_share/footer/style.css?17804048203106*/
.footer {
  width: 100%;
  margin: 150px 0 0 0;
  padding: 0 var(--global-padding);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  background: #16141c;
}
.footer__inner {
  width: 100%;
  max-width: 1519px;
  padding: 30px 0 0 0;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.footer__context {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}
.footer__socials {
  display: flex;
  gap: 10px;
  list-style: none;
}
.footer__social-link {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #16141c;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(#16141c, #16141c), linear-gradient(315deg, rgba(214, 209, 255, 0.0509803922), rgba(214, 209, 255, 0.5019607843));
  border: 1px solid transparent;
  border-radius: 12px;
}
.footer__social-link svg path {
  transition: all 0.3s ease;
}
.footer__social-link:hover svg path {
  fill: #00ff96;
}
.footer__widgets {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.footer__widget {
  width: 232px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__widget-title {
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #00ff96;
  border-bottom: 1px solid #292d35;
}
.footer__widget-title-icon {
  display: none;
}
.footer__widget ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer__widget ul a {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #fff;
  text-decoration: none;
}
.footer__documents {
  width: 100%;
  max-width: 1519px;
  padding: 0 0 30px 0;
  padding-top: 30px;
  border-top: 1px solid #292d35;
}
.footer__documents ul {
  list-style: none;
  display: flex;
  gap: 35px;
}
.footer__documents ul a {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1180px) {
  .footer {
    margin: 125px 0 0 0;
  }
}
@media (max-width: 880px) {
  .footer {
    margin: 100px 0 0 0;
  }
}
@media (max-width: 640px) {
  .footer {
    margin: 75px 0 0 0;
    padding: 0 33px;
  }
  .footer__inner {
    flex-direction: column;
  }
  .footer__documents ul {
    flex-direction: column;
    gap: 15px;
  }
  .footer__widget {
    width: 100%;
    gap: 0;
  }
  .footer__widget-title {
    padding-bottom: 0;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #a59eba;
    border-bottom: none;
    border-top: 1px solid #1f1c27;
  }
  .footer__widget-title-icon {
    display: block;
    transition: all 0.3s ease;
  }
  .footer__widget ul {
    max-height: 0;
    transition: all 0.3s ease;
    overflow: hidden;
  }
  .footer__widget.--active ul {
    max-height: 250px;
  }
  .footer__widget.--active .footer__widget-title-icon {
    transform: rotate(-180deg);
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/public/styles.css?167117041173*/
pre {
    color: white;
    background-color: black;
    z-index: 1000;
}
/* End */
/* /local/templates/public/components/bitrix/news.detail/_share/header/style.css?17810368318968 */
/* /local/templates/public/components/bitrix/news.detail/_share/footer/style.css?17804048203106 */
/* /local/templates/public/styles.css?167117041173 */
