.popup__overlay {
    z-index: 99999;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    text-align: center;
}

.popup__overlay:after {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    content: '';
}
.closeButtonCallMe{
    cursor: pointer;
}
.popup__block {
    display: inline-block;
    position: relative;
    max-width: 360px;
    min-width: 320px;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    vertical-align: middle
}

.popup-form__row {
    margin: 1em 0
}

html .popup__input {
    resize: none;
    display: block;
    width: 94% !important;
    height: 20px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.control-group label{
    display: inline-block;
    width: auto;
    text-align: center;
        font-weight: bold;
}
.popup__textarea {
    resize: none;
    display: block;
    width: 94% !important;
    margin-bottom: 20px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.error__lable .error{
    display: block;
}
html .error__lable label{
    color: #a94442;
}
.error{
    color: #D22020;
    text-align: left;
}
html .error__lable{
    background-color: #f2dede;
    border-color: #ebccd1;
}

html .popup__header .popup__close {
    color: #232323 !important;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    line-height: 12px;
    text-decoration: none;
    margin: 0 !important;
    padding: 0 !important;
}

.popup__header {
    height: 55px;
    text-align: right;
}

.popup__header img {
    height: 15px;
}

.popup__header p {
    font-size: 21px;
    float: left;
}


/* КНОПКА */

.btn-slide {
    position: relative;
    display: inline-block;
    /*height: 40px;*/
    width: 90%;
    line-height: 5px;
    padding: 20px 20px;
    color: #fff;
    /*background-color: #cddc39;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: .5s;
    -webkit-transition: .5s;
    border: none;
    background: linear-gradient(-45deg, #34b3e8 49.9%, #349bd1 49.9%, #349bd1 60%, #34b3e8 60%), linear-gradient(-45deg, #349bd1 10%, #34b3e8 10%);
    background-size: .3em .3em;
    background-color: #34b3e8;
}

.btn-slide:hover {
    background-color: #c0ca33;
    cursor: pointer;
}

.btn-slide:hover span.circle {
    left: 100%;
    margin-left: -40px;
    background-color: #349BD1;
}

.btn-slide:hover span.title {
    left: 40px;
    opacity: 0;
}

.btn-slide:hover span.title-hover {
    opacity: 1;
    left: 40px;
}

.btn-slide span.circle {
    display: block;
    background-color: #349BD1;
    position: absolute;
    float: left;
    line-height: 20px;
    padding: 10px 0;
    /*height: 29px;*/
    width: 40px;
    top: 0;
    left: 0;
    transition: .5s;
    -webkit-transition: .5s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.popup__block .error{
    text-align: center;
    padding:0;
        color: #d8000c;
     background-color: transparent; 
     background-image: none; 
     border: none;
     margin: 0;
}
.popup__block .control-group{
    margin-bottom: 15px;
}
.popup__block label{
    margin-bottom: 5px;
    line-height: 1.4;
}
.btn-slide span.title, .btn-slide span.title-hover {
    position: absolute;
    left: 80px;
    transition: .5s;
    -webkit-transition: .5s;
}

.btn-slide span.title-hover {
    left: 80px;
    opacity: 0;
}
/* !!!!!!!!!!!!!!!!!!!! КНОПКА */
.popup_error label{
    display: block;
}