

/* Start:/html/components-template/slide-block/style.css?17443089372168*/
.slide-block__head {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  fill: var(--fill_dark_light);
  color: #222;
  color: var(--white_text_black); }
  .slide-block__head .icon {
    transform: rotate(180deg);
    transition: transform 0.3s; }

.slide-block__body {
  overflow: hidden;
  height: auto;
  padding-top: 13px;
  transition: height 0.3s, padding-top 0.3s; }
  .slide-block__body .nav-item {
    margin-bottom: 3px; }
  .slide-block__body .nav-link {
    color: #222;
    color: var(--white_text_black);
    display: inline-flex;
    align-items: center; }
    .slide-block__body .nav-link .icon {
      fill: var(--fill_dark_light);
      transform: rotate(90deg);
      margin-right: 5px; }
    .slide-block__body .nav-link .nav-item-name {
      padding: 4px 8px; }
    .slide-block__body .nav-link:hover {
      color: #000;
      color: var(--fill_dark_lite_hover); }
  .slide-block__body .nav-item.active .nav-link {
    font-weight: 500;
    border-radius: 8px;
    background-color: var(--darkgrey_bg_black); }
    .slide-block__body .nav-item.active .nav-link .icon {
      display: none; }
  .slide-block__body .nav-lvl2 {
    padding-top: 3px;
    padding-left: 12px; }
  .slide-block__body .nav-lvl2-item {
    padding-bottom: 3px; }
  .slide-block__body .nav-lvl2-item.active .nav-lvl2-link {
    font-weight: 500;
    border-radius: 8px;
    background-color: var(--darkgrey_bg_black); }
  .slide-block__body .nav-lvl2-link {
    padding: 4px 8px;
    color: #222;
    color: var(--white_text_black); }
    .slide-block__body .nav-lvl2-link:hover {
      color: #000;
      color: var(--fill_dark_lite_hover); }

.slide-block.closed .slide-block__head .icon {
  transform: rotate(0deg); }

.slide-block.closed .slide-block__body {
  height: 0px;
  padding-top: 0px; }

.slide-block--right {
  margin-bottom: 32px; }
  .slide-block--right .nav-item-name {
    padding: 4px 8px; }
  .slide-block--right .nav-item.active .nav-item-name {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    pointer-events: none;
    background-color: var(--darkgrey_bg_black); }

/* End */


/* Start:/html/components-template/info/style.css?1744308937129*/
.info {
  padding-bottom: 80px; }
  .info__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px; }

/* End */


/* Start:/html/components-template/content/style.css?17443089363776*/
.content {
  color: #555;
  color: var(--basic_text_black);
  max-width: 1200px;
  font-size: 1rem;
  line-height: calc(1em + 10px); }
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    font-weight: 500;
    margin: 30px 0 25px;
    color: #222;
    color: var(--white_text_black); }
  .content h2:first-child, .content h3:first-child, .content h4:first-child, .content h5:first-child, .content h6:first-child {
    margin-top: 0; }
  .content h3 {
    font-size: 1.5em;
    line-height: calc(1em + 10px); }
  .content p {
    margin-bottom: 24px; }
  .content ol, .content ol li {
    list-style-type: decimal; }
  .content ol, .content ul {
    padding-left: 17px;
    margin-bottom: 20px; }
    .content ol li, .content ul li {
      padding-left: 4px;
      margin-bottom: 12px;
      line-height: 24px;
      position: relative; }
  .content ul li:before {
    content: "";
    position: relative;
    left: 0;
    top: 11px;
    background: #666;
    width: 6px;
    border-radius: 50%;
    height: 6px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px; }
  .content tr {
    border-bottom: 1px solid var(--stroke_black); }
  .content td {
    padding: 12px 0 12px 0;
    font-size: .9375rem;
    line-height: calc(1em + 7px);
    color: #222;
    color: var(--white_text_black); }
    .content td:first-of-type {
      color: #666;
      color: var(--lite_basic_text_black); }
  .content .char td:first-of-type {
    width: 50%; }
  @media (max-width: 599.75px) {
    .content .content-video__inner {
      position: relative;
      width: 100%;
      padding-bottom: 56%; }
      .content .content-video__inner iframe {
        width: 100% !important;
        height: 100% !important;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0; } }
  .content img {
    margin-bottom: 24px;
    max-width: 100%; }
  .content .catalog__grid img {
    margin-bottom: 0; }
  .content iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
  .content .city-table {
    margin: 40px auto;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid var(--input_border_color); }
    @media (max-width: 599.75px) {
      .content .city-table {
        padding: 20px 14px;
        margin: 24px auto; } }
    .content .city-table__title {
      font-size: 20px;
      text-align: center;
      margin-bottom: 24px;
      font-weight: 600; }
      @media (max-width: 599.75px) {
        .content .city-table__title {
          font-size: 18px;
          margin-bottom: 16px; } }
    .content .city-table__list {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 24px; }
      @media (max-width: 766.75px) {
        .content .city-table__list {
          grid-template-columns: 1fr 1fr; } }
      @media (max-width: 599.75px) {
        .content .city-table__list {
          grid-template-columns: 1fr;
          gap: 10px; } }
    .content .city-table__item {
      display: flex;
      flex-direction: column;
      align-items: center; }
    .content .city-table__subtitle {
      font-size: 16px;
      text-align: center;
      font-weight: 600; }
      @media (max-width: 599.75px) {
        .content .city-table__subtitle {
          font-size: 14px; } }
    .content .city-table__links {
      display: flex;
      font-size: 14px;
      line-height: 1.4;
      justify-content: center;
      flex-wrap: wrap;
      gap: 0px 12px; }

.file-type {
  width: 40px;
  height: 40px;
  display: block;
  background: url("/html/images/docs.svg") 0 -84px no-repeat; }
  .file-type--word {
    background-position: -42px 0; }
  .file-type--excel {
    background-position: -84px 0; }
  .file-type--pdf {
    background-position: 0 0; }

/* End */
/* /html/components-template/slide-block/style.css?17443089372168 */
/* /html/components-template/info/style.css?1744308937129 */
/* /html/components-template/content/style.css?17443089363776 */
