.footer__nav li span{
    color:white;
}

.container:has(.breadcrumbs ) {
  margin-top: 140px;
}
.breadcrumbs  {
  gap: 20px;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
}
.container.car-info {
  margin-top: 60px;
}

.breadcrumbs__item::after {
  right: -23px ;
}

span.breadcrumbs__item {
  color: #fff;
}
.breadcrumbs__item {
  flex-shrink: 0;
  color: #b6b6b6
}
.car-card__props {
    display: none;
}
.small-text {
    font-size: 16px;
}

.car-info .car-info__credit__container .credit-conditions__settings__range__wrapper {
  grid-template-columns: repeat(1, 1fr);
}
.car-info__credit__container .credit-conditions__settings__range__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.car-info__credit__container.credit_banner_container {
  z-index: 5;
  padding: 12px;
  border-radius: 20px;
  background: #fff;
}

.car-item__price__wrapper {
    width: 100%;
}

.car-info__gallery__big img {
    width: 100% !important;
}

.services__wrapper .services__card{
    cursor: pointer;
}

.day-offer .checkbox__label a {
    color: white;
}

.new-cars__container .pagination {
    margin-top: 0;
    grid-column: 2;
}
.new-cars__container.hide-filter {
    display: flex;
    flex-direction: column;
}
.new-cars__container {
    padding-bottom: 20px;
    display: grid;
    grid-template-columns: 340px auto;
    gap: 20px;
}

.brands-catalog {
    padding-top: 0;
    padding-bottom: 0;
}

.brands-catalog .brands__container {
    margin-top: 40px;
    gap: 32px;
}

.filter {
    grid-column: initial;
    grid-row: initial;
}


.day-offer .title-l {
    text-align: left;
    margin-bottom: 40px;
}

.new-cars-catalog .car-item__title__name {
    max-width: none;
}

.car-item__badge.badge-in-sale {
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.40);
    padding: 5px 8px;
    top: 230px;
    height: fit-content;

    display: flex;
    align-items: center;
    gap: 6px;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}


.brands__button {
    margin-top: 30px;
}

.finance-form__bottom-info {
    font-size: 13px;
    background: #eeeeee;
    display: block;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
}

.finance-form__bottom-info b {
    font-weight: 600;
}

@media (min-width: 1740px) {
    .car-info__gallery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .car-info__gallery__small {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        width: 100%;
    }

    .car-info__gallery__big {
        border-radius: 20px;
        width: 100%;
        background: #fff;
        height: 419px;
        cursor: pointer;
    }

    .car-info__gallery__small__item {
        position: relative;
        height: 77px;
        background: #fff;
        border-radius: 15px;
        cursor: pointer;
    }

}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    20%, 60% { transform: translateX(-5px); }
    40%, 80% { transform: translateX(5px); }
}

.shake {
    animation: shake 0.5s cubic-bezier(.36,.07,.19,.97) both;
    display: flex;
}

.agreement__wrapper {
    display: flex;
    gap: 4px;
}
.agreement__checkbox {
    border-radius: 4px;
    width: 14px;
    height: 14px;
    appearance: auto;
    flex-shrink: 0;
}
.car-item {
    width: auto;
}
.car-item__spec__wrapper {
    display: none;
}
.car-info .model-description__block-list-item {
    font-weight: 400;
    font-size: 14px;
}

.car-item__description {
    padding: 12px;
    height: auto;
} 

.agreement__checkbox.error{
    width: 14px;
    height: 14px;
    border-radius: 2px;
    border: 1.5px solid #d02d2d;
    appearance: none;
}

.agreement__wrapper:has(.agreement__checkbox.error) .checkbox__label {
    color: #d02d2d;
}

.agreement__wrapper span.error {
    display: none !important;
}

.day-offer__form {
    gap: 20px;
}

.cookies__wrapper {
    position: fixed;
    align-items: center;
    border-radius: 20px;
    z-index: 4;
    bottom: 24px;
    left: 24px;
    width: fit-content;
    padding: 24px 32px;
    background: #fff;   
    display: flex;
    gap: 32px;
}
.title-l {
    text-align: center;
}

