

/* Start:/local/templates/.default/components/bitrix/breadcrumb/universal/style.min.css?1751018024800*/
.bx-breadcrumb {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .bx-breadcrumb-item {height: 22px; white-space: nowrap; } .bx-breadcrumb-item-angle {margin: 0 10px; color: #212529; vertical-align: top; font-size: 12px; } .bx-breadcrumb-item-link {border-bottom: 0; vertical-align: top; line-height: 21px; } .bx-breadcrumb-item-text {vertical-align: top; white-space: normal; font: 400 14px/21px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; transition: 50ms linear all; } a.bx-breadcrumb-item-link {color: #212529; line-height: 200%; } a.bx-breadcrumb-item-link:hover {color: #00BBEA; }
/* End */


/* Start:/local/templates/.default/components/bitrix/news.detail/blog/style.css?17539447177886*/
@charset "UTF-8";
@font-face {
  font-family: 'Museo';
  src: url("/global_css/fonts/MuseoSansCyrl-300.eot?#iefix") format("embedded-opentype"), url("/global_css/fonts/MuseoSansCyrl-300.woff") format("woff"), local("MuseoSansCyrillic-300");
  font-weight: 400; }
@font-face {
  font-family: 'Museo';
  src: url("/global_css/fonts/MuseoSansCyrl-500.eot?#iefix") format("embedded-opentype"), url("/global_css/fonts/MuseoSansCyrl-500.woff") format("woff"), local("MuseoSansCyrillic-500");
  font-weight: 500; }
@font-face {
  font-family: 'Museo';
  src: url("/global_css/fonts/MuseoSansCyrl-700.eot?#iefix") format("embedded-opentype"), url("/global_css/fonts/MuseoSansCyrl-700.woff") format("woff"), local("MuseoSansCyrillic-700");
  font-weight: 700; }
@font-face {
  font-family: 'Museo';
  src: url("/global_css/fonts/MuseoSansCyrl-700Italic.eot?#iefix") format("embedded-opentype"), url("/global_css/fonts/MuseoSansCyrl-700Italic.woff") format("woff"), local("MuseoSansCyrillic-700Italic");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: 'Museo';
  src: url("/global_css/fonts/MuseoSansCyrl-900.eot?#iefix") format("embedded-opentype"), url("/global_css/fonts/MuseoSansCyrl-900.woff") format("woff"), local("MuseoSansCyrillic-900");
  font-weight: 900; }
@media (max-width: 767.98px) {
  .case-detail {
    padding: 0 !important; } }
.case-detail .news-detail-content {
  font-size: 12px;
  line-height: 1.8;
  padding: 15px;
  padding-top: 0; }
  @media (min-width: 992px) {
    .case-detail .news-detail-content {
      padding: 80px 100px 40px;
      font-size: 14px; } }
.case-detail .news-detail-title {
  text-align: center;
  margin-bottom: 24px; }
  @media (min-width: 992px) {
    .case-detail .news-detail-title {
      margin-bottom: 40px; } }
@media (min-width: 992px) {
  .case-detail .news-detail-img {
    float: right;
    margin-left: 30px; } }
.case-detail .news-detail-img img {
  width: 100%;
  height: auto;
  border-radius: 5px; }
  @media (min-width: 992px) {
    .case-detail .news-detail-img img {
      width: auto; } }
.case-detail h3 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 16px; }
  @media (min-width: 992px) {
    .case-detail h3 {
      margin-top: 30px;
      font-size: 24px; } }
.case-detail ol {
  list-style-type: none;
  /* Убираем исходные маркеры */
  counter-reset: num;
  /* Задаём имя счетчика */
  padding-left: 0; }
  .case-detail ol li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px; }
    @media (min-width: 992px) {
      .case-detail ol li {
        margin-bottom: 5px; } }
  .case-detail ol li::before {
    content: counter(num) ". ";
    /* Выводим число */
    counter-increment: num;
    /* Увеличиваем значение счётчика */
    color: #00BBEA;
    position: absolute;
    left: 0; }
