

/* 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/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/open/style.css?17663896781699*/
.open {
    padding: 80rem 0;
    overflow: hidden;
}

.open .h1 {
    max-width: 1000rem;
}

.open .splide__slide {
    width: 33.33%;
}

.open__slider {
    background-image: url(/local/templates/neogen/images/img8.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 40rem;
    margin-bottom: 40rem;
}

.open-slider__slide {
    position: relative;
    border-radius: 4rem;
    padding: 24rem;
    background: linear-gradient(180deg, rgba(2, 110, 249, 0.16) 0%, rgba(0, 0, 0, 0.110965) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32));
    backdrop-filter: blur(23px);
}


.open-slider-slide__title {
    font-size: 20rem;
    font-family: "Grandis Extended", sans-serif;
    margin-bottom: 16rem;
    text-transform: uppercase;
}

.open-slider-slide__img {
    margin-bottom: 16rem;
}

.open-slider-slide__img img {
    width: 100%;
}

.open-slider-slide__subtitle {
    font-family: "Grandis Extended", sans-serif;
    font-size: 14rem;
    text-transform: uppercase;
    margin-bottom: 12rem;
}

.open__slider .text {
    margin-bottom: 0;
    font-size: 14rem;
}

.open .btn {
    max-width: 458rem;
    margin: 0 auto;
    font-size: 16rem;
}

@media (min-width: 768px) {
    .open .splide.is-initialized:not(.is-active) .splide__list {
        display: flex;
        gap: 16rem;
    }
}

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

    .open .splide__slide {
        width: 80vw;
    }

    .open__slider {
        margin: 16rem 0;
    }

    .open-slider-slide__title {
        font-size: 14rem;
    }

    .open-slider-slide__subtitle {
        font-size: 12rem;
    }
}

/* End */


/* Start:/local/templates/neogen/html-blocks/potential/style.css?17663896781123*/
.potential {
    padding: 80rem 0;
}

.potential .h1 {
    overflow: hidden;
    text-transform: none;
    text-align: center;
}

.potential .text {
    margin-bottom: 0;
}

.potential__wrap {
    display: flex;
    background: #091019;
    flex-wrap: wrap;
}

.potential__wrap-col {
    display: flex;
    flex-wrap: wrap;
}

.potential__col {
    width: 50%;
    padding-right: 20rem;
}

.potential__img {
    position: relative;
    width: 642rem;
}

.potential__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.potential__info {
    width: calc(100% - 642rem);
    padding: 40rem;
    min-height: 716rem;
}

.potential__item {
    margin-bottom: 24rem;
}

.potential__item .text {
    margin-top: 8rem;
}

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

    .potential__img {
        order: 1;
        width: 100%;
    }

    .potential__info {
        order: 2;
        width: 100%;
        padding: 16rem;
        min-height: 0;
    }

    .potential__col {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/neogen/html-blocks/proof/style.css?17663896782908*/
.proof {
  padding: 80rem 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 8, 1) 0%,
      rgb(0, 31, 70) 30%,
      rgb(0, 31, 70) 70%,
      rgba(0, 0, 8, 1) 100%);
}

.proof .proof-slider {
  max-width: 1500rem;
  margin: 0 auto;
}

.proof .h1 {
  text-transform: none;
  text-align: center;
  max-width: 1300rem;
  margin: 0 auto 16rem;
}

.proof .tabs__wrap {
  margin-bottom: 24rem;
  justify-content: center;
}

