/* -------------------
BEGIN  
Sitecore Resource: ccf5458f-f0d0-4930-a598-bff0ce11913d
   -------------------*/
.container-center {
  width: 1270px;
  margin: 0 auto;
}
@media (max-width: 1299px) {
  .container-center {
    width: 708px;
  }
}
@media (max-width: 767px) {
  .container-center {
    width: 320px;
  }
}
.liver-test {
  background-image: url(-/media/c31f7fcbaf204ad19f4be2c519f2feec.webp);
  background-size: cover;
}
.liver-test .score-variable-row {
  width: 1270px;
  margin: 0 auto;
  position: relative;
  margin-top: 64px;
  padding-bottom: 30px;
}
@media (max-width: 1299px) {
  .liver-test .score-variable-row {
    width: 708px;
  }
}
@media (max-width: 767px) {
  .liver-test .score-variable-row {
    width: 320px;
  }
}
.liver-test .score-variable-row:after {
  content: "";
  display: table;
  position: absolute;
  bottom: 22px;
  width: 100%;
  height: 1px;
  background-color: white;
  opacity: 0.24;
  left: 0;
}
.liver-test .score-variable-row > .score-variable-column:first-child {
  width: 46%;
}
.liver-test .score-variable-row > .score-variable-column:last-child {
  width: 54%;
}
.liver-test .liver-test__label-item {
  white-space: nowrap;
}
.liver-test .liver-test__label-item--selected {
  background-color: white;
  color: #c44920;
}
.liver-test .liver-item__title {
  font-weight: 900;
  font-family: "Roboto-Black";
  color: white;
  font-size: 90px;
  line-height: 1;
  width: 432px;
  margin: 6px 0 90px 0;
}
.liver-test__description {
  font-weight: 300;
  color: white;
  font-size: 30px;
  line-height: 46px;
  width: 720px;
  margin-top: 15px;
}
.liver-test__sex-choice {
  width: 1270px;
  margin: 0 auto;
  margin-top: 37px;
}
@media (max-width: 1299px) {
  .liver-test__sex-choice {
    width: 708px;
  }
}
@media (max-width: 767px) {
  .liver-test__sex-choice {
    width: 320px;
  }
}
.liver-test__sex-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 90px;
}
.liver-test__sex {
  margin-bottom: 17px;
}
.liver-test__sex p {
  color: white;
  font-size: 32px;
  margin: 0px 0 15px 0;
  font-family: "Roboto-Medium";
}
.liver-test__radio-item {
  display: none;
}
.liver-test__label-item {
  border: 1px solid white;
  background-color: transparent;
  color: white;
  padding: 14px 60px;
  border-radius: 50px;
  margin: 0;
  font-weight: 700;
  margin-right: 25px;
  font-family: "Roboto-Bold";
  font-size: 22px;
}
.liver-test__label-item:hover {
  background-color: white;
  color: #c44920;
}
.liver-test__btn {
  background-color: #ffde19;
  font-size: 26px;
  line-height: 1;
  color: #1c1c1c;
  padding: 27px 127px;
  border: 0;
  border-radius: 50px;
  margin-left: 20px;
  font-family: "Roboto-Bold";
}
.liver-test__btn:hover {
  background-color: #bd3f23;
  color: white;
}
@media (min-width: 768px) and (max-width: 1365px) {
  .liver-test {
    background-image: url(-/media/{3db5da52-544e-4bb6-8878-38bde9265342}.webp);
    background-size: cover;
  }
  .liver-test .score-variable-row {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 75px 0px 0px 75px;
    margin: 0;
  }
  .liver-test .score-variable-row > .score-variable-column:last-child {
    width: 95%;
  }
  .liver-test .score-variable-row:after {
    width: 80%;
  }
  .liver-test .liver-item__title {
    padding: 0;
    margin: 0;
  }
  .liver-test__sex {
    width: 30%;
    padding: 10px 0px 0px 55px;
    margin: 0;
  }
  .liver-test__sex-choice {
    display: flex;
  }
  .liver-test__sex-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 70%;
  }
  .liver-test__label-item {
    padding: 14px 48px;
  }
  .liver-test__label-item:last-child {
    margin-left: 25px;
  }
  .liver-test__label-item--man {
    margin-right: 20px;
  }
  .liver-test__btn {
    margin: 0px;
    margin-top: 30px;
    padding: 27px 160px;
  }
  .liver-test__description {
    width: 85%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .liver-test {
    background-image: url(-/media/{388ac1b7-0e61-4a08-8692-b1db546d661b}.webp);
    background-size: cover;
  }
  .liver-test .score-variable-row {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 30px;
    margin-left: 10px;
    padding: 0;
  }
  .liver-test .score-variable-row > .score-variable-column:first-child {
    width: 100%;
  }
  .liver-test .score-variable-row > .score-variable-column:last-child {
    width: 90%;
    padding: 10px 10px 10px 19px;
  }
  .liver-test .score-variable-row:after {
    display: none;
  }
  .liver-test .liver-item__title {
    padding: 0 0 0 8px;
    margin: 0;
    font-size: 28px;
    width: 100%;
  }
  .liver-test__sex {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .liver-test__sex p {
    font-size: 24px;
  }
  .liver-test__sex-choice {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    padding-left: 24px;
  }
  .liver-test__sex-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 40px;
  }
  .liver-test__label-item {
    padding: 10px 83px;
    font-size: 18px;
  }
  .liver-test__label-item--man {
    margin-bottom: 10px;
  }
  .liver-test__btn {
    font-size: 18px;
    margin: 0px;
    margin-top: 10px;
    padding: 21px 81px;
  }
  .liver-test__description {
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
/* 201807251528 */

@media (max-width: 767px) {
  .liver-test__sex-choice {
    width: 100%;
    margin: 0;
    padding-left: 24px;
    padding-right: 24px;
  }
  .liver-test__sex-wrapper {
    text-align: center;
    display: block;
  }
  .liver-test__label-item {
    margin-right: 0;
  }
  .liver-test .liver-test__btn {
    display: block;
    margin: auto;
    margin-top: 10px;
    width: 100%;
  }
}
/* 201807251528 */

/* -------------------
BEGIN  
Sitecore Resource: b84b6c63-6b6b-4eec-a6c5-b97a4c4736f0
   -------------------*/

.liver-more {
  background-image: url("-/media/996a08a910044d06a547ec0d81554bbf.webp");
  position: relative;
  min-height: 525px;
  width: 100%;
  background-size: cover;
  overflow: hidden;
}
.liver-more img {
  position: absolute;
  bottom: -21px;
}
.liver-more .essenciale-desktop {
  margin-left: 45px;
}
.liver-more .essenciale-tablet {
  display: none;
}
.liver-more > .score-variable-row > .score-variable-column:first-child {
  width: 40%;
}
.liver-more > .score-variable-row > .score-variable-column:last-child {
  z-index: 2;
}
.liver-more__title {
  margin: 0;
  font-size: 57px;
  line-height: 60px;
  font-family: Roboto-Black;
  color: #ed6d04 !important;
  width: 100%;
  font-weight: 900;
  padding-top: 60px;
  padding-left: 65px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.liver-more__description {
  font-size: 40px;
  font-family: "Roboto-Regular";
  line-height: 48px;
  color: #c04322;
}
.liver-more__description a {
  color: #c04322;
  line-height: 37px;
  text-decoration: none;
  background-image: linear-gradient(
    to bottom,
    #c04322 40%,
    transparent 33%,
    transparent 66%
  );
  background-position: 0 1.03em;
  background-repeat: repeat-x;
  background-size: 2px 6px;
}
.liver-more__description a:hover {
  background-image: linear-gradient(
    to bottom,
    #c04322 60%,
    transparent 33%,
    transparent 66%
  );
  background-position: 0 1.03em;
  background-repeat: repeat-x;
  background-size: 2px 6px;
}
.liver-more__description sup {
  top: -20px;
  font-size: 18px;
}
.liver-more__description--tablet {
  display: none;
  margin-bottom: 24px;
  margin-top: 24px;
}
.liver-more__description--desktop {
  display: block;
  width: 100%;
  margin-top: 230px;
  margin-left: 120px;
  margin-bottom: 40px;
}
.liver-more .registration-id {
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 24px;
  font-size: 12px;
  line-height: 24px;
  color: #7e7e7e;
  font-family: "Roboto";
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (min-width: 768px) and (max-width: 1365px) {
  .liver-more {
    background-image: url(-/media/aa1e7201-84a1-4930-8368-f96f80d0830a.webp);
    background-size: cover;
  }
  .liver-more__title {
    padding-top: 25px;
    padding-left: 85px;
    width: 90%;
  }
  .liver-more__description--tablet {
    display: block;
    width: 100%;
    margin-top: 230px;
    margin-left: 85px;
    margin-bottom: 40px;
  }
  .liver-more__description--desktop {
    display: none;
  }
  .liver-more img {
    position: relative;
  }
  .liver-more .essenciale-desktop {
    display: none;
  }
  .liver-more .essenciale-tablet {
    display: block;
    margin-left: 65px;
  }
  .liver-more > .score-variable-row {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  .liver-more > .score-variable-row > .score-variable-column:last-child {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .liver-more {
    background-image: url(-/media/{328b4e46-f0e8-4155-a2de-f85a532ae376}.webp);
    background-size: cover;
    min-height: auto;
    overflow: hidden;
  }
  .liver-more__title {
    width: 100%;
    font-size: 29px;
    font-family: "Roboto-Black";
    line-height: 28px;
    position: static;
    padding: 0;
    padding-bottom: 20px;
  }
  .liver-more__description sup {
    top: -10px;
    font-size: 16px;
  }
  .liver-more__description--tablet {
    display: block;
    width: 100%;
    font-size: 24px;
    font-family: "Roboto-Regular";
    line-height: 28px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 24px;
  }
  .liver-more__description--desktop {
    display: none;
  }
  .liver-more img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .liver-more .essenciale-desktop {
    display: none;
  }
  .liver-more .essenciale-tablet {
    display: block;
    margin-left: 25px;
    margin-bottom: 10px;
  }
  .liver-more > .score-variable-row {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  .liver-more > .score-variable-row > .score-variable-column:first-child {
    width: 100%;
  }
  .liver-more > .score-variable-row > .score-variable-column:last-child {
    width: 100%;
    padding-top: 50px;
    padding-left: 30px;
  }
  .liver-more .registration-id {
    bottom: -20px;
    left: 12px;
  }
}
/* SANOFIEMS-1482 START */

.liver-more > .score-variable-row {
  overflow: hidden;
}
/* SANOFIEMS-1482 END */
/* -------------------
BEGIN  
Sitecore Resource: 6b68dbb7-6490-4ca7-9186-0d616a7fa8f4
   -------------------*/
html,
body {
  overflow-x: hidden;
}
.article__navigation__item--active {
  color: white;
}
.first-screen {
  height: 424px;
  margin-bottom: 50px;
}
@media (max-width: 1365px) {
  .first-screen {
    height: 341px;
  }
}
@media (max-width: 767px) {
  .first-screen {
    height: 220px;
  }
}
.first-screen--diffuse-liver-changes {
  background-position-x: center;
  background: url("-/media/5d33beaa2315499bbbef02ee47380291.webp");
  background-size: cover;
}
@media (max-width: 1299px) {
  .first-screen--diffuse-liver-changes {
    background: url("-/media/605cfe83fc90433aaadbdf6f4942ad8e.webp");
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .first-screen--diffuse-liver-changes {
    background: url("-/media/d4e683ede09644c8ab1f74917bb4bda7.webp");
    background-size: cover;
  }
}
.first-screen--mozhno-li-vyilechit-zhirovoy-gepatoz {
  background-position-x: center;
  background: url("-/media/{f50327cb-0ee8-4729-8280-f45530c8d9ee}.webp");
  background-size: cover;
}
@media (max-width: 1299px) {
  .first-screen--mozhno-li-vyilechit-zhirovoy-gepatoz {
    background: url("-/media/{0dce3888-0ca4-430a-b6ac-c3e833b6244a}.webp");
    background-size: cover;
    height: 298px;
  }
}
@media (max-width: 767px) {
  .first-screen--mozhno-li-vyilechit-zhirovoy-gepatoz {
    height: 335px;
    background: url("-/media/{902470e2-1d76-4bda-a16a-65350b0a1c48}.webp");
    background-size: cover;
  }
}
.first-screen--fibroz-pecheni {
  background-position-x: center;
  background-repeat: no-repeat;
  background: url("-/media/{dbd227f3-51ef-41c9-ad3d-970e04ccd793}.webp");
  background-size: cover;
}
@media (max-width: 1299px) {
  .first-screen--fibroz-pecheni {
    background: url("-/media/{0457021a-0a72-430c-9ae3-704ba26fe024}.webp");
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .first-screen--fibroz-pecheni {
    background: url("-/media/{d2f7059a-b908-4e86-98fb-45ceaef4eeea}.webp");
    background-size: cover;
  }
}
.first-screen--symptoms {
  background-position-x: center;
  /*background: url('-/media/F87E5B1256A64C5EAC9F61921ED1C4BE.ashx');
    background-repeat: no-repeat;
    background-size: cover;

    @media (width: 1366px) {
        //background-position: -300px;
    }
    @media (max-width: 1024px) {
        background-position: 50%;
    }
    @media (max-width: 320px) {
       //  background: url('-/media/{FBA8590B-0262-4E31-A9EF-76CE77B44BBA}.ashx');
       background-position-x: 50%;
    }
     */
  background: url("-/media/{d4a79fa6-0f4f-4432-bb44-f4e1e2d8d7c5}.webp");
  background-size: cover;
}
@media (max-width: 1299px) {
  .first-screen--symptoms {
    background: url("-/media/{7b43eaa0-206c-4e73-8ce0-0ce7447c9f45}.webp");
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .first-screen--symptoms {
    background: url("-/media/{4f3d527b-305f-44de-bc5c-d65448f89491}.webp");
    background-size: cover;
  }
}
.first-screen--nutrition {
  background-position-x: center;
  /*background: url('-/media/{F738FC9C-77EC-4DC2-A62F-FE487BC1A363}.ashx');
    background-repeat: no-repeat;
    background-size: cover;
    @media (width: 1366px) {
        //background-position: -300px;
    }
    @media (max-width: 1024px) {
        background-position: 50%;
    }

    @media (max-width: 320px) {
        // background: url('-/media/{FBA8590B-0262-4E31-A9EF-76CE77B44BBA}.ashx');
          background-position-x: 50%;
    }*/
  background: url("-/media/{84412604-48eb-4156-acab-61de370201c3}.webp");
  background-size: cover;
}
@media (max-width: 1299px) {
  .first-screen--nutrition {
    background: url("-/media/{7e6969b9-e8d9-41e3-8c1c-19d1c4f58e27}.webp");
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .first-screen--nutrition {
    background: url("-/media/{40bea2dd-c98b-4b2f-8abf-9845c8fd9776}.webp");
    background-size: cover;
  }
}
.first-screen .score-center {
  height: 100%;
  display: flex;
  position: relative;
}
.first-screen a {
  color: white;
  left: 49px;
  top: 90px;
  position: absolute;
  border: none;
  background: transparent;
}
.first-screen a:hover,
.first-screen a:focus,
.first-screen a:active {
  border: none;
  background: transparent;
  color: white;
}
.first-screen a:before {
  content: "";
  background-image: url("-/media/165f09ae3abf4e3eb5aebe30ec45ebb8.webp");
  background-repeat: no-repeat;
  height: 8px;
  width: 14px;
  display: inline-block;
  margin-right: 24px;
}
@media (max-width: 1365px) {
  .first-screen a {
    top: 55px;
  }
}
@media (max-width: 767px) {
  .first-screen a {
    left: 15px;
    width: auto;
    top: 25px;
    font-size: 14px;
  }
}
.first-screen h1 {
  width: 1270px;
  margin: 0 auto;
  margin-top: auto;
  margin-bottom: 0px;
  display: block;
  z-index: 1;
  font-size: 72px;
  line-height: 80px;
  color: white;
  font-family: "Roboto-Black", "Arial", sans-serif;
  font-weight: 800;
  margin-bottom: 36px;
  position: absolute;
  bottom: 0px;
  padding-left: 90px;
}
@media (max-width: 1299px) {
  .first-screen h1 {
    width: 100%;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 80px;
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media (max-width: 767px) {
  .first-screen h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 33px;
    padding-left: 28px;
    padding-right: 28px;
  }
}
.inner-content__main-block {
  width: 1270px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media (max-width: 1299px) {
  .inner-content__main-block {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .inner-content__main-block {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 320px) {
  .inner-content__main-block--mob-not-bottom-margin {
    margin-bottom: 0px;
  }
  .inner-content__main-block--mob-15-bottom-margin {
    margin-bottom: -15px;
  }
}
.content-block__text {
  font-family: "Roboto", "Arial", sans-serif;
  color: black;
  font-size: 26px;
  line-height: 38px;
  font-weight: 300;
}
.content-block__text--grey p {
  color: #606060;
}
@media (max-width: 767px) {
  .content-block__text {
    font-size: 20px;
    line-height: 30px;
  }
}
.content-block__text * {
  font-family: "Roboto-light", "Arial", sans-serif;
}
.content-block__text h3 {
  font-size: 26px;
  line-height: 38px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .content-block__text h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.content-block__text h2 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 800;
  font-family: "Roboto-Black", "Arial", sans-serif;
  word-break: break-all;
}
@media (max-width: 767px) {
  .content-block__text h2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 800;
  }
}
.content-block__text--smalltext {
  line-height: 26px;
  font-size: 15px;
  color: #000000;
}
@media (max-width: 767px) {
  .content-block__text--smalltext {
    font-size: 16px;
    line-height: 22px;
  }
}
.content-block__text a {
  color: #bf4122;
}
.content-block__text strong {
  font-family: "Roboto-bold", "Arial", sans-serif;
}
.content-block__text strong > * {
  font-family: inherit;
}
.content-block__two-column-block {
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
  color: #000000;
}
@media (max-width: 767px) {
  .content-block__two-column-block {
    font-size: 15px;
    line-height: 22px;
  }
}
/*.content-block__two-column-block > * {
  width: 545px;
  display: inline-table;
}*/

.score-structural.score-column2-equal > .score-left {
  padding-left: 0;
  padding-right: 0;
  margin-right: 60px;
  width: 575px;
}
@media (max-width: 1299px) {
  .score-structural.score-column2-equal > .score-left {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .score-structural.score-column2-equal > .score-left {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
}
.score-structural.score-column2-equal > .score-right {
  padding-left: 0;
  padding-right: 0;
  margin-left: 60px;
  width: 575px;
}
@media (max-width: 1299px) {
  .score-structural.score-column2-equal > .score-right {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .score-structural.score-column2-equal > .score-right {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
}
.img-component {
  display: flex;
  height: 120px;
  position: relative;
}
@media (max-width: 1299px) {
  .img-component {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .img-component {
    height: auto;
  }
}
.img-component img {
  margin: auto;
  width: 64px;
  height: auto;
  position: absolute;
  left: 0px;
}
@media (max-width: 767px) {
  .img-component img {
    margin-top: 0;
    position: static;
  }
}
.img-component p {
  margin: auto;
  width: 450px;
  font-size: 20px;
  line-height: 26px;
  color: black;
  font-family: "Roboto-bold", "Arial", sans-serif;
  margin-top: 0px;
  margin-left: 110px;
}
@media (max-width: 1299px) {
  .img-component p {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .img-component p {
    font-size: 20px;
    line-height: 26px;
    margin-left: 23px;
    margin-bottom: 10px;
  }
}
.inner-content__main-block ul {
  list-style-type: none;
  padding-left: 14px;
}
.inner-content__main-block ul li {
  position: relative;
}
.inner-content__main-block ul li:before {
  content: "";
  position: relative;
  left: -25px;
  top: 16px;
  width: 6px;
  height: 6px;
  background: #bf4121;
  display: block;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .inner-content__main-block ul li:before {
    top: 13px;
  }
}
.img-component + ul {
  margin-left: 110px;
}
@media (max-width: 767px) {
  .img-component + ul {
    margin-left: 0;
  }
}
.inner-content__main-block ul > li {
  padding-left: 26px;
  padding-bottom: 26px;
  color: #000000;
}
.score-structural.score-column2-wideleft > .score-left {
  padding-left: 0;
  padding-right: 0;
}
.content-block__block-with-list {
  counter-reset: wslist1;
}
.inner-content__main-block ol {
  list-style: none;
  padding: 0;
}
.inner-content__main-block ol > li {
  margin: 0 0 2em 3em;
  position: relative;
  margin-left: 41px;
  font-size: 15px;
  line-height: 26px;
  color: #000000;
}
@media (max-width: 767px) {
  .inner-content__main-block ol > li {
    font-size: 16px;
    line-height: 22px;
  }
}
.inner-content__main-block ol > li:before {
  background-image: url("/resources/img/elps.webp");
  content: counter(wslist1);
  counter-increment: wslist1;
  display: inline-block;
  height: 17px;
  left: -40px;
  line-height: 17px;
  position: absolute;
  text-align: center;
  width: 17px;
  font-size: 10px;
  color: white;
  font-family: "Roboto-bold", "Arial", sans-serif;
  background-size: cover;
  top: 5px;
}
.content-block__two-column-block * {
  font-family: "Roboto-light", "Arial", sans-serif;
}
/* ■■■■■■■■■■■■■■■■ wide img Block (start) ■■■■■■■■■■■■■■■■ */

@media (max-width: 1299px) {
  .score-column2-wideleft.content-block__block-with-img {
    display: flex;
  }
}
@media (max-width: 767px) {
  .score-column2-wideleft.content-block__block-with-img {
    display: block;
  }
}
.score-column2-wideleft.content-block__block-with-img .score-left {
  width: 82%;
}
@media (max-width: 1299px) {
  .score-column2-wideleft.content-block__block-with-img .score-left {
    width: 64%;
  }
}
@media (max-width: 767px) {
  .score-column2-wideleft.content-block__block-with-img .score-left {
    width: 100%;
  }
}
.score-column2-wideleft.content-block__block-with-img .score-right {
  width: 18%;
}
@media (max-width: 1299px) {
  .score-column2-wideleft.content-block__block-with-img .score-right {
    width: 34%;
    padding-left: 48px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .score-column2-wideleft.content-block__block-with-img .score-right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
.score-column2-wideleft.content-block__block-with-img .text-component {
  border-top: 2px solid black;
  padding-top: 30px;
  margin-top: calc(100% - 90px);
  font-size: 14px;
  line-height: 26px;
  color: #8c8c8c;
}
@media (max-width: 1299px) {
  .score-column2-wideleft.content-block__block-with-img .text-component {
    padding-top: 18px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
}
/* ■■■■■■■■■■■■■■■■ wide img Block Block (end)   ■■■■■■■■■■■■■■■■ */

.colored-block {
  font-size: 20px;
  line-height: 45px;
  color: #ffde19;
  font-family: "Roboto", "Arial", sans-serif;
  background-color: #c14a2a;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  /*margin-bottom: 0;*/
}
@media (max-width: 1299px) {
  .colored-block {
    background-image: linear-gradient(90deg, #bd3f23 0%, #ed850d 100%);
    padding-left: 90px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .colored-block {
    padding-left: 28px;
    padding-right: 28px;
    margin-bottom: 0;
  }
}
.colored-block:before {
  content: "";
  background-image: url("-/media/89c45a203f3b4a34b7974df7c177bcc1.webp");
  background-repeat: no-repeat;
  height: 135px;
  width: 145px;
  position: absolute;
  top: 36px;
  left: 48px;
}
@media (max-width: 767px) {
  .colored-block:before {
    left: -10px;
  }
}
.colored-block * {
  width: 1090px;
  margin: auto;
}
@media (max-width: 1299px) {
  .colored-block * {
    width: unset;
  }
}
@media (max-width: 767px) {
  .colored-block * {
    width: auto;
  }
}
.colored-block *:last-child {
  padding-bottom: 48px;
}
@media (max-width: 1299px) {
  .colored-block *:last-child {
    padding-top: 41px;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .colored-block *:last-child {
    font-size: 18px;
    line-height: 26px;
  }
}
.colored-block a {
  color: #ffde19;
  text-decoration: underline;
}
.colored-block h3 {
  font-size: 34px;
  line-height: 45px;
  color: white;
  font-family: "Roboto-light", "Arial", sans-serif;
  font-weight: 300;
  font-style: italic;
  padding-top: 69px;
  margin-bottom: 18px;
}
@media (max-width: 1299px) {
  .colored-block h3 {
    font-size: 38px;
    line-height: 45px;
    margin-bottom: unset;
  }
}
@media (max-width: 767px) {
  .colored-block h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: unset;
  }
}
@media (min-width: 1300px) {
  .content-block__text--causes-text {
    margin-bottom: 0;
  }
  .content-block__text--causes-text h3:last-child {
    margin-top: 37px;
    margin-bottom: 24px;
  }
}
.inner-content__main-block .img-component sup {
  font-family: "Roboto-bold", "Arial", sans-serif;
}
.score-column2-wideleft.img-underlined-text-block {
  font-family: "Roboto-light", "Arial", sans-serif;
}
.score-column2-wideleft.img-underlined-text-block > .score-left {
  width: 78%;
}
@media (max-width: 1299px) {
  .score-column2-wideleft.img-underlined-text-block > .score-left {
    width: 64%;
  }
}
@media (max-width: 767px) {
  .score-column2-wideleft.img-underlined-text-block > .score-left {
    width: 100%;
  }
}
@media (min-width: 1300px) {
  .score-column2-wideleft.img-underlined-text-block > .score-left > img {
    height: 608px;
    width: 942px;
  }
}
.score-column2-wideleft.img-underlined-text-block > .score-right {
  width: 18%;
}
@media (max-width: 1299px) {
  .score-column2-wideleft.img-underlined-text-block > .score-right {
    width: 34%;
    padding-left: 48px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .score-column2-wideleft.img-underlined-text-block > .score-right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
.score-column2-wideleft.img-underlined-text-block
  > .score-right
  > .text-component {
  border-top: 2px solid black;
  padding-top: 30px;
  margin-top: calc(100% - 90px);
  font-size: 14px;
  line-height: 26px;
  color: #8c8c8c;
}
@media (max-width: 1299px) {
  .score-column2-wideleft.img-underlined-text-block
    > .score-right
    > .text-component {
    padding-top: 32px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .score-column2-wideleft.img-underlined-text-block
    > .score-right
    > .text-component {
    padding-top: 21px;
  }
}
@media (max-width: 1299px) {
  .score-column2-wideleft.img-underlined-text-block
    > .score-right
    > .text-component
    p {
    padding-top: 0;
  }
}
.content-block__two-column-block--hide-big .hide-big {
  display: none;
}
@media (max-width: 1365px) {
  .content-block__two-column-block--hide-big .score-left {
    width: 100%;
    margin-right: 0;
  }
  .content-block__two-column-block--hide-big .score-right {
    display: none;
  }
  .content-block__two-column-block--hide-big p {
    display: none;
  }
  .content-block__two-column-block--hide-big .hide-big {
    display: block;
  }
}
.content-block__h3 {
  font-size: 26px;
  line-height: 38px;
  font-weight: 300;
  margin-top: 0;
}
@media (max-width: 767px) {
  .content-block__h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.colored-block .content-block__h3 {
  font-size: 34px;
  line-height: 45px;
  color: white;
  font-family: "Roboto-light", "Arial", sans-serif;
  font-weight: 300;
  font-style: italic;
  padding-top: 69px;
  margin-bottom: 18px;
}
@media (max-width: 1299px) {
  .colored-block .content-block__h3 {
    font-size: 38px;
    line-height: 45px;
    margin-bottom: unset;
  }
}
@media (max-width: 767px) {
  .colored-block .content-block__h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: unset;
  }
}
/* -------------------
BEGIN  
Sitecore Resource: 9cb2921c-ce5f-4f15-a5de-b0b84df7afcc
   -------------------*/

.more-articles-block {
  background: #f7f7f7;
  max-width: none;
  text-align: center;
  margin: 0;
}
@media (min-width: 1300px) {
  .more-articles-block {
    padding-top: 62px;
  }
}
.more-articles-block__title {
  text-align: left;
  margin-bottom: 45px;
  /* new */
  width: 1270px;
  margin-left: auto;
  margin-right: auto;
}
.more-articles-block__title p {
  font-family: "Roboto-Black";
  font-size: 48px;
  color: black;
}
.more-articles-block .score-highlight-header {
  text-align: left;
}
.more-articles-block .score-highlight-body {
  font-family: "Roboto-Light";
  font-size: 20px;
  text-align: left;
}
.more-articles-block .score-highlight-button-wrapper > a {
  left: 0;
}
@media (min-width: 768px) and (max-width: 1365px) {
  .more-articles-block__title {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .more-articles-block__title p {
    font-family: "Roboto-Black";
    font-size: 48px;
    color: black;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .more-articles-block {
    padding-top: 35px;
  }
  .more-articles-block__title {
    margin-bottom: 30px;
  }
  .more-articles-block__title p {
    font-size: 28px;
  }
  .more-articles-block__read-all {
    margin-top: 10px;
    margin-bottom: 35px;
  }
}
/* -------------------
BEGIN  
Sitecore Resource: 557f7853-58ca-41f3-bc55-93ed61c212fb
   -------------------*/

.panel-group {
  margin-bottom: 0px;
}
.document {
  font-family: "Roboto-light", "Arial", sans-serif;
}
.liver-sources {
  border: none !important;
  background-color: #eeeeee !important;
}
.liver-sources .panel-heading {
  padding-top: 20px;
  background-color: #eeeeee;
}
.liver-sources .panel-heading .panel-title {
  font-size: 14px;
  color: #bd3f23;
  text-decoration: none;
  text-align: center;
}
.liver-sources .panel-heading .panel-title a,
.liver-sources .panel-heading .panel-title a:hover {
  font-family: "Roboto-Light";
  text-decoration: none;
}
.liver-sources .panel-heading .panel-title a.collapsed:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 14px;
  vertical-align: middle;
  background-image: url("-/media/39074577466e4d74bc7d72604906d1ab.webp");
  transition: all 200ms;
}
.liver-sources .panel-heading .panel-title a:not(.collapsed):after {
  content: "";
  transform: rotate(180deg);
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 14px;
  vertical-align: middle;
  background-image: url("-/media/39074577466e4d74bc7d72604906d1ab.webp");
  transition: all 200ms;
}
.liver-sources ol {
  display: block;
  counter-reset: wslist1;
  /*сбрасываем счетчик списка*/
  color: #777777;
  list-style: none;
  /*отменяем маркер по умолчанию*/
  padding: 0 40px 0 35px;
}
.liver-sources ol > li {
  margin: 0 0 2em 3em;
  position: relative;
  color: black;
  font-family: "Roboto-Italic";
}
.liver-sources ol > li::before {
  background-image: url("-/media/0f28636000d845fe8ebe6c04ac46b054.webp");
  color: black;
  font-family: Roboto-Bold;
  content: counter(wslist1);
  counter-increment: wslist1;
  display: inline-block;
  height: 22px;
  left: -40px;
  line-height: 22px;
  position: absolute;
  text-align: center;
  width: 22px;
}
.liver-sources .panel-heading + .panel-collapse > .panel-body,
.liver-sources .panel-group .panel-heading + .panel-collapse > .list-group {
  border: none;
}
@media (min-width: 768px) and (max-width: 1365px) {
  .liver-sources ol {
    padding: 0px 50px 0px 25px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .liver-sources ol {
    padding: 0px 20px 0px 20px;
  }
  .liver-sources ol li {
    font-size: 11px;
  }
}
/* -------------------
BEGIN  
Sitecore Resource: db782d6a-fb4f-4af2-b9e4-7b9ab7c68e11
   -------------------*/

/*=========================*/

/* временные данные (убираю ссылки на несуществ статьи)*/

/*=========================*/

.green-text {
  color: #9fbeb2;
}
.content-block__text strong {
  font-family: "Roboto";
}
.content-block__text a {
  color: #bf4122;
}
p {
  color: #000000;
  font-family: "Roboto-Light";
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4 {
  color: #141414;
}
.next-p {
  padding-top: 24px;
}
.content-block__text h4 {
  font-family: "Roboto-Regular";
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
  margin-top: 0;
}
@media (max-width: 767px) and (min-width: 320px) {
  .content-block__text h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
.orange-text {
  color: #c14a2a;
  font-family: "Roboto-Medium";
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}
@media (max-width: 767px) and (min-width: 320px) {
  .orange-text {
    font-size: 16px;
    line-height: 22px;
  }
}
.content-block__text h2 br {
  display: none;
}
@media (width: 320px) {
  .content-block__text h2.tile-small {
    font-size: 24px;
  }
}
/* .inner-content__main-block ul {
  margin-top: 30px;
} */
.inner-content__main-block ul > li {
  padding-bottom: 4px;
}
@media (max-width: 992px) {
  .visible-desktop {
    display: none;
  }
}
@media (min-width: 991px) {
  .visible-tablet {
    display: none;
  }
}
.first-screen--non-alcoholic-fatty-liver-disease {
  background-position: top;
  background-size: cover;
  background-image: url("-/media/{5d57c907-2a46-451d-9a91-6c1be5e1981e}.webp");
  height: 636px;
}
.first-screen--non-alcoholic-fatty-liver-disease a {
  z-index: 2;
}
@media (max-width: 1365px) {
  .first-screen--non-alcoholic-fatty-liver-disease a {
    top: 55px;
  }
}
.first-screen--non-alcoholic-fatty-liver-disease h1 {
  width: 1180px;
  margin-bottom: 140px;
}
@media (max-width: 1365px) {
  .first-screen--non-alcoholic-fatty-liver-disease h1 {
    width: 920px;
  }
}
@media (max-width: 904px) and (min-width: 768px) {
  .first-screen--non-alcoholic-fatty-liver-disease h1 {
    padding-right: 60px;
    letter-spacing: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .first-screen--non-alcoholic-fatty-liver-disease h1 {
    padding-left: 25px;
    padding-right: 25px;
    z-index: 1;
    letter-spacing: 0px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .first-screen--non-alcoholic-fatty-liver-disease {
    background-image: url("-/media/{6e78caf9-9497-4637-bc53-61eb3b1853f5}.webp");
    height: 292px;
  }
  .first-screen--non-alcoholic-fatty-liver-disease a {
    top: 50px;
  }
  .first-screen--non-alcoholic-fatty-liver-disease h1 {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .first-screen--non-alcoholic-fatty-liver-disease {
    background-image: url("-/media/{21735a9a-f680-4431-8e4b-8ba24f641144}.webp");
    background-position-x: right;
    background-size: cover;
    height: 283px;
  }
  .first-screen--non-alcoholic-fatty-liver-disease a {
    top: 20px;
  }
  .first-screen--non-alcoholic-fatty-liver-disease h1 {
    margin-bottom: 20px;
    width: 100%;
  }
}
.content-block__block-with-list h4 {
  font-family: "Roboto-Bold";
  font-size: 20px;
  line-height: 26px;
}
.content-block__slider-block p {
  margin-top: 0px;
}
.content-block__one-column-block {
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
}
.inner-content__main-block {
  margin-bottom: 70px;
}
.inner-content__main-block--less-margin {
  margin-bottom: 30px;
}
.inner-content__main-block--mb0 {
  margin-bottom: 0;
}
.liver-more {
  margin-bottom: 70px;
}
.content-block__two-column-block--hide-big .hide-big {
  display: none;
}
@media (max-width: 1365px) {
  .content-block__two-column-block--hide-big .score-left {
    width: 100%;
    margin-right: 0;
  }
  .content-block__two-column-block--hide-big .score-right {
    display: none;
  }
  .content-block__two-column-block--hide-big p {
    display: none;
  }
  .content-block__two-column-block--hide-big .hide-big {
    display: block;
  }
}
@media (max-width: 1365px) {
}
@media (min-width: 768px) and (max-width: 1365px) {
  .content-block {
    font-size: 20px;
  }
  .content-block__slider-block p {
    font-size: 16px;
  }
  .content-block__two-column-block > .score-right > .text-component > p {
    padding-top: 35px;
  }
  .content-block__block-with-img .score-right > .text-component > p {
    font-size: 14px;
  }
  .content-block__block-with-list li {
    font-size: 20px;
  }
  .score-structural.score-column2-equal > .score-left {
    padding-left: 0px;
    padding-right: 0px;
  }
  .score-structural.score-column2-equal > .score-right {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .inner-content__main-block {
    margin-bottom: 25px;
  }
  .inner-content__main-block--less-margin {
    margin-bottom: 10px;
  }
  .registration-id p {
    margin_top: 12px;
    margin-bottom: 12px;
  }
  .content-block__two-column-block > .score-right > .text-component > p {
    padding-top: 20px;
  }
  .content-block__block-with-list ul {
    margin-bottom: 0;
  }
  .content-block__block-with-list h4 {
    margin-top: 0;
  }
  .content-block__one-column-block {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
  }
  .content-block__two-column-block {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
  }
  .content-block__block-with-list h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
.text-component.content-block__one-column-block.inner-content__main-block.content-block__text.content-block__text--smalltext
  > p {
  padding-top: 20px;
}
.text-component.content-block__one-column-block.inner-content__main-block.content-block__text.content-block__text--smalltext
  > p:first-child {
  padding-top: 0;
}
@media (min-width: 768px) and (max-width: 1365px) {
  .causes-factors-block__content-list > ul,
  .diagnostics-block__content-list > ul {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .causes-factors-block__content-list > ul li:last-child,
  .diagnostics-block__content-list > ul li:last-child {
    padding-bottom: 0;
  }
}
.stages {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1270px;
  margin: 0 auto;
}
@media (max-width: 1299px) {
  .stages {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .stages {
    flex-direction: column;
  }
}
.stages__item {
  width: 554px;
  position: relative;
  padding-left: 110px;
  margin-bottom: 56px;
  margin-right: 80px;
  min-height: 90px;
}
@media (max-width: 1299px) {
  .stages__item {
    width: 100%;
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .stages__item {
    width: 100%;
    margin-right: 0;
  }
}
.stages__item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: table;
  width: 91px;
  height: 91px;
}
.stages__item:first-child:before {
  background-image: url("-/media/{844ea12d-5fcb-461c-ad94-799d26e28018}.webp");
}
@media (min-width: 1300px) {
  .stages__item:nth-child(3) {
    margin-bottom: 0;
  }
}
.stages__item:nth-child(3):before {
  background-image: url("-/media/{e62d4209-f725-4d10-9328-37b0da99e9d2}.webp");
}
.stages__item:nth-child(2):before {
  background-image: url("-/media/{85be5cbb-37a1-4e68-a7ec-aac7e56198d3}.webp");
}
@media (min-width: 1300px) {
  .stages__item:nth-child(4) {
    margin-bottom: 0;
  }
}
.stages__item:nth-child(4):before {
  background-image: url("-/media/{c6519d6c-c424-494e-9c60-287c141899f0}.webp");
}
.stages__item:nth-child(4) p {
  margin-top: auto;
}
.stages__name {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}
.stages__description {
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  margin-top: 17px;
}
@media (max-width: 1299px) {
  .stages__description {
    margin-top: 0;
    /*comment-657416*/
  }
}
.infograf-block--essential-phospholipids .img-component {
  margin-bottom: 50px;
  align-items: center;
}
@media (max-width: 1299px) {
  .infograf-block--essential-phospholipids .img-component {
    height: 125px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .infograf-block--essential-phospholipids .img-component {
    display: block;
    height: auto;
    margin-bottom: 22px;
  }
}
.infograf-block--essential-phospholipids .img-component::last-child {
  margin-bottom: 0;
}
.infograf-block--essential-phospholipids .img-component p {
  margin-top: auto;
  margin-left: 20px;
  width: 100%;
  font-family: "Roboto-light", "Arial", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1299px) {
  .infograf-block--essential-phospholipids .img-component p {
    margin-top: auto;
    margin-bottom: auto;
    overflow: auto;
    margin-left: 15px;
    margin-right: 80px;
  }
}
@media (max-width: 767px) {
  .infograf-block--essential-phospholipids .img-component p {
    margin: 0;
    margin-top: 5px;
  }
}
.infograf-block--essential-phospholipids .img-component img {
  height: 125px;
  width: auto;
  position: relative;
}
@media (max-width: 1299px) {
}
@media (max-width: 767px) {
  .infograf-block--essential-phospholipids .img-component img {
    height: 100px;
    width: auto;
    display: block;
    margin: auto;
  }
}
.infograf-block--essential-phospholipids .img-component sup {
  font-family: "Roboto-light", "Arial", sans-serif;
}
@media (min-width: 1300px) {
  .content-block__two-column-block
    > .score-right
    .text-component
    > p:first-child {
    padding-top: 0;
  }
}
@media (min-width: 1366px) {
  .left-block-text__cure-zhirovoy-gepatoz p:last-child {
    margin: 1em 0;
  }
}
@media (max-width: 1299px) {
  .infograf-block--facts-risk .stages > .stages__item {
    min-height: 105px;
    position: relative;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .infograf-block--facts-risk .stages > .stages__item {
    padding: 0;
    display: block;
    margin-bottom: 22px;
  }
}
@media (max-width: 1299px) {
  .infograf-block--facts-risk .stages > .stages__item:before {
    position: absolute;
    top: 7px;
    left: 0;
    content: "";
    display: table;
    width: 91px;
    height: 91px;
  }
}
@media (max-width: 767px) {
  .infograf-block--facts-risk .stages > .stages__item:before {
    position: relative;
    display: block;
    top: 0;
    margin: auto;
    margin-bottom: 5px;
  }
}
@media (max-width: 1299px) {
  .infograf-block--facts-risk .stages > .stages__item > .stages__description {
    margin: auto;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
}
.inner-content__bold-orange-text {
  color: #c14a2a;
  font-size: 48px;
  line-height: 45px;
  font-family: "Roboto-Black", "Arial", sans-serif;
}
@media (max-width: 768px) {
  .inner-content__bold-orange-text {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 375px) {
  .inner-content__bold-orange-text {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 320px) {
  .inner-content__bold-orange-text {
    font-size: 20px;
    line-height: 26px;
  }
}
.inner-content__orange-text {
  color: #c14a2a;
  font-size: 34px;
  line-height: 45px;
  font-family: "Roboto-LightItalic", "Arial", sans-serif;
}
@media (max-width: 768px) {
  .inner-content__orange-text {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 375px) {
  .inner-content__orange-text {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 320px) {
  .inner-content__orange-text {
    font-size: 18px;
    line-height: 26px;
  }
}
.inner-content__regular-text {
  color: black;
  font-size: 34px;
  line-height: 45px;
  font-family: "Roboto-LightItalic", "Arial", sans-serif;
}
@media (max-width: 768px) {
  .inner-content__regular-text {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 375px) {
  .inner-content__regular-text {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 320px) {
  .inner-content__regular-text {
    font-size: 18px;
    line-height: 26px;
  }
}
.inner-content__main-block--big-mb {
  margin-bottom: 200px;
}
.content-block__text--paragraph-margin p {
  margin-bottom: 24px;
}
@media (max-width: 1365px) {
  .content-block__text--paragraph-margin p {
    margin-bottom: 15px;
  }
}
.content-block__text sup {
  top: -0.7em !important;
  font-size: 60% !important;
}
