@media (max-width: 767px) {
  .desktop {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}
body.branded_omnitus {
  background: #0071C9 url(../img/omnitus_landing/omnitus_landing_bg.svg) 0 0 no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  body.branded_omnitus {
    background-image: url(../img/omnitus_landing/omnitus_landing_bg-mob.svg);
    background-size: contain;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 334rem;
  }
}
.breadcrumb__link, .promo__breadcrumb .arrow {
  color: #fff;
}

.promo {
  padding-top: 32rem;
}
@media (max-width: 767px) {
  .promo {
    padding-top: 14rem;
  }
}

.omnitus_landing {
  color: #fff;
  font-size: 18rem;
  line-height: 1.2;
  margin-top: 22rem;
}
@media (max-width: 767px) {
  .omnitus_landing {
    font-size: 15rem;
  }
}

.orange_block {
  background: linear-gradient(96deg, #f1582a 0%, #f27731 100%);
  border-radius: 25rem;
  font-size: 18rem;
  font-weight: 700;
  padding: 8rem 20rem 9rem;
  display: inline-flex;
  align-items: center;
  color: #fff;
}
@media (max-width: 767px) {
  .orange_block {
    padding: 4rem 16rem 6rem;
    font-size: 15rem;
  }
}

.block_title {
  font-family: "enthalpy298regular", sans-serif;
  font-size: 44rem;
  line-height: 1.1;
  margin-bottom: 16rem;
}
@media (max-width: 767px) {
  .block_title {
    font-size: 40rem;
    line-height: 1.03;
    margin-bottom: 20rem;
  }
}

sup {
  vertical-align: top;
  font-size: 64%;
}

.landing_block {
  margin-top: 60rem;
}
@media (max-width: 767px) {
  .landing_block {
    margin-top: 40rem;
  }
}

.top_banner {
  position: relative;
}
@media (max-width: 767px) {
  .top_banner {
    padding-bottom: 310rem;
  }
}
.top_banner .three_dots {
  font-size: 20rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .top_banner .three_dots {
    font-size: 12rem;
  }
}
.top_banner .three_dots div:not(:first-child) {
  padding-left: 24rem;
  background: url(../img/omnitus_landing/three_dots-circle.svg) 9rem 60% no-repeat;
  background-size: 7rem;
}
@media (max-width: 767px) {
  .top_banner .three_dots div:not(:first-child) {
    padding-left: 14rem;
    background-size: 4rem;
    background-position: 5rem 64%;
  }
}
.top_banner .logo {
  margin-top: 13rem;
  width: 530rem;
}
@media (max-width: 767px) {
  .top_banner .logo {
    width: 295rem;
    margin-top: 6rem;
  }
}
.top_banner .text {
  font-family: "enthalpy298regular", sans-serif;
  font-size: 55rem;
  line-height: 1.1;
  margin-top: 12rem;
}
@media (max-width: 767px) {
  .top_banner .text {
    font-size: 31rem;
    margin-top: 2rem;
  }
}
.top_banner .woman {
  position: absolute;
  width: 692rem;
  right: 0;
  bottom: -64rem;
}
@media (max-width: 767px) {
  .top_banner .woman {
    width: 100vw;
    right: -17px;
    bottom: 0;
  }
}

.reasons {
  background: url(../img/omnitus_landing/reasons-bg.png) 50% 0 repeat;
  background-size: cover;
  margin-top: 68rem;
  padding: 36rem 40rem;
  color: #444;
}
@media (max-width: 767px) {
  .reasons {
    margin-top: 18rem;
    padding: 10rem 12rem;
    background-image: url(../img/omnitus_landing/reasons-bg-mob.png);
  }
}
.reasons .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 42rem;
  counter-reset: reasons;
}
@media (max-width: 767px) {
  .reasons .list {
    margin-top: 26rem;
    font-size: 15rem;
  }
}
.reasons .list > div {
  width: 522rem;
  border-radius: 16rem;
  border: #444 2rem dotted;
  padding: 39rem 32rem;
  padding-right: 22rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .reasons .list > div {
    width: 100%;
    padding: 26rem 12rem 18rem 14rem;
  }
  .reasons .list > div:not(:first-child) {
    margin-top: 34rem;
  }
}
.reasons .list > div:after {
  counter-increment: reasons;
  content: "0" counter(reasons);
  font-family: "enthalpy298regular", sans-serif;
  font-size: 100rem;
  color: #c9c9c9;
  line-height: 0;
}
@media (max-width: 767px) {
  .reasons .list > div:after {
    font-size: 89rem;
  }
}
.reasons .list > div.less_often .orange_block {
  background: linear-gradient(96deg, #fb7952 0%, #fb9359 100%);
}
.reasons .list > div.rare {
  width: 100%;
  margin-top: 40rem;
}
@media (max-width: 767px) {
  .reasons .list > div.rare {
    margin-top: 34rem;
    align-items: flex-start;
  }
  .reasons .list > div.rare:after {
    position: relative;
    top: 34rem;
  }
}
.reasons .list > div.rare .orange_block {
  background: linear-gradient(96deg, #f2b19e 0%, #f2bea1 100%);
}
.reasons .list .title {
  position: absolute;
  top: -18rem;
  left: 20rem;
}
@media (max-width: 767px) {
  .reasons .list .title {
    left: 12rem;
  }
}
.reasons .list .title .orange_block {
  padding: 6rem 18rem 5rem;
}
.reasons .list .inner {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .reasons .list .inner {
    display: block;
  }
}
.reasons .list ul {
  list-style: disc outside;
  padding-left: 16rem;
}
.reasons .list ul.second {
  margin-left: 130rem;
}
@media (max-width: 767px) {
  .reasons .list ul.second {
    margin-left: 0;
  }
}

.phenotype .block_title {
  margin-bottom: 6rem;
}
.phenotype .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.phenotype .flip_card {
  margin-top: 20rem;
  width: 570rem;
  height: 361rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .phenotype .flip_card {
    width: 100%;
    height: 308rem;
  }
}
.phenotype .flip_card .front {
  background: url(../img/omnitus_landing/phenotype-1.png) 50% 50% no-repeat;
  background-size: cover;
  position: relative;
  height: 100%;
}
.phenotype .flip_card .front .text {
  font-size: 24rem;
  font-weight: 700;
  padding-left: 20rem;
  padding-top: 30rem;
}
@media (max-width: 767px) {
  .phenotype .flip_card .front .text {
    font-size: 23rem;
    padding-left: 12rem;
    padding-top: 12rem;
  }
}
.phenotype .flip_card .num {
  font-family: "enthalpy298regular", sans-serif;
  font-size: 100rem;
  opacity: 0.3;
  position: absolute;
  left: 20rem;
  bottom: 6rem;
}
@media (max-width: 767px) {
  .phenotype .flip_card .num {
    font-size: 84rem;
    left: 12rem;
    bottom: -2rem;
  }
}
.phenotype .flip_card img {
  position: absolute;
  right: 20rem;
  bottom: 16rem;
  width: 52rem;
}
@media (max-width: 767px) {
  .phenotype .flip_card img {
    right: 16rem;
    bottom: 20rem;
    width: 60rem;
  }
}
.phenotype .flip_card .back {
  color: #444;
  position: relative;
  height: 100%;
  background-color: #fff;
  padding: 20rem;
  display: none;
}
@media (max-width: 767px) {
  .phenotype .flip_card .back {
    padding: 12rem;
  }
}
.phenotype .flip_card .back .title {
  font-weight: 700;
  margin-top: 10rem;
  margin-bottom: 6rem;
}
.phenotype .flip_card .back ul {
  list-style: disc outside;
  padding-left: 24rem;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .phenotype .flip_card .back ul {
    margin-top: 3rem;
  }
}
.phenotype .flip_card .back ul li {
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .phenotype .flip_card .back ul li {
    margin-bottom: 3rem;
  }
}
.phenotype .flip_card.card2 .front {
  background-image: url(../img/omnitus_landing/phenotype-2.png);
}
.phenotype .flip_card.card3 .front {
  background-image: url(../img/omnitus_landing/phenotype-3.png);
}
.phenotype .flip_card.card4 .front {
  background-image: url(../img/omnitus_landing/phenotype-4.png);
}

.percent20 {
  background: url(../img/omnitus_landing/omnitus-man.png) 0 50% no-repeat;
  background-size: contain;
  padding-left: 246rem;
  height: 230rem;
}
@media (max-width: 767px) {
  .percent20 {
    height: auto;
    padding-left: 0;
    background-size: 160rem;
    background-position: 96% 0;
  }
}
.percent20 .block_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  padding-top: 14rem;
}
@media (max-width: 767px) {
  .percent20 .block_title {
    padding-top: 14rem;
    display: block;
    margin-bottom: 12rem;
  }
}
.percent20 .block_title .left {
  font-size: 110rem;
  margin-right: 26rem;
}
@media (max-width: 767px) {
  .percent20 .block_title .left {
    font-size: 102rem;
    line-height: 0.85;
    margin-top: 60rem;
  }
}
@media (max-width: 767px) {
  .percent20 .block_title .text {
    margin-top: 12rem;
  }
}

.record {
  color: #444;
  padding: 40rem;
  background: #fff url(../img/omnitus_landing/record-graph.png) 0 0 no-repeat;
  background-size: auto 100%;
  position: relative;
  height: 475rem;
}
@media (max-width: 767px) {
  .record {
    height: 390rem;
    padding: 16rem 12rem;
    background-size: auto 58%;
    background-position: 7% 87%;
  }
}
.record .block_title {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .record .block_title {
    margin-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .record .text {
    width: 50%;
  }
}
.record img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
}

.days100 {
  position: relative;
  color: #444;
  margin-top: 30rem;
}
@media (max-width: 767px) {
  .days100 {
    margin-top: 20rem;
  }
}
.days100 img {
  position: absolute;
  left: -30rem;
  top: 13rem;
  width: 247rem;
}
.days100 .inner {
  background-color: #fff;
  padding: 20rem 40rem 21rem 80rem;
  margin-left: 185rem;
}
@media (max-width: 767px) {
  .days100 .inner {
    margin-left: 0;
    padding: 18rem 12rem;
  }
}
.days100 .orange_block_wrap {
  margin-bottom: 8rem;
}

.diagnostics .block_title {
  margin-bottom: 20rem;
}
.diagnostics .orange_block_wrap {
  margin-top: 20rem;
}
.diagnostics .accordion {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .diagnostics .accordion {
    font-size: 16rem;
  }
}
.diagnostics .accordion .expander {
  padding: 11rem 0rem 12rem 22rem;
  background-color: rgba(255, 255, 255, 0.25);
  background-size: 26rem;
  border-bottom: #fff 1rem solid;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  .diagnostics .accordion .expander {
    padding: 8rem 10rem;
    min-height: 53rem;
    display: flex;
    align-items: center;
  }
}
.diagnostics .accordion .expander:after {
  content: "";
  position: absolute;
  background: url(../img/omnitus_landing/ico-expander.svg) 50% 50% no-repeat;
  width: 26rem;
  height: 13rem;
  background-size: cover;
  right: 12rem;
  top: 16rem;
}
.diagnostics .accordion .inner {
  display: none;
  margin-top: -14rem;
  background-color: #fff;
  padding: 11rem 0rem 12rem 22rem;
  color: #444;
}
@media (max-width: 767px) {
  .diagnostics .accordion .inner {
    margin-top: -6rem;
    padding: 11rem 14rem 12rem 10rem;
  }
}
.diagnostics .accordion .inner .title {
  font-weight: 700;
  margin-bottom: 8rem;
}
.diagnostics .accordion .inner .gap {
  height: 8rem;
}
.diagnostics .accordion .inner b {
  font-weight: 500;
}
.diagnostics .accordion .inner ul {
  list-style: disc outside;
  padding-left: 24rem;
}
@media (max-width: 767px) {
  .diagnostics .accordion .inner ul {
    padding-left: 22rem;
  }
}
.diagnostics .accordion .inner ul b {
  font-weight: 500;
}
.diagnostics .accordion.expanded .expander {
  background-color: #fff;
  color: #444;
}
.diagnostics .accordion.expanded .expander:after {
  background-image: url(../img/omnitus_landing/ico-expander-gray.svg);
}
.diagnostics .accordion.expanded .inner {
  display: block;
}

