/* Styles for the "Запчасти" page */
.main_content img[align="right"] {
    float: right;
    margin: 0 0 1em 1em; /* Adjust margin as needed */
    max-width: 40%; /* Ensure image doesn't overflow container */
    height: auto;
}

.main_content p {
    line-height: 1.6em; /* Slightly increased line height for readability */
}

.main_content ul {
    padding-left: 20px; /* Ensure consistent padding for lists */
}

.main_content ul li:before {
    content: "\2022"; /* Bullet point */
    color: #ED1C24; /* Accent color */
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.main_content h2 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.page_top {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    margin-bottom: 40px;
    padding-top: 100px;
}
.page_top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
