.c-form-wrap {
    padding: 40px;
    border: 1px solid #E0E0E0;
    background: #EEEEEF;
    margin: 40px 0;
    border-radius: 20px;
    min-height: 584px;
    position: relative;
}

.c-form-wrap .contacting-form__title {
    margin: 0 0 8px 0;
    font-weight: 500;
    font-size: 24px;
    text-align: left;
    text-transform: none;
    font-family: "Neo Sans Pro", sans-sarif;
}

.c-form__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 40px;
}

.c-form__head-text {
    font-size: 14px;
    line-height: 1;
}

.contacting-contacts a {
    font-size: 24px;
}

a.contacting-contacts__phone {
    margin-top: 4px;
    margin-bottom: 0;
}

.contacting-form-control__label {
    font-weight: 500;
}

.contacting-form-textarea .contacting-form-control__label {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.c-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px 32px;
    margin-bottom: 24px;
}

.c-form-grid .contacting-form-control {
    margin-bottom: 0;
}

.c-form .contacting-file {
    margin-bottom: 16px;
}

.c-form .files_raschet {
    margin: 0;
}

.file-wrap {
    margin-bottom: 16px;
}

.file-head {
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.file-head__add {
    color: #E30611;
    background: none;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    line-height: 16px;
}

.file-head__add_mobile {
    display: none;
}

.file-head__text {
    color: #969FA8;
    font-size: 13px;
    text-align: right;
    max-width: 296px;
}

.file-controls {
    display: flex;
    gap: 8px;
}

.file-controls-item {
    padding: 0 20px 0 8px;
    border-radius: 4px;
    background: #F2F3F7;
    line-height: 24px;
    position: relative;
    color: #969FA8;
    font-size: 11px;
    max-width: 104px;
    width: 100%;
    display: none;
}

.file-controls-item.active {
    display: block;
}

.file-controls-item.error {
    color: #E30611;
}


.file-controls-item__name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.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");
}

.meet-dropdown {
    position: relative;
    cursor: pointer;
}

.meet-dropdown__active {
    border-radius: 8px;
    border: 1px solid #F2F3F7;
    background: #FFF;
    background-position: calc(100% - 12px) 12px;
    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='M4 6L8 10L12 6' stroke='%231D2023' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    padding: 8px 38px 8px 8px;
    background-repeat: no-repeat;
    line-height: 22px;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.meet-dropdown__active.active+.meet-dropdown__list {
    display: block;
}

.meet-dropdown__list {
    background: #FAFAFA;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    top: calc(100% + 8px);
    border-radius: 8px;
    border: 1px solid #FAFAFA;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
    display: none;
}

.meet-dropdown__list-item {
    padding: 12px 16px;
    line-height: 24px;
    font-size: 15px;
}

.meet-dropdown__list-item:hover {
    background: #EDEFF3;
}

.meet-dropdown input.error~.meet-dropdown__active {
    border: 1px solid #E31E24;
}

.c-form-checkbox {
    display: flex;
    align-items: center;
}

.c-form-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.c-form-checkbox__mark {
    display: block;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin-right: 4px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='3' width='18' height='18' rx='3' stroke='%23757d8a' stroke-width='1'/%3E%3C/svg%3E%0A");
}

.c-form-checkbox input:checked+.c-form-checkbox__mark {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='3' width='18' height='18' rx='3' stroke='%23E30611' stroke-width='2'/%3E%3Cpath d='M7.5 12L10.5 15L16.5 9' stroke='%23E30611' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.c-form-checkbox input.error+.c-form-checkbox__mark {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='3' width='18' height='18' rx='3' stroke='%23E30611' stroke-width='1'/%3E%3C/svg%3E%0A");
}

.c-form-checkbox__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
}

.c-form-checkbox__text a {
    color: #E30611;
}

.c-form .smart-captcha label {
    display: none !important;
}

input[name="smart-token"].error~iframe {
    border: 1px solid #E31E24;
    border-radius: 12px;
}

.c-form .smart-captcha {
    margin-bottom: 20px;
}

.c-form-footer {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.c-form-footer__left {
    display: flex;
    gap: 16px;
}

.c-form-footer__right {
    display: none;
}

.btn.c-form__submit {
    width: 240px;
    height: 40px;
    font-size: 16px;
    border-radius: 26px;
    padding: 0;
    line-height: 1;
}

.btn.c-form__submit:hover {
    background: #e30611;
}

.c-form-checkbox input[type="checkbox"]:hover {
    opacity: 0;
}

.c-form-wrap .contacting-form-success {
    font-size: 14px;
}

.c-form-wrap .contacting-form-success__title {
    margin-bottom: 16px;
    font-size: 24px;
}

.c-form-wrap .contacting-form-success__subtitle {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #74767A80;
}

.contacting-form-success__contacts a {
    font-size: 24px;
    margin-top: 8px;
    display: block;
}

@media (max-width: 1023px) {
    .c-form-wrap {
        padding: 24px 72px 24px 64px;
        min-height: 288px;
    }

    .contacting-contacts {
        display: none;
    }

    .c-form__head {
        margin-bottom: 8px;
    }

    .c-form-wrap .contacting-form__title {
        margin: 0 0 16px 0;
        max-width: 100%;
    }

    .c-form-grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    .file-controls {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px 24px;
    }

    .file-controls-item {
        max-width: 100%;
        line-height: 40px;
    }

    .file-head__add {
        font-size: 10px;
    }

    .file-head__text {
        font-size: 10px;
        max-width: 100%;
    }

    .c-form-footer__left {
        flex-direction: column;
        max-width: 240px;
    }

    .c-form-footer__right {
        display: block;
    }

    .c-form-checkbox__text {
        font-size: 10px;
    }

    .contacting-contacts {
        text-align: right;
    }

    .c-form-wrap .contacting-form-success__subtitle {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 72px;
    }
}

@media (max-width: 767px) {
    .c-form-wrap {
        border-radius: 4px;
        padding: 24px 32px;
        border: none;
    }

    .c-form__head {
        margin-bottom: 16px;
    }

    .c-form-grid {
        grid-template-columns: 1fr;
    }

    .c-form .contacting-form-control textarea {
        min-height: 88px;
    }

    .file-head__add {
        display: none;
    }

    .file-head__add_mobile {
        display: flex;
    }

    .file-head__text {
        text-align: left;
    }

    .file-controls {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .c-form-footer {
        display: block;
    }

    .btn.c-form__submit {
        width: 100%;
    }

    .c-form-footer__left {
        max-width: 100%;
    }

    .c-form-footer__right {
        display: none;
    }

    .c-form-wrap .contacting-form-success__title {
        margin-bottom: 8px;
        font-size: 18px;
    }

    .c-form-wrap .contacting-form-success__subtitle {
        margin-bottom: 32px;
    }
}