@media only screen and (max-width: 767px) {

    .incipit{
        padding-top: 60px;
    }

    .w_1_ {
        width: 90%;
        margin: 0 auto;
    }

    .box_contact_title {
        font-size: 30px;
        font-weight: 600;
        color: var(--bg-color-3);
        margin-bottom: 20px;
    }

    .box_contact {
        margin-left: 20px;
        border-left: 10px solid var(--bg-color-3);
        padding-left: 20px;
        padding-bottom: 5px;
    }

        .box_contact p {
            font-size: 25px;
            padding-left: 0px;
            display: inline-block;
            font-weight: 500;
            margin-top: 0px;
            margin-bottom: 10px;
        }


        .box_contact h3:after {
            content: ":";
            display: inline-block;
        }

    .req_wrap_ {
        margin: 0 auto 6% auto;
        padding: 0px 0 0px 0;
        overflow: hidden;
        font-size: 20px;
        font-weight: 300;
        width: 90% !important;
        max-width: 900px;
        /*        border-top: 1px solid rgba(16, 19, 46, 0.5);
*/ color: #10132e;
    }

        .req_wrap_ ul {
            list-style: none;
            padding: 0px;
            margin: 0px;
        }

            .req_wrap_ ul li {
                max-width: 700px;
                margin-bottom: 15px;
                /*                overflow: hidden !important;
*/
            }

    h3,
    .req_msg_ {
        display: block;
        font-size: 25px;
        font-weight: 600;
        letter-spacing: 0px;
        margin: 0 auto;
        /*        display: none;
*/
    }

        .req_msg_ p {
            margin: 10px 0;
        }

        .req_msg_ strong {
            padding: 8px 10px !important;
            display: inline-block;
            background: #8000f6 !important;
            color: #fff !important;
        }

    .req_wrap_data_ {
        width: 100%;
        padding-top: 0px;
        margin-top: 0px;
        margin-left: 0px;
        /*        margin: 0 auto !important;
*/ max-width: 900px;
    }

    /* .req_wrap_ * {
        overflow: hidden !important;
    }*/

    /* .ulCoppia {
        width: 680px !important;
    }*/
    .req_li_t_ {
        overflow: initial;
    }

    /*    .req_wrap_ .valore {
        float: none;
        display: block;
        margin: 0 auto !important;
        position: relative;
        overflow: initial;
    }*/

    .req_wrap_ input.text {
    }

    .req_wrap_ input.text,
    .req_wrap_ textarea,
    .req_wrap_ select {
        max-width: 700px;
        font-size: 18px;
        color: inherit;
        width: 100% !important;
        font-weight: 400;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-style: normal !important;
        font-family: inherit;
        border: 2px solid rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
        border-radius: 4px;
    }

        .req_wrap_ input.text:focus,
        .req_wrap_ textarea:focus,
        .req_wrap_ select:focus {
            outline: 0px;
            border: 2px solid var(--bg-color-2) !important;
            box-shadow: 0px 0px 1px rgba(128, 0, 246, 0.9);
        }


    #req_wrap_ input[type="checkbox"] {
        width: 25px;
        height: 25px;
        cursor: pointer;
    }

    .req_wrap_ label {
        /*display: inline-flex;
        height: 30px;
        flex-direction: column;
        justify-content: center;*/
        display: inline-block;
        float: none;
        font-size: 12px;
        font-weight: 300;
        vertical-align: top;
        padding-left: 8px;
        cursor: pointer;
        color: #000;
        width: calc(100% - 40px);
        max-width: 660px;
    }

    .req_wrap_ input[type="checkbox"] {
        width: 25px;
        height: 25px;
        cursor: pointer;
    }

    #msg_submit_succ {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: block;
    }

    .msg_show_ {
        opacity: 1;
        visibility: visible;
        height: auto;
        padding: 15px 0px;
        color: #01a93d;
        margin: 30px 0;
        font-weight: 600;
        transform: translateY(0px);
        font-size: 24px;
    }

    .msg_hide_ {
        opacity: 0;
        visibility: hidden;
        height: 0px;
        transform: translateY(100px);
    }

    .req_wrap_ select,
    .req_wrap_ li input,
    .req_wrap_ li textarea {
        padding: 15px;
        width: 100%;
        font-style: normal;
        /*        font-size: 20px;
*/ font-family: inherit;
    }

    .h_cta,
    .req_wrap_ #req_submit {
        margin-top: 25px;
        color: var(--bg-color-2);
        background: #fff;
        display: inline-block;
        padding: 15px 30px;
        width: auto;
        min-width: 150px;
        max-width: 300px;
        text-align: center;
        letter-spacing: 1px;
        border-radius: 6px;
        font-size: 23px;
        font-weight: 600;
        border: 3px solid var(--bg-color-2);
        cursor: pointer;
    }

        .h_cta:hover,
        .req_wrap_ #req_submit:hover {
            background: var(--bg-color-2);
            color: #fff;
            text-decoration: none;
        }

    .req_wrap_ textarea {
        min-height: 190px;
    }


    .img_notaio_detail,
    .img_studio_detail {
        margin: 50px auto 0 auto;
        overflow: hidden;
    }

    .img_studio_detail {
    }

        .img_notaio_detail img,
        .img_studio_detail img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            transform: scale(1.3);
            /*        max-width: 400px;
*/
        }

    .contacts .w_2_:nth-child(n+2) {
        margin-top: 100px !important;
        margin-block: 100px !important;
    }

}
