html {
    position: relative;
    min-height: 100%;
}

body {
    position: static;
}

.sticky_footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.select-city a:hover {
    text-decoration: underline;
}

.backet .backet__text span {
    color: #0087d2;
    text-decoration: underline;
}

header .header-info .backet:hover {
    text-decoration: none;
}

header .header-info .backet:hover .backet__text {
    color: #0087d2;
}

#inside .teasers {
    background: #fff;
    padding: 0;
}

.nav__left .accordion_1 .card__item .card__item__body .card__item_in .card__item__in__block .card__item__in-link {
    background: none;
    padding-left: 40px;
}

.nav__left .accordion_1 .card__item .card__item__body .card__item_in .card__item__in__block .card__item__in-link.active,
.nav__left .accordion_1 .card__item .card__item__body .card__item_in .card__item__in__link.active {
     color: #fee300;
}

.nav__left .accordion_1 .card__item .card__item__body .card__item_in .card__item__in__block .card__item__in-link.active:before,
.nav__left .accordion_1 .card__item .card__item__body .card__item_in .card__item__in__link.active:before {
    content: none;
}

.sort .sort__select, .sort .sort__select .sort__select__btn {
    min-width: 160px;
    max-width: none;
}

.sort .sort__select .sort__select__btn[aria-expanded=true],
.sort .sort__select .sort__select__menu {
    width: auto;
}

.catalog .tiles__item {
    align-items: flex-start;
}

.catalog .tiles__item .tiles__item__active {
    padding-top: 14px;
}

.catalog .tiles__item .tiles__item__active .tiles__item__title {
    margin: 0 -20px;
}

.catalog .tiles__item:hover .tiles__item__content .tiles__item__title {
    visibility: hidden;
}
.catalog .tiles__item img {
    max-width:100%;
}

.product .product__services .icon_71:before {
    width: 30px;
    height: 30px;
    background-image: url('../images/icon_71.png');
}

.product .product__services .icon_72:before {
    width: 30px;
    height: 30px;
    background-image: url('../images/icon_72.png');
}

.product .product__info .product__tabs {
    justify-content: flex-start;
}

.backet .table .table__row .table__col a {
    color: #262c35;
}

.dizayn-proekt {
    font-size: 14px;
    line-height: 1.75;
}

.dizayn-proekt-list {
    text-align: center;
}

.dizayn-proekt-item {
    display: flex;
    align-items: center;
    width: 269px;
    height: 269px;
    border: 1px solid #c7d9dc;
    margin: 0 auto 25px;
    overflow: hidden;
}

.dizayn-proekt-item-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 269px;
    height: 60px;
    background: #c7d9dc;
    color: #000;
    font-size: 18px;
    margin: -25px auto 25px;
}

.dizayn-proekt-item-title:hover {
    color: #000;
    text-decoration: none
}

.catering {
    margin: auto;
}

.catering__item img {
    width: 250px;
}

.catering__installation {
    width: 195px !important;
}

.catering__item {
    height: 234px;
    margin-bottom: 0;
}

.catering__name {
    width: 269px;
    background: #c7d9dc;
    color: #000;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

.catrein__a:hover {
    text-decoration: none
}

.catering__name_lay-out {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 60px;
}

.modal-90 {
	max-width: 90%;
	margin: auto;
}

a.whatsapp-logo {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 6px;
    vertical-align: .1em;
    position: relative;
    top: 3px;
    background: url(/img/icons/whatsapp-icon.svg) 100% no-repeat;
    background-size: cover;
}

header .header-main .header-main__top .header-phone:before {
    content: none;
}
.works .catering__item img,
.works .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#feedback-1 .modal-content .modal-body .form-group label.mb-0 {
    cursor: pointer;
}

.btn-strt.no_soglas {
    cursor: not-allowed;
}

.backet-form .backet-form__submit.no_soglas {
    background-color: #adadad;
}

#cookie_note {
    /* display: none — по умолчанию */
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 680px;
    padding: 16px 20px;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
    z-index: 99999;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    box-sizing: border-box;
    flex-wrap: wrap;
    font-size: 12px;
}

#cookie_note.show {
    display: flex;
}

#cookie_note p {
    margin: 0;
    line-height: 1.5;
    color: #000;
    flex: 1;
}

.cookie_accept {
    background-color: #454238;
    border: none;
    color: white;
    padding: 10px 24px;
    font-size: 12px;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    text-align: center;
}


.cookie_accept:active {
    background-color: color-mix(in srgb, #454238, white 35%);
    transform: translateY(1px);
}

@media (max-width: 780px) {
    #cookie_note {
        flex-direction: column;
        align-items: stretch;
        padding: 16px;
        gap: 12px;
        max-width: calc(100% - 24px);
    }

    .cookie_accept {
        width: 100%;
    }
}