.proof-slider__slide {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.proof-slider-slide__images {
  width: 50%;
  display: flex;
  gap: 17rem;
  flex-wrap: wrap;
  position: relative;
}

.zoom {
  position: absolute;
  right: 17rem;
  bottom: 17rem;
  z-index: 5;
  width: 42rem;
  height: 42rem;
  border-radius: 8rem;
  background-color: rgba(0, 0, 0, 0.24);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.proof-slider-slide__image {
  width: 100%;
  padding: 0 20rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 10rem;
  max-height: 560rem;
}

.proof-slider-slide__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.proof-slider-slide__info {
  width: calc(50% - 24rem);
  border-radius: 10rem;
  margin-left: 24rem;
  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: 24rem;
  overflow: auto;
  max-height: 560rem;
}

.proof-slider-slide__item {
  margin-bottom: 24rem;
}

.proof-slider-slide__item:last-child {
  margin-bottom: 0;
}

.proof-slider-slide__title {
  font-size: 24rem;
  font-family: "Grandis Extended", sans-serif;
  margin-bottom: 16rem;
  text-transform: uppercase;
}

.proof-slider-slide__image-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: var(--white);
  font-size: 14rem;
  font-family: "Grandis Extended", sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 10rem;
  z-index: 3;
  border-radius: 0 0 4rem 4rem;
}

.proof .btn {
  max-width: 286rem;
  margin: 0 auto;
}

.proof-slider-slide__item-title {
  font-size: 16rem;
  font-family: "Grandis Extended", sans-serif;
  text-transform: uppercase;
  margin-bottom: 8rem;
}

.proof .text {
  margin-bottom: 0;
}

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

  .proof-slider-slide__images {
    width: 100%;
  }

  .proof-slider__slide {
    flex-direction: column;
    height: 100%;
  }

  .proof-slider-slide__info {
    width: 100%;
    margin-left: 0;
    margin-top: 16rem;
    padding: 16rem;
    flex-grow: 1;
  }

  .zoom {
    right: 0rem;
    bottom: 0rem;
  }

  .proof-slider-slide__title {
    font-size: 14rem;
  }

  .proof-slider-slide__item-title {
    font-size: 12rem;
  }

  .proof-slider-slide__item {
    margin-bottom: 14rem;
  }
}
/* End */


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

.advneogen .h1 {
    text-align: center;
    max-width: 1103rem;
    margin: 0 auto;
}

.advneogen__wrap {
    display: flex;
    flex-wrap: wrap;
    background-image: url(/local/templates/neogen/images/img11.png);
    background-position: center -70rem;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 100rem;
    margin-bottom: 20rem;
}

.advneogen__item {
    width: calc(25% - 16rem);
    padding: 16rem;
    margin: 8rem;
    border-radius: 8rem;
    background: linear-gradient(0deg, rgba(0, 4, 13, 0.2), rgba(0, 4, 13, 0.2)),
        linear-gradient(107.11deg,
            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%);
    backdrop-filter: blur(20px);
    min-height: 230rem;
    display: flex;
    flex-direction: column;
}

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

.advneogen__item .text {
    margin-top: auto;
    margin-bottom: 0;
}

.advneogen .btn {
    max-width: 333rem;
    margin: 0 auto 0;
}

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

    .advneogen__item {
        width: 100%;
        min-height: 0;
        padding: 16rem;
        margin: 0 0 12rem 0;
    }

    .advneogen-item__title {
        margin-bottom: 0;
        font-size: 14rem;
    }

    .advneogen__wrap {
        background-position: center -35rem;
    }
}

/* End */


/* Start:/local/templates/neogen/html-blocks/feedback/style.css?1766389678996*/
.feedback__wrap {
    overflow: hidden;
    position: relative;
    padding: 28rem 0 28rem 50%;
}

.feedback img {
    position: absolute;
    left: 100rem;
    height: 100%;
    top: 0;
    border-radius: 8rem;
}

.feedback__form {
    background: linear-gradient(107.11deg,
            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%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56));
    padding: 40rem;
    backdrop-filter: blur(24rem);
    width: 100%;
    border-radius: 8rem;
}

.feedback__form .bq-form {
    max-width: 408rem;
}

.feedback__form .btn {
    padding: 13rem 0;
}

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

    .feedback img {
        display: none;
    }

    .feedback__form {
        width: calc(100% + 32rem);
        margin-left: -16rem;
        margin-right: -16rem;
        padding: 16rem;
    }
}
/* End */


/* Start:/local/templates/neogen/html-blocks/invest/style.css?17663896783389*/
.invest {
    padding: 80rem 0;
    background: linear-gradient(0deg, #000000, #000000),
        linear-gradient(180deg, rgba(0, 0, 0, 0.110965) 0%, rgba(2, 110, 249, 0.16) 100%);
    overflow: hidden;

}

.invest .text {
    display: none;
}

.invest .h1 {
    text-align: center;
    max-width: 1300rem;
    margin: 0 auto 40rem;
}



.invest__wrap {
    display: flex;
    margin-bottom: 40rem;
    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%);
}

.invest__block {
    margin-bottom: 40rem;
}

.invest__table {
    font-size: 16rem;
}

.invest__table-row {
    display: flex;
    margin-bottom: 12rem;
}

.invest__table-col:nth-child(1),
.invest__table-col:nth-child(2) {
    width: 30%;
}

.invest__table-col:nth-child(2) {
    text-align: right;
}

.invest__table-col:nth-child(3) {
    width: 40%;
    text-align: right;
}

