.page_first_bl_body {
    display: flex;
    align-items: center;
    gap: 112px;
    justify-content: space-between;
}
.page_first_bl_left_title {
    color: var(--0B1016, #0B1016);
    font-family: "Aspekta500";
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    line-height: 80px;
}
.page_first_bl_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    justify-content: center;
}
.page_first_bl_desc{
    color: var(--2-f-414-f-70, rgba(47, 65, 79, 0.70));
    font-family: "Archivo";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.page_first_bl_links {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-top: 8px;
}
.page_first_bl {
    background-image: url(image/page_first_bl_bg.png);
    background-repeat: no-repeat;
    background-position: left 133px;
    background-size: contain;
    margin-bottom: 24px;
}
.small_title {
    color: var(--2-f-414-f-70, rgba(47, 65, 79, 0.70));
    font-family: "Aspekta400";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 24px;
    margin-top: 48px;
}
.featured_services_bl {
    display: flex;
    align-items: stretch;
    gap: 16px;
    grid-template-areas: 3;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 24px;
}
.featured_services_item {
    flex: 0 0 calc(32% - 51px);
    display: flex;
    padding: 26px 28px 28px 28px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 24px;
    border: 1px solid var(--BDD4E5, #BDD4E5);
    transition: background-color 300ms ease-out;
}
.featured_services_title {
    color: var(--0B1016, #0B1016);
    font-family: "Aspekta600";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
}
.featured_services_desc {
    color: var(--2F414F, #2F414F);
    font-family: "Archivo";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.featured_services_item:hover {
    border-radius: 24px;
    background-color: var(--2371B7, #2371B7);
}
.featured_services_item:hover * {
    color: var(--FFFFFF, #FFF);
}
.other_services_bl {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    row-gap: 16px;
    flex-wrap: wrap;
}
.why_use {
    margin-top: 128px;
}
.why_use_bl {
    border-radius: 24px;
    background: var(--E9F0F5, #E9F0F5);
    display: flex;
    padding: 72px 56px 80px 56px;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
}
.why_use_title {
    color: var(--0B1016, #0B1016);
    font-family: "Aspekta500";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px;
}
.why_use_items {
    display: flex;
    align-items: stretch;
    gap: 16px;
    justify-content: space-between;
    flex-direction: row;
}
.why_use_item {
    display: flex;
    padding: 26px 28px 28px 28px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 24px;
    background: var(--FFFFFF, #FFF);
    width: calc(33%);
}
.why_use_item_title {
    display: flex;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    color: var(--0B1016, #0B1016);
    font-family: "Archivo";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.why_use_item_desc {
    color: var(--2F414F, #2F414F);
    font-family: "Archivo";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.page_first_bl_right img {
    max-width: 100%;
}
.other_services_bl svg {
    display: none;
}
.process_screen {
    margin-top: 96px;
}
.process_screen_bl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 48px;
}
.process_screen_bl a.bt.bt-black {
    width: fit-content;
}
.process_items {
    display: flex;
    align-items: stretch;
    gap: 16px;
}
.process_item {
    display: flex;
    padding: 26px 28px 28px 28px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    border-radius: 24px;
    background: var(--E9F0F5, #E9F0F5);
    width: 33%;
}
.process_title {
    color: var(--0B1016, #0B1016);
    font-family: "Aspekta500";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px;
}
.process_item_title {
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--0B1016, #0B1016);
    font-family: "Aspekta600";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 136.364% */
    text-transform: uppercase;
}
.process_item_title span {
    color: var(--2-f-414-f-30, rgba(47, 65, 79, 0.30));
    font-family: "Aspekta300";
    font-size: 38px;
    font-style: normal;
    font-weight: 300;
    line-height: 46px;
}
ul.process_item_list_ul {
    padding: 0;
    margin: 0;
}
ul.process_item_list_ul li {
    margin-left: 17px;
    color: var(--2F414F, #2F414F);
    font-family: "Archivo";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
ul.process_item_list_ul li::marker {
    color: #2371B7;
    width: 6px;
    height: 6px;
    display: block;
    font-size: 14px;
}
ul.process_item_list_ul li a {
    text-decoration: underline;
}




.faq_screen {
    margin-top: 120px;
}

.faq_bl_item_open {
    display: none;
}

.faq_bl_item.active .faq_bl_item_open {
    display: inline-block;
}

.faq_bl_item.active .faq_bl_item_close {
    display: none;
}


.faq_bl_item.active .faq_bl_item_body {
    padding-top: 15px;
}
.faq_bl_title {
    color: var(--0B1016, #0B1016);
    font-family: "Aspekta500";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px;
}
.faq_bl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 48px;
}
.faq_bl_content {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}
.faq_bl_content > div {
    width: calc(50%);
}
.faq_bl_items {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    row-gap: 16px;
    flex-wrap: wrap;
}
.faq_bl_item {
    display: flex;
    padding: 24px;
    flex-direction: column;
    border-radius: 20px;
    border: 1px solid var(--BDD4E5, #BDD4E5);
    align-items: stretch;
}
.faq_bl_item_title {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
    color: var(--0B1016, #0B1016);
    font-family: "Archivo";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.faq_bl_item_body {
    overflow: hidden;
    transition: max-height 0.3s ease;
    max-height: 0;
    color: var(--2F414F, #2F414F);
    font-family: "Archivo";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.faq_bl_item_body li {
    color: var(--2F414F, #2F414F);
    font-family: "Archivo";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}







@media (min-width: 1440px) and (max-width: 1899px){
    .page_first_bl_right img {
        max-width: initial;
        width: 544px;
    }
}


@media (min-width: 1024px) and (max-width: 1440px){
    .page_first_bl_right {
        width: initial;
    }
    .page_first_bl_right img {
         max-width: initial;
         width: 424px;
     }
    .page_first_bl_body {
        gap: 80px;
        align-items: flex-start;
    }
    .page_first_bl_left_title {
        font-size: 34px;
        line-height: 40px;
    }
    .page_first_bl_left {
        gap: 15px;
    }
    .featured_services_item {
        flex: 0 0 calc(50% - 73px);
    }
    .why_use_item_title {
        display: flex;
        align-items: center;
        text-align: center;
        font-size: 17px;
        line-height: 15px;
        flex-direction: column;
        align-content: center;
    }
    .why_use_item_desc {
        font-size: 16px;
        line-height: 23px;
    }
    .inline_buttons {
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .inline_buttons .flex-grow-1.bt-right {
        display: flex;
        justify-content: flex-start;
    }
    .process_screen {
        margin-top: 48px;
    }
    .process_title {
        font-size: 44px;
        line-height: 50px;
    }
    .process_item_title {
        gap: 14px;
        font-size: 18px;
        line-height: 24px;
    }
    .process_item_title span {
        font-size: 31px;
        line-height: 43px;
    }
    .process_item {
        padding: 22px;
    }
    ul.process_item_list_ul li {
        font-size: 16px;
        line-height: 24px;
    }
    .faq_screen {
        margin-top: 60px;
    }
    .faq_bl_title {
        font-size: 44px;
        line-height: 50px;
    }
    .faq_bl_item_title {
        font-size: 18px;
        line-height: 24px;
    }
    .faq_bl_item {
        padding: 20px;
    }
}

@media (min-width: 0px) and (max-width: 1023px){
    .page_first_bl_body {
        gap: 40px;
        align-items: flex-start;
        flex-direction: column;
    }
    .page_first_bl_left_title {
        font-size: 40px;
        line-height: 48px;
    }
    .page_first_bl_desc {
        font-size: 16px;
        line-height: 24px;
    }
    .page_first_bl_links {
        display: flex;
        align-items: flex-start;
        gap: 9px;
        margin-top: 8px;
    }
    .page_first_bl_links .bt-primary {
        padding: 12px 25px;
        font-size: 16px;
        line-height: 24px;
    }
    .page_first_bl_links a.bt.bt-white {
        padding: 12px 25px;
        font-size: 16px;
        line-height: 24px;
    }
    .page_first_bl_left {
        gap: 15px;
    }
    .featured_services_item {
        flex: 100%;
        padding: 20px;
        gap: 8px;
    }
    .featured_services_title {
        font-size: 17px;
        line-height: 26px;
    }
    .featured_services_desc {
        font-size: 16px;
        line-height: 24px;
    }
    .why_use_item_title {
        display: flex;
        align-items: center;
        text-align: center;
        font-size: 17px;
        line-height: 15px;
        flex-direction: column;
        align-content: center;
    }
    .why_use_item_desc {
        font-size: 16px;
        line-height: 23px;
    }
    .inline_buttons {
        flex-wrap: wrap;
        row-gap: 8px;
        margin-top: 0;
        gap: 8px;
        display: flex;
        flex-direction: row;
    }
    .inline_buttons .flex-grow-1.bt-right {
        display: flex;
        justify-content: flex-start;
    }
    .inline_buttons .bt.bt-bordered {
        font-size: 14px;
        padding: 8px 18px !important;
        line-height: 20px;
        text-wrap-mode: nowrap;
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
    }
    .other_services_bl svg {
        display: inline-block;
    }
    .other_services_bl {
        display: flex;
        align-items: stretch;
        gap: 8px;
        flex-wrap: wrap;
        flex-direction: column;
        text-align: left;
        align-content: stretch;
    }
    .other_services_bl .bt.bt-bordered {
         font-size: 14px;
         line-height: 20px;
         display: flex;
         padding: 14px 20px;
         justify-content: space-between;
         align-items: center;
         align-self: stretch;
     }
    .why_use_bl {
        padding: 40px 24px 48px 24px;
        gap: 32px;
    }
    .why_use_title {
        font-size: 36px;
        line-height: 44px;
    }
    .why_use_items {
        display: flex;
        align-items: stretch;
        gap: 12px;
        flex-direction: column;
    }
    .why_use_item {
        border-radius: 24px;
        background: var(--FFFFFF, #FFF);
        width: initial;
        display: flex;
        padding: 20px 20px 24px 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .why_use_item_title {
        font-size: 17px;
        line-height: 15px;
    }

    .inline_buttons {
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .inline_buttons .flex-grow-1.bt-right {
        display: flex;
        justify-content: flex-start;
    }
    .process_screen {
        margin-top: 48px;
    }
    .process_screen_bl {
        gap: 40px;
        align-items: stretch;
    }
    .process_items {
        flex-direction: column;
    }
    .process_title {
        font-size: 36px;
        line-height: 44px;
    }
    .process_item_title {
        gap: 14px;
        font-size: 20px;
        line-height: 28px;
    }
    .process_item_title span {
        font-size: 32px;
        line-height: 40px;
    }
    .process_item {
        padding: 22px;
        width: initial;
    }
    ul.process_item_list_ul li {
        font-size: 16px;
        line-height: 24px;
    }
    .process_screen_bl a.bt.bt-black {
        width: fit-content;
    }
    .faq_bl {
        gap: 40px;
    }
    .faq_bl_content {
        display: flex;
        align-items: stretch;
        gap: 20px;
        flex-direction: column;
    }
    .faq_bl_content > div{
        width: initial;
    }
    .faq_screen {
        margin-top: 60px;
    }
    .faq_bl_title {
        font-size: 36px;
        line-height: 44px;
    }
    .faq_bl_item_title {
        font-size: 18px;
        line-height: 24px;
    }
    .faq_bl_item {
        padding: 20px 18px;
    }

}

@media (min-width: 1900px) {
    .page_first_bl_right img {
        max-width: initial;
        min-width: 683px;
    }
    .page_first_bl_body {
        gap: 204px;
    }
}