.filter__toggle {
    display: block;
    margin-bottom: 20px;
}
.new-cars__wrapper {
    column-gap: 20px;
    row-gap: 20px;
    display: grid;
    width: 100%;
    grid-template-columns: (auto-fill, minmax(calc(360px / 4), 1fr));
}
.checkbox__label a {
    text-decoration: underline;
}

.footer__form__container .checkbox__label a {
    color: white;
}

.body-bold {
    font-size: 24px;
}

.cookies__wrapper {
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, .15);
}

.cookies__btn {
    border-radius: 8px;
    background: var(--Dark-blue, #2e58db);
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    color: #fff;
    align-items: center;
    border: none;
    cursor: pointer;
}

.cookies__text {
    max-width: 424px;
    color: var(--Grey-Dark-Grey, #5A5F65);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; 
}

.cookies__text a {
    color: var(--Hague-Blue, #2e58db);
}

.swiper-pagination-bullet {
    height: 34px;
    width: 34px;
    min-height: 28px;
    font-size: 10px;
    font-weight: 500;
    line-height: 28px;
}
.car-item__small-text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pagination {
    gap: 4px;
}
.swiper-button-prev, .swiper-button-next {
    width: 32px;
    height: 32px;
}
.car-item__action .button {
    width: 100%;
}
.car-item__description {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.car-item__action .button__wrapper {
    gap: 8px;
}
.car-item__action {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.car-info__credit__button {
    margin-bottom: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 0;
    height: 100%;
    width: 100%;
    font-size: 16px;
}

.car-item__preview {
    flex-shrink: 0;
}

.desktop.footer_cb {
    display: flex;
}

.footer_cb .contacts__info__desc { 
    color: #fff;
}
.footer_cb {
    display: none;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
}

.header__search__backdrop {
    height: 100lvh;
    top: -100lvh;
}

.footer__form__container .title-l{
    text-align: start;
}

.main-bg {
    height: 780px;
}

.button__wrapper__inner {
    display: flex;
    gap: 8px;
    align-items: center;
}
.button__wrapper .button {
    font-size: 14px;
}
.button__wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
} 
.button__wrapper .button.size-l,
.button__wrapper .button.button-outline.size-l {
    padding: 15px 12px;
    font-size: 14px;
}

.body-bold.car-item__title__name {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.car-info__credit__container.credit_banner_container .credit-main__credit-info__wrapper {
  padding: 0;
  align-items: center;
}

.new-cars-catalog .car-item__action .button {
    padding: 15px 4px;
    font-size: 16px;
}
.button__wrapper > .button {
    width: auto !important;
    white-space: nowrap;
    flex-grow: 1;
} 
.button__wrapper > .button-main {
    width: 100% !important;
}
.button__wrapper__inner {
    flex-basis: 100%;
}

.modal__image {
    width: 504px;
    height: 350px;
}

#callback-modal-auto .button {
    margin: auto 0 0 0;
}
#callback-modal-auto .modal__info {
    gap: 10px;
}
#modal-trade-in .button {
    margin: auto 0 0 0;
}
#modal-trade-in .modal__info {
    gap: 10px;
}
#modal-installment-0 .button {
    margin: auto 0 0 0;
}
#modal-installment-0 .modal__info {
    gap: 10px;
}

@media (max-width: 1332px) {
    .car-item__preview {
        height: 184px;
    }
    .car-item__description {
        padding: 16px;
    }
    .car-item__action {
        flex-wrap: wrap;
        gap: 12px;
    }
}

