

/* Start:/local/components/std/form.result.new/templates/contacting_new/style.css?176828073710640*/
.contacting-page {
    margin-bottom: 40px;
}

.contacting-page .form-entry {
    padding: 0 24px;
    background-color: transparent;
    min-height: 512px;
    display: flex;
    flex-direction: column;
}

.contacting-page .form-entry__main {
    min-height: auto;
    flex: 1;
}

.contacting-page .form-entry__header {
    padding: 32px;
    border-radius: 5px 5px 0 0;
    min-height: 200px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.contacting-page .form-entry__header_success {
    display: none;
}

.contacting-page .form-entry__header_success .form-entry__title {
    line-height: 1;
}

.contacting-page .success {
    background-color: #f3f4f6;
}

.contacting-page .success .main {
    flex: 1;
}

.contacting-page .success .text:first-child {
    margin-bottom: 80px;
}

.contacting-page .success .phone {
    margin-bottom: 16px;
}

.blueFormTextarea.error {
    border-color: #e31e24;
}

.contacting-page .blueFormTextarea__wrapper {
    position: relative;
}

.contacting-page .contacting {
    min-height: 100%;
    width: 100%;
    display: block;
    padding: 24px 32px;
    background-color: #f3f4f6;
    border-radius: 0 0 5px 5px;
}

.contacting-page .contacting .smart-captcha {
    min-width: auto;
    height: auto;
}

.contacting-page .form-contacting {
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.contacting-page .form-contacting__description {
    max-width: 384px;
    margin-right: 16px;
}

.contacting-page .form-contacting__description>div {
    margin-bottom: 8px;
}

.contacting-page .form-contacting-info__title {
    margin-bottom: 8px;
    font-family: "HelveticaNeueCyr-Medium";
}

.contacting-page .form-contacting-info__link {
    margin-bottom: 8px;
    font-size: 24px;
    display: block;
    color: #fff;
}

.contacting-page .form-contacting-info__link span {
    font-family: "HelveticaNeueCyr-Medium";
}

.contacting-page .form-contacting-info__office a {
    color: #008CDB;
}

.contacting-page .quick-application__row1 {
    margin-bottom: 16px;
}

.contacting-page .quick-application__footer {
    border-top: 1px solid #BFC1C7;
    margin-top: 20px;
    padding-top: 24px;
}

.contacting-page .contacting-send,
.contacting-page .contacting-new {
    width: 200px;
    height: 40px;
    border: none;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    background: #e31e24;
    color: #fff;
    cursor: pointer;
}

.contacting-page .form-entry_success .contacting,
.contacting-page .form-entry_success .form-entry__header {
    display: none;
}

.contacting-page .form-entry_success .form-entry__header_success,
.contacting-page .form-entry_success .success {
    display: flex !important;
}

.contacting-files {
    position: absolute;
    right: 19px;
    bottom: 19px;
}

.contacting-files-list {
    display: flex;
    gap: 8px;
}

.contacting-file-add,
.contacting-file-delete {
    display: flex;
    align-items: center;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.contacting-files {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 32px);
}

.contacting-page .contacting-file {
    display: none;
    align-items: center;
    justify-content: center;
    margin: 0;
    max-width: 104px;
    padding: 3px 6px;
    background: #F3F4F6;
    border-radius: 4px;
    font-size: 13px;
}

.contacting-file__name {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 85px;
    white-space: nowrap;
    font-weight: 400;
    margin-right: 8px;
}

.contacting-page .contacting-file input {
    display: none;
}

.contacting-page .blueFormTextarea {
    height: 120px;
}

.contacting-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px 16px;
    margin-bottom: 16px;
}

.primary-dropdown {
    position: relative;
}

.primary-dropdown__active {
    height: 40px;
    border-radius: 5px;
    border: 1px solid var(--icon-color-icon-secondary, #BFC1C7);
    background: #FFF;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.29297 9.79297C7.68389 9.40205 8.31601 9.40222 8.70703 9.79297L12.0127 13.0986L15.3057 9.91797C15.7047 9.53532 16.3358 9.54648 16.7197 9.94336C17.1034 10.3404 17.0922 10.9745 16.6953 11.3574L12.6953 15.2197C12.5003 15.4076 12.2499 15.5 12 15.5C11.7441 15.4999 11.4879 15.402 11.293 15.207L7.29297 11.207C6.90222 10.816 6.90205 10.1839 7.29297 9.79297Z' fill='%23008CDB'/%3E%3C/svg%3E");
    background-position: calc(100% - 8px) 8px;
    background-repeat: no-repeat;
    padding: 8px 40px 8px 12px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.primary-dropdown input.error~.primary-dropdown__active {
    border: 1px solid#e31e24;
}

input[name="smart-token"].error~iframe {
    border-radius: 12px;
    border: 1px solid#e31e24;
}

.primary-dropdown__active.active+.primary-dropdown__list {
    display: block;
}

.primary-dropdown__list {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: calc(100% + 8px);
    border-radius: 3px;
    border: 1px solid #008CDB;
    background: #FFF;
    display: none;
    z-index: 2;
}

.primary-dropdown__list-item {
    padding: 6px 12px;
    font-size: 14px;
    cursor: pointer;
}

.primary-dropdown__list-item.active {
    color: #008CDB;
}

.primary-dropdown__list-item:hover {
    background: #DAF4FF;
}

.blueFormInput__wrapper {
    position: relative;
}

.contacting label.error {
    position: absolute;
    left: 0;
    top: 100%;
    color: #E31E24;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
}

.file-wrap {
    margin-bottom: 16px;
}

.file-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    line-height: 16px;
}

.file-head__add {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #30C2FF;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}

.file-head__text {
    color: #969FA8;
    font-size: 13px;
    text-align: right;
    max-width: 296px;
}

.file-head__text.error {
    color: #e31e24;
}

.file-controls {
    display: flex;
    gap: 8px;
}

.file-controls-item {
    padding: 0 20px 0 8px;
    border-radius: 4px;
    border: #528FDF;
    background: #FFF;
    line-height: 22px;
    position: relative;
    color: #969FA8;
    font-size: 11px;
    border: 1px solid #528FDF;
    max-width: 104px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: none;
}

.file-controls-item.active {
    display: block;
}

.file-controls-item.error {
    border: 1px solid #e31e24;
}

.file-controls-item input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.file-controls-item__remove {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M11.292 11.2864L4.70677 4.70117' stroke='%231D2023' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.70282 11.289L11.2949 4.69824' stroke='%231D2023' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

@media (max-width: 1023px) {
    .contacting-page .form-entry {
        min-height: 552px;
    }

    .contacting-page .contacting {
        padding: 16px 32px;
    }

    .contacting-page .quick-application__footer {
        margin-top: 13px;
    }

    .contacting-page .form-contacting-info {
        display: none;
    }

    .contacting-page .form-entry__header {
        min-height: 168px;
        padding: 32px 32px 16px 32px;
    }

    .contacting-page .form-contacting__description {
        max-width: 100%;
        margin-right: 0;
    }

    .contacting-page .success .text:first-child {
        margin-bottom: 56px;
    }

    .contacting-page .blueFormDivider {
        margin-bottom: 16px;
    }

    .contacting-grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px 32px;
        margin-bottom: 24px;
    }

    .file-wrap {
        margin-bottom: 24px;
    }

    .file-controls-item {
        line-height: 38px;
        max-width: 112px;
    }
}

@media (max-width: 991px) {
    .contacting-page .quick-application__row1 {
        flex-direction: row;
    }

    .contacting-page .quick-application__row1 .quick-application__col1 {
        flex-direction: column;
        max-width: 296px;
    }

    .contacting-files {
        flex-direction: column-reverse;
        align-items: flex-end;
        width: calc(100% - 20px);
        right: 8px;
        bottom: 16px;
    }

    .contacting-file-add {
        margin-bottom: 8px;
    }
}

@media (max-width: 767px) {
    .contacting-page .form-entry {
        padding: 0;
    }

    .contacting-page .form-entry__header {
        padding: 16px;
        border-radius: 0;
        min-height: 176px;
        vertical-align: middle;
    }

    .contacting-page .contacting {
        padding: 24px 16px;
        border-radius: 0;
    }

    .contacting-page .quick-application__row1 .quick-application__col1 {
        max-width: 100%;
    }

    .contacting-page .quick-application__row1 {
        flex-direction: column;
    }

    .contacting-page .quick-application__footer {
        margin-top: 16px;
        padding-top: 16px;
    }

    .contacting-page .blueFormDivider {
        margin-bottom: 8px;
    }

    .contacting-page .success .text:first-child {
        margin-bottom: 80px;
    }

    .contacting-page .contacting-new {
        width: 100%;
    }

    .contacting-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .contacting-page .contacting-send {
        width: 100%;
    }

    .file-controls {
        flex-direction: column;
    }

    .file-controls-item {
        max-width: 100%;
    }
}
/* End */
/* /local/components/std/form.result.new/templates/contacting_new/style.css?176828073710640 */
