/* [data-property-id-row="19"] {
    display: none;
} */

[data-property-id-row="20"],
[data-property-id-row="25"] {
    display: none;
}
.input-item textarea {
    padding: 20px 20px;
}

[name="ORDER_PROP_21"],
[name="ORDER_PROP_26"] {
    border: 2px solid #edf1f3;
    background: #fff;
    border-radius: 8px;
    height: 60px;
    padding: 10px 20px;
    width: 100%;
}

#bx-soa-region label {
    cursor: pointer;
}

.right-nav {
    height: auto;
}

@media (max-width: 1199px) and (min-width: 0px) {
    #jvlabelWrap {
        bottom: 180px !important;
    }
    body > jdiv:nth-of-type(1) > jdiv:nth-of-type(1) > jdiv:nth-of-type(1) {
        z-index: 99 !important;
    }
    body > jdiv {
        z-index: 200 !important;
        position: relative;
    }
    .__jivoMobileButton {
        bottom: 68px !important;
    }
}

@media (max-width: 767px) and (min-width: 0px) {
    .catalog-area.open .catalog-items__row {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 576px) and (min-width: 0px) {
    .catalog-area.open .catalog-items__row {
        grid-template-columns: repeat(2, 1fr);
    }
    .catalog-item__bottom {
        margin: 0;
    }
}

@media (min-width: 1700px) {
    .big-letter {
        font-size: 72px;
    }
}

.input-item:has(input[placeholder]:not(:placeholder-shown)) .floating-label {
    top: 2px;
    left: 20px;
    font-size: 12px;
    opacity: 1;
    color: var(--blue2);
}
