

/* Start:/local/templates/main/components/astash/system.empty/invest-klub-top/style.css?1786973232651*/
.invest-klub-top {
    margin-top: 339px;
    margin-bottom: 76px;
}

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

.invest-klub-top__sub-title {
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    margin-top: 24px;
    color: #989CAE;
    max-width: 600px;
}

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

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

    .invest-klub-top__sub-title {
        font-size: 18px;
        font-weight: 400;
        line-height: 25.2px;
        margin-top: 12px;
    }
}
/* End */


/* Start:/local/templates/main/components/astash/system.empty/invest-klub-resident/style.css?17869732312224*/
.invest-resident {
    padding-top: 99px;
    margin-top: 75px;
    overflow: hidden;
}

.invest-resident__title {
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 66px;
}

.invest-resident__list {
    display: flex;
}

.invest-resident__item {
    width: calc((100% - 504px) / 2);

    &:nth-child(2) {
        width: 37.059%;

        & .invest-resident__item-wrap {
            padding: 202px 20px 28px 40px;
            border-left: 1px solid #3C3E47;
        }
    }

    &:nth-child(3) {
        & .invest-resident__item-wrap {
            padding: 343px 20px 113px 40px;
            border-left: 1px solid #3C3E47;
        }
    }
}

.invest-resident__item-title {
    font-size: 70px;
    font-weight: 500;
    line-height: 70px;
    color: var(--main-color-link);
}

.invest-resident__item-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    margin-top: 20px;
}


@media (max-width: 991px) {
    .invest-resident {
        padding-top: 40px;
        margin-top: 20px;
        overflow: hidden;
    }

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

    .invest-resident__list {
        flex-wrap: wrap;
    }

    .invest-resident__item {
        width: 100%;
        padding: 24px 0;
        border-bottom: 1px solid #3C3E47;

        &:nth-child(2) {
            width: 100%;
            display: flex;
            justify-content: center;

            & .invest-resident__item-wrap {
                width: 150px;
                padding: 0;
                border: 0;
            }
        }

        &:nth-child(3) {
            display: flex;
            justify-content: flex-end;

            & .invest-resident__item-wrap {
                width: 150px;
                padding: 0;
                border: 0;
            }
        }
    }

    .invest-resident__item-title {
        font-size: 32px;
        font-weight: 400;
        line-height: 38.4px;
        color: var(--main-color-link);
    }

    .invest-resident__item-text {
        font-size: 14px;
        font-weight: 300;
        line-height: 17.85px;
        margin-top: 8px;
    }
}
/* End */


/* Start:/local/templates/main/components/astash/system.empty/invest-klub-profile/style.css?17869732371895*/
.invest-profile {
    padding-top: 100px;
    padding-bottom: 120px;
    overflow: hidden;
}

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

.invest-profile__list {
    display: flex;
}

.invest-profile__item {
    width: calc(100% / 3);
    font-size: 32px;
    font-weight: 400;
    line-height: 38.4px;

    &:nth-child(1) {
        & .invest-profile__item-wrap {
            max-width: 478px;
        }
    }

    &:nth-child(2) {
        & .invest-profile__item-wrap {
            padding-top: 114px;
            max-width: 443px;
        }
    }

    &:nth-child(3) {
        display: flex;
        flex-direction: column;
        justify-content: end;

        & .invest-profile__item-wrap {
        }
    }
}

.invest-profile__color {
    color: var(--main-color-link);
}


.btn.invest-profile-btn {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 0 37px;
}

.btn.invest-profile-btn svg {
    margin-left: 4px;
}

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

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

    .invest-profile__list {
        flex-wrap: wrap;
    }

    .invest-profile__item {
        width: 100%;
        font-size: 26px;
        font-weight: 400;
        line-height: 32px;
        padding: 0 !important;
        &:not(:last-child){
            margin-bottom: 24px;
        }
    }

    .invest-profile__item-wrap {
        padding: 0 !important;
    }

    .btn.invest-profile-btn {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        padding: 0 0 0 37px;
        width: 100%;
        max-width: 343px;
    }

    .btn.invest-profile-btn svg {
        margin-left: 4px;
    }
}
/* End */


/* Start:/local/templates/main/components/astash/system.empty/invest-klub-advantages/style.css?17869732322852*/
.invest-advantages {
    padding-top: 93px;
    margin-top: 68px;
    overflow: hidden;
    background: #fff;
}

.invest-advantages__title {
    font-size: 70px;
    font-weight: 500;
    line-height: 70px;
    margin-bottom: 92px;
    color: #1B1C20;
}

.invest-advantages__list {
    color: #181A20;
    border-top: 1px solid #CCD0E1;

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

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

.invest-advantages__item {
    display: flex;
    flex-direction: column;
    width: 31.5%;
    height: 233px;
    padding: 40px 0 50px 0;

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

    &:not(:first-child) {
        padding-left: 40px;
    }
}

.invest-advantages__item--middle {
    width: 37%;
}

.invest-advantages__item--big {
    width: calc(37% + 31.5%);
}

.invest-advantages__item-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    max-width: 500px;
    margin-top: 16px;
}

.invest-advantages__item-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    max-width: 450px;

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

.invest-advantages__item--w2 {
    & .invest-advantages__item-title {
        max-width: 330px;
    }
}

.invest-advantages__item--img {
    background: url("/local/templates/main/components/astash/system.empty/invest-klub-advantages/./img/img1.png") no-repeat 100% 50%;
    background-size: contain;
}

.invest-advantages__list--img {
    background: url("/local/templates/main/components/astash/system.empty/invest-klub-advantages/./img/img2.png") no-repeat 100% 50%;
    background-size: contain;
}

.invest-advantages__item--img2 {
    background: url("/local/templates/main/components/astash/system.empty/invest-klub-advantages/./img/img3.png") no-repeat calc(100% - 22px) 50%;
    background-size: contain;
}

@media (max-width: 1400px) {
    .invest-advantages__item-title {
        font-size: 22px;
        line-height: 120%;
    }
}

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

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

    .invest-advantages__item--img,
    .invest-advantages__list--img {
        background: transparent;
    }

    .invest-advantages__list {
        border: 0 !important;
    }

    .invest-advantages__list-wrap {
        flex-wrap: wrap;
    }

    .invest-advantages__item {
        width: 100%;
        height: auto;
        padding: 24px 0 !important;
        border: 0 !important;
        border-bottom: 1px solid #CCD0E1 !important;
    }

    .invest-advantages__item--img2 {
        background: none;
    }

    .invest-advantages__item-text {
        font-size: 16px;
        font-weight: 400;
        line-height: 22.4px;
    }

    .invest-advantages__item-title {
        font-size: 26px;
        font-weight: 400;
        line-height: 32px;
    }
}
/* End */
/* /local/templates/main/components/astash/system.empty/invest-klub-top/style.css?1786973232651 */
/* /local/templates/main/components/astash/system.empty/invest-klub-resident/style.css?17869732312224 */
/* /local/templates/main/components/astash/system.empty/invest-klub-profile/style.css?17869732371895 */
/* /local/templates/main/components/astash/system.empty/invest-klub-advantages/style.css?17869732322852 */
