

/* Start:/local/templates/main/components/bitrix/news/blagopoluchnyy-blog-2/style.css?17490330742158*/
.blog-wrap {
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 80px; }
  @media screen and (max-width: 1900px) and (min-width: 1280px) {
    .blog-wrap {
      max-width: 1279px; } }
  @media screen and (min-width: 1280px) {
    .blog-wrap {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: flex-start;
      align-content: center; } }
  @media screen and (max-width: 1279px) {
    .blog-wrap {
      padding-bottom: 0; } }
  .blog-wrap .left-block {
    min-width: 1410px;
    max-width: 1410px; }
    @media screen and (min-width: 1280px) {
      .blog-wrap .left-block {
        -webkit-flex: 1 1 auto;
        -moz-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; } }
    @media screen and (max-width: 1900px) and (min-width: 1280px) {
      .blog-wrap .left-block {
        min-width: 944px;
        max-width: 944px; } }
    @media screen and (max-width: 1279px) {
      .blog-wrap .left-block {
        min-width: 100%;
        max-width: 100%; } }
  .blog-wrap .right-block {
    margin-left: 30px;
    overflow: hidden; }
    @media screen and (min-width: 1280px) {
      .blog-wrap .right-block {
        -webkit-flex: 1 1 auto;
        -moz-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; } }
    @media screen and (max-width: 1279px) {
      .blog-wrap .right-block {
        margin-left: 0; } }
    .blog-wrap .right-block .widgets {
      width: 100%; }
      .blog-wrap .right-block .widgets .vk #vk_groups {
        width: 100%; }
        .blog-wrap .right-block .widgets .vk #vk_groups #community_header {
          display: none; }
        .blog-wrap .right-block .widgets .vk #vk_groups #vkwidget1 .widget_body {
          display: none; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main/components/bitrix/news/blagopoluchnyy-blog-2/bitrix/news.detail/.default/style.css?178782496013189*/
