@import url('/index/stages/styles/tochki.css');
@import url('/index/stages/styles/items.css');
@import url('/index/stages/styles/cont-infa.css');
@import url('/index/stages/styles/otrisovka.css');
.stages > h3 {
    color: var(--font);
    text-align: center;
    font-weight: 400;
}
.stage-cont,.stage-cont2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stage-cont2 {
    flex-direction: row-reverse;
}
@media(min-width:1100px) {
    .stage-cont {
        width: 82%;
    }
    .stage-cont2 {
        width: calc(82%/3.5*2);
        margin-top: 111px;
    }
    .stage-cont,.stage-cont2 {
        margin-inline: auto;
    }
    .stages > h3 {
        font-size: 50px;
        margin-bottom: 140px;
    }
}
@media(min-width:760px) and (max-width:1099px) {
    .stage-cont {
        width: 92%;
    }
    .stage-cont2 {
        width: calc(92%/3.5*2);
        margin-top: 85px;
        margin-inline: auto;
    }
    .stage-cont {
        margin-left: auto;
        margin-right: 32px;
    }
    .stages > h3 {
        font-size: 20px;
        margin-bottom: 42px;
    }
}
@media(max-width:759px) {
    .stage-cont {
        width: 92%;
    }
    .stage-cont2 {
        width: 70%;
        margin-top: 52px;
        margin-inline: auto;
    }
    .stage-cont {
        margin-left: auto;
        margin-right: 18px;
    }
    .stages > h3 {
        font-size: 16px;
        margin-bottom: 38px;
    }
}