.disabled {
    opacity: 0.5;
    pointer-events: none;
}

/*phone btn*/
.callback-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    background-color: #2969E3;
    color: #fff;
    cursor: pointer;
    display: block;
    position: fixed;
    font-size: inherit;
    right: 2em;
    bottom: 2em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    text-align: center;
    transition: all .2s;
    border: none;
    z-index: 100;
}

.callback-button:hover {
    width: 2.7em;
    height: 2.7em;
    line-height: 2.7em;
    right: 2em;
    bottom: 2em;
}

.callback-button i {
    color: inherit;
    position: relative;
    z-index: 1;
    animation: callback-button-phone 2s infinite;
    animation-timing-function: ease-out;
}

.callback-button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    border: solid #2969E3 1px;
    width: 5em;
    height: 5em;
    animation: callback-button-border 2s infinite
}

.callback-button:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    background-color: #2969E3;
    opacity: .1;
    width: 4em;
    height: 4em;
    animation: callback-button-border1 2s infinite;
    animation-delay: 1s
}

@keyframes callback-button-phone {
    0% {
        transform: rotate(0)
    }

    3% {
        transform: rotate(10deg)
    }

    6% {
        transform: rotate(0)
    }

    9% {
        transform: rotate(-10deg)
    }

    12% {
        transform: rotate(0)
    }

    15% {
        transform: rotate(10deg)
    }

    18% {
        transform: rotate(0)
    }

    21% {
        transform: rotate(-10deg)
    }

    24% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(0)
    }
}

@keyframes callback-button-border {
    0% {
        width: 2.5em;
        height: 2.5em;
        opacity: 1
    }

    100% {
        width: 5em;
        height: 5em;
        opacity: 0
    }
}

@keyframes callback-button-border1 {
    0% {
        width: 2.5em;
        height: 2.5em;
        opacity: .3
    }

    100% {
        width: 5em;
        height: 5em;
        opacity: 0
    }
}

.callback-button__icon {
    background: url('data:image/svg+xml,<%3Fxml version="1.0" %3F><svg height="48" viewBox="0 0 48 48" width="48" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h48v48h-48z" fill="none"/><path fill="white" d="M13.25 21.59c2.88 5.66 7.51 10.29 13.18 13.17l4.4-4.41c.55-.55 1.34-.71 2.03-.49 1.24.74 4.65 1.14 7.14 1.14 1.11 0 2 .89 2 2v7c0 1.11-.89 2-2 2-18.78 0-34-15.22-34-34 0-1.11.9-2 2-2h7c1.11 0 2 .89 2 2 0 2.49.4 4.9 1.14 7.14.22.69.06 1.48-.49 2.03l-4.4 4.42z"/></svg>') center no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    background-size: 27px;
}


/* .params.mobile {
    display: none;
} */

.main-catalog.mobile .title__wrapper {

    box-shadow: none;
} 

@media (max-width:1100px) {
    .breadcrumbs {
        padding: 20px;
    }
}

.buttons-404 .button {
    width: fit-content;
}
.buttons-404 {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
}

.section-404 {
    padding: 160px 0;
}

.model-content__heading-404 {
    font-size: 40px;
    margin-bottom: 40px;
}

/* .params.mobile {
    display: none;
} */


@media (min-width: 1100px) {
    .header__mobile__menu__city {
        grid-column: 1;
        grid-row: 4;
    }
    .footer__btns {
        grid-row: 4;
        grid-column: 2;
    }
    
}


.mobile-menu__nav {
    display: none;
}


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

.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;
}

.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;
}


@media (max-width: 600px) {
    body:has(.car-info) .mobile-menu__nav {
        display: none;
    }
    .callback-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: var(--Green-Green-4, #209E4E);
        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;
        text-decoration: none;
        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;
    }
}

