

/* Start:/local/templates/germetic/components/bitrix/breadcrumb/.default/style.css?1760971281910*/
/* Простой вариант без flexbox */
.bx-breadcrumb {
    margin: 10px 0 !important;
    margin-top: 24px !important;
    width: 100% !important;
    clear: both !important;
}

.bx-breadcrumb .bx-breadcrumb-item {
    display: inline !important;
    margin-bottom: 10px !important;
    line-height: 13px !important;
    vertical-align: middle !important;
    float: none !important;
    white-space: normal !important;
}

/* Принудительно разрешаем переносы */
.bx-breadcrumb .bx-breadcrumb-item,
.bx-breadcrumb .bx-breadcrumb-item * {
    white-space: normal !important;
    display: inline !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
}

/* Разделители не переносим */
.bx-breadcrumb-separator {
    white-space: nowrap !important;
    margin: 0 5px !important;
    display: inline !important;
}
/* End */


/* Start:/local/components/fmf/wholesale.form/templates/.default/style.css?17865926329009*/
.gr-wholesale-form.form {
    --gr-wholesale-black: #1c1c1c;
    --gr-wholesale-gray: #bdbdbd;
    --gr-wholesale-light: #f3f4f4;
    --gr-wholesale-red: #e33c18;
    margin-top: 120px;
    padding: 0 0 160px;
    color: var(--gr-wholesale-black);
    font-family: "Inter", sans-serif;
}

.gr-wholesale-form,
.gr-wholesale-form * {
    box-sizing: border-box;
}

.gr-wholesale-form__container {
    width: 100%;
    max-width: 1590px;
    margin: 0 auto;
    padding: 0 15px;
}

.gr-wholesale-form .form__inner {
    display: flex;
}

.gr-wholesale-form .form__form {
    width: 100%;
    flex: 1 1 auto;
    padding: 40px 60px 40px 40px;
    background: var(--gr-wholesale-light);
}

.gr-wholesale-form .form__title {
    max-width: 774px;
    margin: 0 0 16px;
    color: var(--gr-wholesale-black);
    font-family: "Unbounded", sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.2;
}

.gr-wholesale-form .form__text {
    margin: 0 0 40px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

.gr-wholesale-form .form__input-box {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.gr-wholesale-form .form__input-box-left,
.gr-wholesale-form .form__input-box-right,
.gr-wholesale-form .form__input-group {
    width: 100%;
}

.gr-wholesale-form .form__input-group .form__input {
    margin-bottom: 32px;
}

.gr-wholesale-form .form__input {
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0 17px;
    border: 0;
    border-bottom: 1px solid var(--gr-wholesale-gray);
    border-radius: 0;
    outline: 0;
    background: transparent;
    color: var(--gr-wholesale-black);
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    cursor: text;
}

.gr-wholesale-form .form__input::placeholder {
    color: var(--gr-wholesale-gray);
    opacity: 1;
}

.gr-wholesale-form .form__input:focus {
    border-color: var(--gr-wholesale-black);
}

.gr-wholesale-form .form__input-box--comment {
    margin-bottom: 18px;
}

.gr-wholesale-form .form__inputs-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 56px;
}

.gr-wholesale-form .input-file {
    display: flex;
    align-items: center;
    margin-right: 240px;
    color: var(--gr-wholesale-black);
    cursor: pointer;
    transition: color 0.3s;
}

.gr-wholesale-form .input-file:hover {
    color: var(--gr-wholesale-red);
}

.gr-wholesale-form .input-file__input {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0;
}

.gr-wholesale-form .input-file__icon {
    width: 21px;
    height: 20px;
    flex: 0 0 21px;
    margin-right: 8px;
}

.gr-wholesale-form .input-file__text,
.gr-wholesale-form .custom-checkbox__text {
    font-size: 16px;
}

.gr-wholesale-form .form__checkbox {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.gr-wholesale-form .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
    white-space: nowrap;
}

.gr-wholesale-form .form__bottom {
    display: flex;
    align-items: center;
    gap: 27px;
}

.gr-wholesale-form .form__send-btn {
    position: relative;
    z-index: 0;
    display: flex;
    min-width: 184px;
    min-height: 60px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 17px 33px;
    overflow: hidden;
    border: 0;
    border-radius: 100px;
    background: var(--gr-wholesale-black);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.gr-wholesale-form .form__send-btn::before,
.gr-wholesale-form .form__send-btn::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    content: "";
}

.gr-wholesale-form .form__send-btn::before {
    background: var(--gr-wholesale-red);
}

.gr-wholesale-form .form__send-btn::after {
    z-index: -1;
    background: var(--gr-wholesale-black);
    transition: transform 0.5s;
}

.gr-wholesale-form .form__send-btn:hover::after {
    transform: translateX(100%);
}

.gr-wholesale-form .form__policy-consent {
    max-width: 420px;
}

.gr-wholesale-form.form .form__policy-checkbox {
    align-items: flex-start;
    gap: 8px;
}

.gr-wholesale-form .form__policy-checkbox .custom-checkbox__span {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    line-height: 0;
}

.gr-wholesale-form .form__policy-checkbox .custom-checkbox__span::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid var(--gr-wholesale-black);
    background: transparent;
    content: "";
}

