

/* Start:/local/templates/ckp-inner/components/bitrix/news/company-news/bitrix/news.detail/.default/style.css?177503557322633*/
@media screen and (min-width: 1200px) {
  .news {
    max-width: 1292px;
  }
}
blockquote {
  margin-left: 6rem !important;
  font-weight: bold;
  color: #314164;
}
.swiper-container-slider-news {
  height: 480px;
}
.news .section-heading {
  margin: 0 -6px 0 0;
  font-family: "OpenSansSemiBold", OpenSans, sans-serif;
  font-size: 40px;
  color: #314164;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .news .section-heading {
    font-size: 26px !important;
  }
}
.news .main-news {
  padding-right: 0 !important;
}
.news .main-news .card-image {
  box-shadow: none;
  background-color: #ffffff;
}
.news .main-news .card-image .table {
  height: 280px;
}
.news .main-news .card-image .table .project-description {
  font-family: "OpenSansLight", OpenSansLight, sans-serif;
  font-size: 24px;
  line-height: 1.4;
  width: 96%;
}
.news .main-news .card-image .table .project-description a:hover {
  text-decoration: underline;
}
.news .main-news .card-image .date {
  font-size: 12px;
  color: #0b1221;
  position: absolute;
  bottom: 40px;
  left: 32px;
}
.news .next-news {
  height: 382px;
  background-color: white;
}
.news .next-news .card-image {
  height: 210px;
  width: 308px;
  background-size: 100%;
  background-repeat: no-repeat;
  box-shadow: none;
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.news .next-news .card-image .date {
  font-size: 12px;
  color: white;
  position: absolute;
  bottom: 20px;
  left: 18px;
}
.news .next-news .container-fluid {
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  height: 160px;
  width: 308px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.news .next-news .container-fluid .title {
  font-size: 15px;
  color: #f25900;
  line-height: 1.6;
}
.news .next-news .container-fluid .title a {
  color: #f25900;
}
.news .next-news .container-fluid .title a:hover {
  text-decoration: underline;
}
.news .next-news .container-fluid .title a:visited {
  color: #f25900;
}
.news .next-news .container-fluid .description {
  font-size: 13px;
  color: #9b9993;
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative;
  /* use this value to count block height */
  line-height: 1.4em;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 4.2em;
  /* fix problem when last visible word doesn't adjoin right side  */
  text-align: justify;
  /* place for '...' */
  margin-right: -0.6em;
  padding-right: 1em;
}
.news .next-news .container-fluid .description:before {
  /* points in the end */
  content: '...';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0;
}
.news .next-news .container-fluid .description:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  /* set width and height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* bg color = bg color under block */
  background: white;
}
.news .mt-10 {
  margin-top: 6rem;
}
.news .pagination .prev-page {
  border-left: 1px solid #dee2e6;
}
.news .pagination .prev-page .btn-title {
  padding-left: 8px;
}
.news .pagination .next-page {
  border-right: 1px solid #dee2e6;
}
.news .pagination .next-page .btn-title {
  padding-right: 8px;
}
.news .pagination .col {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  height: 60px;
  padding: 0 26px;
  flex-grow: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-size: 15px;
  color: #314164;
}
.news .pagination .not-pointed {
  cursor: inherit !important;
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer */
  -khtml-user-select: none;
  /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none;
  /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none;
  /* Disable Android and iOS callouts*/
}
.news .pagination .active {
  color: #f25900;
  border: 1px solid #f25900;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .btn-return {
    max-width: 1292px;
  }
}
.btn-return .btn-return-to-list {
  padding: 8px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #F05800;
  border-radius: 4px;
  background-color: rgba(238, 114, 46, 0);
  opacity: 0.8;
  font-size: 12px;
  line-height: 1.2;
  color: #F05800;
  font-weight: bold;
  transition-property: color, background-color;
  transition-duration: 300ms;
  transition-timing-function: ease-in, linear;
}
.btn-return .btn-return-to-list:hover {
  background-color: #f05800;
  color: white;
}
.btn-return .btn-return-to-list:visited {
  border-color: #F05800;
}
.btn-return .btn-return-to-list i,
.btn-return .btn-return-to-list svg {
  font-size: 28px;
  vertical-align: -8px;
}
.btn-return .btn-return-to-list .title {
  top: 0;
}
.slide-number {
  position: absolute;
  bottom: 14px;
  font-size: 18px;
  width: 90px;
}
.slide-number .current {
  color: #314164;
}
.slide-number .total {
  color: #9b9993;
}
.slider-arrow-left {
  top: auto;
  left: -35px !important;
  bottom: 14px;
}
.slider-arrow-right {
  top: auto;
  left: 35px !important;
  bottom: 14px;
}
@media screen and (min-width: 1200px) {
  .news-detail-info {
    max-width: 912px;
  }
}
.news-detail-info .section-heading {
  font-family: "OpenSansRegular", OpenSans, sans-serif;
  font-size: 40px;
  color: #314164;
  line-height: 1.3;
}
@media screen and (max-width: 480px) {
  .news-detail-info .section-heading {
    font-size: 24px;
  }
}
.news-detail-info .location,
.news-detail-info .when {
  font-size: 15px;
  font-family: "Open Sans Regular", OpenSans, sans-serif;
  color: #314164;
}
.news-detail-info .subtitle {
  font-size: 18px;
  line-height: 1.8;
  color: #314164;
}
.news-detail-info .text {
  line-height: 2;
  font-size: 16px;
  color: #314164;
}
.news-detail-info .text .subheading {
  font-size: 20px;
  color: #314164;
  font-family: "OpenSansSemiBold", OpenSans, sans-serif;
}
.news-detail-info .text .info {
  font-family: OpenSansBold, OpenSans, sans-serif;
  color: #6a6c6f;
}
.news-detail-info .text .tel {
  color: #6a6c6f;
}
.news-detail-info .text .tel:visited {
  color: #6a6c6f;
}
.news-detail-info .text .tel:hover {
  text-decoration: none;
}
.news-detail-info .text a {
  color: #f25900;
  font-weight: bold;
}
.news-detail-info .text a:visited {
  color: #f25900;
}
.news-detail-info .text a:hover {
  text-decoration: underline;
}
.block_news-additional {
  background-color: #eff2f4;
  margin-bottom: -90px;
}
@media screen and (max-width: 480px) {
  .block_news-additional {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .block_news-additional .additional {
    max-width: 1292px;
  }
}
.block_news-additional .additional .btns {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 10px;
}
@media screen and (min-width: 1200px) {
  .block_news-additional .additional .btns {
    max-width: 1292px;
  }
}
.block_news-additional .additional .btns .btn-subscribe {
  border-radius: 4px;
  width: 180px;
  height: 36px;
  font-size: 12px;
  line-height: 1.2;
  border: 0;
  font-weight: 700;
  padding: 0 8px;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .block_news-additional .additional .btns .btn-subscribe {
    display: none;
  }
}
.block_news-additional .additional .btns .btn-all-news {
  border-radius: 4px;
  background-color: #F05800;
  width: 120px;
  height: 36px;
  font-size: 12px;
  line-height: 1.2;
  border: 0;
  font-weight: 700;
  padding: 0 8px;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
.block_news-additional .additional .main-news .card {
  background-color: transparent;
}
.block_news-additional .additional .main-news .card-image {
  height: 382px;
  background-size: 100%;
  background-repeat: no-repeat;
  box-shadow: none;
}
.block_news-additional .additional .main-news .card-image .table {
  height: 280px;
}
.block_news-additional .additional .main-news .card-image .table .project-description a {
  font-family: "OpenSansLight", OpenSansLight, sans-serif;
  font-size: 24px;
  line-height: 1.4;
  width: 96%;
}
.block_news-additional .additional .main-news .card-image .table .project-description a:hover {
  text-decoration: underline;
}
.block_news-additional .additional .main-news .card-image .date {
  font-size: 12px;
  color: white;
  position: absolute;
  bottom: 40px;
  left: 32px;
}
.block_news-additional .additional .next-news {
  height: 382px;
  background-color: transparent;
}
@media screen and (max-width: 480px) {
  .block_news-additional .additional .next-news {
    height: auto;
    margin-top: 20px;
  }
}
.block_news-additional .additional .next-news .card-image {
  background-color: #ffffff;
  height: 210px;
  width: 308px;
  background-size: 100%;
  background-repeat: no-repeat;
  box-shadow: none;
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  position: relative;
}
@media screen and (max-width: 480px) {
  .block_news-additional .additional .next-news .card-image {
    width: 100%;
  }
}
.block_news-additional .additional .next-news .container-fluid {
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  height: 160px;
  width: 308px;
  background-color: white;
}
@media screen and (max-width: 480px) {
  .block_news-additional .additional .next-news .container-fluid {
    width: 100%;
    height: auto;
    padding-bottom: 12px;
  }
}
.block_news-additional .additional .next-news .container-fluid .title a {
  font-size: 14px;
  color: #f25900;
  line-height: 1.6;
}
.block_news-additional .additional .next-news .container-fluid .title a:hover {
  text-decoration: underline;
}
.block_news-additional .additional .next-news .container-fluid .description {
  font-size: 13px;
  color: #9b9993;
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative;
  /* use this value to count block height */
  line-height: 1.4em;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 4.2em;
  /* fix problem when last visible word doesn't adjoin right side  */
  text-align: justify;
  /* place for '...' */
  margin-right: -0.6em;
  padding-right: 1em;
}
.block_news-additional .additional .next-news .container-fluid .description:before {
  /* points in the end */
  content: '...';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0;
}
.block_news-additional .additional .next-news .container-fluid .description:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  /* set width and height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* bg color = bg color under block */
  background: white;
}
.swiper-container-slider-news .swiper-slide {
  text-align: center;
}
.swiper-container-slider-news .swiper-slide img {
  height: 100%;
}
.one-slide a img {
  width: 100%;
  max-width: 800px;
  max-height: 600px;
}
.fancybox-content img {
  width: 100%;
}
.files .title {
  color: #f25900;
  font-weight: bold;
}
.files .title:hover {
  text-decoration: underline;
}
.swiper-buttons {
  position: relative;
}
.swiper-buttons .button-prev,
.swiper-buttons .button-next {
  cursor: pointer;
  color: #8080805e;
  outline: none;
}
.swiper-buttons .button-prev {
  margin-right: 10px;
}
.swiper-buttons .button-next {
  margin-left: 10px;
}
.swiper-buttons .swiper-pagination-fraction {
  position: absolute;
  width: 40px;
  bottom: auto;
  padding-top: 4px;
  padding-left: 14px;
}
.swiper-buttons .swiper-pagination-fraction .number-slides-divider,
.swiper-buttons .swiper-pagination-fraction .swiper-pagination-total {
  color: #808080a3;
}
/*# sourceMappingURL=style.css.map */

.meeting-detail {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 322px;
  grid-template-columns: 1fr 322px;
  gap: 40px;
}
@media (max-width: 1280px) {
  .meeting-detail {
    display: flex;
    flex-direction: column;
  }
}

.meeting-detail__main {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.meeting-detail__main-head-title {
  color: #314164;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .meeting-detail__main-head-title {
    font-size: 26px;
    line-height: 32px;
  }
}

.meeting-detail__main-head-register {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px;
  background: #eff2f4;
  border-radius: 12px;
}

.meeting-detail__main-head-register-text {
  font-size: 16px;
  line-height: 24px;
  color: #314164;
}

.meeting-detail__main-body-textcontent {
  --font-family: 'OpenSansRegular', sans-serif;
  --font-h1: 700 40px/48px var(--font-family);
  --font-h2: 700 24px/36px var(--font-family);
  --font-h3: 700 20px/28px var(--font-family);
  --font-h4: 600 16px/24px var(--font-family);
  --font-base: 400 16px/24px var(--font-family);
  --font-margin-title: 32px;
  --font-margin-base: 16px;
}

.meeting-detail__main-body-textcontent:not(:first-child) {
  margin-top: 72px;
}
@media (max-width: 1280px) {
  .meeting-detail__main-body-textcontent:not(:first-child) {
    margin-top: 60px;
  }
}
@media (max-width: 800px) {
  .meeting-detail__main-body-textcontent:not(:first-child) {
    margin-top: 52px;
  }
}

.meeting-detail__main-body-textcontent h1,
.meeting-detail__main-body-textcontent .h1 {
  color: #314164;
  font: var(--font-h1);
}
.meeting-detail__main-body-textcontent h1:not(:last-child),
.meeting-detail__main-body-textcontent .h1:not(:last-child) {
  margin-bottom: var(--font-margin-title);
}
.meeting-detail__main-body-textcontent h1:not(:first-child),
.meeting-detail__main-body-textcontent .h1:not(:first-child) {
  margin-top: var(--font-margin-title);
}

.meeting-detail__main-body-textcontent h2,
.meeting-detail__main-body-textcontent .h2 {
  color: #314164;
  font: var(--font-h2);
}
.meeting-detail__main-body-textcontent h2:not(:last-child),
.meeting-detail__main-body-textcontent .h2:not(:last-child) {
  margin-bottom: var(--font-margin-title);
}
.meeting-detail__main-body-textcontent h2:not(:first-child),
.meeting-detail__main-body-textcontent .h2:not(:first-child) {
  margin-top: var(--font-margin-title);
}

.meeting-detail__main-body-textcontent h3,
.meeting-detail__main-body-textcontent .h3 {
  color: #314164;
  font: var(--font-h3);
}
.meeting-detail__main-body-textcontent h3:not(:last-child),
.meeting-detail__main-body-textcontent .h3:not(:last-child) {
  margin-bottom: var(--font-margin-base);
}
.meeting-detail__main-body-textcontent h3:not(:first-child),
.meeting-detail__main-body-textcontent .h3:not(:first-child) {
  margin-top: var(--font-margin-title);
}

.meeting-detail__main-body-textcontent h4,
.meeting-detail__main-body-textcontent .h4 {
  color: #314164;
  font: var(--font-h4);
}
.meeting-detail__main-body-textcontent h4:not(:last-child),
.meeting-detail__main-body-textcontent .h4:not(:last-child) {
  margin-bottom: var(--font-margin-base);
}
.meeting-detail__main-body-textcontent h4:not(:first-child),
.meeting-detail__main-body-textcontent .h4:not(:first-child) {
  margin-top: var(--font-margin-base);
}

.meeting-detail__main-body-textcontent p:not(:last-child) {
  margin-bottom: var(--font-margin-base);
}

.meeting-detail__main-body-textcontent li {
  break-inside: avoid;
  position: relative;
}

.meeting-detail__main-body-textcontent ol {
  list-style-type: decimal;
  display: flex;
  flex-direction: column;
  gap: var(--font-margin-base);
  padding-left: 24px;
}
.meeting-detail__main-body-textcontent ol:not(:last-child) {
  margin-bottom: var(--font-margin-base);
}
.meeting-detail__main-body-textcontent ol:not(:first-child) {
  margin-top: var(--font-margin-base);
}

.meeting-detail__main-body-textcontent ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--font-margin-base);
}
.meeting-detail__main-body-textcontent ul:not(:last-child) {
  margin-bottom: var(--font-margin-title);
}
.meeting-detail__main-body-textcontent ul:not(:first-child) {
  margin-top: var(--font-margin-base);
}
.meeting-detail__main-body-textcontent ul li {
  display: list-item;
  padding-left: 26px;
}
.meeting-detail__main-body-textcontent ul li::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #f25900;
  border-radius: 50%;
}