@media (max-width: 1100px) {
    body:has(.fixed_price) #callback-widget-button {
        display: none;
    }

    .container:has(.breadcrumbs ) {
      margin-top: 10px;
    }
    .credit-banner__item__photo {
        bottom: 460px;
    }
    .credit-banner__text {
        margin-bottom: 190px;
    }
    .day-offer__preview {
        width: 100%;
        height: 400px;
    }
    .new-cars__container {
        display: flex;
        flex-direction: column;
    }

    .recomendation__wrapper {
        gap: 10px;
    }
    .cookies__text {
        max-width: none;
    }
    .car-info__about {
        padding-bottom: 20px;
    }
    .car-info__about__item__icon {
        display: none;
    }    
    .cookies__wrapper {
        width: 100%;
        left: 0;
        bottom: 0;
        gap: 24px;
        padding: 24px 16px;
        flex-direction: column;
        box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.05);
    } 
    .cookies__btn {
        width: 100%;
    }

    .container.car-info {
      margin-top: 30px;
    }
    .footer_cb * {
        width: 100%;
    }
    .footer_cb {
        flex-direction: column-reverse;
        align-items: flex-start;
        width: 100%;
    }
    .footer__form__container .title-l {
        text-align: center;
    }

    .header__search__container .input {
        padding: 12px 12px;
        border-radius: 16px;
        font-size: 16px;
    }
    .header__search__container .button {
        display: none;
    }
    .header__search__container {
        width: 100%;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .header__search {
        gap: 12px;
    }

    .header__container__mobile .cross-icon {
        background-color: #fff;
        width: 24px;
        height: 24px;
    }

    .header__search__result {
        top: 80px;
        padding: 8px 16px;
        width: calc(100% - 32px);
        left: 50%;
        transform: translateX(-50%);
    }

    .header__mobile__menu .input__wrapper {
        min-height: fit-content;
    }
    .header__mobile__menu > * {
        padding: 0 16px;
    }

    .brands .brand__item {
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .brand__item {
        padding: 4px;
        max-width: 100%;
        width: auto;
        flex-direction: column;
    }

    .brand__item__name {
        margin-right: 0;
        font-size: 14px;
    }
    .brand__item__logo {
        width: 80%;
        height: auto;
        max-height: 48px;
    }
    .brands .brand__item__logo {
        margin: 0;
    }

    .main-bg {
        height: 830px;
    }

    .brands__small__wrapper {
        gap: 8px;
        grid-template-columns: (auto-fill, minmax(calc(360px / 4), 1fr));
    }

    .brands .brands__container {
        margin-top: 0;
    } 
    .brands__container {
        margin-top: 80px;
    }
    .services__wrapper {
        gap: 8px;
    }
    .services__card {
        max-height: 150px;
        border-radius: 16px;
    }
    .car-info {margin-top: 20px;}
    .car-info__card {
        flex-direction: column-reverse;
    }


    .car-info__credit__container.credit_banner_container {
      z-index: 1;
    }
    .car-info__credit__container.credit_banner_container .credit-conditions__settings__range__wrapper {
      grid-template-columns: repeat(1, 1fr);
    }

    .car-info__button {
        display: block;
    }

    .modal__wrapper {
        padding: 12px;
        gap: 20px;
        max-width: 330px;
    }
    .modal__title {
        font-size: 24px;
    }

    .modal#callback-modal .modal__wrapper { 
        max-width: 330px;
    }
    .main__banner__wrapper {
        margin-bottom: 0;
    }
    .credit-main .main__banner:last-child {
        margin-top: 0;
    }

    .menu-text {
        font-size: 14px;
    }

    #callback-modal-auto .modal__info__text {
        flex-direction: column;
        align-items: flex-start;
    }
    .modal__content {
        flex-direction: column-reverse;
    }

    .modal__info {
        gap: 20px;
    } 
    .modal__image {
        width: 100%;
        height: auto;
    }
    .header__mobile__menu .header__container__mobile {
        background: #293442;
    }

    .header.sticky {
        position: sticky;
        z-index: 2;
        top: 0;
        left: 0;
        background: #293442; /* желательно задать фон, чтобы не просвечивал контент */
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    .day-offer {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .day-offer .title-l {
        margin-bottom: 16px;
    }

    .car-item__fav__badge  {
        display: none;
    }

    .car-item__credit.small-text {
        display: none;
    }
    .button__wrapper .button:last-child {
        display: none;
    }
    .car-item__badge.badge-in-sale {
        display: none;
    }
    .car-item__price__wrapper {
        width: 100%;
    }

    .car-item__price__wrapper .car-item__price.body-bold {
        font-size: 14px;
        font-weight: 700;
    }

    .car-item__price__old {
        font-size: 10px !important;
    }

    .car-item__price__wrapper>div {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 2px;
        align-items: center;
        justify-content: space-between;
    }
}

@media (max-width: 600px) {
    .car-item__preview {
        height: 140px;
    }

    .car-item__badge {
        font-size: 7px;
    }
    .car-item__fav__badge {
        width: 20px;
        height: 20px;
    }
    .car-item__description .menu-text {
        font-size: 8px;
    }
    .car-item__description .button.size-m {
        font-size: 10px;
        padding: 8px 12px;
    }
    .new-cars-catalog .car-item__action {
        gap: 6px;
    }
    .car-item.swiper-slide {
        height: auto;
    }
    .car-item__action {
        gap: 6px;
    }
    .car-item__description .car-item__title__name {
        width: auto;
        font-weight: bold;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
    }
    .car-item__description .car-item__title {
        margin-bottom: 4px;
    }
    .car-item__description .car-item__spec__wrapper {
        margin-bottom: 4px;
        display: none;
    }
    .car-item__description .body-bold {
        font-size: 12px;
    }
    .car-item__description {
        padding: 6px;
        justify-content: space-between;
    }

    .new-cars__wrapper {
        gap: 8px;
    }

    .car-item__action .button__wrapper {
        display: none;
    }
    .body-bold.car-item__title__name {
        font-size: 16px;
    }

    .button__wrapper__inner {
        flex-direction: column;
        gap: 12px;
    }
    .button__wrapper .button:first-child,
    .button__wrapper .button:nth-child(2) {
        width: 100%;
    }
    .button__wrapper {
        gap: 8px;
    }

    .car-item__preview {
        border-radius: 12px;
    }
    .car-item {
        border-radius: 12px;
    }

    .car-card__props .menu-text {
        font-size: 12px;
    } 
    .car-card__props {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
}

@media (max-width: 424px) {
    .brand__item__logo {
        margin-bottom: 0;
    }
    .day-offer__preview {
        height: 320px;
    }
    .day-offer__form .title-s {
        font-size: 14px;
    }
    .car-item__badge {
        padding: 2px 4px;
    }
    .brands__button {
        margin-top: 20px;
    }
    .body-bold.car-item__title__year {
        display: none;
    }
    
    .new-cars-catalog .car-item__action .button {
        padding: 12px 10px;
        font-size: 10px;
    }
    .car-item__price__old {
        font-size: 10px;
    } 
    .button__wrapper .button {
        padding: 12px 10px !important;
        font-size: 10px;
    }
    .button__wrapper {
        gap: 4px;
    }
}


.header__phone {
    font-size: 12px;
}

.header__address {
    font-size: 12px;
}


@media (max-width: 1100px) {
    .header__container__mobile .logo img {
        height: 100%;
    }
    .recomendation__item {
        height: 220px;
    }

    #modal-trade-in .modal__wrapper,
    #callback-modal-auto .modal__wrapper {
        gap: 8px;
    }
    #modal-trade-in .modal__image,
    #callback-modal-auto .modal__image {
        display: none;
    }

    .modal__info__text > div {
        display: flex;
        gap: 4px;
    }
    .modal__info__text {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 8px;
    }
}

