.rm-callback  {
	font-family: 'PT Sans', sans-serif;
	outline: none;
}
a.rm-callback__btn, button.rm-callback__btn {
	display: inline-block;
    *display: inline;
    *zoom: 1;
	padding: 0 20px;
	color: #FFFFFF !important;
	background: #191b60;
	height: 31px; 
	border-radius: 3px;
	text-decoration: none;
	line-height: 31px;
	text-align: center;
    border: 1px solid #191b60;
/*
    border-bottom-width: 1px;
*/
    font-size: 16px;
	/*box-shadow: 1px 1px 3px #555555;
	text-shadow: 1px 1px #777777;*/
}
a.rm-callback__btn:hover,button.rm-callback__btn:hover {
    background: #292b70;
    border-bottom-width: 1px;
    border-top-width: 1px;
}
a.rm-callback__btn:active,button.rm-callback__btn:active {
  position: relative; 
  top: 1px;
}
.rm-callback {
	background: #FFF;
	width: 380px;
	padding: 0;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	border-radius: 6px;
	outline: 0;
	position: absolute;
	left: 50%;
	margin-left: -205px;
	height: auto;
	top: 30px !important;
    overflow: hidden;
}
.rm-callback__wrapper {
	width: 100%;
	height: 100%;
}
.rm-callback__header {
	min-height: 16px;
	padding: 15px 30px;
	border-bottom: 1px solid #e5e5e5;
	margin: 0;
	line-height: 1.428571429;
	font-size: 22px;
    background: #f0f0f0;
}
.rm-callback__body {
	padding: 20px 30px 5px;
}
.rm-callback__footer {
	padding: 19px 20px 20px;
	margin-top: 0;
	text-align: center;
    background: #F0F0F0;
}
.rm-callback__form-item {
	margin: 0 0 16px;
	overflow: hidden;
}
.rm-callback__form-item label {
	display: block;
	margin: 0 0 5px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
    color: #A2A2A2;
}
.rm-callback__form-item input[type=text] {
	max-width: 348px;
	width: 100%;
	border: 1px solid #F1F1F1;
	background: #F0F0F0;
	height: 30px;
	border-radius: 3px;
	font-size: 16px;
	line-height: 25px;
	padding: 0 5px;
    color: #000;
    text-indent: 5px;
    box-sizing: border-box;
}

.rm-textarea {
	max-width: 348px;
	width: 100%;
	border: 1px solid #F1F1F1;
	background: #F0F0F0;
	box-sizing: border-box;
	padding: 5px;
	border-radius: 3px;
	font-size: 14px; 
	height: 70px;
}

input.rm-callback__half {
	width: 55px !important;
	float: left;
    text-indent: 1px !important;
}
.rm-callback__time-slider {
	float: left;
	max-width: 180px;
	width: 100%;
	margin: 13px 14px 0;
	height: 9px;
	content: "";
	display: block;
	border-radius: 4px;
	border: 0 none;
	box-shadow: none;
}
.rm-callback__time-slider .noUi-base {
	border: 1px solid #F0F0F0 !important;
	background: #F0F0F0 !important;
	width: 100%;
	height: 7px;
	border: 0 none;
	box-shadow: none;
	border-radius: 4px !important;
}
.rm-callback__time-slider .noUi-connect {
	background: #999be0;
	box-shadow: none;
	border: 0 none;
}
.rm-callback__time-slider .noUi-handle {
	background: #191b60 !important;
	font-weight: normal !important;
	width: 7px !important;
	height: 20px !important;
	outline: none !important;
	box-shadow: none;
	left: -3px;
	top: -8px;
    border: 1px solid #191b60 !important;
    cursor: pointer;
}
.rm-callback__time-slider .noUi-handle:before {
	background: none;
	width: 0;
	height: 0;
}
.rm-callback__time-slider .noUi-handle:after {
	background: none;
	width: 0;
	height: 0;
}
.rm-callback input[type=text].error {
	border: 1px solid red;
	background: pink;
}



.rm-required-item label:after {
    content: ' *';
    color: #EF0303;
}

 

.rm-callback__form-item  .rm-field-captcha {
	float: right;
	width: 190px !important;
}