.gr-wholesale-form.form .form__policy-checkbox .custom-checkbox__input:checked + .custom-checkbox__span::before {
    border-color: var(--gr-wholesale-black);
    background: var(--gr-wholesale-black) !important;
    transition: none;
}

.gr-wholesale-form.form .form__policy-checkbox .custom-checkbox__input:checked + .custom-checkbox__span::after {
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    content: "";
    transform: rotate(45deg);
}

.gr-wholesale-form .form__text-policy,
.gr-wholesale-form .form__text-policy-link {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
}

.gr-wholesale-form.form .form__text-policy {
    margin: 0;
}

.gr-wholesale-form .form__text-policy-link {
    color: #337ab7;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.gr-wholesale-form .error {
    display: none;
    margin-top: -24px;
    color: var(--gr-wholesale-red);
    font-size: 12px;
}

.gr-wholesale-form .error-policy_page {
    margin-top: 8px;
}

.gr-wholesale-form .form__content {
    display: flex;
    width: 100%;
    max-width: 605px;
    flex: 0 0 605px;
    flex-direction: column;
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.1);
    background-image: url("/local/templates/germetic/img/form/bg.png");
    background-position: center;
    background-size: cover;
}

.gr-wholesale-form .form__content-title {
    margin: 0 0 24px;
    font-size: 24px;
    font-weight: 600;
}

.gr-wholesale-form .text-block__text {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

.gr-wholesale-form .form__content-bot {
    margin-top: auto;
}

.gr-wholesale-form .form__content-list {
    margin: 0;
    padding-left: 20px;
}

.gr-wholesale-form .form__content-list-item {
    list-style: disc;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
}

.gr-wholesale-form .form__content-list-item:not(:last-child) {
    margin-bottom: 16px;
}

@media (max-width: 1024px) {
    .gr-wholesale-form.form {
        margin-top: 64px;
        padding-bottom: 64px;
    }

    .gr-wholesale-form .form__inner {
        flex-direction: column-reverse;
    }

    .gr-wholesale-form .form__content {
        max-width: none;
        min-height: 420px;
        flex-basis: auto;
    }
}

@media (max-width: 768px) {
    .gr-wholesale-form__container {
        padding: 0 16px;
    }

    .gr-wholesale-form .form__form {
        padding: 32px 16px;
    }

    .gr-wholesale-form .form__title {
        margin-bottom: 16px;
        font-size: 20px;
    }

    .gr-wholesale-form .form__text {
        margin-bottom: 40px;
        font-size: 16px;
    }

    .gr-wholesale-form .form__input-box {
        flex-direction: column;
        gap: 0;
    }

    .gr-wholesale-form .form__input-group .form__input {
        margin-bottom: 24px;
    }

    .gr-wholesale-form .form__input {
        font-size: 16px;
    }

    .gr-wholesale-form .form__input-box--comment {
        margin-bottom: 18px;
    }

    .gr-wholesale-form .form__inputs-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 24px;
    }

    .gr-wholesale-form .input-file {
        margin-right: 0;
    }

    .gr-wholesale-form .form__bottom {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 24px;
    }

    .gr-wholesale-form.form .form__policy-consent,
    .gr-wholesale-form.form .form__policy-checkbox {
        width: 100%;
        max-width: none;
    }

    .gr-wholesale-form .form__text-policy {
        min-width: 0;
        flex: 1 1 auto;
    }

    .gr-wholesale-form .form__send-btn {
        min-height: 48px;
        padding: 11px 24px;
    }

    .gr-wholesale-form .form__content {
        min-height: 460px;
        padding: 24px 16px;
    }

    .gr-wholesale-form .form__content-title {
        margin-bottom: 16px;
        font-size: 20px;
    }

    .gr-wholesale-form .text-block__text,
    .gr-wholesale-form .form__content-list-item {
        font-size: 16px;
    }

    .gr-wholesale-form .form__content-list-item:not(:last-child) {
        margin-bottom: 8px;
    }
}

/* End */
/* /local/templates/germetic/components/bitrix/breadcrumb/.default/style.css?1760971281910 */
/* /local/components/fmf/wholesale.form/templates/.default/style.css?17865926329009 */
