.cityMenu {
	margin: -10px -10px 0;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.03);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.cityMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}

.cityMenu ul li {
	display: table-cell;
	width: 1%;
}

.cityMenu ul li a {
	text-decoration: none;
}

.cityMenu .cmMain {
	border-top: #ccd3da 1px solid;
	border-bottom: #d0d6dc 1px solid;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	position: relative;
}

.cityMenu .cmMain > li > a {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbfbfc+0,ebecf2+100 */
	background: #fbfbfc;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fbfbfc 0%, #ebecf2 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fbfbfc 0%, #ebecf2 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fbfbfc 0%, #ebecf2 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfc', endColorstr='#ebecf2', GradientType=0);
	/* IE6-9 */
	display: block;
	text-align: center;
	white-space: nowrap;
	line-height: 42px;
	height: 41px;
	box-sizing: border-box;
	border-right: transparent 1px solid;
	position: relative;
	font-family: 'Cuprum', sans-serif;
	text-transform: uppercase;
	text-transform: none;
	font-size: 17px;
	color: #000;
}

.cityMenu .cmMain li a b {
	color: #f74877;
	font-family: 'PT Sans', sans-serif;
	position: relative;
	font-size: 14px;
	left: 0;
	top: -5px;
}

.cityMenu .cmMain li a:hover,
.cityMenu .cmMain li.active > a {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdfcfd+0,eae1d4+94,d8c9ae+100 */
	background: #fdfcfd;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fdfcfd 0%, #eae1d4 94%, #d8c9ae 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fdfcfd 0%, #eae1d4 94%, #d8c9ae 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fdfcfd 0%, #eae1d4 94%, #d8c9ae 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfcfd', endColorstr='#d8c9ae', GradientType=0);
	/* IE6-9 */
	color: #2c5fc6;
	text-decoration: none;
}

.cityMenu .cmMain li.active.has-children {
	padding-bottom: 35px;
}