.treatment .block_title {
  display: flex;
}
@media (max-width: 767px) {
  .treatment .block_title {
    display: block;
    position: relative;
  }
}
.treatment .block_title .scroller {
  display: flex;
  align-items: center;
  margin-left: 16rem;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .treatment .block_title .scroller {
    position: absolute;
    right: 20rem;
    bottom: 16rem;
  }
}
.treatment .block_title img {
  width: 125rem;
}
.treatment .list_wrap {
  padding-bottom: 60rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .treatment .list_wrap {
    padding-bottom: 0;
    padding-top: 40rem;
    overflow: auto;
    margin-top: -24rem;
  }
  .treatment .list_wrap::-webkit-scrollbar {
    display: none;
  }
}
.treatment .list {
  display: flex;
  font-size: 22rem;
  padding-left: 127rem;
  padding-right: 127rem;
  transition-duration: 0.4s;
}
@media (max-width: 767px) {
  .treatment .list {
    font-size: 17rem;
    line-height: 1.25;
    padding-left: 20rem;
    padding-right: 20rem;
  }
}
.treatment .list .item {
  width: 575rem;
  height: 286rem;
  flex-shrink: 0;
  padding: 23rem 16rem 23rem 220rem;
  background-color: rgba(255, 255, 255, 0.25);
  position: relative;
}
@media (max-width: 767px) {
  .treatment .list .item {
    width: 335rem;
    height: 456rem;
    padding: 282rem 12rem 14rem;
  }
}
.treatment .list .item:not(:first-child) {
  margin-left: 20rem;
}
@media (max-width: 767px) {
  .treatment .list .item:not(:first-child) {
    margin-left: 8rem;
  }
}
.treatment .list .item.docking img {
  width: 320rem;
  top: -16rem;
  left: -104rem;
}
@media (max-width: 767px) {
  .treatment .list .item.docking img {
    width: 305rem;
    top: -56rem;
    left: -12rem;
  }
}
.treatment .list .item.warning img {
  width: 312rem;
  top: -42rem;
  left: -53rem;
}
@media (max-width: 767px) {
  .treatment .list .item.warning img {
    width: 300rem;
    top: -72rem;
    left: 32rem;
  }
}
@media (max-width: 767px) {
  .treatment .list .plug {
    width: 20rem;
    flex-shrink: 0;
  }
}
.treatment .list .title {
  font-weight: 700;
  margin-bottom: 10rem;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .treatment .list .title {
    line-height: 1.2;
    margin-bottom: 8rem;
  }
}
.treatment .list img {
  position: absolute;
  width: 556rem;
  top: -172rem;
  left: -129rem;
}
@media (max-width: 767px) {
  .treatment .list img {
    width: 352rem;
    top: -22rem;
    left: -20rem;
  }
}
.treatment.scrolled .block_title img {
  transform: rotate(180deg);
}
/*.treatment.scrolled .list {
  transform: translateX(-596rem);
}*/

