

/* 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/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/calc/style.css?176638967813413*/
.calc {
    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%);

}

.calc .text {
    display: none;
}

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



.calc__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%);
}

.calc__block {
    margin-bottom: 40rem;
}

.calc__block--neogen-cost .calc__table-col:nth-child(3),
.calc__block--total .calc__table-col:nth-child(3) {
    color: var(--blue);
}

.calc__table {
    font-size: 16rem;
}

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

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

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

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

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

.calc__block--total .calc__table-row:not(:last-child):not(:first-child) {
    color: var(--gray);
}

.calc__warning {
    margin-top: 12rem;
    color: #ffa0a0;
    font-size: 14rem;
}

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

.calc__aside {
    width: 40%;

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

.calc__aside-wrap {
    position: sticky;
    top: 120rem;
}

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

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

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

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

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

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

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

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

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

/* === ЛЕВАЯ ПАНЕЛЬ === */
.calc__aside-title {
    font-family: "Grandis Extended", sans-serif;
    font-size: 16rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 24rem;
}

.calc__procedures {
    display: flex;
    flex-direction: column;
    gap: 16rem;
    margin-bottom: 24rem;
}

/* === КАРТОЧКА ПРОЦЕДУРЫ === */
.calc__procedure {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 10rem;
    margin-bottom: 24rem;
}

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

.calc__procedure-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12rem;
    background-color: #026EF9;
    padding: 10rem;
    border-radius: 8rem;
}

.calc__procedure-name {
    font-family: "Grandis Extended", sans-serif;
    font-size: 18rem;
    color: var(--white);
    line-height: 1.3;
    padding-right: 50rem;
}

.calc__procedure-actions {
    display: flex;
    flex-shrink: 0;
}

.calc__procedure-settings,
.calc__procedure-delete {
    width: 28rem;
    height: 28rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4rem;
    color: var(--white);
    cursor: pointer;
    transition: opacity 0.2s;
}

.calc__procedure-settings:hover,
.calc__procedure-delete:hover {
    opacity: 0.5;
}

.calc__procedure-delete {
    font-size: 20rem;
    line-height: 1;
}

.calc__procedure-info {
    display: flex;
    flex-wrap: wrap;
    gap: 16rem;
    font-size: 16rem;
    color: var(--gray);
}

/* === КНОПКА ДОБАВЛЕНИЯ === */
.wrapper button.calc__add-btn {
    width: 100%;
    padding: 16rem;
    font-family: "Grandis Extended", sans-serif;
    text-align: center;
    font-size: 14rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--white);
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8rem;
    cursor: pointer;
    transition: all 0.3s;
}

.wrapper button.calc__add-btn:hover {
    border-color: var(--blue);
    color: var(--blue);
}

/* === РЕДАКТИРУЕМОЕ ПОЛЕ === */
.calc__editable {
    cursor: pointer;
    border-bottom: 1px dashed var(--blue);
    background: rgba(2, 110, 249, 0.4);
    padding: 2rem 8rem;
    border-radius: 4rem;
    transition: all 0.2s;
}

.calc__editable:hover {

    border-bottom-style: solid;
}

.calc__cost-input {
    width: 120rem;
    padding: 4rem 8rem;
    font-size: 16rem;
    color: var(--white);
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid var(--blue);
    border-radius: 4rem;
    outline: none;
}

/* === МОДАЛЬНОЕ ОКНО === */
.calc__modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    display: flex;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10rem;
}

.calc__modal.is-open {
    opacity: 1;
    visibility: visible;
}

