.bx-ui-sls-input-block {
    font-size: 20px;
    line-height: normal;
    height: 70px;
    display: block;
    width: 100%;
    border-radius: 10px !important;
    background: #fff !important;
    border: 1px solid var(--darkBlue) !important;
    background: var(--snow) !important;
    border-color: transparent !important;
    box-shadow: unset !important;
    padding: 0 !important;
}
.bx-sls .dropdown-fade2white {
    display: none;
}
    
.search-page form {
    position: relative;
}
.search-page input[type="text"] {
    font-size: 20px;
    line-height: normal;
    height: 70px;
    display: block;
    padding: 15px 30px;
    background: #fff;
    border: 1px solid var(--darkBlue);
    border-width: 1px 0 1px 1px;
    border-radius: 10px 0 0 10px;
    width: calc(100% - 137px);
}
.search-page input[type="submit"] {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    border-radius: 0 10px 10px 0;
    color: var(--darkBlue);
    height: 70px;
    width: 137px;
    position: absolute;
    top: 0;
    right: 0;
    background: var(--aqua);
    flex-shrink: 0;
}
.search-page input[type="submit"]:hover {
    color: var(--white);
    background: var(--darkBlue);
}
.bx-sls .bx-ui-sls-container {
    height: 100%;
}
.bx-sls .bx-ui-sls-fake, 
.bx-sls .bx-ui-sls-route {
    height: 100%;
    font-size: 20px;
    font-family: "Montserrat";
}
body .bx-sls .bx-ui-sls-fake, body .bx-sls .bx-ui-sls-route {
    padding: 0 30px 0 35px !important;
}
.bx-sls .dropdown-icon {
    top: 27px;
}
.bx-sls .bx-ui-sls-pane {
    z-index: 10;
}
.bx-sls .bx-ui-sls-pane {
    bottom: auto !important;
    top: 100% !important;
}
.basket__aside-bottom .form__checkbox-text a:not([class]) {
    color: #fff;
}
.basket__aside-bottom .form__checkbox:not(:last-child) {
    display: inline-block; 
    margin: 0 0 12px 0;
}
.big-card__controls {
    justify-content: space-between;
}
.big-card__controls .product-card__buttons {
    max-width: 400px;
}

.profile__order-status.created {
  background: #E9BD4D;
}
.profile__order-status.waiting {
  background: #E9BD4D;
}
.profile__order-status.canceled {
  background: #E94D50;
}
.profile__order-status.way {
  background: #CF76EB;
}
.profile__order-status.pickup {
  background: #CF76EB;
}
.profile__order-status.archive {
  background: #E9E9E9;
}
.profile__order-status.assembly {
  background: #CF76EB;
}
.profile__order-status.completed {
  background: #80D375;
}

@media screen and (max-width: 1280px) {
    body .catalog__layout.set-col-4 {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 1024px) {
    body .catalog__layout.set-col-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 768px) {
    .search-page input[type="text"] {
        font-size: 14px;
        height: 50px;
        padding: 15px 30px;
        background: #fff;
        border: 1px solid var(--darkBlue);
        border-width: 1px 0 1px 1px;
        border-radius: 10px 0 0 10px;
        width: calc(100% - 100px);
    }
    .search-page input[type="submit"] {
        font-size: 14px;
        height: 50px;
        width: 100px;
    }
}

@media screen and (max-width: 580px) {
    body .catalog__layout.set-col-4 {
        grid-template-columns: 4fr;
        gap: 40px;
    }
}