.role {
  margin-top: 24rem;
}
.role .inner {
  background: url(../img/omnitus_landing/reasons-bg.png) 50% 0 repeat;
  background-size: cover;
  position: relative;
  height: 352rem;
  color: #444;
  padding: 33rem 40rem;
}
@media (max-width: 767px) {
  .role .inner {
    padding: 210rem 12rem 16rem;
    height: auto;
    margin-top: 44rem;
  }
}
.role .inner > img {
  position: absolute;
  right: -84rem;
  top: 0;
  height: 100%;
}
@media (max-width: 767px) {
  .role .inner > img {
    right: 0rem;
    top: -24rem;
    height: auto;
    width: 100%;
  }
}
.role .inner .list_title {
  font-weight: 700;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .role .inner .list_title {
    margin-top: 12rem;
  }
}
.role .inner .list {
  margin-top: 20rem;
}
@media (max-width: 767px) {
  .role .inner .list {
    margin-top: 12rem;
  }
}
.role .inner .list > div {
  padding-left: 65rem;
  background: url(../img/omnitus_landing/role-tick.svg) 0 50% no-repeat;
  background-size: contain;
  height: 50rem;
  display: flex;
  align-items: center;
  margin-top: 12rem;
}
@media (max-width: 767px) {
  .role .inner .list > div {
    height: auto;
    min-height: 40rem;
    background-size: 40rem;
    padding-left: 48rem;
    margin-top: 8rem;
  }
}

