body, html, p {
    font-family: "Museo Sans", sans-serif !important;
    color: #3F3F3F;
}

.content_width {
    width: 1440px;
    margin: 0 auto;
}

.footer_links_block {
    width: 520px;
}

/* #region top block */
.corporate_page_top_block {
    display: flex;
    flex-wrap: wrap;
    column-gap: 60px;
    padding-top: 30px;
    margin-bottom: 60px;
}

.corporate_page_top_block_left, .corporate_page_top_block_right {
    width: calc(50% - 30px);
}

.corporate_page_top_block_right {
    display: flex;
    flex-direction: column;
}

.corporate_page_top_block_left > header {
    font-weight: 600;
    font-size: 44px;
    line-height: 120%;
    margin-bottom: 30px;
}

.corporate_top_feature {
    display: flex;
}

.corporate_top_features {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 60px;
}

.corporate_top_feature {
    display: flex;
    column-gap: 15px;
}

.corporate_top_feature_icon {
    display: flex;
    align-items: center;
    width: 30px;
}

.corporate_top_feature_text {
    display: flex;
    align-items: center;
    width: calc(100% - 45px);
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
}

    .corporate_top_feature_text p {
        margin: 0;
    }

    .corporate_top_feature_text strong {
        font-weight: 400;
        display: inline;
    }

.corporate_top_buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    width: 440px;
}

.corporate_top_cases_button {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    height: 50px;
    width: 100%;
    border: 1px solid #1C3444;
    border-radius: 10px;
    color: #1C3444;
    font-weight: 300;
    font-size: 18px;
    text-decoration: none !important;
}

    .corporate_top_cases_button:hover {
        color: #1C3444 !important;
        text-decoration: none !important;
    }

.corporate_top_call_button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - 10px);
    height: 50px;
    border: 1px solid #1C3444;
    border-radius: 10px;
    background-color: #1C3444;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    text-decoration: none !important;
}

    .corporate_top_call_button:hover {
        color: #fff !important;
        text-decoration: none !important;
    }

.corporate_top_order_call_button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - 10px);
    height: 50px;
    color: #1C3444;
    text-decoration: none;
    font-weight: 300;
    font-size: 18px;
    text-decoration: none !important;
    cursor: pointer;
}

    .corporate_top_order_call_button:hover {
        color: #1C3444 !important;
        text-decoration: none !important;
    }

    .corporate_top_order_call_button > span {
        border-bottom: 1px dotted #1C3444;
    }

.corporate_top_image {
    border-radius: 16px;
    margin-bottom: 10px;
    overflow: hidden;
}

    .corporate_top_image > img {
        max-width: 100%;
    }
/* #endregion */

/* #region corporate_price_calculation_block */
.corporate_organizations {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    column-gap: 15px;
    border-radius: 16px;
    background-color: #F7FAFD;
    padding: 20px;
}

.corporate_organization {
    width: calc(50% - 7.5px);
    display: flex;
    column-gap: 15px;
}

.corporate_organization_image {
    display: flex;
    align-items: center;
}

.corporate_organization_text {
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 16px;
}

    .corporate_organization_text strong {
        font-weight: 400;
    }

    .corporate_organization_text p {
        margin: 0;
    }

.corporate_price_calculation_block {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    margin-bottom: 60px;
}

.corporate_block_header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
    margin-bottom: 30px;
    font-size: 34px;
    text-transform: uppercase;
    color: #3F3F3F;
}

    .corporate_block_header::before {
        content: "";
        display: block;
        flex-grow: 1;
        height: 1px;
        background-color: #bbb;
    }

.business_calculator {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 4px 4px 20px 0px #A6A1A140;
}

.business_calculator_text {
    flex-grow: 1;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}