.case-detail ul {
  padding-left: 0; }
  .case-detail ul li {
    list-style-type: none;
    /* Прячем исходные маркеры */
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px; }
    @media (min-width: 992px) {
      .case-detail ul li {
        margin-bottom: 5px; } }
  .case-detail ul li:before {
    background: #00BBEA;
    /* Цвет маркера */
    content: "";
    /* Сам маркер */
    margin-right: 10px;
    /* Расстояние от маркера до текста */
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px; }
    @media (min-width: 992px) {
      .case-detail ul li:before {
        top: 10px; } }
.case-detail .my-slider {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  max-width: 910px;
margin: 0 auto;}
  .case-detail .my-slider .owl-carousel .owl-nav button.owl-next, .case-detail .my-slider .owl-carousel .owl-nav button.owl-prev {
    display: block;
    position: absolute;
    top: 50%;
    z-index: 1000;
    background: red;
    padding: 5px !important;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16px;
    height: 16px; }
    @media (min-width: 992px) {
      .case-detail .my-slider .owl-carousel .owl-nav button.owl-next, .case-detail .my-slider .owl-carousel .owl-nav button.owl-prev {
        width: 32px;
        height: 32px; } }
    .case-detail .my-slider .owl-carousel .owl-nav button.owl-next span, .case-detail .my-slider .owl-carousel .owl-nav button.owl-prev span {
      display: none; }
  .case-detail .my-slider .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
    background: url("/i/arr-prev-white.svg") center center no-repeat; }
  .case-detail .my-slider .owl-carousel .owl-nav button.owl-next {
    right: 0px;
    background: url("/i/arr-next-white.svg") center center no-repeat; }
  .case-detail .my-slider .owl-dots {
    position: absolute;
    bottom: -50px;
    width: 100%; }
  .case-detail .my-slider .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px; }
  .case-detail .my-slider .owl-theme .owl-dots .owl-dot.active span, .case-detail .my-slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #1E2A34; }
  .case-detail .my-slider .owl-theme .owl-nav .disabled {
    opacity: .3; }
  .case-detail .my-slider button {
    outline: none; }
  .case-detail .my-slider .item a {
    position: relative;
    display: block;
    overflow: hidden; }
    .case-detail .my-slider .item a::after {
      content: '';
      background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.2)), color-stop(15.1%, rgba(132, 132, 132, 0)), color-stop(47.4%, rgba(255, 255, 255, 0)), color-stop(85.42%, rgba(71, 71, 71, 0)), to(rgba(0, 0, 0, 0.2)));
      background: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0%, rgba(132, 132, 132, 0) 15.1%, rgba(255, 255, 255, 0) 47.4%, rgba(71, 71, 71, 0) 85.42%, rgba(0, 0, 0, 0.2) 100%);
      -webkit-box-shadow: 30px 30px 100px rgba(0, 0, 0, 0.04), -30px -30px 100px rgba(0, 0, 0, 0.04);
              box-shadow: 30px 30px 100px rgba(0, 0, 0, 0.04), -30px -30px 100px rgba(0, 0, 0, 0.04);
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 10; }
  .case-detail .my-slider .item .info {
    text-align: center;
    padding: 13px 10px;
    font-size: 14px;
    color: #9DA8BB; }
.case-detail .my-slider + .news-detail-content {
  padding-top: 20px; }

.detail-wrapper {
  background: #FFFFFF;
  margin-top: 38px; }
  @media (min-width: 992px) {
    .detail-wrapper {
      -webkit-box-shadow: 30px 30px 100px rgba(0, 0, 0, 0.1), -30px -30px 100px rgba(0, 0, 0, 0.1);
              box-shadow: 30px 30px 100px rgba(0, 0, 0, 0.1), -30px -30px 100px rgba(0, 0, 0, 0.1);
      border-radius: 30px; } }

/*# sourceMappingURL=style.css.map */


.offer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.texts-list h3 {
  margin-top: 0;
}

.detail-date {
  margin-bottom: 30px;
} 

.blog-detail-img {
  width: 40%;
}

.table-of-content {
  width: 60;
}

.blog-arrows {
  display: flex;
    justify-content: space-between;
    font-size: 17px;
}

.blog-arrows a {
  color: #624cda;
}

.blog-arrows a {
  color: #624cda;
}

.fleft span {
  margin-right: 15px;
}

.fright span {
  margin-left: 15px;
}



.blog-detail-img img {
  width: 100%;
}

/*.news-detail-body .bx-breadcrumb {
  margin: 55px 100px 0;
}*/


@media (max-width: 500px) {
    .offer {
      flex-direction: column;
    } 

    .blog-detail-img {
      width: 100%;
    }

    .table-of-content {
      width: 100;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/faq-accord/style.css?17126482822690*/
@font-face {
  font-family: 'Museo';
  src: url("/global_css/fonts/MuseoSansCyrl-300.eot?#iefix") format("embedded-opentype"), url("/global_css/fonts/MuseoSansCyrl-300.woff") format("woff"), local("MuseoSansCyrillic-300");
  font-weight: 400; }
@font-face {
  font-family: 'Museo';
  src: url("/global_css/fonts/MuseoSansCyrl-500.eot?#iefix") format("embedded-opentype"), url("/global_css/fonts/MuseoSansCyrl-500.woff") format("woff"), local("MuseoSansCyrillic-500");
  font-weight: 500; }
@font-face {
  font-family: 'Museo';
  src: url("/global_css/fonts/MuseoSansCyrl-700.eot?#iefix") format("embedded-opentype"), url("/global_css/fonts/MuseoSansCyrl-700.woff") format("woff"), local("MuseoSansCyrillic-700");
  font-weight: 700; }
@font-face {
  font-family: 'Museo';
  src: url("/global_css/fonts/MuseoSansCyrl-700Italic.eot?#iefix") format("embedded-opentype"), url("/global_css/fonts/MuseoSansCyrl-700Italic.woff") format("woff"), local("MuseoSansCyrillic-700Italic");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: 'Museo';
  src: url("/global_css/fonts/MuseoSansCyrl-900.eot?#iefix") format("embedded-opentype"), url("/global_css/fonts/MuseoSansCyrl-900.woff") format("woff"), local("MuseoSansCyrillic-900");
  font-weight: 900; }
.faq-accord {
  padding: 0;
  margin: 0;
  text-align: left; }
  .faq-accord .btn {
    text-align: left;
    font-weight: 700;
    color: #1E2A34;
    font-size: 14px;
    padding: 0;
    padding-right: 60px;
    text-decoration: none;
    background: url("/i/accord-plus.svg") right center no-repeat;
    width: 100%;
    min-height: 32px;
    outline: none !important;
    text-decoration: none !important; }
    .faq-accord .btn:hover {
      text-decoration: none; }
    @media (min-width: 992px) {
      .faq-accord .btn {
        font-size: 18px; } }
    .faq-accord .btn[aria-expanded='true'] {
      color: #00BBEA;
      background: url("/i/accord-minus.svg") right center no-repeat; }
  .faq-accord .card {
    background: transparent;
    border: none;
    border-bottom: 1px solid #DDE3F3 !important; }
    .faq-accord .card:first-of-type .card-header {
      padding-top: 0; }
  .faq-accord .card-header {
    border: none;
    background: transparent;
    padding: 16px 0; }
    @media (min-width: 992px) {
      .faq-accord .card-header {
        padding: 31px 0; } }
  .faq-accord .card-body {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px; }
    @media (min-width: 992px) {
      .faq-accord .card-body {
        font-size: 14px; } }
  .faq-accord .collapse:not(.show) {
    display: block;
    height: 0;
    visibility: hidden; }

/*# sourceMappingURL=style.css.map */
/* End */
/* /local/templates/.default/components/bitrix/breadcrumb/universal/style.min.css?1751018024800 */
/* /local/templates/.default/components/bitrix/news.detail/blog/style.css?17539447177886 */
/* /local/templates/.default/components/bitrix/news.list/faq-accord/style.css?17126482822690 */
