

/* Start:/local/templates/main/components/astash/system.empty/investoram-top/style.css?1764663649322*/
.invest-top {
    margin-top: 510px;
    margin-bottom: 120px;
}

.invest-top h1 {
    margin-bottom: 0
}


@media (max-width: 991px) {
    .invest-top {
        margin-top: 154px;
        margin-bottom: 40px;
    }

    .invest-top h1{
        font-size: 40px;
        font-weight: 400;
        line-height: 40px;
    }
}
/* End */


/* Start:/local/templates/main/components/astash/system.empty/investoram-text/style.css?17646636472794*/
.invest-text {
    padding-top: 57px;
}

.invest-text__sub-title {
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #989CAE;
    margin-bottom: 38px;
}

.invest-text__title {
    font-size: 70px;
    font-weight: 500;
    line-height: 70px;
    margin-bottom: 31px;
    max-width: 850px;
}

.invest-text__list {
    border-top: 1px solid var(--border-color-gray);

    &:last-child {
        border-bottom: 1px solid var(--border-color-gray);
        background: url("/local/templates/main/components/astash/system.empty/investoram-text/./img/background_last.png") no-repeat 100% 0;
    }
}

.invest-text__list-wrap {
    display: flex;
    flex-wrap: wrap;
}

.invest-text__item {
    width: 67%;
    min-height: 205px;
    padding: 32px 0;
    background-position: calc(100% - 50px) !important;

    &.invest-text__item--small {
        width: 33%;
    }

    &:not(.invest-text__item--small) {
        padding-right: 340px;
    }

    &:nth-child(odd) {
        border-right: 1px solid var(--border-color-gray);
    }

    &:nth-child(even) {
        padding-left: 40px;
    }
}

.invest-text__item-title {
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 24px;

    & span {
        color: var(--main-color-link);
        white-space: nowrap;
    }
}

.invest-text__item-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
}

@media (max-width: 991px) {
    .invest-text {
        padding-top: 40px;
        padding-bottom: 70px;
    }

    .invest-text__sub-title {
        font-size: 18px;
        font-weight: 400;
        line-height: 25.2px;
        margin-bottom: 24px;
    }

    .invest-text__title {
        font-size: 40px;
        font-weight: 400;
        line-height: 42px;
        margin-bottom: 0;
    }

    .invest-text__list {
        border: 0;

        &:last-child {
            padding-bottom: 85px;
            background: url("/local/templates/main/components/astash/system.empty/investoram-text/./img/background_last.png") no-repeat 50% 100%;
            border-bottom: 0;

            & .invest-text__item:last-child {
                border-bottom: 0;
            }
        }
    }

    .invest-text__list-wrap {
        flex-direction: column;
    }

    .invest-text__item {
        width: 100% !important;
        height: auto !important;
        min-height: auto !important;
        padding: 24px 0 !important;
        border-right: 0 !important;
        border-bottom: 1px solid var(--border-color-gray);
        background: transparent !important;
    }

    .invest-text__item-text {
        font-size: 18px;
        font-weight: 400;
        line-height: 25.2px;
    }

    .invest-text__item-title {
        font-size: 26px;
        font-weight: 400;
        line-height: 32px;
        margin: 0;

        & + .invest-text__item-text {
            margin-top: 12px;
        }
    }
}
/* End */


/* Start:/local/templates/main/components/astash/system.empty/investoram-white-block/style.css?17646636552848*/
.white-block {
    background: #fff;
    color: var(--main-color-black);
    padding-top: 99px;
    margin-top: 126px;
    overflow: hidden;
}

.white-block__title {
    font-size: 70px;
    font-weight: 500;
    line-height: 70px;
    margin-bottom: 66px;
}

.white-block__list {

    &:not(:last-child) {
        border-top: 1px solid #CCD0E1;
        border-bottom: 1px solid #CCD0E1;
    }

}

.white-block__list-wrap {
    display: flex;
}

.white-block__item {
    width: 31.5%;
    padding: 40px 0 50px 0;
}

.white-block__item--img {
    background: url("/local/templates/main/components/astash/system.empty/investoram-white-block/./img/img_1.jpg") no-repeat 0 0;
    background-size: cover;
    width: 37%;
}

.white-block__item--pl {
    padding-left: 50px;
}

.white-block__item--big {
    position: relative;
    flex: initial;
    width: 68.5%;

    &:before {
        content: '';
        display: block;
        position: absolute;
        left: 100%;
        top: 0;
        background: url("/local/templates/main/components/astash/system.empty/investoram-white-block/./img/img_2.jpg") no-repeat 0 0;
        background-size: cover;
        max-width: 501px;
        width: 54%;
        height: 100%;
    }
}

.white-block__item-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    margin-bottom: 62px;
}

.white-block__item-title {
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
}


@media (max-width: 991px) {
    .white-block {
        padding-top: 40px;
        margin-top: 0
    }

    .white-block__title {
        font-size: 40px;
        font-weight: 400;
        line-height: 42px;
        margin-bottom: 0
    }

    .white-block__list-wrap {
        flex-direction: column;
    }

    .white-block__list {
        &:not(:last-child) {
            border: 0;
        }

        &:last-child {
            & .white-block__item {
                border-bottom: 0;

                &:last-child {
                    padding: 0 !important;

                    &:before {
                        content: '';
                        display: block;
                        position: relative;
                        left: 0;
                        top: 0;
                        background: url("/local/templates/main/components/astash/system.empty/investoram-white-block/./img/img_2.jpg") no-repeat 0 0;
                        background-size: cover;
                        height: 275px;
                        margin: 0 -16px;
                    }
                }
            }
        }
    }

    .white-block__item {
        width: 100%;
        padding: 24px 80px 24px 0 !important;
        border-bottom: 1px solid #CCD0E1;
    }

    .white-block__item-text {
        font-size: 18px;
        font-weight: 400;
        line-height: 25.2px;
        margin-bottom: 24px;
    }

    .white-block__item-title {
        font-size: 32px;
        font-weight: 400;
        line-height: 38.4px;
    }

    .white-block__item--img,
    .white-block__item--big:before {
        display: none;
    }
}
/* End */


