

/* Start:/local/templates/svd/components/bitrix/news.list/header-info/style.css?1781776613150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/svd/components/bitrix/menu/top-menu-new/style.css?17823055373619*/
.menu-sitemap-tree {
    width: 100%;
    gap: 5px;
}

.menu-sitemap-tree ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu-sitemap-tree > ul > li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.menu-sitemap-tree ul ul.submenu {
    position: absolute;
    right: 15px;
    top: 100%;
    background-color: #EDEEF4;
    border: 1px solid rgba(85, 97, 158, 0.3);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease, padding 0.3s ease, gap 0.3s ease;
    max-height: 0;
    flex-direction: column;
    margin-top: 20px;
    padding: 0 20px;
    gap: 0;
    overflow: hidden;
}

.menu-sitemap-tree ul ul.submenu.show {
    opacity: 1;
    visibility: visible;
    max-height: 500px;
    padding: 20px;
    gap: 20px;
}

.menu-sitemap-tree li {
    position: relative;
}

.menu-item a {
    display: block;
    text-decoration: none;
    color: rgba(36, 36, 36, 1);
    transition: 0.3s;
}

.menu-item a:hover {
    color: rgba(52, 65, 160, 1);
}

.menu-item svg {
    transition: transform 0.6s ease;
}

.menu-item:hover svg {
    transform: rotate(180deg);
}@media (min-width: 1551px) {
  .header-menu .header-menu-cont {
    align-items: center;
    gap: clamp(24px, 2.5vw, 48px);
  }

  .header-menu .menu {
    flex: 1 1 auto;
    max-width: none;
    min-width: 0;
  }

  .header-menu .menu-sitemap-tree > ul {
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px clamp(14px, 1.4vw, 28px);
  }

  .header-menu .menu-sitemap-tree > ul > li {
    flex: 0 1 auto;
    min-width: 0;
  }

  .header-menu .menu-item .item-text a {
    white-space: nowrap;
    font-size: clamp(14px, 0.95vw, 18px);
    line-height: 1.25;
  }

  .header-menu .menu-sitemap-tree ul ul.submenu {
    right: 0;
    max-width: min(360px, calc(100vw - 32px));
  }

  .header-menu .submenu-item .item-text a {
    white-space: normal;
  }
}

/* SVD: desktop menu from 780px, mobile menu below 780px. */
@media (min-width: 780px) and (max-width: 1550px) {
  .header-cont {
    display: block !important;
  }

  .header-menu {
    display: flex !important;
  }

  .header-mobile,
  .mobile-menu,
  .line,
  .preview-desc-mobile {
    display: none !important;
  }

  .header-menu .header-menu-cont {
    align-items: center;
    gap: clamp(20px, 2vw, 40px);
  }

  .header-menu .menu {
    display: flex !important;
    flex: 1 1 auto;
    max-width: none;
    min-width: 0;
    width: auto;
    font-size: clamp(13px, 1.1vw, 16px);
  }

  .header-menu .menu-sitemap-tree > ul {
    flex-direction: row !important;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px clamp(12px, 1.4vw, 24px);
  }

  .header-menu .menu-sitemap-tree > ul > li {
    flex: 0 1 auto;
    min-width: 0;
  }

  .header-menu .menu-item .item-text a {
    white-space: nowrap;
    line-height: 1.25;
  }

  .header-menu .menu-sitemap-tree ul ul.submenu {
    top: 100% !important;
    right: 0 !important;
    max-width: min(360px, calc(100vw - 32px));
  }

  .header-menu .submenu-item .item-text a {
    white-space: normal;
  }

  .header-text .search-form {
    position: absolute;
    right: 0;
    display: flex;
    margin-bottom: 0;
  }
}

@media (max-width: 779px) {
  .header-cont,
  .header-menu {
    display: none !important;
  }

  .header-mobile {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }

  .mobile-menu .mm__wrapper {
    width: 100% !important;
  }
}

/* End */


/* Start:/local/templates/svd/components/bitrix/breadcrumb/bread-crumbs-new/style.min.css?1781776613467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/svd/components/bitrix/news.list/footer-info/style.css?1781776613150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/svd/components/bitrix/news.list/header-info/style.css?1781776613150 */
/* /local/templates/svd/components/bitrix/menu/top-menu-new/style.css?17823055373619 */
/* /local/templates/svd/components/bitrix/breadcrumb/bread-crumbs-new/style.min.css?1781776613467 */
/* /local/templates/svd/components/bitrix/news.list/footer-info/style.css?1781776613150 */