@media (max-width: 767px) {
  .mechanism .second_container {
    max-width: none;
    padding-left: 20rem;
    padding-right: 20rem;
    padding-bottom: 30rem;
    overflow: auto;
  }
  .mechanism .second_container::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 767px) {
  .mechanism .block_title {
    position: relative;
    padding-right: 50%;
  }
  .mechanism .block_title .scroller {
    position: absolute;
    bottom: 6rem;
    right: 34rem;
  }
  .mechanism .block_title .scroller img {
    width: 125rem;
  }
}
.mechanism .inner {
  color: #444;
  background-color: #fff;
  height: 493rem;
  position: relative;
  padding: 36rem 0 0 300rem;
  counter-reset: mechanism;
}
@media (max-width: 767px) {
  .mechanism .inner {
    height: 586rem;
    width: 630rem;
    padding-left: 250rem;
    padding-top: 24rem;
  }
}
.mechanism .inner > img {
  position: absolute;
  left: -88rem;
  top: 0;
  width: 495rem;
}
@media (max-width: 767px) {
  .mechanism .inner > img {
    left: -23rem;
    width: 326rem;
  }
}
.mechanism .inner .list > div {
  padding-left: 65rem;
  counter-increment: mechanism;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .mechanism .inner .list > div {
    align-items: flex-start;
  }
}
.mechanism .inner .list > div:not(:first-child) {
  margin-top: 23rem;
}
@media (max-width: 767px) {
  .mechanism .inner .list > div:not(:first-child) {
    margin-top: 8rem;
  }
}
.mechanism .inner .list > div .left {
  display: flex;
  align-items: center;
  width: 70rem;
}
@media (max-width: 767px) {
  .mechanism .inner .list > div .left {
    width: 54rem;
    align-items: flex-start;
    padding-top: 4rem;
  }
}
.mechanism .inner .list > div img {
  height: 29rem;
}
@media (max-width: 767px) {
  .mechanism .inner .list > div img {
    height: 26rem;
  }
}
.mechanism .inner .list > div.last {
  font-weight: 700;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .mechanism .inner .list > div.last {
    align-items: center;
    margin-top: -6rem;
  }
}
.mechanism .inner .list > div.last img {
  height: 67rem;
  position: relative;
  top: -10rem;
}
@media (max-width: 767px) {
  .mechanism .inner .list > div.last img {
    left: -4rem;
    top: -18rem;
  }
}