.cityMenu .cmMain li.has-children ul {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.cityMenu .cmMain li a:after {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ccd3da+0,d8e0e8+100 */
	background: #ccd3da;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ccd3da 0%, #d8e0e8 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ccd3da 0%, #d8e0e8 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ccd3da 0%, #d8e0e8 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccd3da', endColorstr='#d8e0e8', GradientType=0);
	/* IE6-9 */
	content: " ";
	width: 1px;
	height: 41px;
	position: absolute;
	right: -1px;
	top: 0;
}

.cityMenu .cmMain > li:first-child > a {
	border-top-left-radius: 4px;
}

.cityMenu .cmMain > li:last-child > a {
	border-top-right-radius: 4px;
	border-right: none;
}

.cityMenu .cmMain li:last-child a:after {
	display: none;
}

.cityMenu .cmSub {
	border-top: #d4d9e1 1px solid;
	z-index: 100;
}

.cityMenu .cmSub li a {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e7eaed+0,eaeef1+6,f3f5f7+7,fbfcfe+100 */
	background: #e7eaed;
	/* Old browsers */
	background: -moz-linear-gradient(top, #e7eaed 0%, #eaeef1 6%, #f3f5f7 7%, #fbfcfe 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e7eaed 0%, #eaeef1 6%, #f3f5f7 7%, #fbfcfe 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e7eaed 0%, #eaeef1 6%, #f3f5f7 7%, #fbfcfe 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7eaed', endColorstr='#fbfcfe', GradientType=0);
	/* IE6-9 */
	display: block;
	height: 35px;
	line-height: 35px;
	color: #3a69c9;
	text-align: center;
	position: relative;
	border-right: transparent 1px solid;
	box-sizing: border-box;

	padding: 0 5px;
	white-space: nowrap;
}

.cityMenu .cmSub li a:hover,
.cityMenu .cmSub li a.active {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7dade5+0,b1cff0+15,b1cff0+90,deecf9+100 */
	background: #7dade5;
	/* Old browsers */
	background: -moz-linear-gradient(top, #7dade5 0%, #b1cff0 15%, #b1cff0 90%, #deecf9 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #7dade5 0%, #b1cff0 15%, #b1cff0 90%, #deecf9 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #7dade5 0%, #b1cff0 15%, #b1cff0 90%, #deecf9 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7dade5', endColorstr='#deecf9', GradientType=0);
	/* IE6-9 */
}

.cityMenu .cmSub li a:after {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bdc0cc+0,dfe1e8+100 */
	background: #bdc0cc;
	/* Old browsers */
	background: -moz-linear-gradient(top, #bdc0cc 0%, #dfe1e8 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #bdc0cc 0%, #dfe1e8 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #bdc0cc 0%, #dfe1e8 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdc0cc', endColorstr='#dfe1e8', GradientType=0);
	/* IE6-9 */
	content: " ";
	position: absolute;
	width: 1px;
	height: 35px;
	right: -1px;
	top: 0;
}

.cityMenu .cmSub li:last-child a {
	border-right: none;
}

.cityMenu .cmSub li:last-child a:after {
	display: none;
}

.cityMenu i.home {
	background: url(../images/new_design/sprites.png) -710px -213px no-repeat;
	width: 27px;
	height: 22px;
	display: inline-block;
	position: relative;
	top: 5px;
}

.cityMenu i.help {
	background: url(../images/new_design/sprites.png) -763px -213px no-repeat;
	width: 25px;
	height: 25px;
	display: inline-block;
	position: relative;
	top: 7px;
}

.employerCar {
	padding: 15px 0;
}

.employerCar:after {
	content: " ";
	clear: both;
	display: block;
	height: 0;
}

.employerCar .ecLeft {
	float: left;
	width: 185px;
	margin-left: 12px;
}

.employerCar .company-block {
	white-space: nowrap;
}

.employerCar .ecLeft .garage-link {
	display: inline-block;
	margin-top: 5px;
}

.employerCar .ecRight {
	float: right;
	width: 185px;
	margin-right: 12px;
	/*padding-top: 30px;*/
}

.employerCar .ecCenter {
	margin: 0 210px;
	text-align: center;
	position: relative;
}

.employerCar .ecImage {
	overflow: visible;
	display: block;
	position: relative;
	height: 180px;
}

.employerCar .ecImage img {
	height: auto;
	position: absolute;
	left: 50%;
	width: 300px;
	top: 50%;
	transform: translate(-50%, -50%);
}

/*.employerCar .ecImage.old img {*/
/*width: 200px;*/
/*height: auto;*/
/*top: 0;*/
/*}*/

@media (max-width: 699px) {
	.employerCar .ecCenter {
		margin: 0;
	}

	.employerCar .ecLeft,
	.employerCar .ecRight {
		padding-top: 0;
	}
}

.employerCar .ecCarName {
	margin-bottom: 8px;
	white-space: nowrap;
}

.employerCar .ecCarName .title {
	color: #000;
	font-size: 24px;
	line-height: 1;
	font-family: 'Cuprum', sans-serif;
	text-transform: uppercase;

}

.employerCar .ecCarName .label-level {
	background: #fff;
	color: #f74877;
	font-size: 14px;
	padding: 0 12px;
	height: 24px;
	line-height: 26px;
	border-radius: 12px;
	display: inline-block;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	position: relative;
	top: -4px;
	width: auto;
	font-family: 'Cuprum', sans-serif;
	text-transform: uppercase;
	text-shadow: none;
}

.employerCar .ecCarParams {
	position: relative;
}

.employerCar .ecCarParams .eccpLabel {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbfbfb+0,fbfbfb+8,f7f7f7+9,ededed+100 */
	background: #fbfbfb;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fbfbfb 0%, #fbfbfb 8%, #f7f7f7 9%, #ededed 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fbfbfb 0%, #fbfbfb 8%, #f7f7f7 9%, #ededed 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fbfbfb 0%, #fbfbfb 8%, #f7f7f7 9%, #ededed 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#ededed', GradientType=0);
	/* IE6-9 */
	box-sizing: border-box;
	height: 30px;
	line-height: 28px;
	font-family: 'Cuprum', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	border: #d1d1d7 1px solid;
	border-top-color: #dfdfe3;
	border-radius: 4px;
	position: relative;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	color: #000;
	padding-right: 30px;
	text-align: center;
}

.employerCar .ecCarParams .eccpLabel:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbfbfb+0,fbfbfb+8,f9f9f9+9,f4f4f4+100 */
	background: #fbfbfb;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fbfbfb 0%, #fbfbfb 8%, #f9f9f9 9%, #f4f4f4 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fbfbfb 0%, #fbfbfb 8%, #f9f9f9 9%, #f4f4f4 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fbfbfb 0%, #fbfbfb 8%, #f9f9f9 9%, #f4f4f4 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#f4f4f4', GradientType=0);
	/* IE6-9 */
}

.employerCar .ecCarParams .eccpLabel:before {
	background: url(../images/new_design/sprites.png) -799px -165px no-repeat;
	width: 11px;
	height: 7px;
	display: inline-block;
	content: " ";
	position: absolute;
	right: 9px;
	top: 11px;
}

.employerCar .ecCarParams .eccpLabel:after {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f0f0+0,c9c9c9+100 */
	background: #f0f0f0;
	/* Old browsers */
	background: -moz-linear-gradient(top, #f0f0f0 0%, #c9c9c9 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f0f0f0 0%, #c9c9c9 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f0f0f0 0%, #c9c9c9 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#c9c9c9', GradientType=0);
	/* IE6-9 */
	content: " ";
	width: 1px;
	height: 28px;
	position: absolute;
	top: 0;
	right: 28px;
	border-left: #fafafa 1px solid;
}

.employerCar .ecCarParams .eccpLabel.slidedDown {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.employerCar .ecCarParams .eccpLabel.slidedDown:before {
	background: url(../images/new_design/sprites.png) -799px -172px no-repeat;
	width: 11px;
	height: 7px;
	display: inline-block;
	content: " ";
	position: absolute;
	right: 9px;
	top: 11px;
}

.employerCar .ecCarParams .eccpSlidedown {
	display: none;
	font-size: 13px;
	font-family: 'Cuprum', sans-serif;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.employerCar .ecCarParams .eccpSlidedown .eccpItem {
	background: #616686;
	cursor: default;
	height: 27px;
	line-height: 27px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	padding: 0 7px;
	border-bottom: #757994 1px solid;
}

.employerCar .ecCarParams .eccpSlidedown .eccpItem:last-child {
	border-bottom: 0;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.employerCar .ecCarParams .eccpSlidedown .eccpItem b {
	float: right;
	color: #ffe04f;
	text-shadow: none;
	font-weight: normal;
}

.employerCar .progressBar {
	display: block;
	margin-bottom: 7px;
}

.employerCar .fuelButton a {
	/*text-decoration: none;*/
	/*color: #3786e7;*/
	position: relative;
	padding-left: 30px;
}

.employerCar a:hover {
	color: #000;
}

.employerCar .fuelButton a span {
	/*text-decoration: underline;*/
}

.employerCar .fuelButton i {
	background: url(../images/new_design/sprites.png) -850px -150px no-repeat;
	width: 22px;
	height: 21px;
	display: inline-block;
	top: 6px;
	margin-right: 2px;
	position: absolute;
	left: 0;
}

.getOrders .order {

}

.getOrders .order .wbStyledTitle {
	background: url(../images/new_design/title_left.png) left top no-repeat;
	height: 40px;
	margin: -34px auto 10px;
	width: 90%;
	min-width: 250px;
	line-height: 38px;
	text-align: center;
	font-size: 18px;
}

.getOrders .order .wbStyledTitle .wbsInner {
	background: url(../images/new_design/title_right.png) right top no-repeat;
	height: 40px;
}

.getOrders .order .coolTabs {
	margin: -55px -10px 0;
	position: relative;
	z-index: 1;
}

.getOrders .order .coolTabs:after {
	content: " ";
	clear: both;
	display: block;
	height: 0;
}

.getOrders .order .coolTabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.getOrders .order .coolTabs ul li {
	background: url(../images/new_design/cool_tabs_right.png) right top no-repeat;
	padding-right: 5px;
	float: left;
	margin-right: 1px;
}

.getOrders .order .coolTabs ul li a {
	background: url(../images/new_design/cool_tabs_back.png) left top no-repeat;
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 13px 0 18px;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}

.getOrders .order .coolTabs ul li.active {
	background: url(../images/new_design/cool_tabs_active_right.png) right top no-repeat;
	padding-right: 9px;
	position: relative;
	z-index: 1;
	margin: -3px -4px 0 -5px;
}

.getOrders .order .coolTabs ul li.active a {
	background: url(../images/new_design/cool_tabs_active_back.png) left top no-repeat;
	height: 43px;
	line-height: 42px;
	padding: 0 14px 0 23px;
	position: relative;
	color: #2872cc;
}

.getOrders .order .coolTabs ul li.active a:before {
	background: url(../images/new_design/cool_tabs_shadow_left.png) left top no-repeat;
	content: " ";
	width: 10px;
	height: 38px;
	left: -6px;
	top: 4px;
	position: absolute;
}

.getOrders .order .coolTabs ul li.active a:after {
	background: url(../images/new_design/cool_tabs_shadow_right.png) left top no-repeat;
	content: " ";
	width: 10px;
	height: 38px;
	right: -15px;
	top: 4px;
	position: absolute;
}

.getOrders .order .coolTabs ul li.active:first-child a:before {
	display: none;
}

.getOrders .order .coolTabs ul li.active:last-child a:after {
	display: none;
}

.getOrders .order.wbBordered {
	background: #fff;
	padding: 3px;
}

.getOrders .order.wbBordered .wbInner {
	background: #f9fafc;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
	padding: 15px 20px;
	border-radius: 5px;
	box-sizing: border-box;
}

.getOrders .order .wbInner {
	background: #f9fafc;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
	padding: 15px 20px;
	border-radius: 5px;
	box-sizing: border-box;
}

.getOrders .order .lock {
	background: url(../images/new_design/sprites.png) -264px -463px no-repeat;
	width: 18px;
	height: 22px;
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 5px;
	opacity: .5;
}

.getOrders .order .oTop {
	border-bottom: #fff 1px solid;
	padding: 10px 10px;
}

.getOrders .order .oTop:after {
	content: " ";
	clear: both;
	display: block;
	height: 0;
}

.getOrders .order .oTop .oImage {
	/*float: left;*/
	width: 60px;
	height: 60px;
	display: inline-block;
}

.oTop .row-params {
	padding: 10px 0;
}

.getOrders .order .oTop .oImage img {
	width: 60px;
	height: 60px;
	border-radius: 30px;
}

.getOrders .order .oTop .oParams {
	/*margin-left: 85px;*/
	color: #7e7e7e;
	font-family: 'Cuprum', sans-serif;
	text-transform: uppercase;
	/*padding-top: 5px;*/
}

.getOrders .order .oTop .oParams .oParam {
	/*width: 50%;*/
	/*float: left;*/
	/*margin-bottom: 6px;*/
	/*white-space: nowrap;*/
}

.getOrders .order .oTop .oParams .oParam.oParam-oneline {
	width: 100%;
}

/*.getOrders .order .oTop .oParams .oParam:nth-child(even) {*/
/*	width: 50%;*/
/*}*/

/*.getOrders .order .oTop .oParams .oParam i {*/
/*	margin-right: 3px;*/
/*}*/

/*.getOrders .order .oTop .oParams .oParam.oLevel i {*/
/*	background: url(../images/new_design/sprites.png) -899px -150px no-repeat;*/
/*	width: 13px;*/
/*	height: 13px;*/
/*	display: inline-block;*/
/*}*/

/*.getOrders .order .oTop .oParams .oParam.oPrice i {*/
/*	background: url(../images/new_design/sprites.png) -912px -150px no-repeat;*/
/*	width: 11px;*/
/*	height: 11px;*/
/*	display: inline-block;*/
/*}*/

/*.getOrders .order .oTop .oParams .oParam.oTime i {*/
/*	background: url(../images/new_design/sprites.png) -900px -164px no-repeat;*/
/*	width: 11px;*/
/*	height: 13px;*/
/*	display: inline-block;*/
/*}*/


/*.getOrders .order .oTop .oParams .oParam.oType {*/
/*	color: #f74877;*/
/*}*/

/*.getOrders .order .oTop .oParams .oParam.oType i {*/
/*	background: url(../images/new_design/sprites.png) -912px -165px no-repeat;*/
/*	width: 11px;*/
/*	height: 11px;*/
/*	display: inline-block;*/
/*}*/

/*.getOrders .order .oTop .oParams .oParam.oType.oHackwork {*/
/*	color: gray;*/
/*}*/

/*.getOrders .order .oTop .oParams .oParam.oType.oHackwork i {*/
/*	background: url(../images/new_design/sprites.png) -901px -177px no-repeat;*/
/*	width: 11px;*/
/*	height: 11px;*/
/*	display: inline-block;*/
/*}*/

/*.getOrders .order .oTop .oParams .oParam.oType.oElite {*/
/*	color: #457dda;*/
/*}*/

/*.getOrders .order .oTop .oParams .oParam.oType.oElite i {*/
/*	background: url(../images/new_design/sprites.png) -912px -177px no-repeat;*/
/*	width: 13px;*/
/*	height: 10px;*/
/*	display: inline-block;*/
/*}*/


.getOrders .order .oBottom {
	border-top: #e5e7eb 1px solid;
	padding: 10px;
	text-align: right;
}

.getOrders .order .oBottom .oAddress {
	float: left;
	text-align: left;
}

.getOrders .order .captchaContainer {
	display: none;
	text-align: center;
}

.getOrders .order .captchaContainer .easyCaptcha {

}

.getOrders .order .captchaContainer .easyCaptcha .captchaAnswers img {
	cursor: pointer;
}


.getOrders .order.extended .oTop {
	border: 0;
	padding: 70px 15px;
	transition: all 0.2s ease-in-out;
}

.getOrders .order.extended .oBottom {
	border: 0;
	display: none;
}

.getOrders .order.extended .oInner {
	height: 200px;
	width: 49.2%;
	border-right: #c7c6c6 1px solid;
}

.getOrders .order.extended.order-type-hackwork .oInner {
	border-right-color: #c7c6c6;
}

.getOrders .order.extended .captchaContainer {
	display: none;
	position: absolute;
	left: 50%;
	top: 0;
	width: 50%;
	height: 100%;
	box-sizing: border-box;
	padding: 10px;
}

.getOrders .order.extended .captchaContainer .ccInner {
	margin-bottom: 6px;
	min-height: 80px;
}

.getOrders .order.extended .captchaContainer .ccLine1 {
	font-size: 12px;
	margin-bottom: 6px;
}

.getOrders .order.extended .captchaContainer .ccLine2 {
	font-family: 'Cuprum', sans-serif;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.getOrders .order.extended .oTop {
		border: 0;
		padding: 10px;
		height: auto;
	}

	.getOrders .order.extended .oInner {
		border: 0;
		width: auto;
		height: auto;
	}

	.getOrders .order.extended .captchaContainer {
		position: static;
		width: auto;
		text-align: center;
		padding-bottom: 15px;
	}

	.getOrders .order.extended .captchaContainer .ccInner {
		display: inline-block;
	}
}


@media (max-width: 699px) {
	.getOrders .order {
		/*float: none !important;*/
		/*width: 100%;*/
	}

	.getOrders .order .oTop .oParams {
		/*margin-left: 40%;*/
	}
}

.employerOrder {
	/*border-radius: 6px;*/
	/*box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);*/
	/*padding: 15px 20px;*/
	/*background: #fff;*/
	/*padding: 3px;*/
	/*background: #f8f9fb;*/
	/*width: 49.2%;*/
	/*float: left;*/
	/*box-sizing: border-box;*/
	/*margin-bottom: 10px;*/
	/*padding: 0;*/
	/*position: relative;*/
	/*float: none;*/
	/*width: 100%;*/
}

.employerOrder .wbStyledTitle {
	background: url(../images/new_design/title_left.png) left top no-repeat;
	height: 40px;
	margin: -34px auto 10px;
	width: 90%;
	min-width: 250px;
	line-height: 38px;
	text-align: center;
	font-size: 18px;
}

.employerOrder .wbStyledTitle .wbsInner {
	background: url(../images/new_design/title_right.png) right top no-repeat;
	height: 40px;
}

.employerOrder .coolTabs {
	margin: -55px -10px 0;
	position: relative;
	z-index: 1;
}

.employerOrder .coolTabs:after {
	content: " ";
	clear: both;
	display: block;
	height: 0;
}

.employerOrder .coolTabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.employerOrder .coolTabs ul li {
	background: url(../images/new_design/cool_tabs_right.png) right top no-repeat;
	padding-right: 5px;
	float: left;
	margin-right: 1px;
}

.employerOrder .coolTabs ul li a {
	background: url(../images/new_design/cool_tabs_back.png) left top no-repeat;
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 13px 0 18px;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}

.employerOrder .coolTabs ul li.active {
	background: url(../images/new_design/cool_tabs_active_right.png) right top no-repeat;
	padding-right: 9px;
	position: relative;
	z-index: 1;
	margin: -3px -4px 0 -5px;
}

.employerOrder .coolTabs ul li.active a {
	background: url(../images/new_design/cool_tabs_active_back.png) left top no-repeat;
	height: 43px;
	line-height: 42px;
	padding: 0 14px 0 23px;
	position: relative;
	color: #2872cc;
}

.employerOrder .coolTabs ul li.active a:before {
	background: url(../images/new_design/cool_tabs_shadow_left.png) left top no-repeat;
	content: " ";
	width: 10px;
	height: 38px;
	left: -6px;
	top: 4px;
	position: absolute;
}

.employerOrder .coolTabs ul li.active a:after {
	background: url(../images/new_design/cool_tabs_shadow_right.png) left top no-repeat;
	content: " ";
	width: 10px;
	height: 38px;
	right: -15px;
	top: 4px;
	position: absolute;
}

.employerOrder .coolTabs ul li.active:first-child a:before {
	display: none;
}

.employerOrder .coolTabs ul li.active:last-child a:after {
	display: none;
}

.employerOrder.wbBordered {
	background: #fff;
	padding: 3px;
}

.employerOrder.wbBordered .wbInner {
	background: #f9fafc;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
	padding: 15px 20px;
	border-radius: 5px;
	box-sizing: border-box;
}

.employerOrder .wbInner {
	background: #f9fafc;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
	padding: 15px 20px;
	border-radius: 5px;
	box-sizing: border-box;
}

.employerOrder .lock {
	background: url(../images/new_design/sprites.png) -264px -463px no-repeat;
	width: 18px;
	height: 22px;
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 5px;
	opacity: .5;
}

.employerOrder .oTop {
	border-bottom: #fff 1px solid;
	padding: 12px 23px;
}

.employerOrder .oTop:after {
	content: " ";
	clear: both;
	display: block;
	height: 0;
}

.employerOrder .oTop .oImage {
	float: left;
	width: 60px;
	height: 60px;
}

.employerOrder .oTop .oImage img {
	/*width: 60px;*/
	height: 60px;
	border-radius: 30px;
}

.employerOrder .oTop .oParams {
	/*margin-left: 85px;*/
	color: #7e7e7e;
	font-family: 'PT Sans', sans-serif;
	text-transform: uppercase;
	/*padding-top: 8px;*/
	/*max-width: 300px;*/
}

.employerOrder .oTop .oParams .oParam {
	/*width: 50%;*/
	/*float: left;*/
	/*margin-bottom: 6px;*/
	white-space: nowrap;
	display: inline-block;
	/*margin-right: 5px;*/
}

@media (max-width: 480px) {
	.employerOrder .oTop .oParams .oParam {
		white-space: unset;
	}
}

/*.employerOrder .oTop .oParams .oParam:nth-child(even) {*/
/*	width: 50%;*/
/*}*/

.employerOrder .oTop .oParams .oParam i {
	/*margin-right: 3px;*/
}

/*.employerOrder .oTop .oParams .oParam.oLevel i {*/
/*	background: url(../images/new_design/sprites.png) -899px -150px no-repeat;*/
/*	width: 13px;*/
/*	height: 13px;*/
/*	display: inline-block;*/
/*}*/

/*.employerOrder .oTop .oParams .oParam.oPrice i {*/
/*	background: url(../images/new_design/sprites.png) -912px -150px no-repeat;*/
/*	width: 11px;*/
/*	height: 11px;*/
/*	display: inline-block;*/
/*}*/

.employerOrder .oTop .oParams .oParam.oTime i {
	/*background: url(../images/new_design/sprites.png) -900px -164px no-repeat;*/
	/*width: 11px;*/
	/*height: 13px;*/
	/*display: inline-block;*/
	/*color: #579912;*/
}

/*.employerOrder .oTop .oParams .oParam.oType {*/
/*	color: #f74877;*/
/*}*/

/*.employer-order-block .param-block.oWork i {*/
/*	background: url(../images/new_design/sprites.png) -912px -165px no-repeat;*/
/*	width: 11px;*/
/*	height: 11px;*/
/*	display: inline-block;*/
/*}*/

/*!*.employer-order-block .param-block.oHackwork{*!*/
/*!*color: gray;*!*/
/*!*}*!*/

/*.employer-order-block .param-block.oHackwork i {*/
/*	background: url(../images/new_design/sprites.png) -901px -177px no-repeat;*/
/*	width: 11px;*/
/*	height: 11px;*/
/*	display: inline-block;*/
/*}*/

/*.employer-order-block .param-block.oElite {*/
/*	color: #457dda;*/
/*}*/

/*.employer-order-block .param-block.oElite i {*/
/*	background: url(../images/new_design/sprites.png) -912px -177px no-repeat;*/
/*	width: 13px;*/
/*	height: 10px;*/
/*	display: inline-block;*/
/*}*/

.employerOrder .oBottom {
	border-top: #e5e7eb 1px solid;
	padding: 16px 17px;
	text-align: right;
}

.employerOrder .oBottom .oAddress {
	float: left;
	text-align: left;
}

.employerOrder .captchaContainer {
	display: none;
}

.employerOrder.extended {
	width: 100%;
	min-height: 172px;
}

.employerOrder.extended .oTop {
	border: 0;
	padding-top: 46px;
}

.employerOrder.extended .oBottom {
	border: 0;
	display: none;
}

.employerOrder.extended .oInner {
	height: 172px;
	width: 49.2%;
	border-right: #e6e8ec 1px solid;
}

.employerOrder.extended .captchaContainer {
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	width: 50%;
	height: 100%;
	box-sizing: border-box;
	padding: 15px 28px 0;
}

.employerOrder.extended .captchaContainer .ccInner {
	margin-bottom: 6px;
}

.employerOrder.extended .captchaContainer .ccLine1 {
	font-size: 12px;
	margin-bottom: 6px;
}

.employerOrder.extended .captchaContainer .ccLine2 {
	font-family: 'Cuprum', sans-serif;
	text-transform: uppercase;
}

@media (max-width: 699px) {
	.employerOrder.extended .oTop {
		border: 0;
		padding-top: 14px;
	}

	.employerOrder.extended .oInner {
		border: 0;
		width: auto;
		height: auto;
	}

	.employerOrder.extended .captchaContainer {
		position: static;
		width: auto;
		text-align: center;
		padding-bottom: 15px;
	}

	.employerOrder.extended .captchaContainer .ccInner {
		display: inline-block;
	}
}

.employerOrder:nth-child(even) {
	/*float: right;*/
}

@media (max-width: 699px) {
	.employerOrder {
		float: none !important;
		width: 100%;
	}

	.employerOrder .oTop .oParams {
		/*margin-left: 40%;*/
	}
}

.employerOrder .oTop {
	border-bottom: 0;
	padding-bottom: 0;
}

.employerOrder .oTop .oLeft {
	float: left;
}

@media (max-width: 699px) {
	.employerOrder .oTop {
		overflow: inherit;
	}

	.employerOrder .oTop .oLeft {
		float: none;
	}
}

.employerOrder .oRight {
	float: right;
	margin-right: -5px;
	padding-top: 10px;
}

.employerOrder .oRight .successButton {
	color: #579912;
	border: 2px solid;
	border-radius: 4px;
	display: inline-block;
	box-sizing: border-box;
	height: 44px;
	font-family: 'Cuprum', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	padding: 0 12px;
	line-height: 40px;
	margin-right: 12px;
	cursor: default;
}

.employerOrder .oRight .finishButton {
	/*height: 44px;*/
	/*line-height: 21px;*/
	/*width: 130px;*/
	/*font-size: 16px;*/
	/*margin-right: 12px;*/
}

@media (max-width: 699px) {
	.employerOrder .oRight {
		margin-right: 0;
		float: none;
		clear: both;
		text-align: right;
	}
}

.employerOrder .oBottom {
	border: 0;
}

.employerOrder .oBottom .progressBar {
	width: 100%;
}

.employerOrder .oSpecial {
	overflow: hidden;
	margin-bottom: -10px;
}

.employerOrder .oSpecial.ghost_busters {
	overflow: visible;
}

.employerOrder .oSpecial.tariff-1 {
	margin-bottom: -20px;
}

.employerOrder .oSpecial i {
	/*float: left;*/
	/*margin-left: 60px;*/
}

.employerOrder .oSpecial.lucky i {
	/*background: url(../images/new_design/lucky/lucky.png);*/
	/*width: 119px;*/
	/*height: 129px;*/
}

.employerOrder .oSpecial.tips i {
	/*background: url(../images/new_design/lucky/tips.png);*/
	/*width: 132px;*/
	/*height: 128px;*/
}

.employerOrder .oSpecial.unlucky i {
	/*background: url(../images/new_design/lucky/unlucky.png);*/
	/*width: 119px;*/
	/*height: 129px;*/
}

.employerOrder .oSpecial.runaway i {
	/*background: url(../images/new_design/lucky/runaway.png);*/
	/*width: 158px;*/
	/*height: 129px;*/
	/*margin-left: 25px;*/
}

.employerOrder .oSpecial.millionaire i {
	/*background: url(../images/new_design/lucky/millionare.png);*/
	/*width: 116px;*/
	/*height: 147px;*/
}

.employerOrder .oSpecial.prostitute i {
	/*background: url(../images/new_design/lucky/prostitute.png);*/
	/*width: 135px;*/
	/*height: 130px;*/
}

.employerOrder .oSpecial.robbery i {
	/*background: url(../images/new_design/lucky/robbery.png);*/
	/*width: 130px;*/
	/*height: 127px;*/
}

.employerOrder .oSpecial.robberyAvoid i {
	/*background: url(../images/new_design/lucky/robbery.png);*/
	/*width: 130px;*/
	/*height: 127px;*/
}

.employerOrder .oSpecial .osContent {
	/*margin-left: 215px;*/
	/*padding-top: 30px;*/
}

.employerOrder .oSpecial .osByLuck {
	margin-left: 215px;
	padding-top: 10px;

	font-size: 16px;
	color: #fe7195;
	font-weight: bold;
}

.getOrderCannotWork {
	text-align: center;
	padding: 20px;
}

.getOrderOnRest {
	/*border-radius: 6px;*/
	/*box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);*/
	/*background: #f8f9fb;*/
	/*padding: 10px;*/
}

.getOrderOnRest .wbStyledTitle {
	background: url(../images/new_design/title_left.png) left top no-repeat;
	height: 40px;
	margin: -34px auto 10px;
	width: 90%;
	min-width: 250px;
	line-height: 38px;
	text-align: center;
	font-size: 18px;
}

.getOrderOnRest .wbStyledTitle .wbsInner {
	background: url(../images/new_design/title_right.png) right top no-repeat;
	height: 40px;
}

.getOrderOnRest .coolTabs {
	margin: -55px -10px 0;
	position: relative;
	z-index: 1;
}

.getOrderOnRest .coolTabs:after {
	content: " ";
	clear: both;
	display: block;
	height: 0;
}

.getOrderOnRest .coolTabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.getOrderOnRest .coolTabs ul li {
	background: url(../images/new_design/cool_tabs_right.png) right top no-repeat;
	padding-right: 5px;
	float: left;
	margin-right: 1px;
}

.getOrderOnRest .coolTabs ul li a {
	background: url(../images/new_design/cool_tabs_back.png) left top no-repeat;
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 13px 0 18px;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}

.getOrderOnRest .coolTabs ul li.active {
	background: url(../images/new_design/cool_tabs_active_right.png) right top no-repeat;
	padding-right: 9px;
	position: relative;
	z-index: 1;
	margin: -3px -4px 0 -5px;
}

.getOrderOnRest .coolTabs ul li.active a {
	background: url(../images/new_design/cool_tabs_active_back.png) left top no-repeat;
	height: 43px;
	line-height: 42px;
	padding: 0 14px 0 23px;
	position: relative;
	color: #2872cc;
}

.getOrderOnRest .coolTabs ul li.active a:before {
	background: url(../images/new_design/cool_tabs_shadow_left.png) left top no-repeat;
	content: " ";
	width: 10px;
	height: 38px;
	left: -6px;
	top: 4px;
	position: absolute;
}

.getOrderOnRest .coolTabs ul li.active a:after {
	background: url(../images/new_design/cool_tabs_shadow_right.png) left top no-repeat;
	content: " ";
	width: 10px;
	height: 38px;
	right: -15px;
	top: 4px;
	position: absolute;
}

.getOrderOnRest .coolTabs ul li.active:first-child a:before {
	display: none;
}

.getOrderOnRest .coolTabs ul li.active:last-child a:after {
	display: none;
}

.getOrderOnRest.wbBordered {
	background: #fff;
	padding: 3px;
}

.getOrderOnRest.wbBordered .wbInner {
	background: #f9fafc;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
	padding: 15px 20px;
	border-radius: 5px;
	box-sizing: border-box;
}

.getOrderOnRest .wbInner {
	background: #f9fafc;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
	padding: 15px 20px;
	border-radius: 5px;
	box-sizing: border-box;
}

.getOrderOnRest .gorTop {
	/*margin-bottom: 20px;*/
}

.getOrderOnRest .gorTop:after {
	content: " ";
	clear: both;
	display: block;
	height: 0;
}

.getOrderOnRest .gorBottom .progressBar {
	width: 100%;
}

.getOrderOnRest .gorStatus {
	font-size: 16px;
	line-height: 44px;
}

.getOrderOnRest .gorButtons {
	float: right;
}

.getOrderOnRest .gorButtons .finishButton {
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	margin-right: 12px;
}

.getOrderOnRest .gorButtons .boostersButton {
	float: left;
}

.employers .employersChoice {
	padding: 15px 0;
}

.employers .nav.nav-links-custom {
	margin: 0 0 10px;
	padding: 0;

}

.employers .nav.nav-links-custom.loading + .empsList .loading-block {
	display: block;
}

.employers .empsList {
	position: relative;
}

.employers .empsList .loading-block {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.9);
	z-index: 100;
}

.employers .empsList .loading-block i {
	position: absolute;
	left: 50%;
	top: 50px;
	width: 30px;
	height: 30px;
	font-size: 26px;
	text-align: center;
	line-height: 30px;
	color: black;
	margin-top: -15px;
	margin-left: -15px;
}

.employers .employersChoice.loading i {
	display: block;
}

.employers .garage-employer-section {
	background: #f8f9fb;
	border-radius: 6px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	padding: 15px 20px;
	padding: 0;
	margin-bottom: 10px;
}

.employers .employer .wbStyledTitle {
	background: url(../images/new_design/title_left.png) left top no-repeat;
	height: 40px;
	margin: -34px auto 10px;
	width: 90%;
	min-width: 250px;
	line-height: 38px;
	text-align: center;
	font-size: 18px;
}

.employers .employer .wbStyledTitle .wbsInner {
	background: url(../images/new_design/title_right.png) right top no-repeat;
	height: 40px;
}

.employers .employer .coolTabs {
	margin: -55px -10px 0;
	position: relative;
	z-index: 1;
}

.employers .employer .coolTabs:after {
	content: " ";
	clear: both;
	display: block;
	height: 0;
}

.employers .employer .coolTabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.employers .employer .coolTabs ul li {
	background: url(../images/new_design/cool_tabs_right.png) right top no-repeat;
	padding-right: 5px;
	float: left;
	margin-right: 1px;
}

.employers .employer .coolTabs ul li a {
	background: url(../images/new_design/cool_tabs_back.png) left top no-repeat;
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 13px 0 18px;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}

.employers .employer .coolTabs ul li.active {
	background: url(../images/new_design/cool_tabs_active_right.png) right top no-repeat;
	padding-right: 9px;
	position: relative;
	z-index: 1;
	margin: -3px -4px 0 -5px;
}

.employers .employer .coolTabs ul li.active a {
	background: url(../images/new_design/cool_tabs_active_back.png) left top no-repeat;
	height: 43px;
	line-height: 42px;
	padding: 0 14px 0 23px;
	position: relative;
	color: #2872cc;
}

.employers .employer .coolTabs ul li.active a:before {
	background: url(../images/new_design/cool_tabs_shadow_left.png) left top no-repeat;
	content: " ";
	width: 10px;
	height: 38px;
	left: -6px;
	top: 4px;
	position: absolute;
}

.employers .employer .coolTabs ul li.active a:after {
	background: url(../images/new_design/cool_tabs_shadow_right.png) left top no-repeat;
	content: " ";
	width: 10px;
	height: 38px;
	right: -15px;
	top: 4px;
	position: absolute;
}

.employers .employer .coolTabs ul li.active:first-child a:before {
	display: none;
}

.employers .employer .coolTabs ul li.active:last-child a:after {
	display: none;
}

.employers .employer.wbBordered {
	background: #fff;
	padding: 3px;
}

.employers .employer.wbBordered .wbInner {
	background: #f9fafc;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
	padding: 15px 20px;
	border-radius: 5px;
	box-sizing: border-box;
}

.employers .employer:after {
	content: " ";
	clear: both;
	display: block;
	height: 0;
}

.employers .employer .empLine1 {
	padding-bottom: 10px;
}

.employers .employer .empLine1:after {
	content: " ";
	clear: both;
	display: block;
	height: 0;
}

.employers .employer .empAbilities {
	border-top: #e6e8ec 1px solid;
}

.employers .employer .empAbilities:after {
	content: " ";
	clear: both;
	display: block;
	height: 0;
}

.employers .employer .empImage {
	float: left;
	width: 100px;
	box-sizing: border-box;
	padding: 3px 0 0 10px;
	position: relative;
}

.employers .employer .empImage .empiContainer {
	width: 90px;
	height: 70px;
	overflow: hidden;
}

.employers .employer .empImage .empiContainer img {
	width: 100px;
	height: auto;
	position: relative;
	left: -2px;
	top: -6px;
}

.employers .employer .empImage .empiContainer.old {
	text-align: center;
}

.employers .employer .empImage .empiContainer.old img {
	width: 80px;
	left: 0;
	top: 6px;
}

.employers .employer .empInfo {
	margin-left: 111px;
	padding-top: 10px;
}

.employers .employer .empInfo .empName {
	font-family: 'Cuprum', sans-serif;
	text-transform: uppercase;
}

.employers .employer .empInfo .empCompany {
	font-size: 16px;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.employers .employer .empInfo .empCompany a {
	font-weight: bold;
	color: #f7457e;
	font-family: 'Cuprum', sans-serif;
	text-transform: uppercase;
}

.employers .employer .empInfo .empStatus {
	/*margin-top: 10px;*/
}

.employers .employer .empInfo .empStatus .red {
	color: #f7457e;
}

.employers .employer .empInfo .empStatus .green {
	color: #579912;
}

.employers .employer .empInfo .empStatus .gray {
	color: #8e8c8c;
}

.employers .employer .empInfo .empStatus .robbed {
	color: red;
	border: 1px solid #f7457e;
	border-radius: 5px;
	padding: 5px;
	display: inline-block;
}

.employers .employer .empActions {
	float: right;
	padding: 20px 11px 0 0;
}

.employers .employer .empActions .progressBar {
	width: 150px;
	float: left;
}

.employers .employer .empActions .blueButton {
	height: 44px;
	line-height: 44px;
	float: left;
	white-space: nowrap;
	margin: 0 10px;
}

/*.employers .employer .empActions .btn-primary {*/
/*line-height: 21px;*/
/*float: left;*/
/*padding-left: 15px;*/
/*padding-right: 15px;*/
/*width: 120px;*/
/*}*/

.employers .employer .empActions .boostersButton {
	margin-left: 10px;
}

.employers .employer .employerOrder {
	padding-bottom: 15px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.employers .employer .employerOrder:after {
	content: " ";
	clear: both;
	display: block;
	height: 0;
}

.employers .employer .employerOrder .oRight {
	float: right;
	margin-right: -5px;
	padding-top: 10px;
}

.employers .employer .employerOrder .oLeft {
	float: left;
}

.getOrdersAbilities {
	background: #fafbfc;
	border-radius: 6px;
	/*margin-bottom: 10px;*/
}

/*.getOrdersAbilities:after {*/
/*	content: " ";*/
/*	clear: both;*/
/*	display: block;*/
/*	height: 0;*/
/*}*/

.eiAbilities .abIcon {
	/*width: 12.5%;*/
	box-sizing: border-box;
	border-right: #e6e8ec 1px solid;
	border-bottom: #e6e8ec 1px solid;
	/*float: left;*/
	position: relative;
	text-align: center;
}

.eiAbilities .abIcon canvas {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.eiAbilities .abIcon:first-child {
	border-bottom-left-radius: 6px;
}


.eiAbilities .abIcon .abiTitle {
	text-align: center;
	float: left;
	padding: 4px 0 1px;
	width: 100%;
}

.eiAbilities .abIcon .abiTitle img {
	max-width: 85px;
	width: 100%;
	height: auto;
}

.eiAbilities .abIcon.haveNot .abiTitle {
	cursor: default;
	position: relative;
}

.eiAbilities .abIcon.haveNot .abiTitle:after {
	background: url(../images/new_design/sprites.png) -210px -454px no-repeat;
	width: 28px;
	height: 38px;
	display: inline-block;
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -14px;
}

.eiAbilities .abIcon.ready .abiTitle {
	opacity: 1;
	cursor: pointer;
}

.eiAbilities .abIcon:first-child .abiTitle {
	border-bottom-left-radius: 6px;
}

.eiAbilities .abIcon:last-child .abiTitle {
	border-bottom-right-radius: 6px;
}

.eiAbilities .abIcon.ready:hover .abiTitle {
	background: url(../images/new_design/ability/hover.png) center center;
	background-size: cover;
}

.eiAbilities .abIcon .abiInfo {
	background: rgba(82, 87, 122, 0.9);
	padding: 8px 10px;
	box-sizing: border-box;
	width: 310%;
	display: none;
	color: #c9d7f7;
	font-family: 'Cuprum', sans-serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
	bottom: 115%;
	left: -70%;
	position: absolute;
	text-transform: none;
	border-radius: 6px;
	z-index: 1;
}

.eiAbilities .abIcon .abiInfo:after {
	background: url(../images/new_design/sprites.png) -831px -150px no-repeat;
	width: 17px;
	height: 13px;
	display: inline-block;
	content: " ";
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -6px;
	opacity: .9;
}

.eiAbilities .abIcon .abiInfo h4 {
	font-family: 'PT Sans', sans-serif;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 6px;
	line-height: 18px;
}

.eiAbilities .abIcon:first-child .abiInfo {
	left: 0;
}

.eiAbilities .abIcon:first-child .abiInfo:after {
	left: 20%;
}

.eiAbilities .abIcon:last-child .abiInfo {
	left: auto;
	right: 0;
}

.eiAbilities .abIcon:last-child .abiInfo:after {
	left: 78%;
}

.eiAbilities .abIcon .abiiNeeds {
	color: #ffe222;
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	margin-top: 6px;
}

.eiAbilities .abIcon .abiiNeeds span {
	margin-right: 6px;
	cursor: default;
}

.eiAbilities .abIcon .abiiNeeds .cooldown i {
	background: url(../images/new_design/sprites.png) -800px -200px no-repeat;
	width: 15px;
	height: 16px;
	display: inline-block;
	position: relative;
	top: 4px;
	margin-right: 2px;
}

.eiAbilities .abIcon .abiiNeeds .power i {
	background: url(../images/new_design/sprites.png) -817px -201px no-repeat;
	width: 11px;
	height: 16px;
	display: inline-block;
	position: relative;
	top: 4px;
}

.eiAbilities .abIcon .abiiStatus {
	margin-top: 6px;
}

.eiAbilities.haveOrder .abIcon:first-child {
	border-bottom-left-radius: 0;
}

.eiAbilities.haveOrder .abIcon:first-child .abiTitle {
	border-bottom-left-radius: 0;
}

.eiAbilities.haveOrder .abIcon:last-child {
	border-bottom-right-radius: 0;
}

.eiAbilities.haveOrder .abIcon:last-child .abiTitle {
	border-bottom-right-radius: 0;
}

.eiShopItems .scItem {
	width: 400px;
	border-bottom: #6f738d 1px solid;
	overflow: hidden;
	padding: 5px 0;
	cursor: default;
}

.eiShopItems .scItem.ready {
	cursor: pointer;
}

.eiShopItems .scItem.ready:hover {
	background: rgba(255, 255, 255, 0.05);
}

.eiShopItems .scItem:last-child {
	border-bottom: 0;
}

.eiShopItems .scItem .sciTitle {
	float: left;
	width: 75px;
	height: 75px;
}

.eiShopItems .scItem .sciTitle img {
	width: 100%;
	height: 100%;
	opacity: .5;
}

.eiShopItems .scItem .sciAmount {
	float: left;
	color: #afb5b9;
	font-size: 16px;
	font-weight: bold;
	width: 28px;
	line-height: 16px;
	margin: 21px 0 0 14px;
}

.eiShopItems .scItem .sciInfo {
	margin-left: 117px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.eiShopItems .scItem .sciInfo h4 {
	font-size: 18px;
	font-weight: normal;
	color: #afb5b9;
	margin-bottom: 7px;
	margin-top: 0;
}

.eiShopItems .scItem .sciInfo .sitDesc {
	color: #afb5b9;
	font-family: 'Cuprum', sans-serif;
	text-transform: uppercase;
	text-transform: none;
}

.eiShopItems .scItem .sciInfo .sitStatus {
	color: #afb5b9;
	font-family: 'Cuprum', sans-serif;
	text-transform: uppercase;
	text-transform: none;
}

.eiShopItems .scItem.ready .sciTitle img {
	opacity: 1;
}

.eiShopItems .scItem.ready .sciAmount {
	color: #ffe222;
}

.eiShopItems .scItem.ready .sciInfo h4 {
	color: #ffffff;
}

.eiShopItems .scItem.ready .sciInfo .sitDesc {
	color: #c9d7f7;
}

.eiShopItems .scItem.ready .sciInfo .sitStatus {
	color: #ccc;
}

.eiShopItems .eiShopButton {
	text-align: center;
	padding: 15px 0 10px;
}

.eiShopItems .eiShopButton .blueButton {
	float: none !important;
	white-space: nowrap;
	margin: 0 10px;
}

.cityMain .cityWelcome {
	text-align: center;
	padding: 20px 0 30px;
}

.cityMain .cityWelcome h1 {
	font-family: 'Cuprum', sans-serif;
	text-transform: uppercase;
	font-size: 24px;
}

.cityMain .cityWelcome h1 span {
	color: #f7457e;
}

.cityMain .cityWelcome p {
	color: #646464;
}

.cityMain .statsBlocks:after {
	content: " ";
	clear: both;
	display: block;
	height: 0;
}

.cityMain .statsBlocks .cityEventsBlock {
	width: 59.5%;
	float: left;
}

@media (max-width: 649px) {
	.cityMain .statsBlocks .cityEventsBlock {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
}

.panel-events table tbody {
	/*height: 221px;*/
	height: 307px;
	overflow: scroll;
	display: block;
}

.cityMain .statsBlocks .cityEventsBlock .cityEvents {
	height: 210px;
	margin: 0 -20px -15px;
	overflow-y: scroll;
}

.cityMain .statsBlocks .cityEventsBlock table {
	color: #646464;
}

.cityMain .statsBlocks .cityEventsBlock table td {
	padding: 4px 7px;
	border-right: 0;
}

.cityMain .statsBlocks .cityEventsBlock .time {
	color: #969bad;
	max-width: 95px;
}

.cityMain .statsBlocks .cityStatBlock {
	width: 39.5%;
	float: right;
}

@media (max-width: 649px) {
	.cityMain .statsBlocks .cityStatBlock {
		float: none;
		width: 100%;
	}
}

.cityMain .statsBlocks .cityStatBlock .tableContent {
	margin: -20px;
	margin-top: 10px;
}

.cityMain .statsBlocks .cityStatBlock table td:last-child {
	color: #f7457e;
}

.cityMain .cityStartItems {
	padding-top: 3px;
	margin-top: 15px;
}

.cityMain .cityStartItems:after {
	content: " ";
	clear: both;
	display: block;
	height: 0;
}

.cityMain .cityStartItems .ssItem {
	display: flex;
	align-items: center;
	float: left;
	width: 49%;
	margin-right: 2%;
	height: 155px;
	margin-bottom: 10px;
	text-decoration: none;
	padding-left: 150px;
	box-sizing: border-box;
	position: relative;
}

.cityMain .cityStartItems .ssItem .discount-badge {
	position: absolute;
	top: 5px;
	right: 5px;
	font-family: PT Sans;
	font-size: 16px;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px !important;
	align-items: center;
	text-align: center !important;
	background: url(/media/assets/app/src/icons/star1.svg) no-repeat;
	background-size: 100%;
}

.cityMain .cityStartItems .ssItem .discount-badge:before {
	content: '%';
}

@media (max-width: 649px) {
	.cityMain .cityStartItems .ssItem {
		float: none;
		width: 100%;
		display: block;
	}
}

.cityMain .cityStartItems .ssItem:nth-of-type(even) {
	margin-right: 0;
}

.cityMain .cityStartItems .ssItem h2 {
	font-family: 'Cuprum', sans-serif;
	text-transform: uppercase;
	color: #000;
	margin-top: 0;
	font-size: 24px;
	margin-bottom: 0;
}

.cityMain .cityStartItems .ssItem.findWork h2 {
	margin-top: 40px;
}

.cityMain .cityStartItems .ssItem span {
	color: #f1437b;
}

.cityMain .cityStartItems .ssItem:hover {
	background: #fff !important;
}

.cityMain .cityStartItems .ssItem:before {
	content: " ";
	left: 25px;
	top: 33px;
	position: absolute;
}

.cityMain .cityStartItems .ssItem.findWork:before {
	background: url(../images/new_design/city_main/sprites.png) -4px -11px no-repeat;
	width: 104px;
	height: 89px;
	display: inline-block;
}

.cityMain .cityStartItems .ssItem.pubCv:before {
	background: url(../images/new_design/city_main/sprites.png) -112px -5px no-repeat;
	width: 103px;
	height: 86px;
	display: inline-block;
}

.cityMain .cityStartItems .ssItem.findWorker:before {
	background: url(../images/new_design/city_main/sprites.png) -351px -19px no-repeat;
	width: 103px;
	height: 86px;
	display: inline-block;
}

.cityMain .cityStartItems .ssItem.pubVacancy:before {
	background: url(../images/new_design/city_main/sprites.png) -222px -19px no-repeat;
	width: 105px;
	height: 131px;
	display: inline-block;
	left: 0;
	top: 15px;
}

.cityMain .cityStartItems .ssItem.createCompany span {
	white-space: nowrap;
}

.cityMain .cityStartItems .ssItem.createCompany:before {
	background: url(../images/new_design/city_main/sprites.png) -475px -27px no-repeat;
	width: 82px;
	height: 82px;
	display: inline-block;
	left: 35px;
}

.cityMain .cityStartItems .ssItem.faq:before {
	background: url(../images/new_design/city_main/sprites.png) -581px -18px no-repeat;
	width: 82px;
	height: 81px;
	display: inline-block;
}

.jobMainDisplay .cityStartItems {
	padding-top: 3px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.jobMainDisplay .cityStartItems:after {
	content: " ";
	clear: both;
	display: block;
	height: 0;
}

.jobMainDisplay .cityStartItems .ssItem {
	float: left;
	width: 49%;
	margin-right: 2%;
	height: 155px;
	margin-bottom: 10px;
	text-decoration: none;
	padding-left: 150px;
	box-sizing: border-box;
	position: relative;
}

.jobMainDisplay .cityStartItems .ssItem:disabled {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	cursor: not-allowed;
}

@media (max-width: 649px) {
	.jobMainDisplay .cityStartItems .ssItem {
		float: none;
		width: 100%;
		display: block;
	}
}

.jobMainDisplay .cityStartItems .ssItem:nth-of-type(even) {
	margin-right: 0;
}

.jobMainDisplay .cityStartItems .ssItem h2 {
	font-family: 'Cuprum', sans-serif;
	text-transform: uppercase;
	color: #000;
	margin-top: 30px;
	font-size: 24px;
	margin-bottom: 0;
}

.jobMainDisplay .cityStartItems .ssItem.findWork h2 {
	margin-top: 40px;
}

.jobMainDisplay .cityStartItems .ssItem span {
	color: #f1437b;
}

.jobMainDisplay .cityStartItems .ssItem:hover {
	background: #fff !important;
}

.jobMainDisplay .cityStartItems .ssItem:before {
	content: " ";
	left: 25px;
	top: 33px;
	position: absolute;
}

.jobMainDisplay .cityStartItems .ssItem.findWork:before {
	background: url(../images/new_design/city_main/sprites.png) -4px -11px no-repeat;
	width: 104px;
	height: 89px;
	display: inline-block;
}

.jobMainDisplay .cityStartItems .ssItem.pubCv:before {
	background: url(../images/new_design/city_main/sprites.png) -112px -5px no-repeat;
	width: 103px;
	height: 86px;
	display: inline-block;
}

.jobMainDisplay .cityStartItems .ssItem.findWorker:before {
	background: url(../images/new_design/city_main/sprites.png) -351px -19px no-repeat;
	width: 103px;
	height: 86px;
	display: inline-block;
}

.jobMainDisplay .cityStartItems .ssItem.pubVacancy:before {
	background: url(../images/new_design/city_main/sprites.png) -222px -19px no-repeat;
	width: 105px;
	height: 131px;
	display: inline-block;
	left: 0;
	top: 15px;
}

.jobMainDisplay .cityStartItems .ssItem.createCompany h2 {
	margin-top: 18px;
}

.jobMainDisplay .cityStartItems .ssItem.createCompany span {
	white-space: nowrap;
}

.jobMainDisplay .cityStartItems .ssItem.createCompany:before {
	background: url(../images/new_design/city_main/sprites.png) -475px -27px no-repeat;
	width: 82px;
	height: 82px;
	display: inline-block;
	left: 35px;
}

.jobMainDisplay .cityStartItems .ssItem.faq {
	padding-left: 130px;
}

@media (max-width: 649px) {
	.jobMainDisplay .cityStartItems .ssItem.faq {
		padding-left: 150px;
	}
}

.jobMainDisplay .cityStartItems .ssItem.faq:before {
	background: url(../images/new_design/city_main/sprites.png) -581px -18px no-repeat;
	width: 82px;
	height: 81px;
	display: inline-block;
}

.jobMainDisplay .lastItems:after {
	content: " ";
	clear: both;
	display: block;
	height: 0;
}

.jobMainDisplay .lastItems .whiteBlock {
	width: 49%;
	float: left;
}

.jobMainDisplay .lastItems .lastCvs {
	width: 49%;
	float: right;
}

@media (max-width: 699px) {
	.jobMainDisplay .lastItems .whiteBlock {
		width: 100%;
		margin-top: 20px;
	}

	.jobMainDisplay .lastItems .lastCvs {
		width: 100%;
		margin-top: 40px;
	}
}

.jobMainDisplay .lastItems .liDescription {
	color: #7e7e7e;
	text-align: center;
	line-height: 1.2;
	min-height: 64px;
	border-bottom: #fefeff 1px solid;
	margin: 0 -20px;
	padding: 10px 20px 10px;
}

.jobMainDisplay .lastItems .liFooter {
	border-top: #e7e9ec 1px solid;
	margin: 0 -20px;
	text-align: center;
	padding: 20px 0 5px;
}

.jobMainDisplay .lastItems .vacList {
	border-top: #e6e8ec 1px solid;
	margin: 0 -20px;
	padding: 0 10px;
	border-bottom: #fefeff 1px solid;
}

.panel-cvs .table + .panel-footer,
.panel-vacancies .table + .panel-footer {
	border-top: #e7e9ec 1px solid;
}

.vacListItem a {
	text-decoration: none;
}

.vacListItem p {
	margin-bottom: 0;
}

.vacListItem .title {
	font-size: 16px;
	white-space: nowrap;
	font-family: 'Cuprum', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	line-height: 1.2;
}

.jobMainDisplay .lastItems .vacList .vacListItem .companyAvatar {
	float: left;
}

.jobMainDisplay .lastItems .vacList .vacListItem .companyOtherInfo {
	margin-left: 72px;
}

.jobMainDisplay .lastItems .vacList .vacListItem .companyOtherInfo .companyIcon {
	background: #f8f9fb;
	float: right;
	width: 40px;
	z-index: 1;
	position: relative;
	margin: -5px;
}

.jobMainDisplay .lastItems .vacList .vacListItem .companyOtherInfo .companyIcon img {
	width: 100%;
	height: auto;
}

.jobMainDisplay .lastItems .vacList .vacListItem .companyOtherInfo .coiName {
	font-size: 16px;
	white-space: nowrap;
	font-family: 'Cuprum', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.jobMainDisplay .lastItems .vacList .vacListItem .companyOtherInfo .coiDescription {
	/*height: 16px;*/
	/*overflow: hidden;*/
	width: 100%;
	/*text-overflow: ellipsis;*/
	line-height: 1.3;
}

.jobMainDisplay .lastItems .vacList .vacListItem .companyOtherInfo .coiDescription a {
	text-decoration: none;
}

.jobMainDisplay .daysGraph {
	margin-top: 20px;
}

.jobMainDisplay .daysGraph h2 {
	/*color: #000;*/
	/*font-size: 20px;*/
	/*font-weight: normal;*/
	/*float: left;*/
	/*margin-top: 0;*/
}

.jobMainDisplay .daysGraph .dgLegend {
	/*float: right;*/
	/*font-family: 'Cuprum', sans-serif;*/
	/*text-transform: uppercase;*/
	/*font-size: 14px;*/
	/*padding-top: 2px;*/
}

.jobMainDisplay .daysGraph .dgLegend .red,
.jobMainDisplay .daysGraph .dgLegend .blue {
	margin-right: 10px;
}

.jobMainDisplay .daysGraph .dgLegend .red {
	color: #f74877;
}

.jobMainDisplay .daysGraph .dgLegend .blue {
	color: #3b8ce8;
}

.jobMainDisplay .daysGraph .dgLegend .red:before,
.jobMainDisplay .daysGraph .dgLegend .blue:before {
	content: " ";
	box-sizing: border-box;
	border: 2px solid;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	display: inline-block;
	margin-right: 6px;
}

.lastCvs .cvList {
	border-top: #e6e8ec 1px solid;
	border-bottom: #fefeff 1px solid;
	margin: 0 -20px;
	padding: 0 20px;
}

.cvlItem p {
	margin-bottom: 0;
	text-transform: uppercase;
	font-family: 'Cuprum', sans-serif;
}

.cvlItem .strong {
	display: block;
	color: #9a9999;
	font-size: 12px;
}

.cvlItem .text-user-name {
	margin-top: 5px;
}

.lastCvs .cvList .cvlItem:after {
	content: " ";
	clear: both;
	display: block;
	height: 0;
}

.lastCvs .cvList .cvlItem .avatar60 {
	float: left;
}

.lastCvs .cvList .cvlItem .cvliProposalLine {
	padding-top: 10px;
	/*margin-left: 70px;*/
}

.lastCvs .cvList .cvlItem .cvliUser {
	font-family: 'Cuprum', sans-serif;
	text-transform: uppercase;
	font-size: 15px;
}

.lastCvs .cvList .cvlItem .cvliUser a {
	text-decoration: none;
}

.lastCvs .cvList .cvlItem .cvliUser span {
	color: #f7457e;
}

.lastCvs .cvList .cvlItem .cvliUser b {
	display: block;
	color: #9a9999;
	font-size: 12px;
}

.lastCvs .cvList .cvlItem .cvliCar {
	float: right;
}

.lastCvs .cvList .cvlItem .cvliCar .cvliCarName {
	float: right;
	font-family: 'Cuprum', sans-serif;
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
	text-align: left;
}

.lastCvs .cvList .cvlItem .cvliCar .cvliCarImage {
	float: right;
	margin-right: 10px;
	margin-top: -6px;
	position: relative;
}

.lastCvs .cvList .cvlItem .cvliCar .cvliCarImage img {
	width: 70px;
	height: auto;
}

.taxi-bonus {
	/*border-radius: 3px;*/
	/*box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);*/
	/*display: flex;*/
	/*padding: 1px 10px 1px 70px;*/
	/*border: 1px solid #e5e7eb;*/
	/*margin-bottom: 10px;*/
	/*margin-top: 0px !important;*/
	/**/
	/*background-color: #f8f9fb;*/
	/*overflow: hidden;*/
	/*position: relative;*/
}

.taxi-bonus .bonus-icon {
	/*float: left;*/
	/*width: 50px;*/
	/*height: 52px;*/
	/*background-position: center;*/
	/*border-right: #e6e8ec 1px solid;*/
	/*margin: -1px 0 -1px 0;*/
}

.taxi-bonus .bonus-info {
	/*padding-left: 60px;*/
	/*padding-top: 5px;*/
	/*padding: 5px;*/
	flex-grow: 1;
}

.taxi-bonus .bonus-timeleft {
	/*color: gray;*/
	/*line-height: 14px;*/
	/*padding-right: 10px;*/
	/*text-transform: uppercase;*/
	/*font-family: Cuprum;*/
	/*font-size: 12px;*/
	/*top: 50%;*/
	/*position: absolute;*/
	/*right: 0;*/
	/*transform: translateY(-50%);*/
}

@media (max-width: 768px) {
	/*.taxi-bonus .bonus-timeleft {*/
	/*	 position: relative;*/
	/*	 margin-bottom: 10px;*/
	/*	 transform: none;*/
	/*	 top: auto;;*/
	/*	 right: auto;*/
	/* }*/
	/*.taxi-bonus .bonus-icon {*/
	/*	!*float: left;*!*/
	/*	!*width: 50px;*!*/
	/*	height: 75px;*/
	/*	!*border-right: #e6e8ec 1px solid;*!*/
	/*	!*margin: -1px 0 -1px 0;*!*/
	/*}*/
}

.infoBlock .taxi-bonus:first-child {
	margin-top: -10px;
}

.infoBlock .taxi-bonus {
	background-color: #fff;
}

.taxi-bonus h5 {
	color: #f74877;
	font-size: 16px;
	margin: 0;
}

.taxi-bonus p {
	margin: 0;
}

.cityMenu .cmSub li a svg {
	vertical-align: middle;
}

.cityMenu .cmSub li a svg path {
	fill: #3a69c9;
}

.createBombilaCompany:before {
	width: 104px;
	height: 82px;
	background-size: auto 100%;
	background-image: url('../../../../garage/cars/2101/side/yellow.png');
}

