input.waiting,
button.waiting {
    pointer-events: none;
}

.subscribe-status-modal-body {
    padding: 44px;
}

.request-form .bx-sls .bx-ui-sls-input-block,
.personal-profile .bx-sls .bx-ui-sls-input-block,
.cities-form .bx-sls .bx-ui-sls-input-block,
.form-subscribe .bx-sls .bx-ui-sls-input-block {
    height: 3.2rem;
    background-color: #fff;
    border: 1px solid #e7e6e6;
    border-radius: 2px;
    padding-left: 7px;
    box-shadow: none;
}

.request-form .bx-sls .bx-ui-sls-route,
.request-form .bx-sls .bx-ui-sls-fake,
.personal-profile .bx-sls .bx-ui-sls-route,
.personal-profile .bx-sls .bx-ui-sls-fake,
.cities-form .bx-sls .bx-ui-sls-route,
.cities-form .bx-sls .bx-ui-sls-fake,
.form-subscribe .bx-sls .bx-ui-sls-route,
.form-subscribe .bx-sls .bx-ui-sls-fake {
    color: #313131 !important;
    top: -2px;
    font-size: 16px;
}

.request-form .dropdown-fade2white,
.personal-profile .dropdown-fade2white,
.cities-form .dropdown-fade2white,
.form-subscribe .dropdown-fade2white {
    display: none;
}

.cities-form .bx-sls .bx-ui-sls-input-block {
    max-width: 448px;
    border-color: #0880f7;
}

.personal-profile .bx-sls {
    width: 95%;
}

.personal-profile .bx-sls .bx-ui-sls-input-block.focus {
    outline: 1px solid #0880f7;
}

.ps-system-user {
    color: #29A33D !important;
}

.ps-field-error {
    color: var(--Special_Red);
}

.link-color {
    color: var(--Accent_Blue);
}

.pointer {
    cursor: pointer;
}

.btn-popup {
    padding: 10px 16px;
}

.popup {
    position: absolute;
    padding: 20px;
    border-radius: 8px;
    box-shadow: -6px -6px 20px rgb(0 0 0 / 8%), 6px 6px 20px rgb(0 0 0 / 8%);
    background: #fff;
    z-index: 1000;
}

.popup.hide {
    display: none;
}

.popup-text-block {
    margin-bottom: 20px;
}

.popup-button-block {
    display: flex;
    align-items: center;
    gap: 30px;
}

.filter-sell-buy .filter-available.ps-pseudo-section-link-buy {
    color: var(--Accent_Blue);
    border: 1px solid var(--Accent_Blue);
}

.ps-success-pic::before {
    content: "";
    display: inline-block;
    background-image: url(/images/icons/form-check-success.svg);
    min-width: 42px;
    height: 42px;
    margin-right: 10px;
    vertical-align: middle;
}

.ps__success-form-send .right .big-text.clear-before::before {
    display: none;
}

.ps-ad-search {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    text-align: start;
}

.catalog-section .catalog-wrapper .right-block .catalog-section__popular-compilation.catalog-empty {
    margin-bottom: 0;
}

.no-image-container,
.card-elem__image {
    position: relative;
}

.no-image-text {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    width: 70%;
    margin: auto;
    text-align: center;
    font-size: 12px;
    color: #888888;
    z-index: 5;
}

.no-image-logo {
    position: absolute;
    top: 16px;
    left: 14px;
    width: 82px;
    height: 24px;
    background-image: url(/images/catalog/no-image-logo.png);
    z-index: 2;
}

.gallery-slider .swiper-slide.no-image-container img {
    object-fit: cover;
}

.catalog-detail .no-image-text {
    max-width: 180px;
}

@media (max-width: 767px) {
    .catalog-section .catalog-wrapper .right-block .catalog-section__popular-compilation.catalog-empty {
        margin-bottom: 24px;
    }
}

.main-page.wrapper .registration,
.ad-form .ad-form__container {
    background-color: #e7e7e7;
}

.ad-form .ad-form__container {
    border-radius: 8px;
}

.modal .auth-modal {
    max-width: none;
}

.tip-utilizer {
    background-color: #556F44;
    padding: 2px 8px;
    text-align: center;
    border-radius: 4px;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.6rem;
    cursor: pointer;
    -webkit-user-select: none;
        -moz-user-select: none;
            user-select: none;
    max-width: -moz-max-content;
    max-width: max-content;
    transition: all 0.2s linear;
}

.tip-need-utilization {
    background-color: #F3DE8A;
    padding: 2px 8px;
    text-align: center;
    border-radius: 4px;
    text-transform: uppercase;
    color: #313131;
    font-size: 1.2rem;
    line-height: 1.6rem;
    cursor: pointer;
    -webkit-user-select: none;
        -moz-user-select: none;
            user-select: none;
    max-width: -moz-max-content;
    max-width: max-content;
    transition: all 0.2s linear;
}


.tip-give-free {
    background-color: #734B5E;
    padding: 2px 8px;
    text-align: center;
    border-radius: 4px;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.6rem;
    cursor: pointer;
    -webkit-user-select: none;
        -moz-user-select: none;
            user-select: none;
    max-width: -moz-max-content;
    max-width: max-content;
    transition: all 0.2s linear;
}

.tip-take-free {
    background-color: #122C34;
    padding: 2px 8px;
    text-align: center;
    border-radius: 4px;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.6rem;
    cursor: pointer;
    -webkit-user-select: none;
        -moz-user-select: none;
            user-select: none;
    max-width: -moz-max-content;
    max-width: max-content;
    transition: all 0.2s linear;
}

.card-tips {
    display: flex;
    gap: 10px;
}