header {
    height: auto;
}

.price {
    margin-top: 80px;
    margin-bottom: 100px;
}

.price__title {
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 80px;
}

.price__remont-koleso {
    margin-bottom: 50px;
}

.price__inner {
    position: relative;
}

.price__descr {
    margin-bottom: 10px;
    font-size: 23px;
    font-weight: 600;
    margin-left: 100px;
}
.price__descr::before {
    position: absolute;
    content: "";
    background-image: url(../images/price-icon-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 70px;
    height: 60px;
    left: 0;
    top: -20px;
}

.price__inner-table {
    display: flex;
    gap: 0 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
}
th,
td {
    border: 1px solid #ddd;
    padding: 8px;
}
th {
    background-color: #111111;
    text-align: left;
    color: #fff !important;
    font-size: 18px;
    font-weight: 300;
}

tr:hover {
    background-color: #fff1de;
}

.price__photo-img {
    border-radius: 2px;
}

/* ------------- Прайс легковые автомобили ------------ */
.iframe-pdf {
    width: 100%;
    height: 600px;
}
.price__inner-montaj-koleso {
    position: relative;
}

.price__montaj-koleso {
    margin-bottom: 80px;
}

.price__montaj-koleso--title::before {
    position: absolute;
    content: "";
    background-image: url(../images/price-icon-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 90px;
    height: 44px;
    left: 0;
    top: -8px;
}

/* -------------- Прайс кроссовер -------------------- */
.price__inner-montaj-koleso-crossover {
    position: relative;
    margin-bottom: 50px;
}

.price__montaj-koleso-crossover--title::before {
    position: absolute;
    content: "";
    background-image: url(../images/price-icon-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 80px;
    height: 49px;
    left: 0;
    top: -14px;
}

.right-align {
    text-align: right;
}

.colspan-align {
    font-weight: 500;
    background-color: #fff1de;
}

.price__shino2 th,
.price__shino2 td {
    text-align: center;
}

.table__list-item {
    list-style-type: disc; /* Устанавливаем тип маркера - точка */
    padding-left: 20px;
    text-align: left;
}

.table__list-item li {
    padding: 6px 4px;
}

/* Download price */
.price__download-pdf {
    margin-top: 20px;
}

.download-link {
    display: inline-block;
    padding: 10px 20px;
    background-color: #1e7f8e;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.download-link:hover {
    background-color: #268d9d;
}

/* PDF */
.price__pdf-viewer {
    margin-top: 20px;
}

.pdf-iframe {
    width: 100%;
    height: 600px;
    border: none;
}

@media (max-width: 820px) {
    .price__descr {
        font-size: 18px;
    }
}

@media (max-width: 800px) {
    .price {
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .price__title {
        font-size: 36px;
        margin-bottom: 50px;
    }
    .price__descr {
        font-size: 20px;
    }
    th {
        font-size: 14px;
    }
    td {
        font-size: 14px;
    }
}

@media (max-width: 670px) {
    .price__inner-table {
        flex-wrap: wrap;
        gap: 40px;
    }
    .price__montaj-koleso {
        margin-bottom: 40px;
    }
    .price__descr {
        font-size: 17px;
    }
}

@media (max-width: 620px) {
   .price__inner-table {
    overflow-x: auto;
   }
    .iframe-pdf {
        height: 500px;
    }
}

@media (max-width: 528px) {
    .price__montaj-koleso-crossover--title::before {
        top: 4px;
    }
    .price__montaj-koleso--title::before {
        top: -14px;
    }
    .price__title {
        font-size: 32px;
    }
    .download-link {
        font-size: 14px;
    }
    .iframe-pdf {
        height: 400px;
    }
}
@media (max-width: 480px) {
    .faq-title {
        font-size: 28px;
    }
    .price__title {
        font-size: 28px;
    }
}
@media (max-width: 428px) {
    .iframe-pdf {
        height: 350px;
    }
}

@media (max-width: 350px) {
    th {
        font-size: 14px;
        font-weight: 400;
    }
}