.wholesale-block .wholesale-block__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.wholesale-block .wholesale-block__left {
    flex: 1 1 74.5%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    padding: 60px;
    border-radius: 2px;
    background: var(--background-thirdly);
}

.wholesale-block .wholesale-block__text h1:not(:last-child),
.wholesale-block .wholesale-block__text h2:not(:last-child),
.wholesale-block .wholesale-block__text h3:not(:last-child),
.wholesale-block .wholesale-block__text h4:not(:last-child),
.wholesale-block .wholesale-block__text h5:not(:last-child),
.wholesale-block .wholesale-block__text h6:not(:last-child) {
    margin-bottom: 30px;
}

.wholesale-block .wholesale-block__text p:not(:last-child),
.wholesale-block .wholesale-block__text ol:not(:last-child),
.wholesale-block .wholesale-block__text ul:not(:last-child) {
    margin-bottom: 20px;
}

.wholesale-block .wholesale-block__text li:not(:last-child) {
    margin-bottom: 10px;
}

.wholesale-block .wholesale-block__text p,
.wholesale-block .wholesale-block__text li {
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}

.wholesale-block .wholesale-block__text li {
    padding-left: 20px;
}

.wholesale-block .wholesale-block__text ul li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: var(--secondary);
    border-radius: 50%;
}

.wholesale-block .form-wholesale {
    position: sticky;
    top: 100px;
    border-radius: 2px;
    padding: 30px;
    max-width: 360px;
    width: 100%;
    height: 100%;
    background: var(--primary);
}

.wholesale-block .form-wholesale__title {
    color: var(--head-secondary);
}

.wholesale-block .form-wholesale__text {
    color: var(--head-secondary);
    margin-top: 15px;
}

.wholesale-block .form-wholesale .form {
    gap: 10px;
    margin-top: 40px;
}

.wholesale-block .form-wholesale .form input {
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.1);
    color: var(--head-secondary);
}

.wholesale-block .form-wholesale .form input.error {
    border-color: red;
    color: red;
}

.wholesale-block .form-wholesale .form input:hover {
    background: var(--background);
    color: var(--primary);
}

.wholesale-block .form-wholesale .form input::placeholder {
    color: var(--head-secondary);
}
.wholesale-block .form-wholesale .form input.error::placeholder {
    color: red;
}
.wholesale-block .form-wholesale .form input:hover::placeholder {
    color: var(--primary);
}

.wholesale-block .form-wholesale .form .form__buttons .privacy-policy,
.wholesale-block .form-wholesale .form .form__buttons .privacy-policy a {
    color: var(--head-secondary);
}

@media (max-width: 1450px) {
    .wholesale-block .wholesale-block__left {
        padding: 40px;
    }
}
@media (max-width: 1192px) {
    .wholesale-block .wholesale-block__wrapper {
        gap: 20px;
    }
    .wholesale-block .wholesale-block__left {
        gap: 20px;
        padding: 30px;
    }
    .wholesale-block .wholesale-block__text h1:not(:last-child),
    .wholesale-block .wholesale-block__text h2:not(:last-child),
    .wholesale-block .wholesale-block__text h3:not(:last-child),
    .wholesale-block .wholesale-block__text h4:not(:last-child),
    .wholesale-block .wholesale-block__text h5:not(:last-child),
    .wholesale-block .wholesale-block__text h6:not(:last-child) {
        margin-bottom: 20px;
    }
    .wholesale-block .wholesale-block__text p:not(:last-child),
    .wholesale-block .wholesale-block__text ol:not(:last-child),
    .wholesale-block .wholesale-block__text ul:not(:last-child) {
        margin-bottom: 10px;
    }
}
@media (max-width: 992px) {
    .wholesale-block .wholesale-block__wrapper {
        display: flex;
        flex-direction: column;
    }
    .wholesale-block .form-wholesale {
        position: static;
        max-width: unset;
    }
    .wholesale-block .form-wholesale .form {
        margin-top: 20px;
    }
}
@media (max-width: 650px) {
    .wholesale-block .wholesale-block__left {
        padding: 20px;
    }
    .wholesale-block .wholesale-block__text h1:not(:last-child),
    .wholesale-block .wholesale-block__text h2:not(:last-child),
    .wholesale-block .wholesale-block__text h3:not(:last-child),
    .wholesale-block .wholesale-block__text h4:not(:last-child),
    .wholesale-block .wholesale-block__text h5:not(:last-child),
    .wholesale-block .wholesale-block__text h6:not(:last-child) {
        margin-bottom: 10px;
    }
    .wholesale-block .form-wholesale {
        padding: 20px;
    }
}
