@media screen and (min-width:769px){
    form.feedback_form{
        margin:0px 0 0 0px;
        padding:0px;
    }

    div.feedback_form_bg{
        width:100%;
        background:#eef1f3;
        padding:10px 30px 10px 30px;
    }

    div.feedback_form_bg div.agreement_warning{
        margin-top:15px;
        font-family: "Circe", Arial, "Helvetica CY", sans-serif;
        font-size: 18px;
        text-align:left;
    }

    form.feedback_form table{
        width:100%;
    }

    form.feedback_form table td{
        text-align:left;
        vertical-align:top;
        color:#6b7d87;
        font-family:"Circe", Arial, "Helvetica CY", sans-serif;
        padding:0;
    }

    form.feedback_form table td div{
        font-size:12px;
        margin:0 0 2px 0;
        line-height:24px;
    }

    form.feedback_form table td span.captcha_title{
        display:none;
        font-size:12px;
        font-family:"Circe", Arial, "Helvetica CY", sans-serif;
        font-weight:normal;
        margin:6px 0 0 0;
    }

    form.feedback_form table img.captcha_pic{
        float:left;
        display:block;
    }

    form.feedback_form input.captcha_word{
        border:1px solid #a6b3bb;
        background:#ffffff;
        height:42px;
        width:238px;
        line-height:42px;
        padding:0 10px 0 10px;
        font-family:"Circe", Arial, "Helvetica CY", sans-serif;
        font-weight:normal;
        color:#6b7d87;
        font-style:italic;
        font-size:16px;
        margin:0 0 0 22px;
    }

    form.feedback_form table td input.person{
        border:1px solid #a6b3bb;
        background:#ffffff;
        height:42px;
        width:238px;
        line-height:42px;
        padding:0 10px 0 10px;
        font-family:"Circe", Arial, "Helvetica CY", sans-serif;
        font-weight:normal;
        color:#6b7d87;
        font-style:italic;
        font-size:16px;
        margin:0 0 14px 0;
    }

    form.feedback_form table td input.phone{
        border:1px solid #a6b3bb;
        background:#ffffff;
        height:42px;
        width:240px;
        line-height:42px;
        padding:0 10px 0 10px;
        font-family:"Circe", Arial, "Helvetica CY", sans-serif;
        font-weight:normal;
        color:#6b7d87;
        font-style:italic;
        font-size:16px;
        margin:0 0 0 22px;
    }

    form.feedback_form table td textarea{
        border:1px solid #a6b3bb;
        background:#ffffff;
        height:90px;
        width:808px;
        padding:10px;
        font-size:16px;
        line-height:18px;
        font-family:"Circe", Arial, "Helvetica CY", sans-serif;
        font-weight:normal;
        color:#6b7d87;
        font-style:italic;
        overflow:auto;
    }

    form.feedback_form table td.form_submit{
        padding:22px 28px 0 0;
        width:250px;
        vertical-align:top;
        text-align:right;
    }

    form.feedback_form table td.form_submit input[type="submit"]{
        border:none;
        background:url(send_sprite.png) 0 -50px no-repeat;
        width:250px;
        height:50px;
        cursor:pointer;
    }

    form.feedback_form table td.form_submit input:hover[type="submit"]{
        background-position:0 -100px;
    }

    form.feedback_form table td.form_submit input[disabled="disabled"]{
        border:none;
        width:250px;
        height:50px;
        cursor:default;
        background-position:0 0;
    }

    form.feedback_form table td.form_submit input:hover[disabled="disabled"]{
        border:none;
        width:250px;
        height:50px;
        cursor:default;
        background-position:0 0;
    }

    form.feedback_form table td.form_comment{
        padding:0;
        vertical-align:middle;
        text-align:left;
        color:#000000;
        font-size:11px;
        line-height:12px;
        font-family:Verdana, Geneva, sans-serif;
        font-weight:normal;
    }

    form.feedback_form table td.form_comment div.error_text{
        margin:0 0 0 30px;
        color:#ff0000;
        font-size:14px;
        line-height:14px;
    }
}