.preparation {
  padding-top: 5rem;
  padding-left: 280rem;
  position: relative;
}
@media (max-width: 767px) {
  .preparation {
    padding: 0 0 236rem;
    margin-top: 6rem;
  }
}
.preparation > img {
  width: 293rem;
  position: absolute;
  top: -8rem;
  left: -30rem;
}
@media (max-width: 767px) {
  .preparation > img {
    top: auto;
    bottom: 0;
    left: 12rem;
    width: 230rem;
  }
}
.preparation .block_title {
  margin-bottom: 10rem;
}
.preparation .list > div {
  padding-left: 65rem;
  background: url(../img/omnitus_landing/role-tick.svg) 0 0 no-repeat;
  background-size: 50rem;
  min-height: 50rem;
  display: flex;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .preparation .list > div {
    background-size: 40rem;
    padding-left: 45rem;
    min-height: 40rem;
    line-height: 1.25;
  }
}
.preparation .list > div div {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .preparation .list > div div {
    display: block;
    padding-top: 3rem;
  }
}

@media (max-width: 767px) {
  .research {
    margin-top: 18rem;
  }
}
.research .list {
  display: flex;
  flex-wrap: wrap;
  color: #444;
  background-color: #fff;
  padding: 40rem;
}
@media (max-width: 767px) {
  .research .list {
    font-size: 18rem;
    padding: 18rem 10rem;
  }
}
.research .list > div {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .research .list > div {
    align-items: flex-start;
  }
  .research .list > div > div {
    display: flex;
    align-items: center;
    height: 100%;
  }
}
.research .list > div:not(:last-child) {
  margin-bottom: 19rem;
}
@media (max-width: 767px) {
  .research .list > div:not(:last-child) {
    margin-bottom: 10rem;
  }
}
.research .list > div img {
  margin-right: 12rem;
  width: 50rem;
}
.research .list > div.col1 {
  width: 37%;
}
@media (max-width: 767px) {
  .research .list > div.col1 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .research .list > div.first_blue {
    margin-top: 10rem;
  }
}

.recommend__title {
  font-family: "enthalpy298regular", sans-serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .recommend__title {
    font-size: 45rem;
  }
}
@media (max-width: 767px) {
  .recommend .btn-primary {
    padding-left: 0;
    padding-right: 0;
  }
}

.bottom_literature .hint3 {
  margin-bottom: 22rem;
}
.bottom_literature .article-footnotes__title {
  font-weight: 700;
}

/* 20241217*/
@media (min-width: 768px) {
  .treatment .list {
    padding-left: 0;
    padding-right: 0;
    opacity: 0;
  }
  .treatment .list.slick-initialized {
    opacity: 1;
  }
  .treatment .list .slick-list {
    padding-left: 127rem;
    padding-bottom: 64rem;
    cursor: move;
    cursor: grab;
  }
  .role {
    margin-top: -36rem;
  }
}