.invest__table-row:last-child {
    font-weight: 700;
}

.invest__block:nth-child(1) .invest__table-row:not(:last-child):not(:first-child) {
    color: var(--gray);
}

.invest__block:nth-child(2) .invest__table-col:nth-child(3) {
    color: var(--blue);
}

.invest__aside {
    width: 40%;

    backdrop-filter: blur(20px);
    border-radius: 8rem 0 0 8rem;
    padding: 32rem;
}

.invest__row {
    display: flex;
    justify-content: space-between;
    padding: 16rem 0;
}

.invest__row:last-child {
    border-bottom: none;
}

.invest__row span:first-child {
    color: var(--white);
    font-size: 16rem;
    flex: 1;
    padding-right: 10rem;
}

.invest__row span:last-child {
    color: var(--white);
    font-size: 16rem;
    font-weight: 600;
    text-align: right;
    margin-left: 16rem;
}

.invest__row--total span:last-child {
    color: var(--blue);
    font-weight: 700;
}

.invest__main {
    display: flex;
    width: 60%;
    flex-direction: column;
    background-color: #000d1d;
    padding: 40rem;
    border-radius: 8rem;
}

.invest__title {
    font-size: 20rem;
    font-family: "Grandis Extended", sans-serif;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 24rem;
}

.invest__btns {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 16rem;
}

.invest__btns .btn {
    flex-grow: 1;
}

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

    .invest .h1 {
        text-align: left;
    }

    .invest__wrap {
        flex-wrap: wrap;
        width: calc(100% + 32rem);
        margin-left: -16rem;
        margin-right: -16rem;
        margin-bottom: 0;
    }

    .invest__aside {
        width: 100%;
        padding: 16rem;
    }

    .invest__main {
        width: 100%;
        padding: 40rem 16rem 16rem;
    }

    .invest .text {
        display: block;
    }

    .invest__title {
        font-size: 14rem;
        margin-bottom: 16rem;
    }

    .invest__block:nth-child(1) .invest__table {

        overflow: auto;
    }

    .invest__block:nth-child(1) .invest__table-row {
        width: 500rem;
    }

    .invest__block:nth-child(2) .invest__table-row {
        flex-wrap: wrap;
    }

    .invest__block:nth-child(2) .invest__table-col {
        width: 50%;
    }

    .invest__block:nth-child(2) .invest__table-col:nth-child(3) {
        width: 100%;
        text-align: left;
    }
}

/* End */


/* Start:/local/templates/neogen/html-blocks/cooperation/style.css?17663896782207*/
.cooperation {
    padding: 220rem 0 80rem 0;
    background: var(--black);
    position: relative;
    overflow: hidden;
    background-image: url(/local/templates/neogen/images/img12.png);
    background-position: center 20rem;
    background-repeat: no-repeat;
    background-size: 715rem;
}

.cooperation .h1 {
    text-align: center;
    max-width: 1300rem;
    margin: 0 auto 40rem;
}

.cooperation__title {
    font-size: 48rem;
    color: var(--white);
    line-height: 1.2;
    margin: 0;
    position: relative;
    z-index: 2;
    max-width: 1200rem;
    margin-left: auto;
    margin-right: auto;
}

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

.cooperation__content {
    position: relative;
    z-index: 2;
}

.cooperation__text {
    max-width: 602rem;
    margin: 0 auto 80rem;
    text-align: center;
    font-size: 14rem;
    color: var(--gray);
}

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

.cooperation__stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1000rem;
    margin: 0 auto;
}

.cooperation__stat {
    text-align: center;
}

.cooperation__stat-title {
    font-size: 20rem;
    font-family: "Grandis Extended", sans-serif;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 6rem;
    letter-spacing: 0.05em;
}

.cooperation__stat-value {
    font-size: 48rem;
    font-family: "Grandis Extended", sans-serif;
    color: var(--blue-semidark);
    line-height: 1;
    font-weight: 500;
    margin-bottom: 12rem;
}

.cooperation__stat-desc {
    font-size: 14rem;
    color: var(--gray);
    line-height: 1.4;
}

@media (max-width: 767px) {
    .cooperation {
        padding: 152rem 0 40rem 0;
        background-size: 130%;
    }

    .cooperation .h1 {
        text-align: left;
    }

    .cooperation__text {
        text-align: left;
        margin-bottom: 16rem;
    }

    .cooperation__stat {
        width: 100%;
        text-align: left;
        margin-bottom: 16rem;
    }

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

    .cooperation__stat-title {
        font-size: 14rem;
    }

    .cooperation__stat-value {
        font-size: 20rem;
    }
}
/* End */


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