.calc__modal-content {
    position: relative;
    width: 100%;
    max-width: 900rem;
    background: linear-gradient(135deg, #0a1628 0%, #0d1f3c 100%);
    border-radius: 12rem;
    padding: 32rem;
    transform: translateY(20px);
    transition: transform 0.3s;
    margin: auto;
}

.calc__modal.is-open .calc__modal-content {
    transform: translateY(0);
}

.calc__modal-close {
    position: absolute;
    top: 16rem;
    right: 16rem;
    width: 32rem;
    height: 32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28rem;
    color: var(--white);
    background: transparent;
    border: none;
    cursor: pointer;
    transition: color 0.2s;
}

.calc__modal-close:hover {
    color: var(--blue);
}

.calc__modal-title {
    font-family: "Grandis Extended", sans-serif;
    font-size: 20rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 24rem;
}

.calc__modal-body {
    display: flex;
    gap: 32rem;
}

.calc__modal-left {
    flex: 1;
}

.calc__modal-right {
    width: 280rem;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

.calc__modal-right .btn {
    margin-top: auto;
}

/* === РАДИО-СПИСОК === */
.calc__modal-list {
    height: 400rem;
    overflow-y: auto;
    padding-right: 8rem;
}

.calc__modal-list::-webkit-scrollbar {
    width: 4rem;
}

.calc__modal-list::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2rem;
}

.calc__modal-list::-webkit-scrollbar-thumb {
    background: var(--blue);
    border-radius: 2rem;
}

.calc__modal-radio {
    display: flex;
    align-items: center;
    gap: 12rem;
    padding: 10rem 0;
    cursor: pointer;
    transition: opacity 0.2s;
}

.calc__modal-radio:hover {
    opacity: 0.8;
}

.calc__modal-radio input {
    display: none;
}

.calc__modal-radio-circle {
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
    position: relative;
    transition: border-color 0.2s;
}

.calc__modal-radio.is-checked .calc__modal-radio-circle {
    border-color: var(--blue);
    background: var(--blue);
}

.calc__modal-radio.is-checked .calc__modal-radio-circle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8rem;
    height: 8rem;
    background: var(--white);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.calc__modal-radio-text {
    font-size: 14rem;
    color: var(--white);
    line-height: 1.3;
}

/* === ЗАБЛОКИРОВАННЫЕ ПРОЦЕДУРЫ (УЖЕ ДОБАВЛЕНЫ) === */
.calc__modal-radio.is-disabled {
    opacity: 0.4;
    pointer-events: none;
    cursor: not-allowed;
}

.calc__modal-radio.is-disabled .calc__modal-radio-circle {
    border-color: rgba(255, 255, 255, 0.3);
}

.calc__modal-radio-added {
    font-size: 11rem;
    color: #4CAF50;
    margin-left: auto;
    padding: 2rem 6rem;
    background: rgba(76, 175, 80, 0.2);
    border-radius: 4rem;
}

/* === ПРАВАЯ ЧАСТЬ МОДАЛКИ === */
.calc__modal-section {
    margin-bottom: 24rem;
}

.calc__modal-label {
    font-size: 14rem;
    color: var(--gray);
    margin-bottom: 12rem;
}

/* === ПЕРЕКЛЮЧАТЕЛЬ НАСАДОК === */
.calc__nozzle-toggle {
    display: flex;
    gap: 8rem;
}

.calc__nozzle-btn {
    flex: 1;
    padding: 12rem 16rem;
    font-family: "Grandis Extended", sans-serif;
    font-size: 12rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--white);
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6rem;
    cursor: pointer;
    transition: all 0.2s;
}

.calc__nozzle-btn:hover {
    border-color: var(--blue);
}

.calc__nozzle-btn.is-active {
    background: var(--blue);
    border-color: var(--blue);
}

/* === СЧЁТЧИК === */
.calc__counter {
    display: flex;
    align-items: center;
    gap: 8rem;
}

.calc__counter-btn {
    width: 40rem;
    height: 40rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24rem;
    color: var(--white);
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6rem;
    cursor: pointer;
    transition: all 0.2s;
}

.calc__counter-btn:hover {
    border-color: var(--blue);
    color: var(--blue);
}

.calc__counter-input {
    width: 60rem;
    height: 40rem;
    text-align: center;
    font-size: 18rem;
    font-weight: 600;
    color: var(--white);
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6rem;
    outline: none;
}

.calc__counter-input:focus {
    border-color: var(--blue);
}

/* === КНОПКА ПОДТВЕРЖДЕНИЯ === */
.calc__modal-submit {
    width: 100%;
    padding: 16rem;
    font-family: "Grandis Extended", sans-serif;
    font-size: 14rem;
    font-weight: 600;
    color: var(--black);
    background: var(--white);
    border: none;
    border-radius: 8rem;
    cursor: pointer;
    transition: all 0.2s;
}

.calc__modal-submit:hover {
    background: var(--blue);
    color: var(--white);
}

