
.hide-scrollbar{
    padding: 0 !important;
}
.error {
    color: #F44336;
    font-size: 13px;
}
.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.header__main-logo, .footer__block-logo {
    max-width: 150px;
}

.about__photo-content {
    top: 30%;
}

.popup-credit h3.primary {
    font-size: 23px;
    color: #FF7648;
    margin-bottom: 30px;
}

.popup-credit__image img {
    object-fit: cover;
}

.politic__wrapper {
    box-shadow: 0px -4px 4px 4px rgba(0, 0, 0, 0.05);
}

.popup-trade-in__image img {
    object-fit: cover;
}

div.info-car__input {
    padding: unset !important;
    display: flex;
    gap: 5px;
    border-radius: unset !important;
    background-color: unset !important;
    flex-direction: column;
}

div.info-car__input  input {
    background-color: var(--white-grey-light);
    width: 100%;
}

.privacy--page .popular__top-title {
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -.88px;
}

.contacts__item-phone {
    font-weight: 600;
}

@media (min-width: 768px) {
    .gallery__title br {
        display: none;
    }
}

@media (max-width: 768px) {
    .about__photo--baner .about__image img {
        -o-object-fit: contain;
        object-fit: contain;
        -webkit-transform: scale(1.4);
    }
    .popup-credit h3.primary {
      font-size: 18px;
      line-height: 20px;
      margin-bottom: 18px;  
    }
}

.header {
    position: sticky;
    z-index: 10;
    top: 0;
}

.popup-contact__down span {
    text-align: left;
}

.checkbox-wrap {
    -webkit-box-align: baseline;
    align-items: baseline;
}

.footer__block-buttons {
    justify-content: flex-start;
    margin-bottom: 12px;
}

@media (max-width: 1100px) {
    body:has(.fixed_price) .floating-phone-icon {
        display: none;
    }
}