.phone-format.error {
    width: calc(100% + 35px);
    margin: -10px 0 10px;
    color: red;
}

.basket__sidebar__card__footer .checkbox>span {
    white-space: normal;
}

.agreement__mobile {
    display: none;
}

@media (max-width:767px) {
    .agreement__mobile {
        display: block;
    }
    
    .agreement__desktop {
        display: none;
    }
}

.bx-calendar-range .disabled{
    pointer-events: none;
}

.basket__body__form__section__right:has(.basket__body__form__unit--name) {
    padding-top: 0;
}

.basket__body__form__section__right.section__checkboxes {
    padding-top: 30px;
}

.basket__body__form__section__right.section__checkboxes .checkbox:not(:first-child) span {
    margin-top: 10px;
}

.basket__body__form__unit.form__unit.basket__body__form__unit--index {
    width: 120px;
}


@media (max-width: 1200px) {
    .basket__body__form__section__right.section__checkboxes .checkbox span {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .basket__body__form__section__right.section__checkboxes {
        padding-top: 0;
    }
    .basket__body__form__unit.form__unit.basket__body__form__unit--index {
        margin-left: 20px;
    }
}

.basket__content .basket__order__card {
    display: none;
}

@media (max-width: 767px) {
    .basket__sidebar__card--fixed .basket__sidebar__card__top {
        display: none;
    }

    .basket__sidebar__card--fixed .basket__sidebar__card__footer {
        flex-direction: column;
    }

    .basket__sidebar__card--fixed .basket__sidebar__card__result {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 5px !important;
    }

    .basket__content .basket__order__card {
        display: block;
        background: #fff;
        box-shadow: 0 4px 12px rgba(0, 0, 0, .07);
        padding: 20px;
        margin-bottom: 20px;
    }

    .basket__content .basket__order__card .basket__sidebar__card__content {
        padding-bottom: 0;
    }
}
.form__unit__add {width: calc(100% + 11px)!important;}
.basket__sidebar__card__price .price-unit {
    font-size: 20px;
    padding-left: 5px;
}