@media (max-width: 1600px) {
    .day-offer__form .title-l {
        font-size: 45px;
    }
}
@media (max-width: 1300px) {
    .day-offer__form .title-l {
        font-size: 35px;
    }
}
@media (max-width: 1100px) {
    .modal#success-modal {
        max-width: 350px;
    }

   .car-info .credit-conditions__settings__range__wrapper {
        margin-bottom: 20px;
    }

    .car-info__credit__container .button__wrapper .button,
    .car-info__credit__container .button__wrapper .button-outline.size-l {
        font-size: 20px;
    }

    .modal.vin-modal.vin-second-modal {
        max-width: calc(100vw - 32px);
    }

    .modal.vin-modal.vin-second-modal .modal__wrapper {
        max-width: 100%;
    }

    .modal.vin-modal .vin-second__footer {
        position: sticky;
        bottom: 0;
        background: #fff;
    }
}
.blocker {
    z-index: 999999;
}
.brands__container {
    margin-top: 100px;
}

.footer_cb .contacts__info__desc {
    color: #fff !important
}

.footer__offert {
    color: #dde6f7 !important;
}

.footer__info .logo img {
    max-width: 100px;
}

header .logo img {
    max-width: 150px;
}

.car-info .model-description__grid {
    overflow: hidden;
}

