@media screen and (max-width: 1023px) {
    div.subscribeInputText {
        display: block;
        width: 100%;
        float: none;
        padding-right: 20px;
    }

    div.subscribeInputButton {
        margin-top: 20px;
        text-align: center;
        float: none;
    }

    div.snormal-size {
        max-width: 960px;
    }

    .desktop {display: none!important;}
}

@media screen and (min-width: 1024px) {
    div.subscribeForm div.subscribeInputText {
        width: 38%;
        margin: 0 auto;
        float: left;
        padding-right: 15px;
    }

    div.subscribeForm div.subscribeInputButton {
        width: 20%;
        /*text-align: center;*/
        margin: 0 auto;
        float: left;
    }

    .mobile {display: none!important;}
}

div.snormal-size {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    min-width: 300px;
}


div.subscribeForm {
    width: 90%;
    margin: auto;
    padding-bottom: 80px;
}

div.subscribeSuccess {
    text-align: center;
    font-size: 120%;
    color: #1e7e34;
}

div.subscribeInputText input {
    /*font-size: 15px;*/

    /*color: #333;*/

    /*font-family: 'Roboto', sans-serif !important;*/

    /*height: 50px;*/

    /*padding-left: 40px;*/

    /*padding-right: 15px;*/

    /*-webkit-box-sizing: border-box;*/

    /*-moz-box-sizing: border-box;*/

    /*box-sizing: border-box;*/

    /*width: 100%;*/

    /*border: 1px solid #ccc;*/
    width: 95%;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 8px 10px 8px 10px;
    border: 1px solid #7e8283;
    border-radius: 2px;
    color: #000000;
    background: #ffffff;
}

div.subscribeInputText input::-webkit-input-placeholder {
    color: #7e8283;
    opacity: 1;
}

div.subscribeInputText input::-moz-placeholder {
    color: #7e8283;
    opacity: 1;
}

div.subscribeInputText input:-moz-placeholder {
    color: #7e8283;
    opacity: 1;
}

div.subscribeInputText input:-ms-input-placeholder {
    color: #7e8283;
    opacity: 1;
}

.butt_full_red {
    background-color: #FF0000;
}

.butt_full {
    display: inline-block;
    vertical-align: top;
    height: 44px;
    line-height: 44px;
    text-decoration: none;
    font-weight: bolder;
    padding: 0 20px;
    min-width: 150px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 22px;
}

.zag_zag {
    padding-top: 35px;
    position: relative;
    font-size: 36px;
    color: #000000;
    margin-bottom: 30px;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
}

input, textarea, select {
    background: #ffffff;
}

.show_phone {
    display: inline-block;
    vertical-align: top;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background-color: #d9221e;
    border-radius: 22px;
}

.phone_butt {
    display: inline-block;
    max-width: 230px;
    height: 20px;
    overflow: hidden;
    border: 1px solid #d9221e;
    color: #d9221e!important;
    padding: 0 10px;
    border-radius: 17px;
    font-weight: normal!important;
    line-height: 21px!important;
}
