.sku_option_wrap {
    list-style: none;
}

.sku_option_wrap span {
    display: inline-block;
    padding: 12px 24px 8px 24px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: #eeeff0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #d0d0d0;
    border-radius: 7px;
    transition: 0.3s ease-in-out;
}

.sku_option_wrap.selected span {
    background: rgba(89, 219, 255, 0.06);
    border-color: #900d07;
    -webkit-text-stroke: 0.8px #000;
}

.sku_option_wrap:hover span {
    background: #dedfe0;
}

.card-color__text {
    width: 100px;
}

.sku_option_wrap.selected .card-color__img {
    max-width: 135px;
    padding: 2px;
    border: 2px solid #900d07;
}

.sku_option_wrap.selected .card-color__img + .card-color__text {
    width: 135px;
    opacity: 1;
    visibility: visible;
}

.form__item.input-error input {
    border-color: red;
}
.control-checkbox.error .control-checkbox__text:before {
    border-color: red;
}
.btn__more {
    cursor: pointer;
}

.bx-filter-select-container > .jq-selectbox {
    width: 100%;
}

.no-page {
    max-width: 600px;
    margin: 0 auto;
    padding: 75px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
    text-align: center;
    font-size: 50px;
    line-height: normal;
}
.no-page__head {
    font-size: 125px;
    font-family: 'Tilda Sans';
    font-weight: 800;
    line-height: 125px;
    color: #900d07;
}

.form__item .form-required {
    color: #000;
    margin-left: 6px;
}
.main-catalog__item {
    max-height: 460px;
}
.card-color__text {
    line-height: normal;
}
.card-color {
    gap: 14px 8px;
}
.card-color label {
    display: block;
}
.card-color__text {
    display: none;
}
.sku_option_wrap.selected .card-color__img + .card-color__text {
    display: block;
}
.card-color__img {
    max-height: unset;
    height: 150px;
}
.questions__form {
    background: #fff;
    backdrop-filter: unset;
}

.card-tabs__body .catalog-card__text-item {
    align-items: center;
}
.plant {
    z-index: 5;
}
.main-catalog .main-heading + p {
    color: black;
}
@media screen and (min-width: 1261px) {
    .big-card__content {
        max-width: 714px;
    }
}
@media screen and (max-width: 1024px) {
    .no-page {
        font-size: 30px;
        padding: 40px 0 50px 0;
    }

    .no-page__head {
        font-size: 70px;
    }
    
}

@media screen and (max-width: 990px) {
    .card-color__text {
        width: 140px;
    }
}

.top-page.page_partnership{
    padding-top: 0;
}