.business_calculator > header {
    line-height: 24px;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.business_calculator_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border: 1px solid #1C3444;
    border-radius: 10px;
    background-color: #1C3444;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.corporate_offer {
    padding: 20px;
    border-radius: 16px;
    width: calc(50% - 10px);
    background-color: #F7FAFD;
    box-shadow: 4px 4px 20px 0px #A6A1A140;
}

    .corporate_offer > header {
        line-height: 24px;
        font-size: 24px;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

.corporate_offer_text_input {
    height: 51px;
    width: 100%;
    padding-left: 15px;
    border: none;
    border-radius: 10px;
    background-color: #E8EDF28A;
    margin-bottom: 10px;
    font-size: 18px;
}

    .corporate_offer_text_input::placeholder {
        font-weight: 300;
    }

.corporate_offer_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border: 1px solid #1C3444;
    border-radius: 10px;
    background-color: #1C3444;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

/* #endregion */

/* #region corporate_industry_type_block */

.corporate_industry_type_block {
    margin-bottom: 60px;
}

.industry_types {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    margin: 0 -7.5px;
}

.industry_type {
    position: relative;
    margin: 0 7.5px;
    width: calc(100%/6 - 15px);
    border-radius: 50%;
    box-shadow: 4px 4px 20px 0px #A6A1A140;
}

.industry_type_content {
    padding-top: 100%;
    height: 0;
}

.industry_type_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
}

.industry_type_image {
}

.industry_type_text {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}

/* #endregion */

/* #region corporate_technologies_block */

.corporate_technologies_block {
    margin-bottom: 60px;
}

.technologies_citate {
    display: flex;
    justify-content: flex-end;
    column-gap: 20px;
    margin-bottom: 60px;
}

.technologies_citate_text {
    font-size: 20px;
    line-height: 140%;
    font-weight: 300;
}

.technologies_citate_image > img {
    max-width: 100%;
}

