.select-custom-wrp-title-arrow img {
    width: 20px;
    height: 20px;
}

.select-custom-wrp-title-arrow {
    margin-left: auto;
}

.wrp .form-book {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 16px;
}

.placeholder-visible {
    padding-top: 20px;
    padding-bottom: 6px;
}

.input-placeholder-top {
    font-family: Inter, sans-serif;
    text-align: left;
    color: #647B90;
    display: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.wrp .select-custom-wrp-title {
    display: flex;
    flex-direction: row;
}

.form-page-rightthank {
    display: block;
    visibility: hidden;
    height: 0;
}

.formHidden {
    display: none !important;
}

.messageVisible {
    visibility: visible;
    height: 100%
}

@media (min-width: 1280px) {
    .formPageContainer {
        display: flex;
        flex-direction: row;
        gap: 40px;
        max-width: 1200px;
    }

    .formPageLeftContainer {
        max-width: 580px !important;
    }

    .formPageRightContainer {
        max-width: 580px;
    }

    .wrp {
        margin-left: 120px;
        margin-right: 120px;
    }

    .input-placeholder-top {
        padding-left: 24px;
        padding-top: 6px;
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        letter-spacing: -0.02em;
    }

    .wrp .page-titleh1 {
        line-height: 62px;
    }

    .wrp .contacts-in-form-page-wrp {
        margin-top: 24px;
        border-top: 1px solid #96CCDA;
    }


    .wrp .form-book-inp input{
        max-width: 580px;
        max-height: 48px;
    }

    .wrp .form-book-inp input {
        max-width: 580px;
        max-height: 48px;
    }

    .wrp .form-book-inp textarea {
        max-width: 580px;
        height: 120px !important;
        max-height: 120px;
    }

    .wrp .select-custom-wrp-wrp .select-custom-wrp {
        max-width: 580px;
    }

    .wrp .select-custom-wrp {
        position: relative;
    }

    .wrp .categori-list {
        gap: 12px;
    }

    .select-custom-wrp-title {
        padding: 13px 24px;
    }

    .select-custom-wrp-title-title .vibcat0 {
        margin-left: 0;
    }

    .select-custom-wrp-title-title .vibcat {
        margin-left: 0;
    }

    .wrp .selectactive-item {
        display: block;
    }

    .wrp .form-book-inp-wrp {
        margin-bottom: 0;
    }

    .wrp .form-book-topop0 {
        justify-content: flex-start;
        padding: 0;
        margin: 0;
        height: 0;
    }

    .mind {
    }

    .agrees-wrapper {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .newButton {
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: -0.02em;
        text-align: left;
    }

    .firstLastNameContainer {
        max-width: 580px;
        display: flex;
        flex-direction: row;
        gap: 8px;
    }

    .nameInput {
        width: 100%;
    }

    .breadcrumbs {
        margin-bottom: 8px;
    }

    .bookADemoTitle {
        margin-bottom: 16px;
    }

    .bookADemoFormDivider {
        margin-top: 16px !important;
        gap: 24px !important;
    }

    .agree-title {
        color: var(--blue-dark, #0D3051);
        font-family: Inter, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }
}