.cooperation-howwork .h1 {
    text-align: center;
    margin: 0 auto;
    max-width: 1100rem;
}

.cooperation-howwork__wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 1370rem;
    margin: 40rem auto 0;
    gap: 16rem;
}

.cooperation-howwork__item {

    width: calc((100% - 32rem) / 3);
    padding: 16rem;
    display: flex;
    flex-direction: column;
    border-radius: 4rem;
    background: linear-gradient(to bottom,
            rgba(2, 110, 249, 0.24),
            rgba(0, 0, 0, 0.24));
    position: relative;
}


.cooperation-howwork__item ul {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
    font-size: 16rem !important;
    padding-left: 30rem !important;
}

.cooperation-howwork__item ul li {
    list-style: disc;
}

.cooperation-howwork__item-title {
    font-size: 20rem;
    font-family: "Grandis Extended", sans-serif;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 16rem;
}

.cooperation-howwork__item-text {
    font-size: 16rem;
    color: var(--gray);
}

.cooperation-howwork__item .more-link {
    margin-top: auto;
    padding-top: 16rem;
    transition: color 0.3s ease;

}


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

    .cooperation-howwork .h1 {
        text-align: left;
    }

    .cooperation-howwork__item {
        width: 100%;
    }

    .cooperation-howwork__item-title {
        font-size: 14rem;
    }

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


/* Start:/local/templates/neogen/html-blocks/trust/style.css?17663896781532*/
.trust {
    padding: 80rem 0;
}

.trust .h1 {
    text-align: center;
    margin-bottom: 0;
}

.trust__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 48rem 0;
    flex-wrap: nowrap;
    flex-shrink: 0;
}

.trust .marquee::before,
.trust .marquee::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    width: 20%;
    z-index: 2;
}

.trust .marquee::after {
    right: 0;
    left: auto;
    background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.trust__subtitle {
    color: var(--gray);
    text-align: center;
    font-size: 20rem;
}

.trust__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}



.marquee {
    overflow: hidden;
    position: relative;
}

.marquee-wrapper {
    display: flex;
    align-items: center;
}


.marquee img {
    flex-shrink: 0;
    margin-right: 30rem;
}

.marquee img {
    max-width: 250rem;
}


.marquee-content {
    display: flex;
    animation: scroll linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 767px) {

    .trust,
    .trust__wrap {
        padding: 40rem 0;
    }

    .trust .marquee::before,
    .trust .marquee::after {
        display: none;
    }

    .marquee img {
        max-width: 200rem;
    }
}
/* End */


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

.klinic::before,
.klinic::after {
    content: "";
    position: absolute;
    left: -80rem;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    width: 20%;
    z-index: 2;
    pointer-events: none;
}

.klinic::after {
    right: -80rem;
    left: auto;
    background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.klinic-slide-item__title {
    font-size: 20rem;
    font-family: "Grandis Extended", sans-serif;
    color: var(--blue);
    text-transform: uppercase;
    transition: font-size 0.3s;
}

.klinic-slide__item {
    margin-bottom: 24rem;
}

.klinic-slide__img {
    position: relative;
    margin-bottom: 24rem;
}

.klinic-slide__img:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.klinic-slide__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.klinic-slide .text {
    margin-bottom: 0;
    font-size: 20rem;
    transition: font-size 0.3s;
}

.klinic-slide__video {
    margin-bottom: 24rem;
}

.klinic-slider {
    margin-top: 56rem;
    position: relative;
}

.klinic .h2 {
    max-width: 800rem;
}

.klinic-slider .splide__track {
    overflow: visible;
}

.klinic-slide {
    padding: 24rem;
    border-radius: 4rem;
    background: var(--blue-dark);
    position: relative;
    z-index: 1;
    height: 100%;
}

.klinic-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4rem;
    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%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
}

.klinic-slider .is-active.is-visible .klinic-slide::before {
    opacity: 1;
}

@media (max-width: 1536px) {
    .klinic::before,
    .klinic::after {
        display: none;
    }
}

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

    .klinic-slider {
        margin-top: 16rem;
    }

    .klinic-slide {
        padding: 16rem;
    }

    .klinic .splide__slide {
        width: 80vw;
    }

    .klinic-slide-item__title {
        font-size: 14rem;
    }

    .klinic-slide .text {
        font-size: 16rem;
    }
}
/* End */


