#esputnikContainer{
    position: fixed;
    bottom: 0;
    z-index: 1000;
    right: 370px;
}
.esputnikFooter{
    background: #0e7ecc;
}
#esputnikFooterForm .news-desc p.h3{
    color: #fff;
}
#esputnikContainer button.btn.btn-info a{
    color: #fff;
}
#addSputnikSubscribeForm{
    max-width: 500px;
    font-family: 'PT Sans';
    background: none;
}
#addSputnikSubscribeForm .popup-window-content{
    background: url("form_dcomfort.png");
    background-repeat: round;
}
#senderSubscribeContainer h2{
    text-align: center;
    font-size: 22px;
    color: #fff;
    padding: 30px 0px 15px 0px;
    font-weight: bold;
}
#senderSubscribeContainer p{
    text-align: center;
    padding-bottom: 15px;
    color: #fff;
}
#senderSubscribeContainer input{
    background: #c2c1c7;
    margin: 10px auto;
    max-width: 320px;
}
#senderSubscribeContainer button{
    width: 320px;
    background: #ea0000;
    margin: 20px auto 40px;
    display: block;
    font-size: 15px;
    padding: 5px 15px;
}
#addSputnikSubscribeForm .popup-window-close-icon{
    top: 20px;
    right: 20px;
    background: #3b384b;
    color: #fff;
    border-radius: 5px;
}
#addSputnikSubscribeForm .popup-window-close-icon:after{
    content:' \0078';
    background: none;
    line-height: 8px;
}
#esputnikFooterForm input{
    width: 47%;
    float: left;
    margin-bottom: 15px;
    background: #c3dff2;
}
#esputnikFooterForm input[type="text"]{
    margin-right: 6%;
}
#esputnikFooterForm button{
    background: #ea0000;
    margin: 20px auto 40px;
    display: block;
    font-size: 16px;
    padding: 5px 15px;
}