.invest {
    padding: 60px 0 140px 0;
}
@media (max-width: 1919px) {
    .invest {
        padding-bottom: 130px;
    }
}
@media (max-width: 1599px) {
    .invest {
        padding: 60px 0 120px 0;
    }
}
@media (max-width: 1439px) {
    .invest {
        padding: 40px 0 100px 0;
    }
}
@media (max-width: 1279px) {
    .invest {
        padding-bottom: 96px;
    }
}
@media (max-width: 1023px) {
    .invest {
        padding: 30px 0 80px 0;
    }
}
@media (max-width: 767px) {
    .invest {
        padding: 30px 0 70px 0;
    }
}
.invest .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.invest__top {
    max-width: 1110px;
    margin: 0 auto 100px auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1439px) {
    .invest__top {
        margin-bottom: 70px;
    }
}
@media (max-width: 1023px) {
    .invest__top {
        margin-bottom: 50px;
    }
}
.invest-sub {
    text-align: center;
    margin-top: 30px;
}
@media (max-width: 1023px) {
    .invest-sub {
        margin-top: 20px;
    }
}
.invest__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1439px) {
    .invest__cont {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media (max-width: 1023px) {
    .invest__cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.invest__img {
    width: 43.8%;
    height: calc(100vh - 110px);
    margin-right: 173px;
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
}
@media (max-width: 1599px) {
    .invest__img {
        height: calc(100vh - 95px);
        top: 95px;
    }
}
@media (max-width: 1439px) {
    .invest__img {
        height: calc(100vh - 75px);
        top: 75px;
        width: 49.5%;
        margin-right: 0;
    }
}
@media (max-width: 1023px) {
    .invest__img {
        width: 100%;
        position: static;
        height: 711px;
    }
}
@media (max-width: 767px) {
    .invest__img {
        height: 285px;
    }
}
.invest__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.invest__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 36.3%;
    padding-top: 100px;
}
@media (max-width: 1439px) {
    .invest__right {
        padding-top: 70px;
        width: 40.8%;
    }
}
@media (max-width: 1023px) {
    .invest__right {
        width: 100%;
        padding-top: 40px;
    }
}
.invest-right-title {
    margin-bottom: 30px;
}
@media (max-width: 1439px) {
    .invest-right-title {
        margin-bottom: 20px;
    }
}
.invest__right-p {
    margin-bottom: 30px;
}
.invest__right-p-ul {
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    .invest__right-p-ul {
        margin-bottom: 10px;
    }
}
.invest__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.invest__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.invest__item:not(:last-child) {
    margin-bottom: 40px;
}
@media (max-width: 1439px) {
    .invest__item:not(:last-child) {
        margin-bottom: 30px;
    }
}
.invest__item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}
@media (max-width: 1439px) {
    .invest__item-top svg {
        width: 14px;
        height: 10px;
    }
}
@media (max-width: 767px) {
    .invest__item-top svg {
        width: 10px;
        height: 8px;
    }
}
.invest__item-bot {
    padding-top: 30px;
    display: none;
}
@media (max-width: 767px) {
    .invest__item-bot {
        padding-top: 40px;
    }
}
.invest__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #f0f1f8;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
@media (max-width: 767px) {
    .invest__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 0;
    }
}
.invest__row:first-child {
    border-top: 1px solid #f0f1f8;
}
.invest-row-title {
    padding: 20px 30px 20px 0;
    width: 100%;
    position: relative;
}
@media (max-width: 1439px) {
    .invest-row-title {
        padding: 20px 20px 20px 0;
    }
}
@media (max-width: 767px) {
    .invest-row-title {
        margin-bottom: 15px;
        padding: 0;
    }
}
.invest-row-title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    background: #f0f1f8;
    height: 100%;
}
@media (max-width: 767px) {
    .invest-row-title:after {
        display: none;
    }
}
.invest-row-download {
    min-width: 254px;
    width: 254px;
    padding: 20px 30px 20px 30px;
    margin: auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
@media (max-width: 1439px) {
    .invest-row-download {
        padding: 20px;
        min-width: 170px;
        width: 170px;
    }
}
@media (max-width: 1023px) {
    .invest-row-download {
        min-width: 242px;
        width: 242px;
    }
}
@media (max-width: 767px) {
    .invest-row-download {
        padding: 0;
        margin-right: auto;
        min-width: auto;
        width: auto;
    }
}
.invest-row-download:hover .btn-text {
    color: #c59217;
}
.invest-row-download svg {
    margin-right: 15px;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
@media (max-width: 1439px) {
    .invest-row-download svg {
        margin-right: 10px;
        width: 25px;
        height: 25px;
    }
}
.invest-row-download .btn-text {
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.invest__item.active .invest__item-top svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