.corporate_technologies {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.corporate_technology {
    width: calc(100%/3 - 7px);
    padding: 20px;
    border-radius: 16px;
    box-shadow: 4px 4px 20px 0px #A6A1A140;
}

    .corporate_technology > header {
        font-size: 24px;
        line-height: 120%;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

.corporate_technology_caption {
    font-size: 20px;
}

.corporate_technology_text {
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
}

.corporate_technology_advantages {
    margin: 15px 0;
}

.corporate_technology_advantage {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.corporate_technology_advantage_number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #6FAC5D;
    color: #fff;
}

.corporate_technology_advantage_content {
    width: calc(100% - 40px);
}

.corporate_technology_advantage_caption {
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 5px;
}

.corporate_technology_advantage_text {
    font-family: "Museo Sans", sans-serif !important;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
    color: #3F3F3F;
}

/* #endregion */

/* #region corporate_programs_block */

.corporate_programs_block {
    margin-bottom: 60px;
}

.corporate_programs {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.corporate_program {
    display: flex;
    flex-direction: column;
    width: calc(50% - 7.5px);
    min-height: 235px;
    padding: 20px;
    border-radius: 16px;
    background: linear-gradient(115.01deg, #EAF6FF 2.19%, #F9F9F9 99.87%),linear-gradient(0deg, #FAFAFA, #FAFAFA);
    box-shadow: 4px 4px 20px 0px #A6A1A140;
}

    .corporate_program > header {
        font-size: 24px;
        line-height: 120%;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

.corporate_program_text {
    font-size: 20px;
    font-weight: 300;
    line-height: 120%;
    flex-grow: 1;
}

.corporate_program_more_link {
    border: none;
    background-color: transparent;
    border-bottom: 1px dotted #1C3444;
    width: fit-content;
    font-size: 18px;
    font-weight: 300;
    color: #1C3444BF
}

.corporate_program_back {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000aa;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.corporate_program_window {
    position: relative;
    max-width: min(800px, calc(100% - 100px));
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    max-height: calc(100vh - 50px);
    overflow: scroll;
}

    .corporate_program_window > header {
        font-size: 20px;
        text-transform: uppercase;
        color: #000;
    }

.coprporate_program_description {
    font-size: 20px;
    font-weight: 300;
}

.corporate_program_window ul li {
    font-weight: 300;
}

.corporate_program_window_close_button {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 25px;
    width: 25px;
    border: none;
    padding: 0;
    background-color: transparent;
}

    .corporate_program_window_close_button:hover, .corporate_program_window_close_button:focus {
        background-color: transparent;
    }

    .corporate_program_window_close_button:after, .corporate_program_window_close_button:before {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: #6fac5d;
    }

    .corporate_program_window_close_button:after {
        transform: rotate(45deg);
    }

    .corporate_program_window_close_button:before {
        transform: rotate(-45deg);
    }
/* #endregion */

/* #region corporate_work_block */
.corporate_work_block {
    margin-bottom: 60px;
}

.corporate_work_line {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .corporate_work_line::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: #5DA7D359;
        height: 6px;
        left: 0;
        right: 0;
        border-radius: 3px;
    }

.corporate_work {
    position: relative;
    width: 25%;
    height: 175px;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}

    .corporate_work::before {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50%;
        display: block;
        background-color: #1C3444;
    }

    .corporate_work:nth-of-type(2) {
        margin-left: 5px;
    }

    .corporate_work:nth-of-type(6) {
        margin-right: 5px;
    }

    .corporate_work:nth-of-type(2n-1) {
        border-left: 1px solid #1C3444;
        padding-top: 50px;
    }

        .corporate_work:nth-of-type(2n-1)::before {
            top: -5px;
            left: -5px;
        }

    .corporate_work:nth-of-type(2n) {
        border-left: 1px solid #1C3444;
    }

        .corporate_work:nth-of-type(2n)::before {
            bottom: -5px;
            left: -5px;
        }

    .corporate_work > header {
        font-size: 18px;
        line-height: 120%;
        text-transform: uppercase;
        color: #1C3444;
        margin-bottom: 10px;
    }

.corporate_work_text {
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
}

/* #endregion */

/* #region corporate_cases_block */

.corporate_cases_block {
    margin-bottom: 60px;
}


.more_cases_link_block {
    display: flex;
    justify-content: flex-end;
}

.more_cases_link {
    display: flex;
    align-items: center;
    color: #3F3F3F;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 40px;
    text-decoration: none !important;
}

    .more_cases_link:hover {
        color: #3F3F3F !important;
        text-decoration: none !important;
    }

    .more_cases_link > img {
        margin-left: 15px;
    }

.corporate_case_slide {
    position: relative;
}

.corporate_case_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}

    .corporate_case_content > header {
        font-size: 100px;
        font-weight: 300;
        text-transform: uppercase;
        text-align: center;
    }

.corporate_case_text p {
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    color: #fff;
}

.cases_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.left_cases_arrow {
    left: 40px;
}

.right_cases_arrow {
    right: 40px;
}

/* #endregion */

/* #region corporate_documents_block */

.corporate_documents_block {
    margin-bottom: 60px;
}

.corporate_document {
    width: 370px;
    height: 460px;
    border-radius: 16px;
    background-color: #D9D9D9;
    margin-right: 15px;
    overflow: hidden;
}

    .corporate_document img {
        max-width: 100%;
    }
/* #endregion */

/* #region corporate_appreciations_block */
.corporate_appreciations_block {
    margin-bottom: 60px;
}

.corporate_appreciation {
    width: 370px;
    height: 460px;
    border-radius: 16px;
    background-color: #D9D9D9;
    margin-right: 15px;
}

/* #endregion */

/* #region corporate_ask_commercial_offer_block */

.corporate_ask_commercial_offer_block {
    margin-bottom: 60px;
}

.ask_commercial_offer_form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #F7FAFD;
    border-radius: 16px;
    padding: 30px;
}

.ask_commercial_offer_form_lines {
    width: calc(50% - 15px);
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.ask_commercial_offer_form_commentary {
    width: calc(50% - 15px);
    display: flex;
    flex-direction: column;
}

.ask_commercial_offer_form_textarea {
    resize: none;
    flex-grow: 1;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #1C3444BD;
    background-color: #F7FAFD;
}

.ask_commercial_offer_form_label {
    display: block;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 15px;
    font-weight: 300;
}

.ask_commercial_offer_form_text_input {
    display: block;
    height: 50px;
    width: 100%;
    border: 1px solid #1C3444BD;
    border-radius: 10px;
    padding-left: 15px;
    background-color: #F7FAFD;
}

    .ask_commercial_offer_form_text_input.error {
        border-color: #e13838;
    }

.ask_commercial_form_button_block {
    margin-top: 30px;
    width: 100%;
}

.ask_commercial_form_submit_button {
    width: 290px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #1C3444;
    background-color: #1C3444;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 10px;
}

.ask_commercial_form_agree_block {
    display: flex;
    align-items: center;
}

.ask_commercial_form_checkbox_label {
    font-size: 12px;
    font-weight: 300;
    color: #00000080;
    cursor: pointer;
}

.ask_commercial_form_checkbox {
    position: relative;
    height: 16px;
    width: 16px;
    border: 1px solid #00000026;
    background-color: #F7FAFD;
    margin-right: 10px;
    cursor: pointer;
}

    .ask_commercial_form_checkbox.checked::after {
        content: "";
        display: block;
        position: absolute;
        top: 1px;
        left: 2px;
        width: 9px;
        height: 9px;
        border-bottom: 2px solid #000000aa;
        border-right: 2px solid #000000aa;
        transform: rotate(45deg);
    }

.commercial_form_success {
    width: 100%;
    display: none;
    color: #6FAC5D;
    margin: 5px 0;
}

    .commercial_form_success.active {
        display: block;
    }

.commercial_form_error {
    width: 100%;
    color: #ff3a3a;
    margin: 5px 0;
}

/* #endregion */

/* #region corporate_partner_block */

.corporate_partner_block {
    margin-bottom: 60px;
}

.partner_requisite {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 30px;
    min-height: 70px;
    border-radius: 16px;
    box-shadow: 4px 4px 20px 0px #A6A1A140;
    margin-bottom: 10px;
    cursor: pointer;
}

.partner_requisite_icon {
    width: 20px;
    height: 20px;
}

.partner_requisite_content {
    width: calc(100% - 20px);
}

.partner_requisite_name {
    font-size: 24px;
}

.partner_requisite_value {
    font-weight: 300;
    line-height: 120%;
}

/* #endregion */


@media(max-width: 1440px) {
    .content_width {
        width: 100%;
    }
}

@media (max-width: 1300px) {
    .corporate_page_top_block_left > header {
        font-size: 36px;
    }

    .corporate_document, .corporate_appreciation {
        width: 300px;
        height: 400px;
    }
}

@media (max-width: 1200px) {
    .industry_type_text {
        font-size: 12px;
    }

    .corporate_technology > header {
        font-size: 20px;
    }

    .corporate_organization {
        width: 100%;
    }

    .corporate_page_top_block_left > header {
        font-size: 32px;
    }

    .corporate_block_header {
        font-size: 28px;
    }

    .corporate_program > header {
        font-size: 20px;
    }

    .business_calculator > header {
        font-size: 20px;
    }

    .corporate_offer > header {
        font-size: 20px;
    }
}

@media (max-width: 1100px) {
    .corporate_page_top_block_left > header {
        font-size: 24px;
    }
}

@media (max-width: 1000px) {
    .corporate_page_top_block {
        column-gap: 30px;
    }

    .corporate_page_top_block_left, .corporate_page_top_block_right {
        width: calc(50% - 15px);
    }

    .corporate_top_feature_text {
        font-size: 16px;
    }

    .corporate_top_buttons {
        width: 100%;
    }

    .business_calculator_text {
        font-size: 16px;
    }

    .corporate_case_content > header {
        font-size: 80px;
    }

    .corporate_case_text p {
        font-size: 22px;
    }

    .corporate_document, .corporate_appreciation {
        width: 250px;
        height: 360px;
    }

    .corporate_technology_caption {
        font-size: 18px;
    }

    .corporate_technology_advantage_caption {
        font-size: 16px;
    }

    .corporate_block_header {
        font-size: 24px;
    }

    .ask_commercial_offer_form_label {
        font-size: 16px;
    }

    .corporate_program > header {
        font-size: 18px;
    }

    .corporate_program_text {
        font-size: 16px;
    }

    .technologies_citate_text {
        font-size: 18px;
    }
}

@media (max-width: 900px) {
    .corporate_document, .corporate_appreciation {
        width: 220px;
        height: 320px;
    }

    .corporate_technology {
        width: 100%;
    }

    .business_calculator {
        width: 100%;
        margin-bottom: 15px;
    }

    .corporate_offer {
        width: 100%;
    }

    .business_calculator_text {
        margin-bottom: 15px;
    }

    .industry_type {
        width: calc(100%/4 - 15px);
    }

    .corporate_work > header {
        font-size: 16px;
    }

    .corporate_work_line {
        display: block;
        padding-left: 20px;
        padding-bottom: 50px;
    }

    .corporate_work {
        width: 100%;
        border-left: none;
        border-bottom: 1px solid #1C3444;
        height: unset;
    }

        .corporate_work:nth-of-type(2n-1), .corporate_work:nth-of-type(2n) {
            border-left: none;
            padding: 60px 0 20px 20px;
            margin-left: 0;
        }

            .corporate_work:nth-of-type(2n-1)::before, .corporate_work:nth-of-type(2n)::before {
                bottom: -5px;
                left: -5px;
                top: unset;
            }

    .corporate_work_line::after {
        top: 0;
        bottom: 0;
        left: 17px;
        width: 6px;
        height: unset;
        transform: none;
    }

    .partner_requisite_name {
        font-size: 20px;
    }

    .partner_requisite_value {
        font-size: 14px;
    }
}

@media (max-width: 800px) {
    .corporate_page_top_block_left, .corporate_page_top_block_right {
        width: 100%;
    }

    .corporate_page_top_block {
        row-gap: 30px;
    }

    .corporate_organizations {
        row-gap: 15px;
    }

    .corporate_organization_image {
        width: 50px;
    }

    .corporate_organization_text {
        width: calc(100% - 80px);
    }

    .corporate_case_content > header {
        font-size: 40px;
    }

    .corporate_case_text p {
        font-size: 16px;
    }

    .left_cases_arrow {
        left: 20px;
    }

    .right_cases_arrow {
        right: 20px;
    }

    .cases_arrow {
        width: 25px;
    }
}

@media (max-width: 700px) {
    .technologies_citate_text {
        font-size: 16px;
    }

    .corporate_document, .corporate_appreciation {
        width: 150px;
        height: 210px;
    }

    .ask_commercial_offer_form_lines {
        width: 100%;
        margin-bottom: 15px;
    }

    .ask_commercial_offer_form_commentary {
        width: 100%;
        height: 250px;
    }

    .corporate_program_window {
        max-width: min(800px, calc(100% - 50px));
    }
}

@media (max-width: 600px) {
    .corporate_program > header {
        font-size: 14px;
    }

    .corporate_block_header {
        font-size: 20px;
    }

    .business_calculator > header {
        font-size: 16px;
    }

    .corporate_offer > header {
        font-size: 16px;
    }

    .business_calculator_text {
        font-size: 14px;
    }

    .industry_type {
        width: calc(100%/3 - 15px);
    }

    .corporate_technology > header {
        font-size: 16px;
    }

    .corporate_technology_caption {
        font-size: 16px;
    }

    .corporate_technology_advantage_caption {
        font-size: 14px;
    }

    .partner_requisite_name {
        font-size: 16px;
    }

    .technologies_citate_text {
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .corporate_program {
        width: 100%;
        min-height: 140px;
    }

    .corporate_program_more_link {
        font-size: 14px;
    }

    .ask_commercial_form_submit_button {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .corporate_page_top_block_left > header {
        font-size: 20px;
    }

    .industry_type_text {
        font-size: 10px;
    }

    .corporate_top_cases_button {
        font-size: 16px;
    }

    .corporate_top_order_call_button {
        font-size: 16px;
    }

    .corporate_top_call_button {
        font-size: 16px;
    }
}

@media (max-width: 350px) {
    .industry_type_text {
        font-size: 9px;
    }
}