.brand__item__count {
    padding: 12px;
    border-radius: 12px;
    background: #f6f7fa;
    color: #000;
    font-size: 11px;
    flex-shrink: 0;
    transition: 0.3s all ease-in-out;
}

.brand__item  {
    padding: 0;
    justify-content: flex-start;
    border: none;
    transition: 0.3s all ease-in-out;
}

.brand__item__name {
    flex-shrink: 0;
    width: fit-content;
    transition: 0.3s all ease-in-out;
}

.brand__item__devider {
    height: 1px;
    background: #e0e0e0;
    width: 100%;
}

.brand__item:hover .brand__item__count {
    background: #e5e5e5;
}
.brand__item:hover .brand__item__name {
    color: #425ef1;
}
.brands__container {
    gap: 20px;
}

.car-card__update-time {
    margin-bottom: 12px;
} 

.catalog-promo-item {
  border-radius: 20px;
  background: var(--catalog-promo-image);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.car-item__small-text .car-item__credit.small-text {
  border-radius: 8px;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  background: #F2F6FD;
}

.catalog-promo-item.dark .catalog-promo-item__text__title {
  color: #425EF1;
}

.catalog-promo-item.dark .catalog-promo-item__text__desc {
  font-weight: 300;
}

.catalog-promo-item__text__desc {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
}
.catalog-promo-item__text__title {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 48px */
  text-transform: uppercase;
}

.badge-top svg {
  width: 14px;
  height: 14px;
}
.badge-top {
  display: flex;
  align-items: center;
  gap: 6px;
  top: 8px;
  left: 8px;
  color: #fff;
  font-weight: 600;
  line-height: 14px;
}

.badge-top.orange {
  background: #FC0;
  color: #000;
}

.badge-top.green {
  background: #269D43;
}

.badge-top.blue {
  background: #112CB8;
}

.badge-top.red {
  background: #C41212;
}

.mobile-menu__nav {
    display: none;
}


.side-button {
    cursor: pointer;
    display: none;
    position: fixed;
    bottom: 140px;
    left: 0;
    width: 138px;
    height: 68px;
    padding: 10px 8px;
    background-size: contain;
    background-position: center;
    background-image: url('../images/side-button-bg.png');
    z-index: 5;
}

.side-button__desc {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 14.4px */
    text-transform: uppercase;
    border-radius: 20px;
    background: #FF4141;
    padding: 6px;
    display: block;
    width: fit-content;
    margin-top: 6px;
}

.side-button__cross {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    border-radius: 100%;
}

.side-button__title {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 14px */
    text-transform: uppercase;
}

.car-info__credit {
    position: static;
} 

.car-promo {
    background: #fff;
}
.credit-col {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.price-comp .blue * {
    color: #fff;
}
.price-comp .blue {
    background: #425EF1;
}
.price-comp__item__title {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 21.6px */
}

.price-comp__item__price {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 36px */
}
.price-comp__item__sm {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 25.2px */
}
.price-comp__item div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.price-comp__item {
    display: flex;
    height: 120px;
    margin-bottom: 12px;
    flex-direction: column;
    padding: 14px;
    justify-content: space-between;
    border-radius: 8px;
    background: #FFF;
}
.price-comp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media (max-width: 1100px) {
  .catalog-promo-item__text__desc {
    font-size: 12px;
  }
  .price-comp__item {
    margin-bottom: 0;
    margin-top: 12px;
  }
  .price-comp__item__price {
    font-size: 16px;
  }
  .price-comp__item__title {
    font-size: 12px;
  }
  .price-comp__item__sm {
    font-size: 12px;
  }
  .catalog-promo-item__text__title {
    font-size: 14px;
  }
  .catalog-promo-item {
    padding: 12px 8px;
  }
  .catalog-promo-item button {
    display: none;
  }
  .brands__small__wrapper {
    grid-template-columns: repeat(2, 1fr);
    }
    .brand__item {
        flex-direction: row;
    }

    .car-item__price__wrapper>div.car-item__small-text {
        display: none;
    }

    .car-card__update-time.small-text{
        display: flex;
        font-size: 11px;
        margin-bottom: 0;
        order: 5;
        margin-top: 8px;
    }
}

@media (max-width: 600px) {
    body:has(.car-info) .mobile-menu__nav {
        display: none !important;
    }
    #callback-widget-button {
        display: none;
    }
    .mobile-menu__nav {
        fill: #FFF;
        filter: drop-shadow(0 0 14px rgba(24, 24, 24, 0.16));
        width: 100%;
        position: fixed;
        bottom: 0;
        display: flex;
        align-items: center;
        z-index: 5;
        background-position: 50% -15px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0ibW9iaWxlLW1lbnVfX25hdl9fYmciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjM2MCIgaGVpZ2h0PSI4NCIgdmlld0JveD0iMCAwIDM2MCA4NCIgZmlsbD0ibm9uZSI+CiAgICA8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kXzk0NF80MTkxKSI+CiAgICA8cGF0aCBkPSJNMCAxNEM1Ny40NTMxIDE0IDcwLjc4NTcgMTMuOTk4OCAxMDguOTMyIDE0LjEwNzhDMTE3Ljk3NCAxNC4xMzM2IDEyNS42NTcgMjAuMzYxIDEyOS41NzIgMjguNTExNEMxMzguNTg4IDQ3LjI4MDMgMTU1LjMyOSA2MyAxODAgNjNDMjA0LjEzIDYzIDIyMS4yMzkgNDguMjY5IDIyOS43MSAyOS44NjcxQzIzMy43NSAyMS4wOTA4IDI0MS43NTEgMTQuMDAwMSAyNTEuNDEyIDE0LjAwMDFDMjg4LjQ5MSAxNC4wMDA0IDMwMy41OTggMTQgMzYwIDE0Vjg0SDBWMTRaIiBmaWxsPSJ3aGl0ZSIvPgogICAgPC9nPgogICAgPGRlZnM+CiAgICA8ZmlsdGVyIGlkPSJmaWx0ZXIwX2RfOTQ0XzQxOTEiIHg9Ii0xNCIgeT0iMCIgd2lkdGg9IjM4OCIgaGVpZ2h0PSI5OCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgogICAgICAgIDxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CiAgICAgICAgPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CiAgICAgICAgPGZlT2Zmc2V0Lz4KICAgICAgICA8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI3Ii8+CiAgICAgICAgPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CiAgICAgICAgPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMC4wOTQxMTc2IDAgMCAwIDAgMC4wOTQxMTc2IDAgMCAwIDAgMC4wOTQxMTc2IDAgMCAwIDAuMTYgMCIvPgogICAgICAgIDxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93Xzk0NF80MTkxIi8+CiAgICAgICAgPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfOTQ0XzQxOTEiIHJlc3VsdD0ic2hhcGUiLz4KICAgIDwvZmlsdGVyPgogICAgPC9kZWZzPgo8L3N2Zz4=");
    }

    .mobile-menu__button {
        position: absolute;
        width: 60px;
        height: 60px;
        left: 50%;
        transform: translateX(-50%);
        top: -24px;
        background: #2e58db;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-menu__nav__item svg {
        width: 24px;
        height: 24px;
    }
    .mobile-menu__nav__item {
        padding-top: 15px;
        padding-bottom: 15px;
        display: flex;
        align-items: center;
        flex-direction: column;
        color: #7D849A;
        text-align: center;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 14.4px */
        width: 71px;
    }

    .mobile-menu__nav__bg {
        width: 100%;
        position: absolute;
        bottom: 0;
    }

    .mobile-menu__nav-ul {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .mobile-menu__part {
        width: 35%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

