/* Additional styles HERE */

/*# sourceMappingURL=additional_styles.css.map */


/*.table-container {
    width: 100%;
    overflow-x: auto;
    margin: 40px 0 0;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    min-width: 800px;
}

.price-table th {
    background-color: #f3f3f3;
    vertical-align: bottom;
    padding: 12px 8px;
    border: 1px solid #ddd;
    font-weight: bold;
}

.price-table td {
    padding: 10px 8px;
    border: 1px solid #ddd;
    vertical-align: bottom;
}

.price-table td:nth-child(2),
.price-table th:nth-child(2) {
    text-align: right;
    width: 20%;
}

.price-table tr:nth-child(odd):not(:first-child) {
    background-color: #f8f8f8;
}

.price-table tr:nth-child(odd):not(:first-child):hover,
.price-table tr:nth-child(even):hover {
    background-color: #e8f4fd;
    transition: background-color 0.2s ease;
}

.table-info {
	margin-top: 20px;
	font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.2em;
    color: var(--bs-modal-color);
    font-family: Rubik,Open Sans,Helvetica,Arial,sans-serif;
}

.section__bg--white.section__bg--price {
    padding-bottom: 40px !important;
    padding-top: 20px !important;
}

@media (max-width: 1149px) {
    .price-table tr td:nth-child(2), 
    .price-table tr th:nth-child(2) {
        width: 28%;
    }
}

@media (max-width: 768px) {
    .table-container {
        border: 1px solid #ddd;
        border-radius: 4px;
    }
    
    .price-table {
        font-size: 12px;
    }
    
    .price-table th,
    .price-table td {
        padding: 8px 6px;
    }

    .price-table tr td:nth-child(2), 
    .price-table tr th:nth-child(2) {
        width: 22%;
    }
}

@media (max-width: 480px) {
    .price-table {
        font-size: 12px;
    }
    
    .price-table th,
    .price-table td {
        padding: 6px 4px;
    }

}*/

.table-container {
    width: 100%;
    margin: 40px 0 0;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
}

.price-table th {
    background-color: #f3f3f3;
    vertical-align: bottom;
    padding: 12px 8px;
    border: 1px solid #ddd;
    font-weight: bold;
}

.price-table td {
    padding: 10px 8px;
    border: 1px solid #ddd;
    vertical-align: bottom;
}

/* Выравнивание второго столбца по правому краю */
.price-table td:nth-child(2),
.price-table th:nth-child(2) {
    text-align: right;
    width: 20%;
}

.price-table tr:nth-child(odd):not(:first-child) {
    background-color: #f8f8f8;
}

.price-table tr:nth-child(odd):not(:first-child):hover,
.price-table tr:nth-child(even):hover {
    background-color: #e8f4fd;
    transition: background-color 0.2s ease;
}

.table-info {
    margin-top: 20px;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.2em;
    color: var(--bs-modal-color);
    font-family: Rubik,Open Sans,Helvetica,Arial,sans-serif;
}

.section__bg--white.section__bg--price {
    padding-bottom: 40px !important;
    padding-top: 20px !important;
}

@media (max-width: 1149px) {
    .price-table tr td:nth-child(2), 
    .price-table tr th:nth-child(2) {
        width: 28%;
    }
}

@media (max-width: 827px) {
    .price-table tr td:nth-child(2), 
    .price-table tr th:nth-child(2) {
        width: 35%;
    }  
}

@media (max-width: 768px) {
    .table-container {
        border: 1px solid #ddd;
        border-radius: 4px;
        overflow: hidden;
    }
    
    .price-table {
        /*font-size: 12px;*/
        min-width: 100% !important;
    }
    
    .price-table th,
    .price-table td {
        padding: 8px 6px;
    }

    .price-table tr td:nth-child(2), 
    .price-table tr th:nth-child(2) {
        width: 45%;
    }
}

@media (max-width: 560px) {
    .price-table tr td:nth-child(2), 
    .price-table tr th:nth-child(2) {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .price-table {
        /*font-size: 12px;*/
        min-width: 100% !important;
    }
    
    .price-table th,
    .price-table td {
        padding: 6px 4px;
        vertical-align: top;
    }

}