@media(max-width: 1170px){
    /* Первая секция */

    #first-section{
        background: none;
        align-items: center;
    }

    .first-section__info {
        width: 100%;
        
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .order-card-list {
        justify-content: center;
    }
}

@media(max-width: 770px){
    #first-section{
        background: url('../img/backGround_mobile.svg') no-repeat;
        background-size: contain;
        padding: 0px 0px 0px;
        height: fit-content;
        min-height: auto;
    }

    .upContainer{
        background-color: white;
        width: 100%;

        border-radius: 205px 205px 0px 0px;
        padding: 8px 8px 0px;
    }

    .first-container{
        width: 100%;
        border-radius: 205px 205px 0px 0px;
        border: 1px solid rgba(252, 166, 95, 1);
        height: 100%;
    }

    .first-section__title{
        margin-top: 32px;
        text-align: center;
    }

    .first-section__info_title {
        font-size: 24px;
    }

    .first-section__subTitle{
        text-align: center;
    }

    .first-section__subTitle {
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 112px;
    }

    .title{
        padding: 8px 16px;

        font-weight: 500;
        font-size: 24px;
    }

    section{
        min-height: 100vh;
        width: 100%;
        padding: 64px 16px;
    }

    .first-container{
        padding: 144px 16px 48px;
    }

    .mobile-bottom{
        display: block;
        width: 100%;
        margin-top: 15px;
    }

    /* Вторая секция */

    .advantage-card {
        flex-wrap: wrap;
        flex-direction: column-reverse;

        gap: 10px;
        margin-bottom: 32px;
    }

    .advantage-card:nth-child(even){
        flex-direction: column-reverse;
    }

    .advantage-card_info {
        width: 100%;

        text-align: center;
    }

    .advantage-card_info > p, .description {
        text-align: start;
    }

    .button_primary {
        width: 100%;
    }

    /* Третья секция */

    #third-section{
        padding: 64px 16px;
        margin-top: 0px;
    }

    #third-section > h1 {
        text-align: center;

        font-weight: 700;
        font-size: 32px;
        margin-bottom: 32px;
    }

    .info-list {
        padding-left: 75px;
    }

    .info-list_card::before {
        content: '';
        position: absolute;
        left: -47px;
        top: 5px;
        height: 25px;
        width: 25px;
        border: 3px solid rgba(252, 166, 95, 1);
        transform: rotate(45deg);
        background: white;
    }

    .info-list_card:nth-child(2)::before {
        background-size: 65%;
    }

    .info-list_card > h1 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 28px;
    }

    .info-list_card > h1 > span {
        font-size: 32px;
        font-weight: 500;
    }

    .advantage-card_info > p, .description {
        font-weight: 400;
        font-size: 14px;
    }

    /* Четвертая секция */

    #fifth-section{
        padding: 64px 16px;
        margin-top: 0px;
    }

    #fifth-section > h1 {
        font-size: 32px;
        text-align: center;
    }

    .order-card-list {
        align-items: center;
    }

    /* Футер */

    footer{
        padding: 108px 47px;
    }

    footer > h1 {
        text-align: left;

        font-size: 16px;
    }
}