@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:100,200,300,regular,500,600,700,100italic,200italic,300italic,italic,500italic,600italic,700italic);

*, *::before,*::after{
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
ul, ol, li {
    list-style: none;
}
img{
    vertical-align: top;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: inherit;
    font-size: inherit;
}
html, body{
    height: 100%;
    line-height: 1;
    scroll-behavior: smooth;
}
body{
    height: 100%;
    line-height: 1;
    font-family: 'Josefin Sans';
    color: #333333;
}
.wrapper{
    min-height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.page{
    flex: 1 1 auto;
}
[class*="_container"]{
    max-width: 73.125rem;
    margin: 0 auto;
    padding: 0px 15px;
}
@media (max-width: 1169.98px){
    [class*="_container"]{
        max-width: 970px;
    }
}
@media (max-width: 990.98px){
    [class*="_container"]{
        max-width: 750px;
    }
}
@media (max-width: 767.98px){
    [class*="_container"]{
        max-width: none;
    }
}



.header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
}
.header_container {
    padding: 1.125rem 0rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_container-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1.44px;
    margin-left: 0;
    color: #FFF;
}
.header_container-main {
    display: flex;
    justify-content: space-between;
    margin-right: 0;
}
.header_container-menu {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    align-items: center;
    column-gap: 1rem;
    display: flex;
    color: #FFF;
}
.header_drop_menu {
    position: relative;
}
  
.header_menu_list {
    position: absolute;
    top: -100%; /* Сдвинуть вверх за пределы контейнера */
    display: grid;
    gap: .625rem;
    padding-top: .625rem;
    opacity: 0;
    pointer-events: none;
    transition: top 0.3s ease-in-out; /* Добавить плавную анимацию сверху */
}
  
.container-menu_block:focus + .header_menu_list {
    top: 100%; /* Переместить вниз, чтобы показать */
    opacity: 1;
    pointer-events: auto;
}
  
.rotate {
    transition: transform 0.2s ease-in-out;
}
  
.container-menu_block:focus .menu_block-arrow.rotate {
    transform: rotate(180deg);
}
  
.container-menu_block {
    display: flex;
    column-gap: .25rem;

}
.container-menu_block:hover {
    text-decoration: underline;
}
.menu_block-text:hover {
    cursor: pointer;
}
.menu_block-arrow {
    display: flex;
    align-items: center;
}
.menu_item:hover{
    cursor: pointer;
    text-decoration: underline;
}
.header_container-buttons {
    display: flex;
    column-gap: 1rem;
}
.header_button-login {
    cursor: pointer;
    background-color: #5E4DCD;
    padding: 16px 40px 14px 40px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    transition: all 0.4s;
}
.header_button-login:hover {
    background-color: #4332af;
    border-radius: 10px;
}
.header_button-register {
    cursor: pointer;
    padding: 16px 40px 14px 40px;
    justify-content: center;
    align-items: center;
    color: #5E4DCD;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    background-color: #FFD2DD;
    transition: all 0.4s;
}
.header_button-register:hover {
    background-color: #ffbdcd;
    border-radius: 10px;
}
@media (max-width: 1169.98px){
    .header_container-menu{
        column-gap: 1.5625rem;
    }
    .container-menu_block{
        column-gap: 0rem;
    }
}
@media (max-width: 990.98px){
    .header_container{
        display: block;
    }
    .header_container-main{
        padding: 0;
    }
    .header_container-name{
        padding-bottom: .8125rem;
    }
}
@media (max-width: 667.98px){
    .header_container-main{
        display: block;
    }
    .container-menu_block{
        padding-bottom: .8125rem;
    }
    .header_button-login{padding: 14px 30px 12px 30px;}
    .header_button-register{padding: 14px 30px 12px 30px;}
}
@media (max-width: 335.98px){
    .header_container-buttons{
        flex-direction: column;
        row-gap: .625rem;
    }
    .header_container-menu{
        font-size: 14px;
    }
}

.page {
}
.main-section {
    display: flex;
    min-height: 100vh;
    position: relative;
}
.main-section_container {
    margin-top: 5.625rem;
    position: relative;
    z-index: 2;
    align-items: center;
    flex: 1 1 auto;
    display: flex;
}
.main-section_block {
}
.main-section_content {
    display: flex;
    flex-direction: column;
    row-gap: 2.5rem;
    z-index: 2;
}
.main-section_title {
    font-size: 60px;
    font-weight: 700;
    line-height: 80px;
    color: #FFF;
}
.main-section_text {
    font-size: 24px;
    color: #FFF;
    font-weight: 400;
    line-height: 32px;
}
.main-section_button {
}
.button-started {
    cursor: pointer;
    padding: 24px 40px 22px 40px;
    align-items: center;
    width: 270px;
    background-color: #5E4DCD;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    transition: all 0.4s;
}
.button-started:hover {
    background-color: #3d2bae;
    border-radius: 10px;
}
.main-section_ellipse {
    position: absolute;
    align-items: center;
    top: 0;
    left: 0;
}
.main-section_ellipse img {
    transform: translate(-130px, 0);
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
    opacity: 0.6;
}
.main-section_background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.main-section_background img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
@media (max-width: 990.98px){
    .main-section_content {
        row-gap: 1.25rem;
    }
    .main-section_container {
        margin-top: 4.375rem;
    }
    .main-section_title {
        font-size: 3.125rem;
    }
    .main-section_ellipse{
        margin-top: 2.8125rem;
    }
}
@media (max-width: 667.98px){
    .main-section_title {
        font-size: 2.1875rem;
        line-height: 60px;
    }
    .main-section_content {
        margin-top: 7.5rem;
    }
    
}
@media (max-width: 335.98px){
    .main-section_title {
        font-size: 1.875rem;
        line-height: 2.5rem;
    }
    .main-section_content {
        row-gap: .9375rem;
    }
    .main-section_container {
        margin-top: 7.5rem;
    }
    .main-section_text{
        font-size: 1.25rem;
    }
    .button-started{
        width: 15.625rem;
    }
}



.page_content {
}
.page-content {
    position: relative;
}
.page-content_view_card_bg{
    padding-top: 15.625rem;
    position: relative;
    position: absolute;
    display: flex;
    justify-content: center;
    z-index: 100;
    width: 100%;
    height: 105.125rem;
    background-color: #ffffffa8;
    display: none;
}
.content_main-card_view{
    background-color: #f1f1f1;
    box-shadow: 0px 24px 60px 0px rgba(51, 51, 51, 0.16);
    position: relative;
    display: flex;
    flex-direction:column;
    justify-content: space-between;
}
.back{
    cursor: pointer;
}
.page-content_container {
    position: relative;
    padding-top: 10rem;
}
.page-content_header {
    text-align: center;
    padding-bottom: 3.75rem;
}
.content_header_title {
    padding-bottom: 1.5rem;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    color: #333;
}
.content_header_text {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: #999;
}
.page-content_main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.875rem;
    row-gap: 2.5rem;
}
.content_main-card {
    box-shadow: 0px 24px 60px 0px rgba(51, 51, 51, 0.16);
    position: relative;
    display: flex;
    flex-direction:column;
    justify-content: space-between;
}
.content_main-img {
    position: relative;
}
.content_main-img img{
    width: 100%;
}
.content_main-buttons {
    padding: 1.5rem;
    text-transform: uppercase;
    position: absolute;
    z-index: 50;
    display: flex;
    gap: .5rem;
}
.content_house {
    padding: 8px 12px 6px 12px;
    font-weight: 700;
    line-height: 12px;
    text-transform: uppercase;
    transition: all 0.3s;
}
.content_house:hover{
    opacity: 0.7;
    border-radius: 5px;
}
.content_family {
    padding: 8px 12px 6px 12px;
    font-weight: 700;
    line-height: 12px;
    text-transform: uppercase;
    transition: all 0.3s;
}
.content_family:hover{
    opacity: 0.7;
    border-radius: 5px;
}
.content_main-background {
}
.content_main-disription {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
    padding: 24px;
}
.content_main-name {
}
.content_naim-card {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #333;
}
.content_main-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #999;
}
.content_disription-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.content_main-price {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.content_main-line {
    display: flex;
}
.content_main-line-blue {
    width: 182px;
    height: 8px;
    background: #5E4DCD;
}
.content_main-line-white {
    background: #ECECEC;
    height: 8px;
    width: 140px;
}
.content_price-card {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.page-content_footer {
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 10rem;
}
.page-button_projects {
    padding: 24px 40px 22px 40px;
    border: 1px solid #5E4DCD;
    color: #5E4DCD;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    background-color: #fff;
    transition: all 0.3s;
}
.page-button_projects:hover{
    background-color: #5e4dcd1e;
}
span{
    color: #5E4DCD;
    font-weight: 700;
}
.content_main-block {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    gap: .5rem;
}
.content_main-Security {
    display: flex;
    justify-content: space-between;
}
.main-Security {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.main-Security-right {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.content_main-Investment {
    display: flex;
    justify-content: space-between;
}
.main-Investment {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.main-Investment-right {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.content_main-Maturity {
    display: flex;
    justify-content: space-between;
}
.main-Maturity {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.main-Maturity-right {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.content_main-Min {
    display: flex;
    justify-content: space-between;
}
.main-Min {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.main-Min-right {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.button-View {
    width: 100%;
    padding: 24px 40px 24px 40px;
    background-color: #FFD2DD;
    color: #5E4DCD;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    transition: all 0.3s;
    cursor: pointer;
}
.button-View:hover{
    background-color: #ffa4bb;
    color: #1b0b88;
}
.page-content_view_card{
    position: absolute;
    z-index: 100;
}
@media (max-width: 1250.98px){
    .page-content_main {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 1.25rem;
        row-gap: 1.875rem;
    }
}
@media (max-width: 1169.98px){
    .page-content_main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.875rem;
    row-gap: 2.5rem;
    }
}
@media (max-width: 910.98px){
    .page-content_main {
        grid-template-columns: repeat(1, 1fr);
    }
    .content_family{
        font-size: 1rem;
        padding: 12px 16px 10px 16px;
    }
    .content_house{
        font-size: 1rem;
        padding: 12px 16px 10px 16px;
    }
    .page-content_view_card_bg{
        padding-top: 40.625rem;
    }
}
@media (max-width: 399.98px){
    .content_main-line-blue {
        width: 122px;
    }
    .content_main-line-white {
        width: 80px;
    }
    .content_family{
        font-size: .75rem;
        padding: 6px 10px 4px 10px;
    }
    .content_house{
        font-size: .75rem;
        padding: 6px 10px 4px 10px;
    }
    .content_header_title{
        font-size: 38px;
        font-weight: 600;
    }
    .content_header_text {
        font-size: 20px;
        font-weight: 400;
    }
}


.page_chart {
    position: relative;
}
.img_group {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 4.625rem;
}
.vector {
    position: absolute;
    left: 0;
    bottom: 0;
}
.vector_img {
}
.chart-page {
    position: relative;
    background-color: #FFD2DD;
}
.chart-page_container {
    padding-top: 10rem;
    display: flex;
    gap: 3.75rem;
    padding-bottom: 10rem;
}
.chart-page_info {
    z-index: 50;
    display: flex;
    flex-direction: column;
    gap: 2.1875rem;
}
.chart-page_img {
}
.chart-page_title {
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
}
.chart-page_text {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #ffffff;
}
.chart-page_net {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
}
.chart-page_top {
    display: flex;
    gap: 1.875rem;
}
.chart-page_numbers {
}
.numbers_left {
    display: flex;
    flex-direction: column;
    gap: 1.8125rem;
}
.li-numbers_left {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}
.chart-page_block_net {
    position: relative;
}
.chart-net {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-gap: 0;
    border: 1px solid #ECECEC;
    width: 29.375rem;
    height: 18.625rem;
}
.chart-net div{
    border: 1px solid #ECECEC;
    height: 100%;
}
.chart {
    position: absolute;
    bottom: 0;
    left: 0;
}
.chart-line {
}
.chart-page_dot {
    position: absolute;
    top: 0;
    padding-left: 11.0625rem;
    padding-top: 65px;
}
.chart-page_bottom {
}
.years_bottom {
    display: flex;
    justify-content: flex-end;
    gap: 53px;
}
.li-numbers_bottom {
}
@media (max-width: 990.98px){
    .chart-page_container{
        flex-direction: column-reverse;
    }
    .years_bottom{
        justify-content: flex-start;
        padding-left: 3.4375rem;
    }
}
@media (max-width: 559.98px){
    .chart-page_net{
        display: none;
    }
}


.page_capital {
}
.capital-page {
}
.capital-page_container {
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
    display: flex;
    justify-content: center;
    gap: 8.3125rem;
}
.capital-page_info {
    display: flex;
    flex-direction: column;
    gap: 2.1875rem;
}
.capital-page_title {
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
}
.capital-page_text {
    color:#999;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}
.capital-page_button {
}
.button_Apply {
    padding: 24px 40px 22px 40px;
    background-color: #5E4DCD;
    width: 270px;
    font-size: 16px;
    color: #FFF;
    font-weight: 700;
    line-height: 24px;
    transition: all 0.3s;  
}
.button_Apply:hover {
    cursor: pointer;
    background-color: #5e4dcd70;
    color: #0b0050;
    border-radius: 7px;
}
.capital-page_img img {
    width: 470px;
    height: 461.381px;
}
@media (max-width: 990.98px){
    .capital-page_container{
        flex-direction: column;
    }
}
@media (max-width: 495.98px){
    .capital-page_img img {
        width: 360px;
        height: 351.381px;
    }
}
@media (max-width: 399.98px){
    .capital-page_img img {
        width: 230px;
        height: 221.381px;
    }
    .capital-page_title {
        font-size: 38px;
        font-weight: 600;
        line-height: 44px;
    }
    .capital-page_text {
        font-size: 20px;
        font-weight: 400;
        line-height: 22px;
    }
    .button_Apply {
        width: 240px;  
    }
}



.footer {
}
.footer_block {
}
.block-footer {
    background-color: #ECECEC;
}
.block-footer_container {
    padding-top: 3.75rem;
    display: flex;
    flex-direction: column;
    gap: 4.8125rem;
    padding-bottom: 3.75rem;
}
.block-footer_info {
    display: flex;
    justify-content: space-between;
    gap: 8.125rem;
}
.block-footer_naim {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
}
.footer_naim-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1.44px;
}
.footer_naim-info {
    line-height: 20px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.205px;
}
.block-footer_Services {
    display: grid;
    gap: 1rem;
}
.footer_Services-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
.footer_Services-list {
    display: grid;
    gap: 1rem;
}
.li_Services-list {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    transition: all 0.3s;
}
.li_Services-list:hover{
    cursor: pointer;
    text-decoration: underline;
    color: rgb(8, 5, 95);
}
.block-footer_about {
    display: grid;
    gap: 1rem;
}
.footer_about-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
.footer_about-list {
    display: grid;
    gap: 1rem;
}
.li_about-list {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    transition: all 0.3s;
}
.li_about-list:hover{
    cursor: pointer;
    text-decoration: underline;
    color: rgb(8, 5, 95);
}
.block-footer_up {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFD2DD;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    transition: all 0.3s;
}
.block-footer_up:hover{
    background: #ffa8be;
    border-radius: 45%;
    cursor: pointer;
}
.block-footer_bottom {
    display: flex;
    justify-content: space-between;
}
.block-footer_regisration {
    display: grid;
    gap: 1rem;
}
.footer_regisration-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
}
.footer_regisration-form {
    position: relative;
    width: 370px;
}
.form-main-block_input {
    height: 3.1875rem;
    width: 20.625rem;
    padding: .8125rem;
    border-bottom: 1px solid #929292;
}
.form-main-block_button {
    top: 0;
    right: 0;
    position: absolute;
    padding: 13px;
    background-color: #5E4DCD;
    transition: all 0.3s;
}
.form-main-block_button:hover{
    cursor: pointer;
    background-color: #231580;
}
.block-footer_media {
    display: flex;
    gap: 2.5rem;
    justify-content: center;
}
.footer_media_f:hover {
    cursor: pointer;
}
.footer_media_t:hover {
    cursor: pointer;
}
.footer_media_i:hover {
    cursor: pointer;
}
@media (max-width: 699.98px){
    .block-footer_info{
        gap: 1.875rem;
    }
}
@media (max-width: 529.98px){
    .block-footer_bottom{
        flex-direction: column;
        gap: 1.875rem;
    }
    .block-footer_media{
        justify-content: start;
        padding: .625rem;
    }
}
@media (max-width: 399.98px){
    .block-footer_info{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 3.125rem;
    }
    .footer_regisration-form {
        width: 200px;
    }
    .form-main-block_input {
        width: 10rem;
    }
}