/* === ИНФОРМАЦИЯ О ПРОЦЕДУРЕ === */
.calc__modal-info {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8rem;
    padding: 16rem;
    margin-bottom: 16rem;
}

.calc__modal-info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.calc__modal-info-row:last-child {
    border-bottom: none;
}

.calc__modal-info-label {
    font-size: 13rem;
    color: var(--gray);
}

.calc__modal-info-value {
    font-size: 14rem;
    font-weight: 600;
    color: var(--white);
}

/* === ЗЕЛЁНЫЙ ТЕКСТ ПРИБЫЛИ === */
.calc__table-col--green {
    color: #27ae60;
    font-weight: 600;
}

/* === БЛОК СВОДКИ === */
.calc__summary {
    margin-top: 20rem;
}

.calc__summary-row {
    font-size: 14rem;
    color: var(--white);
    margin-bottom: 8rem;
}

.calc__summary-row:last-child {
    margin-bottom: 0;
}

.calc__summary-row strong {
    color: var(--blue);
}

.calc__block--total {
    padding: 20rem;
    border-radius: 8rem;
    background: #013475;
    border: 1px solid rgba(2, 110, 249, 0.4);
}

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

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

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

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

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

    .calc .text {
        display: block;
    }

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

    .calc__block:nth-child(1) .calc__table {
        overflow: auto;
    }

    .calc__block:nth-child(1) .calc__table-row {
        width: 500rem;
    }

    .calc__block:nth-child(2) .calc__table-row {
        flex-wrap: wrap;
    }

    .calc__block:nth-child(2) .calc__table-col {
        width: 50%;
    }

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

    /* Модалка на мобильных */
    .calc__modal-content {
        max-width: 100%;
        margin: 16rem;
        padding: 20rem;
    }

    .calc__modal-body {
        flex-direction: column;
    }

    .calc__modal-right {
        width: 100%;
    }

    .calc__modal-list {
        max-height: 200rem;
    }
}
/* End */


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

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

.why .text {
    text-align: center;
}

.why__video {
    margin: 0 auto;
    max-width: 757rem;
}

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

}

/* End */


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

.choose .h1 {
    text-align: center;
}

.choose__wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 40rem -12rem 60rem -12rem;

}

