#noService {
    background: #000000;
    border: 0px solid green;
}

#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: 1.5em;
    color: #ffffff;
}

#noService .success img, #noService .error-message img {
    width: 50px;
    display: block;
    margin: 0.5em auto;
}

#noService .success img.successWeb, #noService .error-message img.successWeb {
    display: block;
}

#noService .success img.successMob, #noService .error-message img.successMob {
    display: none;
}

#noService .success img.errorMob, #noService .error-message img.errorMob {
    display: none;
}

#noService .success a, #noService .error-message a {
    color: #1a8076;
    text-decoration: none;
}

#noService .wrapper, #noService .wrapper-m {
    direction: rtl;
    font-size: 1em; 
    width: 80%;
    margin: 10% auto 10% 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 20% 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 4% 0;
    float: right;
    width: 100%;
}

#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: #ffffff;
    font-size: 0.7em;
    padding: 0.7em 0.2em 0.7em 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 #2cd5c4;
}

#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 a.btn, #noService .wrapper-m .form-box .formContent .form a.btn {
    position: relative;
    display: inline-block;
    background-color: #2cd5c4;
    color: #000000;
    font-size: 0.9em;
    text-align: center;
    padding: 3% 0 3% 0;
    margin: 7% 0 0 0;
    font-family: 'simpler-black';
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    z-index: 1;
    border: 0.2vw solid #ffffff;
}

#noService .wrapper .form-box .formContent .form a.btn .text {
    position: relative;
    z-index: 2;
    transition: color .2s;
}

#noService .wrapper .form-box .formContent .form a.btn .hoverLayout {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #ffffff;
    display: block;
    z-index: 1;
    transition: width 1s ease;
}

#noService .wrapper .form-box .formContent .form a.btn:hover .text {
    color: #000000;
}

#noService .wrapper .form-box .formContent .form a.btn:hover .hoverLayout {
    width: 100%;
}


/*
#noService .wrapper .form-box .formContent .form .btn, #noService .wrapper-m .form-box .formContent .form .btn {
    width: 100%;
    display: inline-block;
    margin: 23% 0 0 0;
    padding: 2% 3em 2% 3em;
    background: #2cd5c4;
    color: #000000;
    font-size: 0.9em;
    font-family: 'simpler-bold';
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    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 {
    font-family: 'simpler-bold';
    color: #ffffff; 
    font-size: 1.1em; 
    text-align: center;
    padding: 0 0 1% 0;
    display: inline-block;
    width: 100%;
    line-height: 100%;
    box-sizing: border-box;
    border: 0px solid green;
}

.wrapCont .ContNeto .R_side .titl span {
    font-size: 1.2em; 
    font-family: 'simpler-bold';
}


.wrapCont .ContNeto .R_side .agreement {
    color: #ffffff; 
    font-size: 0.6em; 
    float: right;
    text-align: right;
}


#noService ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
#noService ::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
#noService :-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
#noService :-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}

@media screen and (max-width: 1024px) {

    #tvCampaign .frmBox {
        width: 90%;
        margin: 3em auto 0 auto;
    }

    #noService {
        background: #000000;
    }

    #noService ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      color: #ffffff;
    }
    #noService ::-moz-placeholder { /* Firefox 19+ */
      color: #ffffff;
    }
    #noService :-ms-input-placeholder { /* IE 10+ */
      color: #ffffff;
    }
    #noService :-moz-placeholder { /* Firefox 18- */
      color: #ffffff;
    }

    #noService .wrapper, #noService .wrapper-m {
        width: 100%;
        margin: 0 auto 0 auto;
    }

    #noService .wrapper .form-box .formContent .form, #noService .wrapper-m .form-box .formContent .form {
        width: 90%;
        padding: 0;
        margin: 1em 0 0 0;
        background-color: #000000;
    }

    #noService .wrapper .form-box .formContent .form a.btn, #noService .wrapper-m .form-box .formContent .form a.btn {
        width: 85%;
        font-size: 4.5em;
        padding: 3% 0 3% 0;
        border: 1vw solid #ffffff;
        color: #000000;
        background-color: #2cd5c4;
    }

    .wrapCont .ContNeto {
        width: 95%;
        text-align: center;
        margin: 5% auto 5% auto;
    }

    .wrapCont .ContNeto .R_side .titl {
        color: #2cd5c4;
        width: 94%;
        line-height: 100%;
        font-size: 4.5em;
        text-align: center;
        /*padding: 1em 0 0 0;*/
    }

    .wrapCont .ContNeto .R_side .titl span {
        display: block;
    }

    #noService .success, #noService .error-message {
        padding: 5% 0 5% 0;
    }

    #noService .wrapper .form-box .formContent .form .field-group, #noService .wrapper-m .form-box .formContent .form .field-group {
        width: 100%;
    }

    #noService .wrapper .form-box .formContent .form .btn, #noService .wrapper-m .form-box .formContent .form .btn {
        font-size: 4em;
        width: 100%;
        margin: 8% 0 0 0;
    }

    #noService .wrapper .form-box .formContent .form a.btn:hover .text {
        color: #000000;
    }

    .wrapCont .ContNeto .R_side .agreement {
        margin: 0 5% 1em 5%;
    }

    #noService .success h2, #noService .error-message h2 {
        color: #2cd5c4;
        font-size: 6em;
        margin: 5% 0 5% 0;
    }

    #noService .success span, #noService .error-message span {
        color: #2cd5c4;
        font-size: 4em;
    }

    #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 {
        color: #ffffff;
        font-size: 3.5em;
        border-bottom: 1px solid #2cd4c4;
    }

    #noService .success img.successWeb, #noService .error-message img.successWeb {
        display: none;
    }

    #noService .success img.successMob, #noService .error-message img.successMob {
        display: block;
    }

    #noService .success img.errorWeb, #noService .error-message img.errorWeb {
        display: none;
    }

    #noService .success img.errorWeb, #noService .error-message img.errorWeb {
        display: block;
    }
}