#noService {
    background: #2dd5c4;
    /* border-top: 0.2em solid #ffffff; */
}

#noService .success, #noService .error-message {
    width: 100%;
    max-width: 640px;
    text-align: center;
    font-size: 1.2em;
    margin: 0 auto;
    color: #000000;
}

#noService .success h2, #noService .error-message h2 {
    margin: 3.5% auto 3.5% auto;
    font-size: 2em;
    color: #000000;
}

#noService .success img, #noService .error-message img {
    width: 50px;
    display: block;
    margin: 0.5em auto;
}

#noService .success a, #noService .error-message a {
    color: #1a8076;
    text-decoration: none;
}

#noService .wrapper, #noService .wrapper-m {
    direction: rtl;
    font-size: 1em;
    width: 75%;
    margin: 2em auto 2em auto;
    display: inline-block;
    border: 0px solid green;
}

#noService .wrapper .form-box, #noService .wrapper-m .form-box {
    width: 100%;
    margin: 0 auto;
}

#noService .wrapper .form-box img.side-img, #noService .wrapper-m .form-box img.side-img {
    display: inline-block;
    width: 40%;
    margin-right: 1.4%;
}

#noService .wrapper .form-box img.side-img-m, #noService .wrapper-m .form-box img.side-img-m {
    display: none;
}

#noService .wrapper .form-box .formContent, #noService .wrapper-m .form-box .formContent {
    margin: 0 auto;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    font-size: 1.6em;
    font-weight: normal;
}

#noService .wrapper .form-box .formContent h2, #noService .wrapper-m .form-box .formContent h2 {
    margin: 0;
    font-size: 1.4em;
    font-family: 'simpler-bold';
}

#noService .wrapper .form-box .formContent p, #noService .wrapper-m .form-box .formContent p {
    margin: 0 auto;
}

#noService .wrapper .form-box .formContent .form, #noService .wrapper-m .form-box .formContent .form {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0;
    box-sizing: border-box;
}

#noService .wrapper .form-box .formContent .form .field-group, #noService .wrapper-m .form-box .formContent .form .field-group {
    margin: 0 0 0 1%;
    float: right;
    width: 39%;
}

#noService .wrapper .form-box .formContent .form label, #noService .wrapper-m .form-box .formContent .form label {
    font-size: 0.9em;
    display: block;
    text-align: right;
    font-family: 'simpler-regular';
}

#noService .wrapper .form-box .formContent .form input,
#noService .wrapper-m .form-box .formContent .form input,
#noService .wrapper .form-box .formContent .form select,
#noService .wrapper-m .form-box .formContent .form select {
    width: 100%;
    color: #000000;
    font-size: 1em;
    padding: 0.1em 0.2em 0.1em 0.2em;
    /*border: 1px solid;*/
    box-sizing: border-box;
    margin: 0.4em 0 0 0;
    font-family: 'simpler-regular';
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
}

#noService .wrapper .form-box .formContent .form .input-error, #noService .wrapper-m .form-box .formContent .form .input-error {
    border: 1px solid red;
}

#noService .wrapper .form-box .formContent .form .error-message, #noService .wrapper-m .form-box .formContent .form .error-message {
    color: red;
    font-size: 0.62em;
    float: right;
    text-align: right;
    margin: 0.5em auto;
}

#noService .wrapper .form-box .formContent .form select, #noService .wrapper-m .form-box .formContent .form select {
    background: transparent;
    width: 100%;
    display: block;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

#noService .wrapper .form-box .formContent .form input:focus,
#noService .wrapper-m .form-box .formContent .form input:focus,
#noService .wrapper .form-box .formContent .form select:focus,
#noService .wrapper-m .form-box .formContent .form select:focus {
    outline: none;
}

#noService .wrapper .form-box .formContent .form .coustom-select, #noService .wrapper-m .form-box .formContent .form .coustom-select {
    width: 97%;
    overflow: hidden;
    background: url('../imgs/arrow_down.png') no-repeat left center white;
    background-position: 5%;
    border: 1px solid black;
}

