

/* Start:/local/templates/.default/components/bitrix/news.detail/cases/style.css?17126482826853*/
@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: 60px;
      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 */
/* End */
/* /local/templates/.default/components/bitrix/news.detail/cases/style.css?17126482826853 */