.our-goal.pr {background:#eef4f8; margin-bottom:45px;}
.our-goal.pr h2 {text-align:center; padding:75px 0 35px;}

.licenses-block {margin-bottom:90px;}
.licenses-block .licenses-slider__buttons {position:relative; height:20px; margin:10px 0 5px;}
.licenses-block .licenses-slider__buttons .slick-arrow {position:absolute; cursor:pointer;}
.licenses-block .licenses-slider__buttons .licenses-slider__buttons-prev {left:0;}
.licenses-block .licenses-slider__buttons .licenses-slider__buttons-next {right:0;}
.licenses-block .licenses-slider .license-item img {max-width:100%;}

.container {
  min-width: 0;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.question {
  padding: 55px 0;
  background-image: url(https://www.blagorc.ru/upload/question.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 70px;
  position: relative;
}

.question.--article {
  position: relative;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
}

.question.--article .buttons-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 40px;
  width: 480px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .question.--article .buttons-wrap {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    height: auto;
    width: auto;
  }
}


.question.--article .consult,
.question.--article .send-epikriz {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  max-width: 200px;
  min-height: 40px;
  height: 40px;
  text-align: center;
  color: white;
  font-size: 13px;
  font-family: "Ubuntu Medium";
  text-transform: uppercase;
  transition: all 0.2s ease;
  border-radius: 100px;
  background: #15ac97;
  cursor: pointer;
  padding: 0 30px;
  box-sizing: border-box;
}

.question.--article .consult {
  background: #15ac97;
}

.question.--article .consult:hover:not(.noHover) {
  background: rgba(21, 172, 151, 0.8);
}

.question.--article .send-epikriz {
  background: #29a4d1;
  margin-left: 80px;
}

@media screen and (max-width: 767px) {
  .question.--article .send-epikriz {
    margin-left: 0;
  }
}

.question.--article .send-epikriz:hover:not(.noHover) {
  background: rgba(41, 164, 209, 0.8);
}

.question__title {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #3A3A3A;
  font-size: 31px;
  font-family: 'Ubuntu Bold';
  margin-bottom: 7px;
}

.question__icon {
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
}

.detail-question {
  background: url(https://www.blagorc.ru/upload/reabilitation/detail-question.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.detail-question .question__title {
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 35px;
}

@media screen and (max-width: 1279px) {
  .question.--article .question__icon {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .detail-question .question__title {
    font-size: 24px;
    line-height: 1.13;
  }
}

@media screen and (max-width: 767px) {
  .question.--article .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .detail-question .question__title {
    width: 90%;
    text-align: left;
  }

  .question.--article .consult,
  .question.--article .send-epikriz {
    font-size: 15px;
  }
}

h1.new-h1 {
  text-transform: none !important; }

.new-detail {
  width: 1279px;
  margin: 0 auto 80px auto; }
  @media screen and (max-width: 1900px) and (min-width: 1280px) {
    .new-detail {
      width: 1240px; } }
  @media screen and (max-width: 1279px) and (min-width: 1023px) {
    .new-detail {
      width: 988px; } }
  @media screen and (max-width: 1023px) and (min-width: 800px) {
    .new-detail {
      width: 768px; } }
  @media screen and (max-width: 799px) {
    .new-detail {
      max-width: calc(100% - 30px); } }
  .new-detail .detail-image {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center; }
    .new-detail .detail-image img {
      max-width: 100%;
      max-height: 100%; }
  .new-detail .detail-text {
    color: #1c2429;
    font-size: 18px;
    font-family: "Ubuntu Light";
    text-transform: uppercase;
    text-transform: none;
    line-height: 22px; }
    .new-detail .detail-text ol li, .new-detail .detail-text ul li {
      text-align: left; }
    .new-detail .detail-text iframe {
      width: 885px;
      height: 500px;
      margin: 0 auto 25px auto;
      display: block; }
      @media screen and (max-width: 1023px) {
        .new-detail .detail-text iframe {
          width: 100%; } }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        .new-detail .detail-text iframe {
          height: 432px; } }
      @media screen and (max-width: 799px) {
        .new-detail .detail-text iframe {
          height: 252px; } }
  .new-detail .back-button {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    align-items: center;
    min-width: 200px;
    max-width: 200px;
    min-height: 40px;
    height: 40px;
    text-align: center;
    color: white;
    font-size: 13px;
    font-family: "Ubuntu Medium";
    text-transform: uppercase;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    background: #15ac97;
    cursor: pointer;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 70px auto 0 auto;
    min-width: 270px;
    max-width: 270px;
    min-height: 55px;
    height: 55px;
    font-size: 18px;
    text-decoration: none; }
    .new-detail .back-button:hover:not(.noHover) {
      background: rgba(21, 172, 151, 0.8); }
    @media screen and (max-width: 799px) {
      .new-detail .back-button {
        margin: 60px auto 0 auto; } }
  .new-detail .list-property {
    margin: 0 auto;
    padding: 10px 0 30px 0; }
    .new-detail .list-property .list-block {
      border-bottom: 1px solid #c8d3d8;
      overflow: hidden; }
      .new-detail .list-property .list-block:first-child {
        border-top: 1px solid #c8d3d8; }
      .new-detail .list-property .list-block.active {
        border-bottom: 1px solid transparent; }
        .new-detail .list-property .list-block.active .name:after {
          opacity: 0; }
      .new-detail .list-property .list-block .name {
        min-height: 62px;
        color: #15ac97;
        font-size: 20px;
        font-family: "Ubuntu Medium";
        text-transform: uppercase;
        line-height: 26px;
        letter-spacing: .88px;
        padding: 15px 0 15px 60px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        cursor: pointer;
        text-align: left; }
        .new-detail .list-property .list-block .name:before, .new-detail .list-property .list-block .name:after {
          content: '';
          position: absolute;
          background: #15ac97;
          top: 50%; }
        .new-detail .list-property .list-block .name:before {
          width: 22px;
          height: 2px;
          margin-top: -1px;
          left: 20px; }
          @media screen and (max-width: 1023px) {
            .new-detail .list-property .list-block .name:before {
              left: 0; } }
        .new-detail .list-property .list-block .name:after {
          width: 2px;
          height: 22px;
          margin-top: -11px;
          left: 30px;
          opacity: 1; }
          @media screen and (max-width: 1023px) {
            .new-detail .list-property .list-block .name:after {
              left: 10px; } }
        @media screen and (max-width: 1023px) {
          .new-detail .list-property .list-block .name {
            padding: 15px 0 15px 38px; } }
      .new-detail .list-property .list-block .list {
        display: none; }
        .new-detail .list-property .list-block .list .block {
          padding: 15px 25px 15px 60px;
          background: white;
          min-height: 62px;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: flex;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          -moz-flex-direction: row;
          flex-direction: row;
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          justify-content: flex-start;
          align-items: center;
          align-content: center;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          margin-bottom: 2px;
          transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease; }
          @media screen and (max-width: 1900px) and (min-width: 800px) {
            .new-detail .list-property .list-block .list .block {
              min-height: 54px; } }
          @media screen and (max-width: 1023px) {
            .new-detail .list-property .list-block .list .block {
              padding: 15px 25px 15px 38px; } }
          @media screen and (max-width: 799px) {
            .new-detail .list-property .list-block .list .block {
              align-content: flex-start;
              align-items: flex-start; } }
          .new-detail .list-property .list-block .list .block .name-service {
            color: #1c2429;
            font-size: 18px;
            font-family: "Ubuntu Light";
            text-transform: uppercase;
            line-height: 23px;
            text-transform: none;
            -webkit-flex: 1 1 auto;
            -moz-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            white-space: normal;
            max-width: 1315px;
            padding-right: 50px;
            text-align: left; }
            @media screen and (max-width: 799px) {
              .new-detail .list-property .list-block .list .block .name-service {
                padding-right: 15px; } }
  .new-detail .tableContainer table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 80px;
    width: 100%;
    border: 0; }
    .new-detail .tableContainer table thead td {
      color: #3d474d;
      border-bottom: 2px solid #cef2ee;
      background-color: #fff;
      vertical-align: top;
      width: 160px;
      padding: 15px 10px 12px 10px;
      font-family: Circe-Bold, sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 1.8rem;
      line-height: 2.4rem; }
    .new-detail .tableContainer table tbody td {
      background-color: #fff;
      vertical-align: top;
      padding: 16px 10px 16px 10px !important;
      line-height: 2.4rem;
      width: 50%;
      border: 0 !important;
      text-align: left; }
      .new-detail .tableContainer table tbody td p {
        color: #1c2429;
        font-size: 18px;
        font-family: "Ubuntu Light";
        text-transform: uppercase;
        line-height: 2.4rem;
        margin-bottom: 0; }
    .new-detail .tableContainer table tbody tr:nth-child(odd) td {
      background-color: #dcf5fb; }

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/main/components/bitrix/news/blagopoluchnyy-blog-2/style.css?17490330742158 */
/* /local/templates/main/components/bitrix/news/blagopoluchnyy-blog-2/bitrix/news.detail/.default/style.css?178782496013189 */
