

/* Start:/local/templates/neogen/html-blocks/general/style.css?17663896784492*/
.general {
    background: linear-gradient(129.87deg,
            #032c6a 0%,
            #04071b 73.4%,
            #000000 100%);
    padding: 200rem 0 0 0;
    overflow: hidden;
}

.general h1 {
    margin-bottom: 16rem;
}

.general .text {
    margin-bottom: 40rem;
}

.general__btns .btn {
    margin-bottom: 16rem;
    font-size: 20rem;
}

.general__btns {
    margin-bottom: 79rem;
    width: 409rem;
}

.general__btns .btn:last-child {
    margin-bottom: 0;
}

.general__wrap {
    display: flex;
    flex-wrap: wrap;
}

.general__info {
    max-width: 1100rem;
    padding-right: 50rem;
    z-index: 2;
    position: relative;
}

.general__img {
    width: calc(100% - 1100rem);
    align-self: flex-end;
    position: relative;
}

.general__img img {
    max-width: 85%;
}

.general__good {
    font-size: 20rem;
    width: 176rem;
    height: 176rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Grandis Extended", sans-serif;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    left: -40rem;
    top: calc(50% - 40rem);
}

.general__good:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(124.91% 136.96% at 50.71% 40.27%,
            rgba(64, 85, 132, 0) 0%,
            rgba(0, 200, 255, 0.37) 100%);
    filter: blur(4px);
}

.generaladv-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16rem;
    max-width: 917rem;
    margin-bottom: 80rem;
}

.generaladv-item {
    background: rgba(0, 0, 0, 0.24);
    padding: 16rem;
    border-radius: 16rem;
    width: calc(33.33% - 16rem);
    position: relative;
}

.generaladv-item__top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.generaladv-item-top__title {
    font-size: 14rem;
    font-family: "Grandis Extended", sans-serif;
    text-transform: uppercase;
}

.generaladv-item-top__img {
    width: 64rem;
}

.generaladv-item-top__img svg {
    width: 100%;
    height: 100%;
}

.generaladv-item-top__title {
    width: calc(100% - 64rem);
    padding-right: 30rem;
    padding-left: 4rem;
}

.generaladv-item__text {
    font-size: 16rem;
    color: var(--gray);
}

.generaladv-item--alert {
    cursor: pointer;
}

.generaladv-item--alert:before {
    content: "";
    position: absolute;
    right: 16rem;
    top: 16rem;
    width: 20rem;
    height: 20rem;
    background-image: url(/local/templates/neogen/images/alert.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 767px) {

    .generaladv-item {
        width: 100%;
    }

    .generaladv-list {
        margin-bottom: 0;
        gap: 24rem;
        padding: 40rem 0;
    }

    .generaladv-item__text {
        display: none;
    }

    .generaladv-item-top__img {
        order: 2;
        width: 40rem;
        height: 40rem;
    }

    .generaladv-item-top__title {
        order: 1;
        width: calc(100% - 40rem);
        padding-right: 10rem;
    }

    .generaladv-item {
        padding: 0;
        background-color: transparent;
    }



    .generaladv-list__col:last-child span:last-child {
        margin-bottom: 0;
    }



    .general__info {
        width: calc(100% + 32rem);
        margin-left: -16rem;
        margin-right: -16rem;
        order: 2;
        background: linear-gradient(129.87deg,
                rgba(235, 235, 235, 0.084) 0%,
                rgba(255, 255, 255, 0.166448) 0%,
                rgba(2, 110, 249, 0.24) 38.9%,
                rgba(0, 0, 0, 0.24) 99.42%);
        padding: 16rem;
        backdrop-filter: blur(41px);
    }

    .general__img {
        width: 100%;
        padding: 0;
        order: 1;
        justify-content: flex-end;
        display: flex;
    }

    .general__btns {
        width: 100%;
        margin-bottom: 0;
    }

    .general {
        padding: 120rem 0 0 0;
    }

    .general__img img {
        margin-bottom: -100rem;
        margin-right: -50rem;
    }

    .general__good {
        width: 92rem;
        height: 92rem;
        font-size: 10rem;
        left: 20px;
        top: 50%
    }

    .general .text {
        margin-bottom: 32rem;
    }

    .general__btns .btn {
        font-size: 14rem;
    }

    .generaladv-item--alert {
        padding-left: 25rem;
    }

    .generaladv-item--alert:before {
        right: auto;
        left: 0;
        top: 10rem;
    }

}
/* End */


/* Start:/local/templates/neogen/html-blocks/system/style.css?17663896781147*/
.system {
    overflow: hidden;
    padding: 80rem 0 0 0;
}

.system__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 23rem;
}

