@media screen and (min-width: 769px) {


}

@media screen and (max-width: 1320px) {
    .symptoms-image {
        position: relative;
        bottom: auto;
        left: auto;
    }

    .symptoms-title {
        margin: 0 auto 40px;
    }

    .symptoms .wrapper {
        align-items: center;
    }

    .symptoms-block {
        margin: 0;
    }

    .item {
        width: 100%;
    }

    .advantages .wrapper {
        align-items: center;
    }

    .advantages-image {
        position: relative;
        top: auto;
        left: auto;
    }

    .advantages-items {
        display: flex;
        flex-direction: column;
        gap: 24px;
        margin-right: 70px;
    }

    .advantages-item {
        width: 100%;
        padding: 6px 19px;
        display: flex;
        align-items: center;
        gap: 5px;
        justify-content: flex-end;

        font-family: var(--font-family);
        font-weight: 700;
        font-size: 24px;
        line-height: 136%;
        color: #fff;
        text-align: right;

        border-radius: 5px;
        background: linear-gradient(90deg, #42b34e 0%, #266b2c 100%);

        p {
            max-width: 638px;
        }

        margin-left: auto;
        margin-right: 0;
    }

    .compound-title {
        margin-left: 0;
    }
}

@media screen and (max-width: 1023px) {
    .header .container {
        gap: 0;
    }
    .nav ul {
        display: none;
    }
    .main .container {
        flex-direction: column;
    }

    .main-order {
        flex-direction: column-reverse;
    }

    .main-image {
        max-width: 260px;
        margin: 0;
    }

    .main-info {
        max-width: 355px;
    }

    .main-text {
        max-width: 100%;
        font-size: 24px;
        text-align: center;
        margin-bottom: 190px;
    }

    .form-header-text {
        font-size: 20px;
    }

    .form-header {
        border-radius: 0;
    }

    .form-body {
        padding: 20px;
    }

    .man {
        display: none;
    }

    .main-order {
        position: relative;
    }

    .mob-man {
        max-width: 259px;
        display: block;
        position: absolute;
        top: -170px;
        right: -15px;
    }

    .main-image {
        position: relative;
        z-index: 2;
        left: -55px;
        margin-bottom: 10px;
    }

    .mob-man-text {
        position: absolute;
        top: 50px;
        left: -106px;
        max-width: 201px;
        font-family: var(--font-family);
        font-weight: 700;
        font-size: 16px;
        line-height: 130%;
        color: #fff;
    }

    .title {
        font-size: 33px;
        line-height: 123%;
    }

    .symptoms-title {
        margin-bottom: 10px;
    }

    .symptoms .wrapper {
        flex-direction: column;
    }

    .symptoms-image {
        max-width: 320px;
        bottom: -6px;
    }

    .item {
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
    }

    .consecuencias-title {
        max-width: 847px;
        text-align: center;
        margin: 0 auto 46px;
    }

    .consecuencias-items {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .work-title {
        font-weight: 700;
        font-size: 33px;
        margin-bottom: 40px;
    }

    .work .wrapper {
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 0;
        gap: 0;
    }

    .work-text {
        max-width: 282px;
        font-weight: 700;
        font-size: 16px;
        line-height: 157%;
        text-align: center;

        &::before {
            content: url(../images/work-text-bg-2.png);
            position: absolute;
            top: -20px;
            left: -14px;
            z-index: -1;
        }
    }

    .advantages .wrapper {
        flex-direction: column;
    }

    .advantages-title {
        max-width: 800px;
        text-align: left;
        margin-bottom: 25px;

        font-size: 33px;
        line-height: 123%;
    }

    .advantages-image {
        display: none;
    }

    .advantages-items {
        margin: 0;
    }

    .bg {
        display: none;
    }

    .action .container {
        flex-direction: column;
        align-items: center;
    }

    .action-text {
        padding-bottom: 60px;
        max-width: max-content;
        min-width: auto;
        flex-direction: row-reverse;

        p {
            max-width: 262px;
            font-size: 19px;
            line-height: 137%;
            text-align: center;
        }

        svg {
            min-width: 60px;
        }
    }

    .action-image {
        margin: 0;
        margin-top: -50px;
        z-index: 5;
    }

    .compound .wrapper {
        flex-direction: column-reverse;
    }

    .compound-image {
        margin: 0;
        max-width: 377px;
    }

    .compound-item {
        padding: 10px;
        flex-direction: column;
    }
}
