.text img {
    width: auto;
}

.b24-form-control-file-item-preview-image {
    max-height: 100%;
}

.product-statuses__label:hover .product-statuses__hint {
    z-index: 90 !important;
}

.comparison__list .button--primary svg {
    fill: Black;
}

.comparison__list .button--primary.active svg,
.comparison__list .button--primary:hover svg {
    fill: White;
}

.comparison__list .button--primary.active {
    background-color: black;
    color: White;
}

.comparison__list .button--primary.active span {
    position: relative;
}

.comparison__list .button--primary.active span::after {
    content: '';
    position: absolute;
    left: -18px;
    top: -4px;
    width: 12px;
    height: 12px;
    background-color: #13E554;
    background-image: url(../images/icons/check-dark.svg);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
}

.form--order textarea.form-control {
    height: 120px !important;
}

#order-is_assembly .radio-inline-data:first-child,
#order-is_bring .radio-inline-data:first-child {
    display: none;
}

.product-modification__colors-item.active:before {
    opacity: 1;
    visibility: visible;
}

.product-modification__colors-item:before {
    position: absolute;
    content: '';
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    left: -4px;
    top: -4px;
    background: transparent;
    border-radius: 4px;
    border: 2px solid #13E554;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.select2-container--open {
    z-index: 99999 !important;
}

.text-center {
    text-align: center;
}

.label-patch {
    padding: 0 0 0 40px;
    margin-right: 10px;
}

.checkout-delivery__more .control-label {
    height: 100%;
}

.contacts-text {
    padding: 24px;
    border: 1px solid #EAEBED;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    margin: 0 0 16px;
}

.nav__item--divider {
    margin-top: 10px;
}

.product-options__value.info-available:hover::before,
.product-options__value.info-available:hover::after {
    display: block;
}

.modification__list li > a.active {
    background: #EAEBED;
}

.select2-container--disabled .select2-selection__arrow {
    display: none !important;
}

.fake-star {
    color: red;
    margin-left: 2px;
}

@media (max-width: 767px) {
    a.product-offered__name {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .product-credit__banks,
    .product-credit__info,
    .product-credit__title {
        display: none;
    }

    .product-credit {
        padding-top: 0 !important;
    }
}

.field-order-ignore_tracking label {
    display: flex;
    grid-gap: 8px;
    align-items: center;
}

.labels .black {
    background: black;
    color: white;
    padding: 0 15px;
}