@media screen and (max-width:768px){
    form.feedback_form{
        margin:0;
        padding:0;
    }

    div.feedback_form_bg{
        position:relative;
        width:288px;
        height:420px;
        background:#eef1f3;
        padding:0 16px 0 16px;
    }

    div.feedback_form_bg div.agreement_warning{
        position:absolute;
        width:inherit;
        bottom:5px;
        font-family: "Circe", Arial, "Helvetica CY", sans-serif;
        font-size: 14px;
        line-height:14px;
        text-align:left;
    }

    form.feedback_form table{
        width:288px;
    }

    form.feedback_form table td{
        text-align:left;
        vertical-align:top;
        color:#6b7d87;
        font-family:"Circe", Arial, "Helvetica CY", sans-serif;
        padding:0;
    }

    form.feedback_form table td div{
        width:290px;
        padding:2px 0 0 0;
        margin:0 !important;
        text-align:center;
        font-family:"Circe", Arial, "Helvetica CY", sans-serif;
        font-size:15px;
        line-height:17px;
        color:#000000;
    }

    form.feedback_form table td div span.description{
        display:none;
    }

    form.feedback_form table td span.captcha_title{
        display:none;
        width:290px;
        margin:0;
        text-align:center;
        font-family:"Circe", Arial, "Helvetica CY", sans-serif;
        font-size:17px;
        line-height:19px;
        color:#000000;
    }

    form.feedback_form table img.captcha_pic{
        display:block;
        float:left;
        width:157px !important;
        height:36px !important;
    }

    form.feedback_form input.captcha_word{
        border:1px solid #a6b3bb;
        background:#ffffff;
        height:34px;
        width:114px;
        line-height:42px;
        margin:0 0 0 10px;
        padding:0 2px;
        font-family:"Circe", Arial, "Helvetica CY", sans-serif;
        font-weight:normal;
        color:#6b7d87;
        font-style:italic;
        font-size:16px;
    }

    form.feedback_form table td input.person{
        width:281px;
        height:30px;
        line-height:42px;
        margin:0;
        padding:2px 2px;
        border:1px solid #a6b3bb;
        font-family:"Circe", Arial, "Helvetica CY", sans-serif;
        font-weight:normal;
        color:#6b7d87;
        font-style:italic;
        font-size:16px;
        background:#ffffff;
    }

    form.feedback_form table td input.phone{
        width:281px;
        height:30px;
        padding:2px 2px;
        margin:0;
        border:1px solid #a6b3bb;
        font-family:"Circe", Arial, "Helvetica CY", sans-serif;
        font-size:16px;
        font-weight:normal;
        line-height:42px;
        font-style:italic;
        color:#6b7d87;
        background:#ffffff;
    }

    form.feedback_form table td textarea{
        border:1px solid #a6b3bb;
        background:#ffffff;
        height:182px;
        width:280px;
        padding:4px 2px;
        font-size:16px;
        line-height:18px;
        font-family:"Circe", Arial, "Helvetica CY", sans-serif;
        font-weight:normal;
        color:#6b7d87;
        font-style:italic;
        overflow:auto;
    }

    form.feedback_form table td.form_submit{
        padding:22px 28px 0 0;
        width:250px;
        vertical-align:top;
        text-align:right;
    }

    form.feedback_form table td.form_submit input[type="submit"]{
        border:none;
        background:url(send_sprite.png) 0 -50px no-repeat;
        width:250px;
        height:50px;
        cursor:pointer;
    }

    form.feedback_form table td.form_submit input:hover[type="submit"]{
        background-position:0 -100px;
    }

    form.feedback_form table td.form_submit input[disabled="disabled"]{
        border:none;
        width:250px;
        height:50px;
        cursor:default;
        background-position:0 0;
    }

    form.feedback_form table td.form_submit input:hover[disabled="disabled"]{
        border:none;
        width:250px;
        height:50px;
        cursor:default;
        background-position:0 0;
    }

    form.feedback_form table td.form_comment{
        padding:0;
        vertical-align:middle;
        text-align:left;
        color:#000000;
        font-size:11px;
        line-height:12px;
        font-family:Verdana, Geneva, sans-serif;
        font-weight:normal;
    }

    form.feedback_form table td.form_comment div.error_text{
        margin:0;
        padding:0;
        color:#ff0000;
        font-size:14px;
        line-height:14px;
    }

    form.feedback_form table.data-table,
    form.feedback_form table.data-table tbody,
    form.feedback_form table.data-table tr,
    form.feedback_form table.data-table td{
        display:block;
    }

    form.feedback_form table.button_area,
    form.feedback_form table.button_area tbody,
    form.feedback_form table.button_area tr,
    form.feedback_form table.button_area td{
        display:block;
    }

    form.feedback_form table.button_area td.form_comment{
        width:288px;
        height:28px;
        padding:5px 16px;
        text-align:center;
    }

    form.feedback_form table.button_area td.form_submit{
        width:288px;
        padding:0 16px;
        text-align:center;
    }
}