/* Start:/local/templates/main/components/astash/system.empty/investoram-accordion/style.css?17646636492507*/
.invest-accordion {
    margin-top: 130px;
    margin-bottom: 130px;
}

.invest-accordion__title {
    font-size: 70px;
    font-weight: 500;
    line-height: 70px;
    margin-bottom: 80px;
}

.invest-accordion__list {
}

.invest-accordion__item {
    padding: 40px 0;
    border-bottom: 1px solid var(--border-color-gray)
}

.invest-accordion__item-btn {
    cursor: pointer;
}

.invest-accordion__item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
}

.invest-accordion__item-text {
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    margin-top: 30px;
    max-width: 970px;
}

.invest-accordion__item:hover,
.invest-accordion__item:has(.active) {
    background: #20232A;

    & .invest-accordion__item-title svg * {
        stroke: var(--main-color-link);
    }
}

.invest-accordion__item-desc {
    display: none;

    &.active {
        display: block;
    }
}

.invest-accordion__content {
    padding-top: 23px;
}

.content-list {
    display: flex;
}

.content-list__item {
    width: 50%;

    &:first-child {
        padding-right: 40px;
        border-right: 1px solid var(--border-color-gray);
    }

    &:last-child {
        padding-left: 40px;
    }
}

.content-list__title {
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .invest-accordion {
        margin-top: 40px;
        margin-bottom: 24px;
    }

    .invest-accordion__title {
        font-size: 40px;
        font-weight: 400;
        line-height: 42px;
        margin-bottom: 24px;
    }

    .invest-accordion__item {
        padding: 24px 0;
    }

    .invest-accordion__item-title {
        position: relative;
        font-size: 26px;
        font-weight: 400;
        line-height: 32px;
        padding-right: 60px;

        & svg {
            position: absolute;
            top: 0;
            right: 0;
        }
    }

    .invest-accordion__item-text {
        font-size: 18px;
        font-weight: 400;
        line-height: 25.2px;
        margin-top: 12px;

        & p {
            margin-bottom: 1rem;
        }
    }

    .content-list {
        flex-direction: column;
    }

    .content-list__item {
        width: 100%;

        &:not(:last-child) {
            margin-bottom: 24px;
        }

        &:first-child,
        &:last-child {
            padding: 0;
            border: 0
        }
    }
}
/* End */


/* Start:/local/templates/main/components/astash/system.empty/investoram-numbers/style.css?17646636481995*/
.invest-numbers {
    position: relative;
    overflow: hidden;
    padding-top: 130px;
}

.invest-numbers__title {
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 60px;
    max-width: 1005px;
}

.invest-numbers__list {
    display: flex;
    flex-wrap: wrap;
}

.invest-numbers__item {
    position: relative;
    width: calc((100% - 504px) / 2);
    min-height: 213px;
    padding: 40px 80px 40px 40px;
    font-size: 26px;
    font-weight: 400;
    line-height: 33.15px;
    border-right: 1px solid var(--border-color-gray);

    &:nth-child(2),
    &:nth-child(3n+2) {
        width: 504px;
    }

    &:nth-child(1),
    &:nth-child(3n+1) {
        padding-left: 0;

        &:after {
            content: '';
            width: 1000%;
            height: 1px;
            background: var(--border-color-gray);
            position: absolute;
            left: -50%;
            bottom: 0;
        }
    }

    &:nth-child(3n) {
        border-right: 0;
    }

    &:nth-child(1) svg {
        margin-right: 22px;
    }
}

.invest-numbers__item svg {
    position: absolute;
    right: 30px;
    bottom: 0;
    z-index: -1;
}

@media (max-width: 991px) {
    .invest-numbers {
        padding-top: 24px;
        margin-bottom: 40px;
    }

    .invest-numbers__title {
        font-size: 26px;
        font-weight: 400;
        line-height: 32px;
        margin-bottom: 24px;
        max-width: 100%;
    }

    .invest-numbers__list {
        flex-direction: column;
    }

    .invest-numbers__item {
        width: 100% !important;
        min-height: auto;
        height: auto;
        font-size: 18px;
        font-weight: 400;
        line-height: 24.59px;
        padding: 24px 0 !important;
        border-right: 0;

        &:after {
            display: none;
        }

        &:not(:last-child) {
            border-bottom: 1px solid var(--border-color-gray);
        }
    }

    .invest-numbers__item svg {
        display: none;
    }
}
/* End */
/* /local/templates/main/components/astash/system.empty/investoram-top/style.css?1764663649322 */
/* /local/templates/main/components/astash/system.empty/investoram-text/style.css?17646636472794 */
/* /local/templates/main/components/astash/system.empty/investoram-white-block/style.css?17646636552848 */
/* /local/templates/main/components/astash/system.empty/investoram-accordion/style.css?17646636492507 */
/* /local/templates/main/components/astash/system.empty/investoram-numbers/style.css?17646636481995 */
