
::-webkit-input-placeholder {color:#A1A1A1;}
::-moz-placeholder          {color:#A1A1A1;}/* Firefox 19+ */
:-moz-placeholder           {color:#A1A1A1;}/* Firefox 18- */
:-ms-input-placeholder      {color:#A1A1A1;}

/*ГЛАЗ*/
.passEye {position:relative;display:inline-block;width:100%;}
.passEye input {padding-right:35px !important;}
.passEye input::-ms-reveal, .passEye input::-ms-clear {display:none}
.passEye .eye {position:absolute;right:10px;top:50%;margin-top:-4px;display:block;height:10px;width:18px;background:url(images/passEye.png) no-repeat left 2px;cursor:pointer;}
.passEye .openEye {background-position:left bottom;}

/* tabs */
.tab-list {
	margin-bottom:20px;
	font-size:16px;
}
.tab-block {
	float:left;
	margin-right:20px;
}
.tab-block.or {
	color:#9E9E9E;
}
.tab-item {
	cursor:pointer;
}
.tab-item.active {
	color:#E20613;
	cursor:default;
}
.tab {
    display: none;
}
.tab.open {
    display: block;
}

.alert-danger.warning-text {
    margin: 25px auto 10px;
    max-width: 750px;
}

.row-flex.no-flexbox-xs {
	display: flex !important;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
}


@media(max-width:767px){
	.tab-item {
	    width: 50%;
	    margin: 0;
	    background: #DADADA;
	    font-size: 12px;
	    /*padding: 10px;*/
	    text-align: center;
	}
	.tab-item .radio + label:before,
	.tab-item .radio + label:after,
	.radio {
		display:none;
	}
	.tab-item .radio + label {
	    padding: 10px;
	    margin: 0;
	    width: 100%;
	}
	.tab-item.active {
		background: #E20613;
		color:#fff;
	}
	.alert-danger.warning-text {
	    width: 360px;
    	max-width: 100%;
    	margin: 25px auto 5px;
	}
	.row-flex.no-flexbox-xs {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
}