#noService .wrapper .form-box .formContent .form .btn, #noService .wrapper-m .form-box .formContent .form .btn {
    display: inline-block;
    margin: 0.5% auto 0 auto;
    padding: 0.7% 1em 0.7% 1em;
    background: #000000;
    color: #2dd5c4;
    font-size: 1em;
    font-family: 'simpler-bold';
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    float: none;
    /*height: 64px;*/
    line-height: 100%;
    box-sizing: border-box;
    border: 3px solid #ffffff;
    /*
    display: inline-block;
    margin: 0.3em 0 0 0;
    padding: 0 6% 0 6%;
    background: #2cd5c4;
    color: #000000;
    font-size: 1.2em;
    font-family: 'simpler-bold';
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    float: right;
    height: 66px;
    line-height: 66px;
    box-sizing: border-box;
    border: 3px solid #ffffff;
    */
}

#noService .wrapper .form-box .formContent .form .btn:hover, #noService .wrapper-m .form-box .formContent .form .btn:hover {
  /*background-color: #aaddd7;*/
}

.clearfix {
    clear: both;
}

.wrapper-m h1 {
    font-size: 2em;
    margin: 0.3em;
}

.wrapCont {
    /*display: table; */
    width: 100%;
}

.wrapCont .ContNeto {
    display: table; 
    width: 100%;
}

.wrapCont .ContNeto .R_side {
    display: table-cell;
}

.wrapCont .ContNeto .R_side .titl {
    color: #000000;
    font-size: 1em;
    text-align: right;
    padding: 0 0 1% 0;
    line-height: 120%;
    font-family: 'simpler-regular';
}

.wrapCont .ContNeto .R_side .titl span {
    color: #ffffff;
    font-size: 1.1em;
    font-family: 'simpler-bold';
}


.wrapCont .ContNeto .R_side .agreement {
    color: #000000; 
    font-size: 0.6em; 
    float: right;
    text-align: right;
}


#noService ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;
}
#noService ::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
}
#noService :-ms-input-placeholder { /* IE 10+ */
  color: #000000;
}
#noService :-moz-placeholder { /* Firefox 18- */
  color: #000000;
}


@media screen and (max-width: 920px) {
    #noService .wrapper .form-box .formContent .form .field-group, #noService .wrapper-m .form-box .formContent .form .field-group {
        width: 25%;
    }
}

@media screen and (max-width: 750px) {

    #tvCampaign .frmBox {
        width: 90%;
        margin: 3em auto 0 auto;
    }

    #noService .wrapper, #noService .wrapper-m {
        width: 100%;
        margin: 5% auto 8% auto;
    }

    #noService .wrapper .form-box .formContent .form, #noService .wrapper-m .form-box .formContent .form {
        width: 90%;
        padding: 0;
        margin: 1em 0 0 0;
    }

    .wrapCont .ContNeto .R_side .titl {
        color: #222;
        line-height: 75%;
        font-size: 3.5em;
        text-align: center;
        padding: 1% 0 0 0;
    }

    .wrapCont .ContNeto .R_side .titl span {
        font-size: 1.2em;
    }

    .wrapCont .ContNeto .R_side .titl span {
        display: block;
    }

    #noService .wrapper .form-box .formContent .form .field-group, #noService .wrapper-m .form-box .formContent .form .field-group {
        width: 100%;
        margin: 2% 0 0 0;
    }

    #noService .wrapper .form-box .formContent .form .btn, #noService .wrapper-m .form-box .formContent .form .btn {
        width: 100%;
        padding: 3% 2em 3% 2em;
        margin: 6% 0 0 0;
    }

    .wrapCont .ContNeto .R_side .agreement {
        margin: 0 5% 1em 5%;
    }

    #noService .success h2, #noService .error-message h2 {
        font-size: 8em;
    }

    #noService .wrapper .form-box .formContent .form input, #noService .wrapper-m .form-box .formContent .form input, #noService .wrapper .form-box .formContent .form select, #noService .wrapper-m .form-box .formContent .form select {
        font-size: 5em;
    }

    #noService .wrapper .form-box .formContent .form .btn, #noService .wrapper-m .form-box .formContent .form .btn {
        font-size: 5em;
    }

    
}