/*
*
* Ver Script 1.2.1
*
* Стили формы
*
*/
.form-subscribe-wrapper{
    color: #fff;
    bottom: 0;
    font-family: sans-serif;
    position: fixed;
    bottom: 46px;
    width: 100%;
    left: 0;
    right: 0;
    padding: 25px 0 45px;
    background: rgba(35, 38, 40, 0.9);
    z-index: 901;
}
.form-subscribe-wrapper{display: none;} /*, .form-subscribe-wrapper form*/
.form-subscribe-wrapper input{border: 1px solid #f1c458;}
.form-subscribe-wrapper input,
.subscribe-close{
    background: transparent;
    color: #fff;
}
.subscribe-together,
.subscribe-close{
    /*background: #f1c458;*/
    /*float: right;*/
    /*top: 30px;*/
    box-sizing: border-box;
    /*width: 396px;*/
    float: left;
    margin-top: 40px;
}
.subscribe-close{/*border: 1px solid #fff;*/}
.close-but{border: 1px solid #fff;}
.form-subscribe-wrapper input,
.close-but,
.close-text{
    border-radius: 0;
    /*font-weight: bold;*/
    display: table-cell;
    font-size: 1em;
    letter-spacing: 2px;
    padding: 10px;
    margin: 0;
    height: 42px;
    box-sizing: border-box;
}
.form-subscribe-wrapper input[type=submit]{
    background: #f1c458;
    color: #000;
    padding:9px;
    margin-left: -5px;
}
.div-subscribe-wrap{
    text-align: center;
    }
.subscribe-close{
    top: 29px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    margin-right: 50px;
    width: 210px;
    margin-left: 50%;
    }
.left-minus{margin-left: -220px;}
.close-text{
    background: #fff;
    color: #000;
    padding: 11px;
    padding-bottom: 12px;
}
/*.subscribe-close:hover{background: #f1c458; cursor: pointer;}*/
.subscribe-close .close-but:hover,
.subscribe-close .close-text:hover,
.form-subscribe-wrapper input[type=submit]:hover{ /*color: #f1c458;*/ text-decoration: underline; cursor: pointer;}
.subscr-result{display: block; position: absolute; top: 105px;}
.subscr-result.suc{color: #a1ffa1;}
.subscr-result.err{color: #fb6100;}
.subscribe-description{}
.subscribe-title{font-size: 1.5em;}
h4.subscribe-title{color: #fff;}
@media screen and (max-width: 700px){
    .form-subscribe-wrapper {padding: 5px 0 75px;}
    .subscribe-together{
        min-width: 300px;
        width: 100%;
        }
    .left-minus {margin-left: -80px;}
    .subscribe-together{float: none;}
    .subscribe-together.left-minus {margin-left: -10px;}
    .subscribe-description {display: none;}
    .subscribe-close {margin-top: 0; margin-bottom: 20px;}
    .form-subscribe-wrapper input[type=submit]{margin-left: -5px;}
    .form-subscribe-wrapper input[type=submit],
    .form-subscribe-wrapper input[name=email]{max-width: 130px; display: inline-block;}
    .form-subscribe-wrapper input,
    .close-but,
    .close-text{
        font-size: 0.9em;
        letter-spacing: 1px;
    }
    .subscr-result{
        left: 50%;
        margin-left: -150px;
        top: 125px;
        width: 300px;
    }
}