.choose__item {
    flex: 0 0 calc(25% - 24rem);
    margin: 0 12rem;
    background: linear-gradient(to bottom, var(--black), #29303B);
    padding: 1px;
    text-align: center;
}

.choose-item__wrap {
    padding: 20rem;
    background: linear-gradient(180deg, #011126 0%, #000101 100%);
    height: 100%;

}

.choose-item__num {
    font-size: 48rem;
    font-family: "Grandis Extended", sans-serif;
    color: var(--blue-semidark);
    margin-bottom: 20rem;
    font-weight: 500;
}

.choose-item__title {
    font-size: 20rem;
    color: var(--white);
}

.choose__chart {
    margin-bottom: 80rem;
}

.choose-chart__title {
    font-size: 20rem;
    font-weight: 500;
    color: var(--white);
    text-align: center;
    font-family: "Grandis Extended", sans-serif;
    margin-bottom: 32rem;
    text-transform: uppercase;
}

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

.choose-chart__bar {
    display: flex;
    height: 80rem;
    border-radius: 8rem;
    overflow: hidden;
    margin-bottom: 24rem;
    max-width: 912rem;
    margin: 0 auto 24rem auto;
    gap: 2rem;
}

.choose-chart__segment {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20rem;
    color: var(--white);
    font-family: "Grandis Extended", sans-serif;
    border-radius: 4rem;
    border: 1px solid #5E9DFE;
}

.choose-chart__segment:nth-child(1) {
    background: linear-gradient(90deg, #B4C8E5 0%, #97B9E6 100%);
    color: #3F4B80;
    border-color: #A5C2E8;
}

.choose-chart__segment:nth-child(2) {
    background: linear-gradient(90deg, #4E6298 0%, #36569C 100%);
    border-color: #4E69A6;
}

.choose-chart__segment:nth-child(3) {
    background: linear-gradient(90deg, #619DFE 0%, #478FFE 100%);
}

.choose-chart__segment:nth-child(4) {
    background: linear-gradient(90deg, #1F7EF9 0%, #0771F9 100%);
    border-color: #2683FA;
}

.choose-chart__legend {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 31rem;
}

.choose-legend__item {
    display: flex;
    align-items: center;
    gap: 8rem;
}

.choose-legend__dot {
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    flex-shrink: 0;
}

.choose-legend__item:nth-child(1) .choose-legend__dot {
    background-color: #c5d5e8;
}

.choose-legend__item:nth-child(2) .choose-legend__dot {
    background-color: #5a7aa8;
}

.choose-legend__item:nth-child(3) .choose-legend__dot {
    background-color: #4a8fff;
}

.choose-legend__item:nth-child(4) .choose-legend__dot {
    background-color: #026ef9;
}

.choose-legend__text {
    font-size: 16rem;
    color: var(--white);
}

.choose__stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -20rem;
}

.choose-stats__item {
    flex: 0 0 calc(33.333% - 40rem);
    margin: 0 20rem;
    text-align: center;
}

.choose-stats__num {
    font-size: 48rem;
    font-family: "Grandis Extended", sans-serif;
    color: var(--blue-semidark);
    margin-bottom: 16rem;
}

.choose-stats__text {
    font-size: 20rem;
    color: var(--white);
}


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



    .choose__wrap {
        margin: 24rem -8rem 32rem -8rem;
    }

    .choose__item {
        flex: 0 0 calc(100% - 16rem);
        margin: 0 8rem 16rem 8rem;

    }


    .choose-item__num {
        font-size: 24rem;
        margin-bottom: 12rem;
    }

    .choose-item__title {
        font-size: 13rem;
    }

    .choose__chart {
        margin-bottom: 32rem;
    }

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

    .choose-chart__bar {
        height: 48rem;
    }

    .choose-chart__segment {
        font-size: 14rem;
    }

    .choose-chart__legend {
        gap: 16rem;
        justify-content: flex-start;
    }

    .choose-legend__text {
        font-size: 12rem;
    }

    .choose__stats {
        flex-direction: column;
        margin: 0;
    }

    .choose-stats__item {
        flex: 0 0 100%;
        margin: 0 0 24rem 0;
        text-align: left
    }

    .choose-stats__item:last-child {
        margin-bottom: 0;
    }

    .choose-stats__num {
        font-size: 20rem;
        margin-bottom: 4rem;
    }

    .choose-stats__text {
        font-size: 14rem;
    }
}

/* End */


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

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

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

.scale__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.scale__content {
    flex: 0 0 33.33%;
    background: linear-gradient(to bottom, var(--black), #29303B);
    padding: 1px;
}

.scale-content__wrap {
    padding: 16rem;
    background: linear-gradient(180deg, #011126 0%, #000101 100%);
    height: 100%;
}

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

.wrapper .scale-content__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wrapper .scale-content__list li {
    font-size: 14rem;
    color: var(--white);
    margin-bottom: 24rem;
    padding-left: 0;
}

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

.scale__image {
    flex: 0 0 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

    .scale .h1 {
        text-align: left;
        position: relative;
        z-index: 2;
    }

    .scale__wrap {
        gap: 16rem;
        margin-top: 70rem;
        position: relative;
    }

    .scale__content {
        z-index: 2;
    }

    .scale__content {

        flex: 0 0 100%;
    }

    .scale__image {
        position: absolute;
        top: -214rem;
        left: 50%;
        width: 320rem;
        z-index: 1;
    }

    .wrapper .scale-content__list li {
        list-style: initial;
    }

    .wrapper ul.scale-content__list {
        list-style-type: disc;
        padding-left: 20rem;
    }
}
/* 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/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/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/invest/style.css?17663896783389 */
/* /local/templates/neogen/html-blocks/calc/style.css?176638967813413 */
/* /local/templates/neogen/html-blocks/why/style.css?1766389678308 */
/* /local/templates/neogen/html-blocks/choose/style.css?17663896784473 */
/* /local/templates/neogen/html-blocks/scale/style.css?17663896781953 */
/* /local/templates/neogen/html-blocks/open/style.css?17663896781699 */
/* /local/templates/neogen/html-blocks/advneogen/style.css?17663896781604 */
/* /local/templates/neogen/html-blocks/present/style.css?17663896781029 */
/* /local/templates/neogen/html-blocks/clinics/style.css?176638967814453 */
