main {
    margin-top: 180px;
}

.m-body {
    width: 100%;
    background: var(--bl-bg);
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.m-start {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1140px;
    text-align: center;
    margin: 50px auto; 
}

.m-start h1 {
    font-size: 40px;
}

.m-start h2 {
    margin-bottom: 10px;
}

.m-start p {
    margin-bottom: 10px;
}

.m-start a {
    margin-bottom: 10px;
}

.m-start a {
    margin: 10px 0;    width: 100%;
    max-width: 1160px;
    overflow: hidden;
    margin: 0 auto;
    padding: 10px 20px;
    background: var(--but-bg);
    color: var(--but-txt);
}

.m-banner-block {
    position: relative;
    width: 100%;
    max-width: 1160px;
    overflow: hidden;
    margin: 50px auto;
}

.m-banner {
    width: 100%;
    height: auto;
    display: block;
}

.m-banner-text {
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: var(--bl-bg);
    padding: 10px;
}

.m-block {
    max-width: 1140px;
    margin: 0 auto;
    background: var(--bl-bg);
}

.m-block h2 {
    text-align: center;
    margin-bottom: 30px;
}

.model-cards-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-bottom: 30px;
}

.model-photo.working {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.model-photo.working img {
    width: 250px;
    height: 300px;
    object-fit: cover;
}

.model-badges {
    display: none;
}

.model-all-info-card {
    display: none;
}

.model-card {
    text-decoration: none;
    background: var(--bg);
}

.model-name-card {
    padding: 5px 0;
}

.model-photo.working {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.advantages {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 30px;
}

.advantage-item {
    padding: 10px;
    max-width: 500px;
    background: var(--bg);
}

.advantage-item h3{
    font-size: 28px;
}

.reviews {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.review-item {
    background: var(--bg);
    padding: 20px;
}

.faq {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.faq-item {
    background: var(--bg);
    padding: 20px;
}

.cont-txt {
    background: var(--bg);
    padding: 20px;
}

.contacts {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 20px 0;
}

.contacts a {
    background: var(--bg);
    padding: 10px;
    text-decoration: none;
}