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

.nowrap{
    text-wrap: nowrap;
}

.table-compare{
    width: 100%;
    overflow: auto;
}

.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: #4c5865;
    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: #4c5865;
    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;
}

/* Анимация тряски */
@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 {
    font-size: 13px;
    padding-top: 0;
    text-align: left;
}

.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: #647282;
    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: 1100px) {
    .cookies__text {
        max-width: 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%;
    }
}