.about-container {
    width: min(calc(100% - 32px), 1190px);
    margin: 0 auto;
}

#inner-page-section.about-hero {
    position: relative;
    min-height: 493px;
    height: auto;
    overflow: hidden;
    padding: 0;
    color: #fff;
    font-family: "Aeonik Pro Trial", Arial, sans-serif;
    background:
        linear-gradient(90deg, rgba(29, 33, 70, .98) 0%, rgba(35, 47, 116, .92) 33%, rgba(33, 61, 160, .91) 100%),
        url("/upload/whitebyte/okompanii_banner_img.png") center / cover no-repeat;
}

#inner-page-section.about-hero:after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/upload/whitebyte/okompanii_banner_img.png") center / cover no-repeat;
    opacity: .18;
    mix-blend-mode: screen;
    pointer-events: none;
}

.about-hero #main-header.header {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    z-index: 2;
    display: flex;
    align-items: center;
    width: min(calc(100% - 32px), 1190px);
    height: 48px;
    margin: 52px auto 0;
    padding: 0;
    color: #fff;
    background: transparent;
    box-shadow: none;
}

.about-hero .inn_main_header.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    width: 100%;
    max-width: none;
    height: 48px;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.about-hero .header-logo,
.about-hero .header-logo svg,
.about-hero .header-logo img {
    display: block;
    width: 188px;
    height: auto;
}

.about-hero .h_menu {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: auto;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    white-space: nowrap;
}

.about-hero .h_menu_el {
    position: relative;
}

.about-hero .h_menu_el + .h_menu_el {
    margin-left: 0 !important;
}

.about-hero .h_me_title {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    font-weight: 300 !important;
    cursor: pointer;
    transition: opacity .2s ease;
}

.about-hero .h_me_title:hover {
    opacity: .7;
}

.about-hero .h_me_title.is-active {
    font-weight: 400 !important;
}

.about-hero .header-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: 0;
}

.about-hero .header-btn-phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 300 !important;
    line-height: 1;
    white-space: nowrap;
}

.about-hero .header-btn-phone span {
    margin-left: 0 !important;
}

.about-hero .header-btn {
    display: none;
}

.about-hero .mobile-header-data {
    display: none;
}

.about-hero__content {
    position: relative;
    z-index: 1;
    padding: 88px 0 58px;
}

.about-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 1.35;
}

.about-breadcrumbs > * + * {
    margin-left: 18px;
}

.about-breadcrumbs a {
    color: inherit;
    font-weight: 400 !important;
    text-decoration: none;
}

.about-breadcrumbs span {
    font-weight: 400 !important;
}

.about-hero__title {
    width: min(100%, 980px);
    margin: 54px 0 0;
    color: #fff;
    font-family: "Aeonik Pro Trial", Arial, sans-serif;
    font-size: 56px;
    font-weight: 400 !important;
    line-height: 1;
}

.about-hero__lead {
    width: min(100%, 670px);
    margin: 26px 0 0;
    color: rgba(255, 255, 255, .96);
    font-family: "Aeonik Pro Trial", Arial, sans-serif;
    font-size: 20px;
    font-weight: 300 !important;
    line-height: 1.18;
}

.about-hero__lead p {
    margin: 0;
    color: inherit;
    font: inherit;
}

@media (max-width: 1920px) and (min-width: 1361px) {
    #inner-page-section.about-hero {
        min-height: 430px;
    }

    .about-hero #main-header.header {
        margin-top: 36px;
    }

    .about-hero .header-logo,
    .about-hero .header-logo svg,
    .about-hero .header-logo img {
        width: 176px;
    }

    .about-hero .h_menu {
        gap: 20px;
        font-size: 15px;
    }

    .about-hero .header-actions {
        gap: 14px;
    }

    .about-hero__content {
        padding: 68px 0 48px;
    }

    .about-hero__title {
        margin-top: 42px;
        font-size: 48px;
    }

    .about-hero__lead {
        margin-top: 20px;
        font-size: 18px;
        line-height: 1.24;
    }
}

@media (max-width: 1360px) and (min-width: 1025px) {
    .about-container,
    .about-hero #main-header.header {
        width: min(calc(100% - 40px), 1080px);
    }

    #inner-page-section.about-hero {
        min-height: 400px;
    }

    .about-hero #main-header.header {
        margin-top: 30px;
    }

    .about-hero .inn_main_header.container {
        gap: 18px;
    }

    .about-hero .header-logo,
    .about-hero .header-logo svg,
    .about-hero .header-logo img {
        width: 160px;
    }

    .about-hero .h_menu {
        gap: 16px;
        font-size: 14px;
    }

    .about-hero .header-actions {
        gap: 12px;
    }

    .about-hero .header-btn-phone {
        font-size: 14px;
    }

    .about-hero__content {
        padding: 58px 0 44px;
    }

    .about-breadcrumbs {
        font-size: 14px;
    }

    .about-hero__title {
        margin-top: 34px;
        font-size: 42px;
    }

    .about-hero__lead {
        max-width: 610px;
        margin-top: 18px;
        font-size: 17px;
        line-height: 1.26;
    }
}

@media (max-width: 1024px) {
    .about-hero .h_menu,
    .about-hero .header-actions {
        display: none;
    }

    .about-hero .mobile-header-data {
        display: inline-flex;
    }

    .about-hero__title {
        font-size: 52px;
    }
}

@media (max-width: 640px) {
    .about-container,
    .about-hero #main-header.header {
        width: min(calc(100% - 32px), 100%);
    }

    .about-hero #main-header.header {
        margin-top: 26px;
    }

    .about-hero__content {
        padding: 56px 0 46px;
    }

    .about-hero__title {
        margin-top: 34px;
        font-size: 38px;
    }

    .about-hero__lead {
        font-size: 17px;
    }
}

.page_form .pfr_inps {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.page_form .pfr_inps > .pfr_inp {
    width: 50%;
    height: 72px;
}

.page_form .pfr_inps > .pfr_inp--full {
    width: 50%;
    border-right: 0;
}

.page_form .pfr_inps > .pfr_inp--email,
.page_form .pfr_inps > :nth-child(3) {
    width: 100% !important;
    height: 72px !important;
    border-bottom: 0 !important;
}

.page_form .pfr_inps > .pfr_inp--wide,
.page_form .pfr_inps > :nth-child(4) {
    width: 100% !important;
    height: 253px !important;
    border-bottom: var(--bd) !important;
}

.page_form .pfr_inps > .pfr_inp--wide textarea {
    min-height: 0;
}

@media (max-width: 990px) {
    .page_form .pfr_inps > .pfr_inp,
    .page_form .pfr_inps > .pfr_inp--full,
    .page_form .pfr_inps > .pfr_inp--email {
        height: 56px !important;
    }

    .page_form .pfr_inps > .pfr_inp--wide {
        height: 174px !important;
    }
}

@media (max-width: 575px) {
    .page_form .pfr_inps > .pfr_inp,
    .page_form .pfr_inps > .pfr_inp--full,
    .page_form .pfr_inps > .pfr_inp--email,
    .page_form .pfr_inps > .pfr_inp--wide {
        width: 100% !important;
        border-right: var(--bd);
    }
}
