.btn-show-phone-contact{
    height: 35px;
    padding-left: 15px;
    padding-right: 15px;
}

.nowrap{
    text-wrap: nowrap;
}

.table-compare{
    width: 100%;
    overflow: auto;
}
.header_main-navigation span {
    font-family: "HyundaiMedium";
    text-decoration: none;
    color: #666666;
}
.header_main-navigation span:not(:last-child) {
    margin-right: 70px;
}
@media only screen and (max-width: 1501px) {
    .footer-navigation span:after {
        right: -15px;
    }
}
@media only screen and (max-width: 1501px) {
    .footer-navigation span:not(:last-child) {
        margin-right: 30px;
    }
}
.contacts-page .row:first-child h1 {
    font-size: 36px;
    font-family: "HyundaiMedium";
    margin-bottom: 15px;
}
.finance-page-banner h1 {
    font-family: "HyundaiMedium";
    font-size: 48px;
    color: #fff;
}
.footer-navigation span:after {
    content: "";
    width: 2px;
    height: 20px;
    background: #fff;
    display: block;
    position: absolute;
    right: -37.5px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: default;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.footer-navigation span:not(:last-child) {
    margin-right: 75px;
}
.footer-navigation span {
    font-family: "HyundaiMedium";
    text-decoration: none;
    position: relative;
}
#header {
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
}
#main {
    margin-top: 120px;
}
.text-center{
    text-align: center;
}

.min-width-350{
    min-width: 350px;
}

.overflow-auto{
    overflow: auto;
}

.bolder{
    font-weight: bolder;
}

.fz-20{
    font-size: 20px;
}

.fz-24{
    font-size: 24px;
}

.pb-5{
    padding-bottom: 5px;
}
.pt-5{
    padding-top: 5px;
}
.pb-10{
    padding-bottom: 10px;
}
.pt-10{
    padding-top: 10px;
}

.p-l-5{
    padding-left: 5px;
}

.p-l-10{
    padding-left: 10px;
}

.p-r-5{
    padding-right: 5px;
}

.p-r-10{
    padding-right: 10px;
}

.group-option-name{
    background: #a9b2bc;
    color: white;
}

.border-bottom{
    border-bottom: 1px solid #e6e7e8;
}

.table-compare tbody td:nth-child(even) {
    background: #e6e7e8;
}

.table-compare .complectation-name {
    padding: 10px;
    background: #647282;
    font-size: 16px;
    color: white;
    font-weight: 500;
}

.table-compare .modification-name {
    padding: 10px;
    font-size: 16px;
    background: #e6e7e8;
}

.table-compare thead th.modification-name:nth-child(even) {
    background: #f5f6f9;
}

.catalog--brands-list{
    padding-bottom: 20px;
}

.d-flex{
    display: flex;
    gap: 10px;
}

.f-direction{
    flex-direction: row;    
}

.mmc-item{
    border: 1px #001e50 solid;
}

.section-404 {
    justify-content: center;
    align-items: center;
    display: flex;
    height: calc(100vh - 313px);
}

.section-404 .container {
    display: flex;
    gap: 36px;
    flex-direction: column;
}

.buttons-404 {
    width: fit-content;
}

.buttons-404 .btn {
    padding: 12px 24px;
}
@media (max-width: 1100px) {
    #main {
        margin-top: 40px;
    }
}

/* Анимация тряски */
@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:has(.agreement__checkbox.error) span.error {
    display: none !important;
}


.agreement__wrapper:has(.agreement__checkbox.error) .form-terms {
    color: red !important;
}

.agreement__wrapper .form-terms {
    text-align: left;
    padding-top: 0;
    font-size: 13px;
}
.agreement__wrapper {
    padding-top: 20px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.agreement__checkbox {
    appearance: auto;
}

span.error {
    color: red;
}

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

.cookies__btn {
    border-radius: 8px;
    background: #001E50;
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    color: #fff;
    align-items: center;
}

.cookies__text {
    max-width: 424px;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

@media (max-width: 992px) {
    .mobile-menu-navigation span:not(:last-child) {
        border-bottom: 1px solid #e2e2e2;
        width: 100%;
    }
}
@media (max-width: 992px) {
    .mobile-menu-navigation span {
        text-decoration: none;
        font-size: 24px;
        text-align: center;
        padding: 15px 0;
        color: #424242;
    }
}

@media (max-width: 1100px) {
    .cookies__text {
        max-width: none;
    }

    .finance-page-banner h1 {
        font-size: 26px;
    }

    .option-item-row {
        padding: 7px 10px;
    }

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

.model-main-background-title span {
    display: block;
    font-size: 1rem;
    line-height: 1rem;
}

.complectation__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background-color: #4c5865;
    border-radius: 40px;
    transition: all 0.2s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    flex-shrink: 0;
    padding: 4px;
}

.section-complectation .complectation__title {
    display: flex;
    gap: 10px;
}

.complectation__icon {
    color: #fff;
}

.complectation__icon:hover {
    background-color: #ee8e35;
}

.model-compare-form__heading {
    display: flex;
    gap: 10px;
}

.modifications-block {
    margin: 30px 0;
    padding: 20px;
    border-radius: 12px;
}

.modifications-block__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.modification-card {
    background: white;
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.modification-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: #eeeeee;
    border-bottom: 1px solid #e9ecef;
}

.modification-card__name {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
}

.modification-card__compare {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #666;
}

.modification-card__compare input {
    cursor: pointer;
}

.modification-card__content {
    padding: 20px;
}

.modification-specs__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.spec-group {
    background: #f5f6f9;
    padding: 16px;
    border-radius: 8px;
}

.spec-group__title {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e9ecef;
}

.spec-group__items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.spec-item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 14px;
}

.spec-item__label {
    color: #666;
    font-weight: 400;
}

.spec-item__value {
    color: #1a1a1a;
    font-weight: 500;
}

.model-compare-form__heading {
    display: flex;
    gap: 10px;
}

.model-compare-form__heading span {
    margin: auto 0;
}

@media (max-width: 768px) {
    .complectation__icon {
        width: 20px;
        height: 20px;
    }

    .modifications-block {
        margin: 20px 0;
        padding: 12px;
    }

    .modifications-block__title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .modification-card__header {
        padding: 12px 16px;
        flex-wrap: wrap;
        gap: 10px;
    }

    .modification-card__name {
        font-size: 18px;
    }

    .modification-card__content {
        padding: 12px;
    }

    .modification-specs__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .spec-group {
        padding: 12px;
    }

    .spec-group__title {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .spec-group__items {
        gap: 8px;
    }

    .spec-item {
        font-size: 13px;
        flex-wrap: wrap;
        gap: 4px;
    }

    .spec-item__label {
        font-size: 13px;
    }

    .spec-item__value {
        font-size: 13px;
        font-weight: 500;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .modification-specs__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.breadcrumbs__item {
    text-decoration: none;
}

.section-page {
    padding-top: 20px;
    padding-bottom: 20px;
}

.breadcrumbs {
    font-size: 15px;
}

.breadcrumbs__item:not(:last-child):after {
    content: "\0020\002D";
}

.breadcrumbs__item:last-child {
    color: #4c5865;
    font-weight: 500;
}