.meeting-detail__main-bottom-controls {
  margin-top: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 40px;
}
@media (max-width: 1280px) {
  .meeting-detail__main-bottom-controls {
    margin-top: 48px;
  }
}
@media (max-width: 800px) {
  .meeting-detail__main-bottom-controls {
    margin-top: 36px;
  }
}

.meeting-detail__main-bottom-controls-back {
  padding: 10px 20px;
  border: 2px solid #f05800;
  border-radius: 4px;
  background-color: rgba(238,114,46,0);
  font-size: 12px;
  line-height: 1.2;
  color: #f05800;
  font-weight: bold;
  transition: 0.25s ease;
}
.meeting-detail__main-bottom-controls-back:hover {
  color: #fff;
  background-color: #f05800;
}

.meeting-detail__sidebar {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  display: flex;
  flex-direction: column;
}

.meeting-detail__sidebar-overflow {
  margin: -32px;
  padding: 32px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
@media (max-width: 1280px) {
  .meeting-detail__sidebar-overflow {
    margin: 0;
    padding: 0;
    max-height: 100%;
    overflow: visible;
  }
}

.meeting-detail__sidebar-banners {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1280px) {
  .meeting-detail__sidebar-banners {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .meeting-detail__sidebar-banners {
    display: flex;
    gap: 32px;
  }
}
@media (max-width: 600px) {
  .meeting-detail__sidebar-banners {
    gap: 24px;
  }
}

.meeting-detail__sidebar-banners-item {
  position: relative;
}

.meeting-detail__sidebar-banner-other {
  padding: 28px 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 4px 8px 0px rgba(42,50,75,0.102);
}

.meeting-detail__sidebar-banner-other-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
}

.meeting-detail__sidebar-banner-other-list {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.meeting-detail__sidebar-banner-other-list-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.meeting-detail__sidebar-banner-other-list-item:not(:last-child) {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d3d3d3;
}

.meeting-detail__sidebar-banner-other-list-item-date {
  color: rgba(0,0,0,0.478);
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}

.meeting-detail__sidebar-banner-other-list-item-name {
  color: #212529;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.meeting-detail__sidebar-banner-other-list-item-name a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #212529;
  font-size: 16px;
  line-height: 24px;
  transition: 0.25s ease;
}
.meeting-detail__sidebar-banner-other-list-item-name a:hover {
  color: #f05800;
}

.meeting-detail__sidebar-banner-subscribe {
  padding: 28px 24px;
  background: linear-gradient(99.04deg, #f25900 4.2%, #ff8c42 82.68%);
  border-radius: 12px;
  overflow: hidden;
}

.meeting-detail__sidebar-banner-subscribe-text {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.meeting-detail__sidebar-banner-subscribe-list {
  list-style-type: none;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 20px;
  margin-top: 28px;
}
@media (max-width: 600px) {
  .meeting-detail__sidebar-banner-subscribe-list {
    gap: 20px 16px;
    margin-top: 20px;
  }
}

.meeting-detail__sidebar-banner-subscribe-list-item {
  position: relative;
}
.meeting-detail__sidebar-banner-subscribe-list-item._big {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.meeting-detail__sidebar-banner-subscribe-list-item-link {
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
  font-size: 12px;
  line-height: 14px;
  border: 2px solid #fff;
  background: transparent;
  transition: 0.25s ease;
}
.meeting-detail__sidebar-banner-subscribe-list-item-link:hover {
  color: #fff;
  background: #f05800;
}
.meeting-detail__sidebar-banner-subscribe-list-item-link::after {
  display: inline-block;
  width: 24px;
  height: 18px;
  margin-left: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.meeting-detail__sidebar-banner-subscribe-list-item-link._vk::after {
  content: '';
  background-image: url("/local/templates/ckp-inner/img/meeting/ico_Vkontakte.svg");
}
.meeting-detail__sidebar-banner-subscribe-list-item-link._max::after {
  content: '';
  background-image: url("/local/templates/ckp-inner/img/meeting/ico-max.svg");
}
.meeting-detail__sidebar-banner-subscribe-list-item-link._email::after {
  content: '';
  background-image: url("/local/templates/ckp-inner/img/meeting/ico_mail.svg");
}

.meeting-detail__main-bottom-controls-share {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.2;
  color: #f05800;
  transition: 0.25s ease;
}
.meeting-detail__main-bottom-controls-share:hover {
  color: #f05800;
  text-decoration: underline;
}
.meeting-detail__main-bottom-controls-share::after {
  content: '';
  width: 22px;
  height: 20px;
  background-image: url("/local/templates/ckp-inner/img/meeting/ico_share.svg");
}
/* End */


/* Start:/local/templates/ckp-inner/components/bitrix/breadcrumb/breadcrumb/style.css?1689322974805*/
.bx-breadcrumb {
  margin: 10px 0;
}
.bx-breadcrumb i {
  color: #b5bdc2;
  line-height: 13px;
  font-size: 10px;
  margin-right: 5px;
}
.bx-breadcrumb svg {
  color: #9b9993;
  vertical-align: inherit;
}
.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 Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  white-space: normal;
  color: #9b9993;
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1292px;
  }
}
.bx-breadcrumb .bx-breadcrumb-item:not(:nth-last-child(2)) span[itemprop="name"] {
  border-bottom: 2px dotted #9b9993;
}
/*# sourceMappingURL=style.css.map */
/* End */
/* /local/templates/ckp-inner/components/bitrix/news/company-news/bitrix/news.detail/.default/style.css?177503557322633 */
/* /local/templates/ckp-inner/components/bitrix/breadcrumb/breadcrumb/style.css?1689322974805 */