/* Start:/local/templates/neogen/html-blocks/news/style.css?17663896782338*/
.klinic {
    padding: 80rem 0;
    position: relative;
}

.klinic::before,
.klinic::after {
    content: "";
    position: absolute;
    left: -80rem;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    width: 20%;
    z-index: 2;
    pointer-events: none;
}

.klinic::after {
    right: -80rem;
    left: auto;
    background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.klinic-slide-item__title {
    font-size: 20rem;
    font-family: "Grandis Extended", sans-serif;
    color: var(--blue);
    text-transform: uppercase;
    transition: font-size 0.3s;
}

.klinic-slide__item {
    margin-bottom: 24rem;
}

.klinic-slide__img {
    position: relative;
    margin-bottom: 24rem;
}

.klinic-slide__img:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.klinic-slide__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.klinic-slide .text {
    margin-bottom: 0;
    font-size: 20rem;
    transition: font-size 0.3s;
}

.klinic-slide__video {
    margin-bottom: 24rem;
}

.klinic-slider {
    margin-top: 56rem;
    position: relative;
}

.klinic .h2 {
    max-width: 800rem;
}

.klinic-slider .splide__track {
    overflow: visible;
}

.klinic-slide {
    padding: 24rem;
    border-radius: 4rem;
    background: var(--blue-dark);
    position: relative;
    z-index: 1;
    height: 100%;
}

.klinic-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4rem;
    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%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
}

.klinic-slider .is-active.is-visible .klinic-slide::before {
    opacity: 1;
}

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

    .klinic-slider {
        margin-top: 16rem;
    }

    .klinic-slide {
        padding: 16rem;
    }

    .klinic .splide__slide {
        width: 80vw;
    }

    .klinic-slide-item__title {
        font-size: 14rem;
    }

    .klinic-slide .text {
        font-size: 16rem;
    }
}
/* End */


/* Start:/local/templates/neogen/html-blocks/present/style.css?17663896781029*/
.present {
    overflow: hidden;
}

.present__wrap {
    padding-left: 50%;
    position: relative;
}

.present img {
    position: absolute;
    left: 100rem;
    height: 100%;
}

.present__info {
    border-radius: 8rem;
    padding: 137rem 40rem;
    position: relative;
    backdrop-filter: blur(24rem);
    background: linear-gradient(107.11deg,
            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%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56));
}

.present__info .text {
    margin-top: 24rem;
}

.present .btn {
    max-width: 408rem;
}

@media (max-width: 767px) {
    .present__wrap {
        padding-left: 0;
    }

    .present img {
        display: none;
    }

    .present__info {
        width: calc(100% + 32rem);
        margin-left: -16rem;
        margin-right: -16rem;
        padding: 16rem;
    }

    .present__info .text {
        margin-top: 10rem;
    }
}

/* End */


/* Start:/local/templates/neogen/html-blocks/clinics/style.css?176638967814453*/
.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__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;
}

.clinics__dot {
    position: absolute;
    width: 6rem;
    height: 6rem;
    background: #026EF9;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1;
    box-shadow: 0 0 0 4rem rgba(2, 110, 249, 0.3);
}

.clinics__dot::before {
    width: 12rem;
    height: 12rem;
    background: var(--blue-light);
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@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(: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(: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/adv/style.css?17663896781404 */
/* /local/templates/neogen/html-blocks/open/style.css?17663896781699 */
/* /local/templates/neogen/html-blocks/potential/style.css?17663896781123 */
/* /local/templates/neogen/html-blocks/proof/style.css?17663896782908 */
/* /local/templates/neogen/html-blocks/advneogen/style.css?17663896781604 */
/* /local/templates/neogen/html-blocks/feedback/style.css?1766389678996 */
/* /local/templates/neogen/html-blocks/invest/style.css?17663896783389 */
/* /local/templates/neogen/html-blocks/cooperation/style.css?17663896782207 */
/* /local/templates/neogen/html-blocks/cooperation-howwork/style.css?17663896781595 */
/* /local/templates/neogen/html-blocks/trust/style.css?17663896781532 */
/* /local/templates/neogen/html-blocks/klinic/style.css?17663896782463 */
/* /local/templates/neogen/html-blocks/news/style.css?17663896782338 */
/* /local/templates/neogen/html-blocks/present/style.css?17663896781029 */
/* /local/templates/neogen/html-blocks/clinics/style.css?176638967814453 */
