.popup-callback {
	font-family: 'Roboto', sans-serif;
	width: 442px;
	display: none;
	text-align: left;
}

.popup-callback h3 {
	color: #ffffff;
	font-size: 25px;
	text-align: center;
	text-transform: uppercase;
}
.fancybox-close {
	background: url(/img/close.png) no-repeat;
	width: 34px;
	height: 34px;
}

.fast-popup-callback-tabs-h {
	list-style-type: none;
	height: 30px;
	margin: 0 0 0 40px;
}

.fast-popup-callback-tabs-h li {
	float: left;
	padding: 5px 10px;
}

.fast-popup-callback-tabs-h li:first-child {
	margin-right: 20px;
}

.fast-popup-callback-tabs-h li a {
	font-size: 17px;
	color: #0b0f1d;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid rgb(223,61,117);
}

.fast-popup-callback-tabs-h li.active {
	background-color: rgb(223,61,117);
	position: relative;
}

.fast-popup-callback-tabs-h li.active a {

	border: none;
}

.fast-popup-callback-tabs-h li.active:after {
	content: '';
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top: 9px solid #e11863;
	position: absolute;
	bottom: -15px;
	left: 40px;
}

.popup-callback input {
	width: calc(100% - 40px);
	height: 40px;
	border: 1px solid #7a849e;
	font-size: 18px;
	color: #50596d;
	margin-bottom: 15px;
	padding: 0 15px;
}
.popup-callback input[name="street"]
{
	width: calc(60% - 40px);
}
.popup-callback input[name="house"] {
	height: 42px;
	margin: 0 0 5px 15px;
	width: calc(40% - 40px - 3%);
	border: 1px solid #7a849e;
	color: #50596d;
	font-size: 18px;
	margin-left: 3%;
	padding-left: 20px;
}

.popup-callback ::-webkit-input-placeholder {
	color: #7a849e;
}

.popup-callback ::-moz-placeholder {
	/* Firefox 19+ */
	color: #7a849e;
}

.popup-callback :-ms-input-placeholder {
	color: #7a849e;
}

.popup-callback :-moz-placeholder {
	/* Firefox 18- */
	color: #7a849e;
}

.popup-callback input[type="submit"] {
	display: inline-block;
	text-align: center;
	padding: 4px 25px;
	color: #ffffff;
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;
	margin: 10px 0 0 0;
	background-color: rgb(223,61,117);
	width: 221px;
	height: 40px;
	border: none;
	cursor: pointer;
}

.popup-callback input[type="submit"]:hover {
	background-color: #ff18ab;
	background: linear-gradient(to right, #ff18ab, #ff5b6e);
}

.popup-callback a {
	color: #50596d;
	font-size: 12px;
	display: inline-block;
	padding-top: 5px;
	color: white;
}


.callback-tabs {
	display: none;
}

.callback-tabs.active {
	display: block;
}

.hint {
	
	font-size: 13px;
	text-align: right;
	color: #fff;
}

.callback-info-msg {
	position: absolute;
	top: calc(50% - 90px);
    left: calc(50% - 150px);
	width: 300px;
	text-align: center;
	background-color: rgb(149, 183, 106);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	display: none;
}



.callback-info-msg .info-text {
	height: 100px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    color: #454545;
    font-size: 16px;
    font-weight: bold;
	padding: 20px;
}

.callback-info-close {
	display: inline-block;
    text-align: center;
    padding: 10px 25px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    margin: 10px 0 10px 0;
    background-color: rgb(223,61,117);
    width: 221px;
    border: none;
    cursor: pointer;
	font-size: 20px;
}
a.callback-info-close
{
	font-size: 20px;
}
.callback-info-close:hover {
	background-color: #ff18ab;
	background: linear-gradient(to right, #ff18ab, #ff5b6e);
}

.support {
    top: -24px;
    left: 0px;
    width: 220px;
    background: #E8FAA0;
    border: 1px solid #7C8B00;
    border-radius: 3px;
    color: #303030;
    display: none;
    height: 20px;
    line-height: 14px;
    padding: 3px 0 0 5px;
    position: absolute;
    font-size: 12px;
}
.soglashenie-ob-obrabotke {
    text-align: center;
}
.soglashenie-ob-obrabotke a{
    text-decoration: none; /* Отменяем подчеркивание у ссылки */
	color: #fff;
}

.footer-callback {
    color: white;
	padding-top: 15px;
}
.footer-callback .forgot-ls {
    text-align: center;
    font-size: 20px;
}
.footer-callback .forgot-ls-send-in {
    font-style: italic;
    margin-left: 50px;
	display: inline-block;
}
#callback-footer-social
{
	display: inline-block;
}

#callback-footer-social a img {
    float: left;
}
#callback-footer-social>a
{
	height: 30px;
    width: 30px;
}
#callback-footer-social>a img {
	height: 30px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}

#callback-footer-social>a img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none; /* IE 6-9 */
}