

/* Start:/local/templates/ckp-inner/components/bitrix/news/company-news/bitrix/news.detail/.default/style.css?168932297412302*/
@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 */
/* End */


/* Start:/local/templates/ckp-inner/components/bitrix/catalog.socnets.buttons/share-btns/style.css?1689322974154*/
.ya-share2__title {
  background-color: #4680c2;
  margin-left: -2px !important;
  color: white;
  padding: 0 8px;
}
/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/ckp-inner/components/bitrix/news.list/company-news-show-additional/style.css?16893229741406*/
.block_news-additional .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) {
  .block_news-additional .section-heading {
    font-size: 26px !important;
  }
}
.main-news .card-top-img {
  height: 250px;
}
@media screen and (max-width: 480px) {
  .main-news .card-top-img {
    height: auto;
    width: 100%;
  }
}
.main-news .card-body {
  height: 120px;
  border: 1px solid #e7e7e7;
  border-radius: 0;
  box-shadow: none;
  background-color: #ffffff !important;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .main-news .card-body {
    height: auto;
  }
}
.main-news .card-body .project-description a {
  font-family: "OpenSansLight", OpenSansLight, sans-serif;
  font-size: 20px;
  line-height: 1.4;
  width: 96%;
  color: #f25900;
}
.main-news .card-body .project-description a:hover {
  text-decoration: underline;
}
.main-news .card-body .project-description a:visited {
  color: #f25900;
}
.main-news .card-body .date {
  font-size: 12px;
  color: #0b1221;
}
.btns .btn-callback {
  width: 100% !important;
}
.card-image .date {
  font-size: 12px;
  color: white !important;
  position: absolute;
  bottom: 20px;
  padding-left: 28px;
  width: 100%;
  background-color: #f2590094;
  left: 0 !important;
}
/*# sourceMappingURL=style.css.map */
/* End */
/* /local/templates/ckp-inner/components/bitrix/news/company-news/bitrix/news.detail/.default/style.css?168932297412302 */
/* /local/templates/ckp-inner/components/bitrix/catalog.socnets.buttons/share-btns/style.css?1689322974154 */
/* /local/templates/ckp-inner/components/bitrix/news.list/company-news-show-additional/style.css?16893229741406 */
