.advantage_title
    {
    font-size: 18px;
    color: #b3af96;
    margin-bottom: 50px;
    }

.about_ul
    {
    list-style-type: disc;
    }
    .about_ul li
        {
        margin: 5px 0 10px 20px;
        color: #77716d;
        font-family: FixelDisplay,sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        }

.project__img-wrap
    {
    position: relative;
    }
    .project_area
        {
        position: absolute;
        bottom: 0;
        right: 0;

        background-color: rgba(0,0,0, 0.6);
        padding: 15px 20px 10px 20px;

        color: #ccc1b8;
        font-family: FixelDisplay,sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        }

.footer__contacts-form
    {
    padding: 40px 0 70px 0;
    text-align: center;
    }
    .footer__contacts-form h3
        {
        color: #ccc1b8;
        font-family: FixelDisplay,sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        position: relative;
        text-align: center;
        background: linear-gradient(269deg,#ecd3ab 0,#a4866a 51.34%,#fefce9 100%);
        background-clip: border-box;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;    
        }
        #contact_form_wrap
            {
            margin: 30px auto;
            max-width: 800px;
            }
            #contact_form_wrap form
                {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                }
            #contact_form input,
            #contact_form textarea
                {
                flex-grow: 1;
                font-family: FixelDisplay,sans-serif;
                font-size: 18px;
                background-color: #212121;
                border: 1px #ccc1b8 solid;
                padding: 10px 40px;
                margin: 10px;
                color: #ccc1b8;
                box-sizing: border-box;
                }
            #contact_form textarea
                {
                width: 100%;
                }
                #contact_form input[type="submit"]
                    {
                    background-color: #ccc1b8;
                    color: #212121;
                    cursor: pointer;
                    }
                    #contact_form input[type="submit"]:hover
                        {
                        background: linear-gradient(269deg,#ecd3ab 0,#a4866a 51.34%,#fefce9 100%);
                        color: #212121;
                        }



@media screen and (min-width: 1366px) {
  .footer__adress-phone-wrap {
    gap: 30px;
  }
}


@media (max-width: 768px) {
    .advantage_title
        {
        margin-top: 50px;
        }
    
    #contact_form input,
    #contact_form textarea
        {
        margin: 10px 0;
        width: 100%;
        }
    .project_area
        {
        width: 100%;
        padding: 15px 20px 10px 20px;
        font-size: 18px;
        }



}