/*perezvonit*/

#perezvonit .modal-dialog {
    width: 300px;
    top: 50%;
    left: 50%;
    margin: 0px;
    position: absolute;
    /*transform: translate(-50%, -50%);*/
        top: calc(50% - 168px);
    left: calc(50% - 150px);
}

#perezvonit .modal-content {
    background: #fff;
    border-radius: 0px;
    border: 0px;
    color:#333;
    border-radius: 6px;
}

#perezvonit .modal-content .modal-header {
    border-bottom:0px;
        position: relative;
}
#perezvonit .modal-content .modal-header h3 {
    margin-bottom: 0px;
    text-align: center;
    color: #333;
    font-weight: bold;
}

#perezvonit .modal-content .modal-body .consult {
    color: #333;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding: 0px 28px;
    position: relative;
}

#perezvonit .modal-content .modal-body input[type="text"] {
    padding: 10px 15px;
    font-weight: 300;
    font-size: 17px;
    margin-bottom: 10px;
    border: 1px solid #ececec;
    color: #000;max-width: 100%;
    appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
}

#perezvonit .modal-content .modal-body #btn_zakaz {
    border-color:#333;
    margin:10px auto 20px;
    color:#333;
}

#perezvonit .modal-content .modal-body #btn_zakaz:hover {
    background:#f3d449
}

#perezvonit .modal-content .modal-body input.error_number {
    border-color:#f5572a;
}

#perezvonit .modal-content .modal-body .result_form {
    position: absolute;
    width: 100%;
    left: 0px;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    bottom: 100px;
    text-align: center;}

#perezvonit .modal-content .modal-body .result_form.attantion1 + form {
    visibility:hidden;
}

#perezvonit .modal-header .close {
    margin-top: 0px;/*
    border-left: 1px solid #ececec;
    border-bottom: 1px solid #ececec;*/
    width: 30px;
    right: 0px;
    height: 30px;
    z-index: 999999999;
    display: block;
    top: 0px;
    opacity:1;
    position: absolute;

}
#perezvonit .modal-header .close:hover {
    opacity:1;
}
#perezvonit .modal-header .close span {
    display:block;
    width:100%;
    height:100%;
    position:relative;
    border:0px;
    opacity:1;
    padding: 10px;
}

#perezvonit .modal-header .close span:before {
    content:'';
    background: url(/image/catalog/theme/delete-icon.svg) center no-repeat;
    background-size: 100% auto;
    width: 12px;
    font-size: 0px;
    height: 12px;
    opacity:1;
    display: block;
}
.g-recaptcha {
	transform: scale(0.69);
	transform-origin: left top;
	margin: 0 0 0 2px;
}
/*#perezvonit .modal-header .close span:before {
    content: '';
    display: block;
    position: absolute;
    height: 22px;
    width: 2px;
    left: 14px;
    top: 3px;
    background: #ececec;
    border: 0px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
#perezvonit .modal-header .close span:after {
    content: '';
    display: block;
    height: 22px;
    position: absolute;
    left: 14px;
    top: 3px;
    width: 2px;
    background: #ececec;
    border: 0px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}*/
/*perezvonit-END*/