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

.services-card  {
    position: relative;
}

.services-card__date {
    margin-top: 30px;
    color: white;
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #d40200;
    padding: 10px;
    border-radius: 10px;
    font-weight: 500;
}

.car-card.active {
    border: 3px solid red;
}

.price-container .form-info__title {
    font-size: 17px;
    font-weight: 800;
}

.finance-page-form__inputs {
    gap: 27px;
}

.price-container {
    margin-bottom: 10px;
    border-radius: 5px;
    background: #fbfbfb;
    padding: 15px 20px;
    gap: 5px;
    margin-bottom: 5px;
}

.price-container .main-price > * { 
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}

.price-container .other-price > * { 
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}

.other-price .form-info__text {
    color: #d40200;
}

.header__nav-item.--active {
    font-weight: 600;
    color: #d40200;
}

.model__bottom-title {
    text-align: center;
    font-weight: 700;
    text-decoration: underline;
    font-size: 1.5rem;
    margin-bottom: 50px;
    color: #0063c7;
}


#popup-telephone {
    background: #fff;
}

#popup-telephone svg {
    max-width: 100px;
}

#popup-telephone .popup__title {
    color: #333333;
}

#popup-telephone .popup__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

#popup-telephone .popup__subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #7E7E7E;
    margin-top: 5px;
}

#popup-telephone .popup__numbers {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
}

#popup-telephone .popup__phone {
    margin-top: 12px;
}

#popup-telephone .popup__address {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-top: 29px;
    display: block;
    color: #333333;
}

#popup-telephone .popup__address span {
    display: block;
    margin-top: 8px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
}

#popup-telephone .popup_down {
    border-radius: 25px 25px 0px 0px;
    padding: 22px 16px 32px 16px;
}

#popup-telephone .popup-phone__btn {
    width: 100%;
    padding: 16px 5px;
    margin-top: 26px;
}

#popup-telephone .fancybox-close-small svg {
    filter: brightness(0);
}

.popup__phone a {
    color: #d40200;
    font-size: 1.5rem;
    text-decoration: none;
}

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

.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 {
    margin-bottom: 40px;
}

.hero-banner__text br {
    display: none;
}

.main-marks-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
	grid-template-columns: repeat(7, 1fr);
	grid-gap: 10px;
    margin-bottom: 40px;
}

.main-marks-item {
	padding: 7px 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	border: 1px solid #607D8B;
	border-radius: 8px;
	position: relative;
    color: #607D8B;
}

.main-marks-item__name {
	font-size: 14px;
	font-weight: 600;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-marks-item__name b {
    font-weight: 500;
    color: #9E9E9E;
}

.main-marks-item:hover {
	border-color: #D40200;
}

.main-marks-item.active {
    border: 2px solid #D40200;
}

.main-marks {
	margin-bottom: 40px;
}

.main-compilations {
	margin-bottom: 40px;
}

.main-compilations-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 10px 30px;
}

@media (min-width: 980px) {
    .finance-page-form {
        grid-gap:80px
    }
    .model-description__block {
        display: inline-table;
    }
}

@media (max-width: 980px) {
    .footer-top__logo{
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    .header__info__content {
        font-size: 12px;
        max-width: 150px;
    }
    .header__info_phone .header__info__content {
        max-width: unset !important;
        width: 100%;
    }
}

@media (max-width: 786px) {
    .header__info .header__info__content .btn.btn_primary {
        gap: 10px;
        padding: 0 10px;
    }

    .services-card__date {
        font-size: 11px;
    }

    .hero-banner__title br {
        display: none;
    }

    .main-marks-grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 10px 1fr;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
}

@media (max-width: 586px) {
    .hero-banner__image {
        background-position: calc(100% + 250px) center;
    }

    .hero-banner {
        height: 335px;
    }

    .hero-banner__image {
        overflow: hidden;
    }
    
    .hero-banner__image::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #0000004f;
        z-index: -1;
    }
}

div.hero-banner__title{
    font-size: 40px;
    font-weight: 500;
}

.app-section.mb-0{
    margin-bottom: 0px!important;
}

@media only screen and (max-width: 1212px) {
    .main-marks-grid {
        grid-gap: 10px 15px;
    }
}