

/* Start:/local/templates/mkclinic/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?173883610121921*/
.article-content {
  margin-top: 20px;
  padding-top: 135px;
}
@media (max-width: 1000px) {
  .article-content {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .article-content {
    padding-top: 70px;
  }
}
.article-content__wrapper {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.article-content__back {
  margin-bottom: 65px;
  color: var(--text);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2.73px;
  text-transform: uppercase;
  padding-left: 36px;
  position: relative;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.article-content__back:after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(/local/templates/mkclinic/components/bitrix/news/blog/bitrix/news.detail/.default/./img/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: -webkit-filter 0.5s;
  transition: -webkit-filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-filter: brightness(0) saturate(100%) invert(44%) sepia(26%) saturate(334%) hue-rotate(167deg) brightness(98%) contrast(88%);
          filter: brightness(0) saturate(100%) invert(44%) sepia(26%) saturate(334%) hue-rotate(167deg) brightness(98%) contrast(88%);
}
.article-content__back:hover {
  color: var(--dark);
}
.article-content__back:hover:after {
  -webkit-filter: brightness(0) saturate(100%) invert(6%) sepia(5%) saturate(6466%) hue-rotate(167deg) brightness(100%) contrast(82%);
          filter: brightness(0) saturate(100%) invert(6%) sepia(5%) saturate(6466%) hue-rotate(167deg) brightness(100%) contrast(82%);
}
@media (max-width: 1450px) {
  .article-content__back {
    margin-bottom: 45px;
    padding-left: 30px;
  }
}
@media (max-width: 1320px) {
  .article-content__back {
    margin-bottom: 25px;
  }
}
@media (max-width: 1000px) {
  .article-content__back {
    display: none;
  }
}
.article-content__category {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  text-transform: uppercase;
  padding: 3px 8px;
  background-color: #F2F2F2;
  letter-spacing: 3px;
  border-radius: 38px;
  margin-bottom: 20px;
}
.article-content__top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40%;
  grid-template-columns: 1fr 40%;
  -ms-grid-rows: -webkit-min-content -webkit-min-content -webkit-min-content 1fr;
  -ms-grid-rows: min-content min-content min-content 1fr;
  grid-template-rows: -webkit-min-content -webkit-min-content -webkit-min-content 1fr;
  grid-template-rows: min-content min-content min-content 1fr;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  margin-bottom: 70px;
}
@media (max-width: 1450px) {
  .article-content__top {
    -ms-grid-columns: 1fr 50%;
    grid-template-columns: 1fr 50%;
  }
}
@media (max-width: 1200px) {
  .article-content__top {
    -ms-grid-columns: 1fr 40%;
    grid-template-columns: 1fr 40%;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media (max-width: 1000px) {
  .article-content__top {
    -ms-grid-columns: 1fr 45%;
    grid-template-columns: 1fr 45%;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .article-content__top {
    margin-bottom: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.article-content__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .article-content__tags {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 10px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .article-content__tags {
margin-bottom: 40px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 10px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.article-content__tag {
  border-radius: 10px;
  background-color: rgba(204, 204, 204, 0.2);
  color: black;
  padding: 0 7px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.article-content__top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.article-content__top-img {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  grid-row: 1/5;
}
@media (max-width: 767px) {
  .article-content__top-img {
    width: auto;
    max-height: 50vh;
    margin: 20px auto 40px;
    max-width: 100%;
    grid-column: auto;
    grid-row: auto;
  }
}
.article-content__title {
  color: var(--dark);
  font-family: "Vetrino", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (max-width: 1450px) {
  .article-content__title {
    font-size: 42px;
  }
}
@media (max-width: 1320px) {
  .article-content__title {
    font-size: 36px;
    letter-spacing: 3.6px;
    line-height: normal;
  }
}
@media (max-width: 1200px) {
  .article-content__title {
    font-size: 32px;
  }
}
@media (max-width: 1000px) {
  .article-content__title {
    font-size: 28px;
  }
}
@media (max-width: 350px) {
  .article-content__title {
    font-size: 22px;
    letter-spacing: 2.2px;
    line-height: normal;
    margin-bottom: 6px;
  }
}
.article-content__back {
  margin-bottom: 30px;
  color: var(--text);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2.73px;
  text-transform: uppercase;
  padding-left: 36px;
  position: relative;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.article-content__back:after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(/local/templates/mkclinic/components/bitrix/news/blog/bitrix/news.detail/.default/img/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: -webkit-filter 0.5s;
  transition: -webkit-filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-filter: brightness(0) saturate(100%) invert(44%) sepia(26%) saturate(334%) hue-rotate(167deg) brightness(98%) contrast(88%);
          filter: brightness(0) saturate(100%) invert(44%) sepia(26%) saturate(334%) hue-rotate(167deg) brightness(98%) contrast(88%);
}
.article-content__back:hover {
  color: var(--dark);
}
.article-content__back:hover:after {
  -webkit-filter: brightness(0) saturate(100%) invert(6%) sepia(5%) saturate(6466%) hue-rotate(167deg) brightness(100%) contrast(82%);
          filter: brightness(0) saturate(100%) invert(6%) sepia(5%) saturate(6466%) hue-rotate(167deg) brightness(100%) contrast(82%);
}
@media (max-width: 1000px) {
  .article-content__back {
    display: none;
  }
}
.article-content__text {
  grid-area: content;
}
.article-content__text a {
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.article-content__text a:hover {
  opacity: 0.6;
}

.article-content__text a.btn {
  transition: border 0.5s, background-color 0.5s;
}

.article-content__text a.btn:hover {
  opacity: 1;
}
.article-content__text blockquote {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 56px 0 5px 30px;
  border-left: 7px solid var(--gray);
  font-style: italic;
  position: relative;
}
@media (max-width: 470px) {
  .article-content__text blockquote {
    padding-left: 20px;
  }
}
.article-content__text blockquote cite {
  opacity: 0.6;
}
.article-content__text blockquote:after {
  content: "";
  position: absolute;
  background-image: url(/local/templates/mkclinic/components/bitrix/news/blog/bitrix/news.detail/.default/./img/quotes-gray.svg);
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 60px;
  width: 42px;
  height: 42px;
  color: var(--gray);
  line-height: 1;
  -webkit-transform: skewX(-12deg);
      -ms-transform: skewX(-12deg);
          transform: skewX(-12deg);
}
.article-content__text blockquote:after {
  left: 35px;
  top: 0;
}
@media (max-width: 470px) {
  .article-content__text blockquote:after {
    left: 26px;
  }
}
.article-content__text-video {
  display: block;
  width: 100%;
  position: relative;
}
.article-content__text-video:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 102px;
  height: 90px;
  background-image: url(/local/templates/mkclinic/components/bitrix/news/blog/bitrix/news.detail/.default/./img/play.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.article-content__text img, .article-content__text iframe, .article-content__text video {
  margin: 0 auto 20px;
}
.article-content__text iframe, .article-content__text video {
  width: 100%;
  aspect-ratio: 16/9;
  height: 100%;
}
.article-content__text .swiper {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .article-content__text .swiper .swiper-wrapper {
    padding-bottom: 60px;
  }
}
@media (max-width: 470px) {
  .article-content__text .swiper .swiper-wrapper {
    padding-bottom: 50px;
  }
}
.article-content__text .swiper iframe, .article-content__text .swiper img {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.article-content__text img {
  max-height: 548px;
  -o-object-fit: contain;
     object-fit: contain;
}
.article-content__text .beer-slider {
  aspect-ratio: 1/1;
  width: 100%;
}
.article-content__text .beer-slider img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  max-height: initial;
}
.article-content__text h1, .article-content__text h2, .article-content__text h3, .article-content__text h4, .article-content__text h5, .article-content__text h6 {
  margin-top: 40px;
  margin-bottom: 10px;
}
.article-content__text h2 {
  font-family: "Vetrino", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 1.4rem;
}
.article-content__text h3 {
  font-size: 1.2rem;
}
.article-content__text h4 {
  font-size: 1.1rem;
}
.article-content__text h5 {
  font-size: 1rem;
}
.article-content__text h6 {
  font-size: 0.9rem;
}
.article-content__text p {
  margin-bottom: 20px;
}
.article-content__text ul {
  margin-left: 20px;
  margin-bottom: 20px;
}
@media (max-width: 470px) {
  .article-content__text ul {
    margin-left: 0;
  }
}
.article-content__text ol {
  margin-left: 40px;
  margin-bottom: 20px;
}
@media (max-width: 470px) {
  .article-content__text ol {
    margin-left: 20px;
  }
}
.article-content__text ol li {
  margin-bottom: 10px;
}
.article-content__text ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.article-content__text ul li:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--dark);
  position: absolute;
  left: 8px;
  top: 12px;
}
@media (max-width: 1320px) {
  .article-content__text ul li:after {
    top: 12px;
  }
}
@media (max-width: 350px) {
  .article-content__text ul li:after {
    top: 8px;
  }
}
.article-content__text-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media (max-width: 1320px) {
  .article-content__text-img {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .article-content__text-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.article-content__text-img img {
  max-width: 30%;
}
@media (max-width: 1000px) {
  .article-content__text-img img {
    max-width: 40%;
  }
}
@media (max-width: 767px) {
  .article-content__text-img img {
    max-width: initial;
    max-height: 548px;
  }
}
.article-content__bottom {
  margin-bottom: 80px;
}
@media (max-width: 1000px) {
  .article-content__bottom {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .article-content__bottom {
    margin-bottom: 40px;
  }
}
.article-content__bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .article-content__bottom-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
  }
}
.article-content__time {
  display: inline-block;
  opacity: 0.8;
}
.article-content__text-important {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 25px 0 5px 30px;
  border-left: 7px solid #E0C5AC;
  font-style: italic;
}
@media (max-width: 470px) {
  .article-content__text-important {
    padding: 15px 0 2px 20px;
  }
}
.article-content__additional {
  position: relative;
  padding: 80px 0;
}
.article-content__additional:before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(/local/templates/mkclinic/components/bitrix/news/blog/bitrix/news.detail/.default/./img/news-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .article-content__additional {
    padding: 40px 0;
  }
}
.article-content__additional-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 50px;
}
/*@media (max-width: 1320px) {*/
/*  .article-content__additional-inner {*/
/*    -ms-grid-columns: 1fr 45%;*/
/*    grid-template-columns: 1fr 45%;*/
/*    gap: 40px;*/
/*  }*/
/*}*/

.article-content__additional-inner.one-experts {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1320px) {
  .article-content__additional-inner.one-experts {
    -ms-grid-columns: 1fr 45%;
    grid-template-columns: 1fr 45%;
    gap: 40px;
  }
}
@media (max-width: 1000px) {
  .article-content__additional-inner.one-experts {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.article-content__experts {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 50px;
}

@media (max-width: 1000px) {
  .article-content__experts {
    row-gap: 30px;
  }
}

.one-experts .article-content__experts{
  display: block;
}

.article-content__expert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  width: 47%;
}

@media (max-width: 1320px) {
  .article-content__expert {
    gap: 20px;
  }
}
@media (max-width: 1000px) {
  .article-content__expert {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 470px) {
  .article-content__expert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.one-experts .article-content__expert {
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
}
@media (max-width: 1000px) {
  .article-content__expert-info {
    max-width: 500px;
  }
}
.article-content__expert-img {
  width: 260px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (max-width: 1320px) {
  .article-content__expert-img {
    width: 230px;
  }
}
@media (max-width: 1000px) {
  .article-content__expert-img {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .article-content__expert-img {
    width: 150px;
  }
}
.article-content__expert-name {
  font-weight: 700;
  margin-bottom: 7px;
}
.article-content__attention {
  padding-top: 25px;
  border-top: 2px solid rgba(28, 37, 45, 0.4);
  font-size: 14px;
  grid-column: 2 span;
}
.article-content__attention.one-experts {
  width: 100%;
  grid-column: 2;
}
@media (max-width: 1000px) {
  .article-content__attention.one-experts {
    grid-column: 1;
  }
}
.article-content__attention-name {
  font-weight: 700;
  font-size: 16px;
  color: var(--dark);
}
.article-content__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  opacity: 0.8;
}
.article-content__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.article-content__social-item {
  height: 20px;
}
.article-content__social-item svg {
  width: 20px;
  height: 20px;
  fill: var(--dark);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.article-content__social-item:hover svg {
  opacity: 0.7;
}
.article-content__appointment {
  background-color: rgba(209, 209, 209, 0.4);
  padding: 30px 50px;
  margin: 30px -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
	.article-content__appointment {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	}
}

.article-content__appointment p {
  margin: 0;
}
.article-content__appointment--2 {
  background-color: rgba(209, 209, 209, 0.2);
}
.article-content__appointment--flower {
  position: relative;
  background-color: transparent;
}
.article-content__appointment--flower:before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(/local/templates/mkclinic/components/bitrix/news/blog/bitrix/news.detail/.default/./img/news-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.service-news.section {
  margin-bottom: 80px;
}
.service-news__title {
  margin-bottom: 56px;
  color: var(--dark, #1C252D);
  font-family: "Vetrino", sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 5.5px;
  text-transform: uppercase;
}
@media (max-width: 1450px) {
  .service-news__title {
    font-size: 40px;
    letter-spacing: 4px;
    margin-bottom: 46px;
  }
}
@media (max-width: 1000px) {
  .service-news__title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .service-news__title {
    font-size: 24px;
    letter-spacing: 2.4px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
.service-news .swiper {
  padding-top: 50px;
  margin-top: -50px;
}
@media (max-width: 1320px) {
  .service-news .swiper {
    margin-right: -21%;
    padding-top: 60px;
    margin-top: -68px;
  }
}
@media (max-width: 1000px) {
  .service-news .swiper {
    margin-right: 0;
    padding-top: 40px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .service-news .swiper {
    padding-top: 0;
    margin-right: -31%;
  }
}
.service-news .swiper .swiper-navigation {
  top: 4px;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 1320px) {
  .service-news .swiper .swiper-navigation {
    right: 21%;
  }
}
@media (max-width: 1000px) {
  .service-news .swiper .swiper-navigation {
    right: 0;
  }
}
@media (max-width: 767px) {
  .service-news .swiper .swiper-navigation {
    display: none;
  }
}
.service-news__item {
  color: #647788;
  padding: 10px;
  margin: -10px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media (max-width: 470px), (hover: hover) {
  .service-news__item:hover {
    background-color: #F9F7F6;
  }
  .service-news__item:hover .more__icon {
    -webkit-transform: translateX(15px);
        -ms-transform: translateX(15px);
            transform: translateX(15px);
  }
}
.service-news__img {
  margin-bottom: 32px;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .service-news__img {
    margin-bottom: 18px;
  }
}
.service-news__name {
  margin-bottom: 24px;
  color: var(--dark, #1C252D);
  font-family: "Vetrino", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 108px;
}
@media (max-width: 1000px) {
  .service-news__name {
    font-size: 22px;
    line-height: 1.3;
    height: 84px;
  }
}
@media (max-width: 767px) {
  .service-news__name {
    font-size: 18px;
    letter-spacing: 1.8px;
    height: 65px;
    margin-bottom: 14px;
  }
}
.service-news__text {
  padding-top: 24px;
  border-top: 1px solid var(--dark, #1C252D);
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .service-news__text {
    border-top: 2px solid #647788;
    padding-top: 7px;
  }
}
@media (max-width: 350px) {
  .service-news .more__icon {
    width: 40px;
    margin-left: 8px;
  }
}

.article-page {
  text-wrap: balance;
}
/* End */


/* Start:/local/templates/mkclinic/components/bitrix/news.list/before_after/style.css?17515466004008*/

@media (max-width: 1000px) {
    .service-photo .swiper-wrapper {
        padding-bottom: 0;
    }
}

@media (max-width: 1450px) {
    .service-photo.section {
        margin-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .service-photo.section {
        margin-bottom: 80px;
    }
}

.service-photo__title {
    margin-bottom: 72px;
    text-align: center;
}

@media (max-width: 1450px) {
    .service-photo__title {
        margin-bottom: 34px;
    }
}

@media (max-width: 1000px) {
    .service-photo__item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.service-photo__before-after {
    max-width: 420px;
}

.service-photo .beer-handle:after, .service-photo .beer-handle:before {
    border-color: rgba(243, 238, 231, 0.8);
}

.service-photo .beer-handle {
    background: rgba(255, 255, 255, 0.2);
}

.service-photo .beer-reveal {
    border-right: 1px solid var(--gray);
}

@media (max-width: 1000px) {
    .service-photo .swiper-navigation {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 30px;
        right: 30px;
    }
}

@media (max-width: 767px) {
    .service-photo .swiper-navigation {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 0;
        top: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.service-photo__name {
    margin-top: 12px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 300;
    line-height: normal;
}

.service-photo__name a {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    text-decoration: underline;
    text-underline-offset: 2px;
}
@media (max-width: 470px), (hover: hover) {
    .service-photo__name a:hover {
        opacity: 0.6;
    }
}
.beforeafter-swiper-pagination {
    padding-inline: 15px;
    max-width: fit-content;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    gap: 8px 0;
}

.beforeafter-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #202020;
    background-color: transparent;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: color 0.5s, background-color 0.5s;
    transition: color 0.5s, background-color 0.5s;
}

.beforeafter-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover,
.beforeafter-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #202020;
    color: #FFFFFF;
}

.swiper .beforeafter-swiper-navigation {
    position: relative;
    align-items: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    transform: none;
}


.swiper .pagination__arrow.swiper-button-prev, .swiper .pagination__arrow.swiper-button-next {
    width: 30px;
    height: fit-content;
    margin-top: 0;
    margin-right: 0;
    transition: transform 0.4s ease-in-out;
}

.swiper .pagination__arrow.swiper-button-prev:hover, .swiper .pagination__arrow.swiper-button-next:hover {
    transform: translateX(10px);
}

/* End */
/* /local/templates/mkclinic/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?173883610121921 */
/* /local/templates/mkclinic/components/bitrix/news.list/before_after/style.css?17515466004008 */