.system__img {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.system__img img {
    margin-top: auto;
}

.system__text {
    width: 50%;
    padding-bottom: 40rem;
}

.system__title:first-child {
    margin-bottom: 24rem;
}

.system__title {
    font-size: 20rem;
    font-family: "Grandis Extended", sans-serif;
    text-transform: uppercase;
    margin-bottom: 12rem;
}

.system__title span {
    color: var(--blue);
}

.wrapper .system ul {

    font-size: 16rem;
}

.system__block {
    margin-bottom: 30rem;
}

.system__block:last-child {
    margin-bottom: 0;
}

.wrapper .system li {
    margin-bottom: 12rem;
}

.wrapper .system li:last-child {
    margin-bottom: 0;
}




@media (max-width: 767px) {
    .system {
        padding: 40rem 0;
    }

    .system__img {
        width: 100%;
    }

    .system__text {
        width: 100%;
        padding-bottom: 0;
    }

    .system__title {
        font-size: 14rem;
    }

    .system__block {
        padding: 16rem;
    }
}
/* End */


/* Start:/local/templates/neogen/html-blocks/howwork/style.css?17663896781337*/
.howwork {
    overflow: hidden;
    padding: 80rem 0;
}

.howwork__wrap {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.howwork ol {
    margin-top: 24rem;
    margin-bottom: 24rem;
}

.howwork .btn {
    max-width: 306rem;
    margin-top: 40rem;
}

.howwork__info {
    width: 50%;
    padding-right: 200rem;
    z-index: 2;

}

.howwork__video {
    width: 50%;
    position: relative;
    z-index: 2;
}

.howwork__video .video {
    z-index: 2;
    position: relative;
}

.howwork__wrap img {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-64%, -55%);
    left: 50%;
    z-index: 1;
}

.howwork__video .text {
    margin-bottom: 0;
    text-align: center;
    margin-top: 12rem;
}

@media (max-width: 767px) {
    .howwork {
        padding: 40rem 0;
    }

    .howwork__info {
        width: 100%;
        padding-right: 0;
        order: 2;
    }

    .howwork__video {
        width: 100%;
        order: 1;
        margin-bottom: 20rem;
    }

    .howwork .btn {
        max-width: 100%;
    }

    .howwork__video .text {
        text-align: left;
    }

    .howwork__wrap img {
        top: 60%;
        transform: translate(-64%, -55%);
        left: 100%;
        width: 135%;
    }

    .howwork ol li::before {
        font-size: 20rem;
        top: -3rem;
    }
}
/* End */


/* Start:/local/templates/neogen/html-blocks/plasma/style.css?17663896782040*/
.plasma {
    overflow: hidden;
    padding: 80rem 0;
    background-color: var(--black);
}

.plasma .h1 {
    margin-bottom: 48rem;
}

.plasma__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 80rem;
}

.plasma__content {
    flex: 0 0 calc(50% - 40rem);
    max-width: calc(50% - 40rem);
}

.plasma__intro {
    margin-bottom: 40rem;
    font-size: 18rem;
    line-height: 1.6;
    color: var(--gray);
}

.plasma__factors {
    margin-bottom: 40rem;
}

.plasma__factors .h3 {
    color: var(--blue-semidark);
    margin-bottom: 24rem;
}

.plasma__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.plasma__list-item {
    font-size: 20rem;
    color: var(--white);
    margin-bottom: 16rem !important;
    line-height: 1.5;
}

.plasma__list-item:last-child {
    margin-bottom: 0;
}

.plasma__description p {
    margin-bottom: 24rem;
    line-height: 1.6;
    font-size: 16rem;
    color: var(--gray);
}

.plasma__description p:last-child {
    margin-bottom: 0;
}

.plasma__image {
    flex: 0 0 calc(50% - 40rem);
    max-width: calc(50% - 40rem);
    position: relative;
}

.plasma__image img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 767px) {
    .plasma {
        padding: 32rem 0;
    }

    .plasma .h1 {
        margin-bottom: 24rem;
    }

    .plasma__wrap {
        flex-direction: column;
        gap: 32rem;
    }

    .plasma__content {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .plasma__image {
        flex: 1 1 100%;
        max-width: 100%;
        margin-top: 24rem;
    }

    .plasma__intro {
        margin-bottom: 24rem;
        font-size: 16rem;
    }

    .plasma__factors {
        margin-bottom: 24rem;
    }

    .plasma__factors .h3 {
        margin-bottom: 16rem;
        font-size: 18rem;
    }

    .plasma__list-item {
        font-size: 16rem;
        margin-bottom: 12rem !important;
    }

    .plasma__description p {
        margin-bottom: 16rem;
        font-size: 14rem;
    }
}
/* End */


/* Start:/local/templates/neogen/html-blocks/processes/style.css?17663896782381*/
.processes {
    overflow: hidden;
    padding: 80rem 0;
    background-color: var(--black);
}

.processes .h1 {
    margin-bottom: 48rem;
    max-width: 940rem;
}

.processes__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 80rem;
}

