#wjcallback-modal {
    position: fixed;
    text-align: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: block;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color:rgba(0, 0, 0, 0);
    -webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    transition: background .5s ease-out;
}
.inputcont .has-error::placeholder{
	color:red;
}
.form-group .has-error::placeholder{
	color:red;
}
#WJCForm282 {
	background:#fff url('../images/modal_bear.jpg') left bottom no-repeat !important;
}
#WJCForm286 {
	background:#fff url('../images/forma_robot.jpg') left 110px bottom no-repeat !important;
}
#WJCForm287 {
	background:#fff url('../images/form_site.jpg') left 80px bottom no-repeat !important;
}
#WJCForm288 {
	background:#fff url('../images/forma_slon.jpg') left 80px bottom no-repeat !important;
}
#WJCForm290 {
	background:#fff url('../images/forma_tigr.jpg') left 0px bottom no-repeat !important;
}
#WJCForm291 {
	background:#fff url('../images/forma_nosorog.jpg') left 0px bottom no-repeat !important;
}
#WJCForm292 {
	background:#fff url('../images/forma_popugay.jpg') left 140px bottom no-repeat !important;
}
#WJCForm293 {
	background:#fff url('../images/forma_kot.jpg') left 20px bottom no-repeat !important;
}
#WJCForm294 {
	background:#fff url('../images/forma_belka.jpg') left 50px bottom no-repeat !important;
}
#WJCForm295 {
	background:#fff url('../images/forma_pes.jpg') left 20px bottom no-repeat !important;
}
#WJCForm296 {
	background:#fff url('../images/forma_leika.jpg') left 40px bottom no-repeat !important;
}
#WJCForm297 {
	background:#fff url('../images/forma_ham.jpg') left 130px bottom no-repeat !important;
}
#WJCForm298 {
	background:#fff url('../images/forma_voron.jpg') left 60px bottom no-repeat !important;
}
#WJCForm299 {
	background:#fff url('../images/forma_yag.jpg') left 170px bottom no-repeat !important;
}
#WJCForm300 {
	background:#fff url('../images/forma_enot.jpg') left 100px bottom no-repeat !important;
}
#wjcallback-modal .modal-dialog {
    margin: 0;
}
#wjcallback-modal .modal-content {
	border:none;
	background:none !important;
}
#wjcallback-modal .modal-footer {
	border:none;
}
.modal-title-header {
	font-family: Montserrat;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom:25px;
}
.modal_info {
	width:60%;
	float:left;
	height:431px;
	position:relative;
	height:100%;
}
.one-click-desc {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	max-width:300px;
	margin:0 auto;
	margin-bottom:15px;
	padding:0 15px;
}
.modal_info_right {
	width:40%;
	float:left;
	background:none;
}
#wjcallback-modal .modal-dialog {
	width:100% !important;
	max-width:100% !important;
}
.wjcallbackform .modal-header {
	border:none;
}
#wjcallback-modal.show {
    display: block;
    background-color:rgba(0, 0, 0, 0.5);
}
#wjcallback-modal .wjcallbackform {
    display: inline-block;
    position: absolute;
	height:575px;
    left: 50%;
    top: 50%;
    width: auto;
    min-width: 840px;
    text-align: left;
    box-sizing: border-box;
    background: #FFF;
    opacity: 0;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
    transform: translate(-50%, -50%);
	border:1px solid #000000;
	border-radius:20px;
	overflow:hidden;
}

#wjcallback-modal.show .wjcallbackform {
    opacity: 1;
}

#wjcallback-modal .form-validate {
    margin: 0;
}
.callback_info {
	width:240px;
	margin:0 auto;
	margin-top:20px;
	font-size:12px;
	line-height:15px;
	text-align:center;
}
.modal-footer-send {
	text-align:center;
}
.modal_send {
width: 211px;
height: 38px;
background: linear-gradient(180deg, #238DF7 0%, #19A374 100%), #FFFFFF;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
border-radius: 20px;
font-size: 18px;
line-height: 21px;
text-transform: uppercase;
color: #FFFFFF;
border:none !important;
cursor:pointer;
}
.modal_send:hover {
background: linear-gradient(180deg, #19A374 0%, #238DF7 100%), #FFFFFF;
box-shadow: none;
}
.modal_info_right input, .modal_info_right textarea {
	border:1px solid #000 !important;
	border-radius:6px !important;
}
#wjcallback-modal .form-validate .modal-body {
    padding: 6px 45px 15px 45px;
    width: 100%;
    box-sizing: border-box;
}

#wjcallback-modal .form-validate input[type="text"],
#wjcallback-modal .form-validate textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    display: block;
    height: auto;
    margin-bottom: 20px;
}

#wjcallback-modal .form-validate textarea {
    margin-bottom: 5px;
}

#wjcallback-modal .form-validate .informtext {
    padding-bottom: 20px;
}


/* Preloader
*********************************************/
#wjcallback-loader {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1060;
}

#wjcallback-loader::after {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #0088cc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
	position: fixed;
	margin: 0 auto;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -40px;
	content: "";
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Media
*********************************************/
@media only screen and (max-width : 480px) {
    #wjcallback-modal .wjcallbackform {
        display: inline-block;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 15px;
        top: 50%;
        width: auto;
        text-align: left;
        box-sizing: border-box;
        background: #FFF;
        opacity: 0;
        -webkit-transition: opacity .5s ease-out;
        -moz-transition: opacity .5s ease-out;
        -o-transition: opacity .5s ease-out;
        transition: opacity .5s ease-out;
        transform: translate(0, -50%);
    }
}
@media (min-width:768px) and (max-width:838px) {
	#wjcallback-modal .wjcallbackform {
	height:575px;
    left: 50%;
    top: 50%;
    width: auto;
    min-width: 95%;
}
.modal_info {
    width: 50%;
    float: left;
    height: 431px;
	position:relative;
}
.modal_info_right {
    width: 40%;
	min-width:336px;
    float: left;
}
#WJCForm282 {
	background:#fff url('../images/modal_bear.jpg') left -110px bottom -50px no-repeat !important;
}
#WJCForm286 {
	background:#fff url('../images/modal_bear.jpg') left -110px bottom -50px no-repeat !important;
}
}
@media (min-width:320px) and (max-width:767px) {
#WJCForm282 {
	background:#ffffff !important;
}
#WJCForm286 {
	background:#ffffff !important;
}
.modal_info_right {
    width: 100%;
	min-width:290px;
    float: none;
}
.modal_info {
    float:none;
	width: 100%;
	height: auto;
}
#wjcallback-modal .wjcallbackform {
    min-width: 290px;
}
#wjcallback-modal .wjcallbackform {
	height:650px;
}
#wjcallback-modal .form-validate .modal-body {
    padding: 6px 15px 15px 15px;
}
.callback_info {
	width:240px;
	margin:0 auto;
	margin-top:10px;
	font-size:12px;
	line-height:15px;
}
.modal-title-header {
    margin-bottom: 10px;
}
.one-click-desc {
	max-width:290px;
	margin:0 auto;
	margin-bottom:10px;
	padding:0 15px;
}
}