.processes__content {
    flex: 0 0 calc(50% - 40rem);
    max-width: calc(50% - 40rem);
}

.processes__list {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: none;
    margin-bottom: 40rem;
}

.processes__item {
    display: flex;
    align-items: flex-start;
    gap: 20rem;
    margin-bottom: 32rem;
    padding-left: 0 !important;
}

.processes__item::before {
    display: none;
}

.processes__item:last-child {
    margin-bottom: 0;
}

.processes__number {
    flex-shrink: 0;
    width: 32rem;
    height: 32rem;
    background-color: var(--blue-semidark);
    color: var(--white);
    border-radius: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Grandis Extended", sans-serif;
    font-size: 20rem;
    font-weight: 500;
}

.processes__text {
    flex: 1;
    font-size: 16rem;
    color: var(--white);
    line-height: 1.6;
    padding-top: 8rem;
}

.processes__note {
    margin-top: 40rem;
}

.processes__note .text {
    margin-bottom: 0;
    font-size: 16rem;
    line-height: 1.6;
}

.processes__image {
    flex: 0 0 calc(50% - 40rem);
    max-width: calc(50% - 40rem);
    position: relative;
}

.processes__image img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 767px) {
    .processes {
        padding: 32rem 0;
    }

    .processes .h1 {
        margin-bottom: 24rem;
    }

    .processes__wrap {
        flex-direction: column;
        gap: 32rem;
    }

    .processes__content {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .processes__image {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .processes__list {
        margin-bottom: 24rem;
    }

    .processes__item {
        gap: 12rem;
        margin-bottom: 20rem;
    }

    .processes__number {
        width: 32rem;
        height: 32rem;
        font-size: 16rem;
    }

    .processes__text {
        font-size: 14rem;
        padding-top: 4rem;
    }

    .processes__note {
        margin-top: 24rem;
    }

    .processes__note .text {
        font-size: 14rem;
    }
}
/* End */


/* Start:/local/templates/neogen/html-blocks/keyfactors/style.css?17663896782641*/
.keyfactors {
  overflow: hidden;
  padding: 80rem 0;
  background-color: var(--black);
}

.keyfactors .h1 {
  margin-bottom: 64rem;
  z-index: 2;
  position: relative;
  max-width: 940rem;
}

.keyfactors__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40rem;
}

.keyfactors__column {
  flex: 0 0 calc(33.333% - 27rem);
  max-width: calc(33.333% - 27rem);
  z-index: 2;
}

.keyfactors__column--center {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40rem;
  z-index: 1;
}

.keyfactors__card {
  background: linear-gradient(90deg, var(--black) 0%, #29303b 100%);
  border-radius: 10rem;
  padding: 1px;
}

.keyfactors-card__wrap {
  border-radius: 10rem;
  padding: 32rem;
  height: 100%;
  background: linear-gradient(180deg, #011126 0%, #000101 100%);
  display: flex;
  flex-direction: column;
}

.keyfactors-card__wrap .h3 {
  margin-bottom: 24rem;
  color: var(--white);
}

.keyfactors__text {
  flex: 1;
}

.keyfactors__text .text {
  margin-bottom: 0;
  font-size: 16rem;
  line-height: 1.6;
  color: var(--gray);
}

.keyfactors__highlight {
  color: var(--blue);
  font-weight: 500;
}

.keyfactors__image {
  width: 100%;
  max-width: 400rem;
}

.keyfactors__image img {
  width: 180%;
  height: auto;
  display: block;
  max-width: none !important;
  margin: -121rem -141rem;
}

.keyfactors__labels {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.keyfactors__label {
  position: absolute;
  font-family: "Grandis Extended", sans-serif;
  font-size: 64rem;
  font-weight: 700;
  color: var(--white);
  text-shadow: 0 0 20rem rgba(86, 149, 255, 0.8);
}

.keyfactors__label--n {
  top: 45%;
  left: 30%;
  transform: translate(-50%, -50%);
}

.keyfactors__label--o {
  top: 45%;
  right: 20%;
  transform: translate(50%, -50%);
}

@media (max-width: 767px) {
  .keyfactors {
    padding: 32rem 0;
    position: relative;
  }

  .keyfactors .h1 {
    margin-bottom: 32rem;
    max-width: 240rem;
  }

  .keyfactors__wrap {
    flex-direction: column;
    gap: 32rem;
  }

  .keyfactors__column {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .keyfactors__column--center {
    order: -1;
    padding-top: 0;
    margin-bottom: 16rem;
  }

  .keyfactors-card__wrap {
    padding: 20rem;
    min-height: auto;
  }

  .keyfactors-card__wrap .h3 {
    margin-bottom: 16rem;
  }

  .keyfactors__text .text {
    font-size: 14rem;
  }

  .keyfactors__image img {
    margin: 0;
    position: absolute;
    top: 0rem;
    right: -109rem;
    width: 440rem;
    height: auto;
  }

  .keyfactors__label {
    font-size: 40rem;
  }
}
/* End */


/* Start:/local/templates/neogen/html-blocks/mechanisms/style.css?17663896782535*/
.mechanisms {
    overflow: hidden;
  padding: 80rem 0;
  background-color: var(--black);
}

.mechanisms .h1 {
  margin-bottom: 64rem;
}

.mechanisms__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80rem;
}

.mechanisms__grid {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 24rem;
}

.mechanisms__card {
  flex: 0 0 calc(50% - 12rem);
  max-width: calc(50% - 12rem);
  background: linear-gradient(90deg, var(--black) 0%, #29303b 100%);
  border-radius: 10rem;
  padding: 1px;
  min-height: 180rem;
}

.mechanisms-card__wrap {
  border-radius: 10rem;
  padding: 32rem;
  height: 100%;
  background: linear-gradient(180deg, #011126 0%, #000101 100%);
  display: flex;
  flex-direction: column;
}

.mechanisms-card__wrap .h3 {
  margin-bottom: 16rem;
  color: var(--white);
  font-size: 18rem;
  line-height: 1.3;
}

.mechanisms__text {
  flex: 1;
  margin-bottom: 0;
  font-size: 20rem;
  line-height: 1.5;
}

.mechanisms__logo {
  flex-shrink: 0;
  width: 600rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.mechanisms__logo::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(86, 149, 255, 0.15) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.mechanisms__logo img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}

.mechanisms__logo-text {
  font-family: "Grandis Extended", sans-serif;
  font-size: 120rem;
  font-weight: 700;
  color: var(--white);
  text-shadow: 0 0 40rem rgba(86, 149, 255, 0.6),
    0 0 80rem rgba(86, 149, 255, 0.4);
  position: relative;
  z-index: 1;
  letter-spacing: -0.05em;
}

@media (max-width: 767px) {
  .mechanisms {
    padding: 32rem 0;
  }

  .mechanisms .h1 {
    margin-bottom: 32rem;
    max-width: 190rem;
  }

  .mechanisms__wrap {
    flex-direction: column;
    gap: 32rem;
  }

  .mechanisms__grid {
    gap: 16rem;
  }

  .mechanisms__card {
    flex: 1 1 100%;
    max-width: 100%;
    min-height: auto;
  }

  .mechanisms-card__wrap {
    padding: 20rem;
  }

  .mechanisms-card__wrap .h3 {
    font-size: 14rem;
    margin-bottom: 12rem;
  }

  .mechanisms__text {
    font-size: 12rem;
  }

  .mechanisms__logo {
    width: 200rem;
    height: 200rem;
    order: -1;
    margin: 0;
    margin-left: auto;
    margin-top: -70rem;
    margin-bottom: -40rem;
  }

  .mechanisms__logo-text {
    font-size: 64rem;
  }
}

/* End */


/* Start:/local/templates/neogen/html-blocks/biophysical/style.css?17663896781493*/
.biophysical {
    overflow: hidden;
    padding: 80rem 0;
    background-color: var(--black);
}

.biophysical__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80rem;
}

.biophysical__diagram {
    flex: 0 0 calc(40% - 40rem);
    max-width: calc(40% - 40rem);
    position: relative;
}

.biophysical__diagram img {
    width: 100%;
    height: auto;
    display: block;
}

.biophysical__content {
    flex: 0 0 calc(60% - 40rem);
    max-width: calc(60% - 40rem);
}

.biophysical__content .h1 {
    margin-bottom: 32rem;
}

.biophysical__highlight {
    font-size: 20rem;
    text-transform: uppercase;
    font-family: "Grandis Extended", sans-serif;
    margin-bottom: 40rem;
    color: var(--white);
    line-height: 1.4;
}

.biophysical__description {
    margin-bottom: 0;
    font-size: 16rem;
    line-height: 1.6;
    color: var(--gray);
}

@media (max-width: 767px) {
    .biophysical {
        padding: 32rem 0;
    }

    .biophysical__wrap {
        flex-direction: column;
        gap: 32rem;
    }

    .biophysical__diagram {
        flex: 1 1 100%;
        max-width: 100%;
        order: 2;
    }

    .biophysical__content {
        flex: 1 1 100%;
        max-width: 100%;
        order: 1;
    }

    .biophysical__content .h1 {
        margin-bottom: 20rem;
    }

    .biophysical__highlight {
        margin-bottom: 20rem;
        font-size: 16rem;
    }

    .biophysical__description {
        font-size: 14rem;
    }
}
/* End */


/* Start:/local/templates/neogen/html-blocks/uniqueness/style.css?17663896782664*/
.uniqueness {
    overflow: hidden;
    padding: 80rem 0;
    background-color: var(--black);
}

.uniqueness .h1 {
    margin-bottom: 64rem;
    text-align: center;
}

.uniqueness__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40rem;
}

.uniqueness__column {
    display: flex;
    flex-direction: column;
    gap: 24rem;
}

.uniqueness__column--left,
.uniqueness__column--right {
    flex: 0 0 calc(33.333% - 27rem);
    max-width: calc(33.333% - 27rem);
}

.uniqueness__column--center {
    flex: 0 0 calc(33.333% - 27rem);
    max-width: calc(33.333% - 27rem);
    display: flex;
    align-items: center;
    justify-content: center;
}

.uniqueness__diagram {
    width: 100%;
    max-width: 400rem;
}

.uniqueness__diagram img {
    width: 200%;
    height: auto;
    display: block;
    max-width: none !important;
    margin: -40% -50%;
}

.uniqueness__card {
    background: linear-gradient(90deg, var(--black) 0%, #29303B 100%);
    border-radius: 10rem;
    padding: 1px;
}

.uniqueness-card__wrap {
    border-radius: 10rem;
    padding: 24rem;
    height: 100%;
    background: linear-gradient(180deg, #011126 0%, #000101 100%);
    display: flex;
    flex-direction: column;
}

.uniqueness-card__wrap .h3 {
    margin-bottom: 16rem;
    color: var(--blue) !important;
    font-size: 16rem;
    text-transform: uppercase;
}

.uniqueness__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.uniqueness__list li {
    font-size: 16rem;
    color: var(--gray);
    line-height: 1.5;
    margin-bottom: 12rem;
    padding-left: 0
}

.uniqueness__list li::before {
    display: none
}

.uniqueness__list li:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .uniqueness {
        padding: 32rem 0;
    }

    .uniqueness .h1 {
        margin-bottom: 32rem;
    }

    .uniqueness__wrap {
        flex-direction: column;
        gap: 20rem;
    }

    .uniqueness__column {
        gap: 16rem;
    }

    .uniqueness__column--left,
    .uniqueness__column--right,
    .uniqueness__column--center {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .uniqueness__column--center {
        order: -1;
    }

    .uniqueness__diagram {
        max-width: none;
        margin: 0 auto;
    }

    .uniqueness__diagram img {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .uniqueness-card__wrap {
        padding: 16rem;
    }

    .uniqueness-card__wrap .h3 {
        font-size: 14rem;
        margin-bottom: 12rem;
    }

    .uniqueness__list li {
        font-size: 12rem;
        margin-bottom: 8rem;
        padding-left: 14rem;
    }
}
/* End */


/* Start:/local/templates/neogen/html-blocks/difference/style.css?17663896782218*/
.difference {
    padding: 80rem 0 0 0;
    background-color: var(--black);
}

.difference__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80rem;
}

.difference__content {
    flex: 0 0 calc(50% - 40rem);
    max-width: calc(50% - 40rem);
}

.difference__content .h1 {
    margin-bottom: 48rem;
}

.difference__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.difference__item {
    margin-bottom: 24rem !important;
    padding-left: 0 !important;
    position: relative;
    font-size: 18rem;
    color: var(--white);
    line-height: 1.5;
    text-transform: uppercase;
    font-family: "Grandis Extended", sans-serif;
    font-weight: 500;
}

.difference__item:last-child {
    margin-bottom: 0;
}

.difference__image {
    flex: 0 0 calc(50% - 40rem);
    max-width: calc(50% - 40rem);
    overflow: hidden;
}

.difference__image img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 -460rem 0;
}

@media (max-width: 767px) {
    .difference {
        padding: 40rem 0 0 0;
    }

    .difference__wrap {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .difference__content {
        display: contents;
    }

    .difference__content .h1 {
        order: 1;
        margin-bottom: 32rem;
        text-transform: uppercase;
    }

    .difference__image {
        order: 2;
        width: 100%;
        max-width: 100%;
        margin-bottom: -130rem;
        position: relative;
        z-index: 0;
    }

    .difference__image img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0;
    }

    .difference__list {
        order: 3;
        margin-left: -16rem;
        margin-right: -16rem;
        background: linear-gradient(129.87deg, rgba(235, 235, 235, 0.084) 0%, rgba(255, 255, 255, 0.166448) 0%, rgba(2, 110, 249, 0.24) 38.9%, rgba(0, 0, 0, 0.24) 99.42%);
        position: relative;
        z-index: 1;
        padding: 24rem 16rem !important;
        width: calc(100% + 32rem);
        backdrop-filter: blur(40px);
    }

    .difference__item {
        font-size: 14rem;
        margin-bottom: 16rem;
        padding-left: 0 !important;
    }
}
/* End */


/* Start:/local/templates/neogen/html-blocks/adv/style.css?17663896781404*/

.adv {
    overflow: hidden;
    padding: 80rem 0 0 0;
    background: linear-gradient(129.87deg,
            rgba(235, 235, 235, 0.084) 0%,
            rgba(255, 255, 255, 0.166448) 0%,
            rgba(2, 110, 249, 0.24) 38.9%,
            rgba(0, 0, 0, 0.24) 99.42%);
}

.adv .h1 {
    text-transform: none;
    margin-bottom: 40rem;
}

.adv__wrap {
    display: flex;
    flex-wrap: wrap;
}

.adv__img {
    width: 40%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.adv__list {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
}

.adv-list__col {
    width: 50%;
    padding: 0 20rem;
}

.adv-list__col span {
    margin-bottom: 32rem;
    display: block;
    font-size: 16rem;
}



@media (max-width: 767px) {
    .adv {
        padding: 40rem 0 0 0;
    }
    .adv__list {
        margin-left: -16rem;
        margin-right: -16rem;
        background: linear-gradient(129.87deg, rgba(235, 235, 235, 0.084) 0%, rgba(255, 255, 255, 0.166448) 0%, rgba(2, 110, 249, 0.24) 38.9%, rgba(0, 0, 0, 0.24) 99.42%);
        position: relative;
        z-index: 1;
        padding: 24rem 16rem;
        width: calc(100% + 32rem);
        backdrop-filter: blur(40px);
    }
    .adv__img {
        margin-bottom: -130rem;
    }

    .adv .h1 {
        text-transform: uppercase;
    }

    .adv__img,
    .adv-list__col {
        width: 100%;
        padding: 0;
    }
}

/* End */


/* Start:/local/templates/neogen/html-blocks/clinics/style.css?177559178314182*/
.clinics {
    padding: 80rem 0;
    position: relative;
    overflow: hidden;
}

.clinics .h2 {
    max-width: 1240rem;
}

.clinics__wrapper {
    position: relative;
}

.clinics__map-wrapper {
    overflow: auto;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.clinics__map-wrapper::-webkit-scrollbar {
    display: none;
    width: 0 !important;
}

.clinics__map {
    position: relative;
    min-width: 992rem;
    background-image: url("/local/templates/neogen/images/map.svg");
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.clinics__svg {
    display: block;
    width: 100%;
    height: auto;
}

.clinics__path {
    -webkit-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #0c1726;
    stroke: #244673;
    stroke-width: 1.2;
}

.clinics__path.is-hidden {
    display: block;
}

.clinics__path--region {
    cursor: pointer;
}

.clinics__path--region:not(.is-hidden).is-active,
.clinics__path--region:not(.is-hidden).is-open {
    fill: var(--blue);
}

.clinics__circle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 30rem;
    height: 30rem;
    padding-top: 3rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: var(--blue);
    color: #fff;
    font-weight: 500;
    font-size: 18rem;
    text-align: center;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /*pointer-events: none;*/
    z-index: 2;
}

.clinics__circle[data-region="sevastopol"] {
    margin-left: 10rem;
}

.clinics__list {
    visibility: hidden;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 428rem;
    height: calc(100% - 100rem);
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.15s ease, visibility 0.15s ease;
    -o-transition: opacity 0.15s ease, visibility 0.15s ease;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    will-change: opacity;
}

.clinics__list.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}

.clinics__item {
    display: none;
    position: absolute;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.clinics__item.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.clinics__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-flex-negative: 0;
}

.clinics__title {
    margin-right: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 32rem;
    font-family: "Grandis Extended", sans-serif;
    margin-bottom: 20rem;
}

.clinics__close {
    position: relative;
    flex-shrink: 0;
    width: 26rem;
    height: 26rem;
    margin-top: 9.5rem;
    margin-left: 9.5rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: #232323;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    -ms-flex-negative: 0;
}

.clinics__close:hover {
    color: #026ef9;
}

.clinics__close::before,
.clinics__close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 1px;
    background: var(--gray);
    content: "";
}

.clinics__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.clinics__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.clinics__sublist {
    -ms-flex: auto;
    flex: auto;
    margin: 0;
    margin-top: 28rem;
    padding: 0;
    padding-right: 10rem !important;
    overflow: auto;
    list-style: none;
    -webkit-box-flex: 1;
}

.clinics__sublist::-webkit-scrollbar {
    width: 3rem;
    height: 3rem;
}

.clinics__sublist::-webkit-scrollbar-track {
    border-radius: 3rem;
    background-color: #fff;
}

.clinics__sublist::-webkit-scrollbar-track:hover {
    background-color: #fff;
}

.clinics__sublist::-webkit-scrollbar-track:active {
    background-color: #fff;
}

.clinics__sublist::-webkit-scrollbar-thumb {
    border-radius: 3rem;
    background-color: #232323;
}

.clinics__sublist::-webkit-scrollbar-thumb:hover {
    background-color: #232323;
}

.clinics__sublist::-webkit-scrollbar-thumb:active {
    background-color: #232323;
}

.clinics__subitem {
    padding: 16rem;
    background: linear-gradient(135deg, #292a2b 0%, #092449 50%, #091322 100%);
    backdrop-filter: blur(24rem);
    border-radius: 8rem;
}

.clinics-subitem__title {
    font-size: 14rem;
    margin-bottom: 8rem;
    text-transform: uppercase;
    color: #fff;
    font-family: "Grandis Extended", sans-serif;
}

.clinics__subitem a,
.clinics__subitem span {
    display: block;
    margin-bottom: 10rem;
    font-size: 12rem;
    text-decoration: underline !important;
    text-transform: uppercase;
    color: #fff;
    padding-right: 30rem;
    position: relative;
}

.clinics__subitem span {
    text-decoration: none !important;
}

.clinics__subitem a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 24rem;
    height: 16rem;
    background: url(/local/templates/neogen/images/arrow.svg) no-repeat center center;
    background-size: contain;
}

.clinics__subitem a:hover {
    text-decoration: none !important;
}

.clinics__subitem:not(:first-child) {
    margin-top: 16rem;
}

.clinics__eqip-list {
    display: inline-block;
    width: 100%;
    padding-bottom: 12rem;

    vertical-align: middle;
}

.clinics__eqip-item {
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 24rem;
    letter-spacing: 1rem;
    vertical-align: middle;
}

.clinics__eqip-item:not(:last-child):after {
    display: inline-block;
    margin: 0 0.125em 0 0.05em;
    content: "\2022";
    vertical-align: middle;
}

.clinics__eqip-link {
    display: inline-block;
    color: #232323;
    font-style: inherit;
    font-weight: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    vertical-align: middle;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.clinics__subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 20rem;
}

.clinics__subtitle:not(:first-child) {
    margin-top: 12rem;
}

.clinics__address {
    margin-top: 16rem;
    color: var(--white);
    font-style: normal;
    font-weight: 400;
    font-size: 16rem;
}

.clinics__links-list {
    margin-top: 16rem;
}

.clinics__links-item:not(:first-child) {
    margin-top: 2rem;
}

.clinics__link {
    color: #232323;
    font-style: normal;
    font-weight: 500;
    font-size: 18rem;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}


.clinics__tooltip {
    position: absolute;
    z-index: 100;
    padding: 12rem 20rem;
    background: rgba(23, 31, 46, 0.9);
    backdrop-filter: blur(4px);
    color: #fff;
    font-size: 14rem;
    font-weight: 500;
    border-radius: 4rem;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    white-space: nowrap;
    transform: translate(-50%, -120%);
    box-shadow: 0 4rem 12rem rgba(0, 0, 0, 0.15);
}

.clinics__tooltip.is-visible {
    opacity: 1;
}



@media (max-width: 1439px) {
    .clinics__circle {
        width: 24rem;
        height: 24rem;
        padding-top: 2rem;
        font-size: 14rem;
    }
}

@media (max-width: 1199px) {
    .clinics__circle {
        width: 20rem;
        height: 20rem;
        padding-top: 1px;
        font-size: 12rem;
    }
}

@media (max-width: 767px) {
    .clinics__map-wrapper {
        margin-right: -16rem;
        margin-left: -16rem;
        padding-right: 16rem;
        padding-left: 16rem;
    }

    .clinics__list {
        position: static;
        width: 100%;
        height: auto;
        padding-top: 16rem;
    }

    .clinics__item {
        position: static;
        height: auto;
    }

    .clinics__title {
        font-size: 20rem;
    }

    .clinics__close {
        margin-top: 0;
    }

    .clinics__sublist {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: -16rem;
        margin-left: -16rem;
        padding-right: 0;
        padding-right: 16rem;
        padding-bottom: 16rem;
        padding-left: 16rem;

        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .clinics__sublist::-webkit-scrollbar {
        display: none;
    }


    .clinics__subitem {
        flex-shrink: 0;
        width: 328rem;
        padding: 24rem;
        -ms-flex-negative: 0;
    }

    .clinics__subitem:not(:only-child) {
        width: 280rem;
    }

    .clinics__subitem:not(:first-child) {
        margin-top: 0;
        margin-left: 16rem;
    }

    .clinics__eqip-list {
        padding-bottom: 10rem;
    }

    .clinics__eqip-item {
        font-size: 18rem;
    }

    .clinics__subtitle {
        font-size: 16rem;
    }

    .clinics__subtitle:not(:first-child) {
        margin-top: 10rem;
    }

    .clinics__sublist::-webkit-scrollbar-track:active {
        background-color: #fff;
    }

    .clinics__sublist::-webkit-scrollbar-thumb {
        border-radius: 3rem;
        background-color: #232323;
    }

    .clinics__sublist::-webkit-scrollbar-thumb:hover {
        background-color: #232323;
    }

    .clinics__sublist::-webkit-scrollbar-thumb:active {
        background-color: #232323;
    }

    .clinics__subitem {
        padding: 16rem;
        background: linear-gradient(135deg, #292a2b 0%, #092449 50%, #091322 100%);
        backdrop-filter: blur(24rem);
        border-radius: 8rem;
    }

    .clinics__subitem:not(:first-child) {
        margin-top: 16rem;
    }

    .clinics__eqip-list {
        display: inline-block;
        width: 100%;
        padding-bottom: 12rem;

        vertical-align: middle;
    }

    .clinics__eqip-item {
        display: inline-block;
        font-style: normal;
        font-weight: 600;
        font-size: 24rem;
        letter-spacing: 1rem;
        vertical-align: middle;
    }

    .clinics__eqip-item:not(:last-child):after {
        display: inline-block;
        margin: 0 0.125em 0 0.05em;
        content: "\2022";
        vertical-align: middle;
    }

    .clinics__eqip-link {
        display: inline-block;
        color: #232323;
        font-style: inherit;
        font-weight: inherit;
        font-size: inherit;
        letter-spacing: inherit;
        vertical-align: middle;
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }

    .clinics__subtitle {
        font-style: normal;
        font-weight: 500;
        font-size: 20rem;
    }

    .clinics__subtitle:not(:first-child) {
        margin-top: 12rem;
    }

    .clinics__address {
        margin-top: 16rem;
        color: var(--white);
        font-style: normal;
        font-weight: 400;
        font-size: 16rem;
    }

    .clinics__links-list {
        margin-top: 16rem;
    }

    .clinics__links-item:not(:first-child) {
        margin-top: 2rem;
    }

    .clinics__link {
        color: #232323;
        font-style: normal;
        font-weight: 500;
        font-size: 18rem;
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }
}

@media (max-width: 1439px) {
    .clinics__circle {
        width: 24rem;
        height: 24rem;
        padding-top: 2rem;
        font-size: 14rem;
    }
}

@media (max-width: 1199px) {
    .clinics__circle {
        width: 20rem;
        height: 20rem;
        padding-top: 1px;
        font-size: 12rem;
    }
}

@media (max-width: 767px) {
    .clinics__map-wrapper {
        margin-right: -16rem;
        margin-left: -16rem;
        padding-right: 16rem;
        padding-left: 16rem;
    }

    .clinics__list {
        position: static;
        width: 100%;
        height: auto;
        padding-top: 16rem;
    }

    .clinics__item {
        position: static;
        height: auto;
    }

    .clinics__title {
        font-size: 20rem;
    }

    .clinics__close {
        margin-top: 0;
    }

    .clinics__sublist {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: -16rem;
        margin-left: -16rem;
        padding-right: 0;
        padding-right: 16rem;
        padding-bottom: 16rem;
        padding-left: 16rem;

        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .clinics__sublist::-webkit-scrollbar {
        display: none;
    }


    .clinics__subitem {
        flex-shrink: 0;
        width: 328rem;
        padding: 24rem;
        -ms-flex-negative: 0;
    }

    .clinics__subitem:not(:only-child) {
        width: 280rem;
    }

    .clinics__subitem:not(:first-child) {
        margin-top: 0;
        margin-left: 16rem;
    }

    .clinics__eqip-list {
        padding-bottom: 10rem;
    }

    .clinics__eqip-item {
        font-size: 18rem;
    }

    .clinics__subtitle {
        font-size: 16rem;
    }

    .clinics__subtitle:not(:first-child) {
        margin-top: 10rem;
    }

    .clinics__address {
        margin-top: 12rem;
        font-size: 12rem;
    }

    .clinics__links-list {
        margin-top: 12rem;
    }

    .clinics__link {
        font-size: 14rem;
    }

    .clinics {
        padding: 40rem 0;
    }

}
/* End */
/* /local/templates/neogen/html-blocks/general/style.css?17663896784492 */
/* /local/templates/neogen/html-blocks/system/style.css?17663896781147 */
/* /local/templates/neogen/html-blocks/howwork/style.css?17663896781337 */
/* /local/templates/neogen/html-blocks/plasma/style.css?17663896782040 */
/* /local/templates/neogen/html-blocks/processes/style.css?17663896782381 */
/* /local/templates/neogen/html-blocks/keyfactors/style.css?17663896782641 */
/* /local/templates/neogen/html-blocks/mechanisms/style.css?17663896782535 */
/* /local/templates/neogen/html-blocks/biophysical/style.css?17663896781493 */
/* /local/templates/neogen/html-blocks/uniqueness/style.css?17663896782664 */
/* /local/templates/neogen/html-blocks/difference/style.css?17663896782218 */
/* /local/templates/neogen/html-blocks/adv/style.css?17663896781404 */
/* /local/templates/neogen/html-blocks/clinics/style.css?177559178314182 */
