.tagbox {
	width: 100%;
}

.tagbox.root {
	padding: 0 0 10px 0;
	margin: 10px 0;
	border-bottom: 1px dotted #eee;
}

.tagbox .chip {
	font-weight: 300;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #ccc;
	background-color: #fff;
	height: unset;
	padding: 1px 4px;
	cursor: pointer;
	border-radius: 2px;
	min-width: 40px;
	text-align: center;
	white-space: nowrap;
	margin: 1px 2px 1px 0;
	font-size: 12px;
	line-height: 24px;
}

.tagbox .chip.selected {
	background-color: #e2f2fc;
	color: #049be5;
}

.tagbox .chip.selected:hover {
	background-color: #049be5;
	color: #e2f2fc;
}

.tagbox .chip:hover {
	background-color: #fefcaa;
}

.skillbox {
	user-select: none;
}

.islimit .chip {
	opacity: .5;
}

.islimit .chip:hover {
	background-color: unset;
}

#skillboxoverlay {
	display: none;
	color: #0faf5e;
	font-weight: bold;
	font-size: 120%;
	line-height: 10em;
	background-color: rgba(255, 255, 255, 0.85);
	position: absolute;
	text-align: center;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.skillbox label .subtitle {
	font-size: 70%;
	font-weight: 100;
}

.box-title1 {
	margin-top: 10px;
	font-size: 1rem;
	color: #4a4a4a;
	font-weight: bold;
}
.box-title2 {
	width: 100px;
	overflow: hidden;
	position: absolute;
	margin-left: -108px;
	margin-top: 6px;
	text-align: right;
	font-weight: 100;
	background-color: #fff;
	font-size: 12px;
}
.subtitle {
	font-size: 70%;
	font-weight: 100;
	color: #f00;
}
.invisible {
	display: none;
}
.vue-treeselect__control {
	border-color: #f1f1f1;
	border-radius: 2px;
}

/*.tagbox.root > .box-title1:after {*/
/*	content: '*';*/
/*	color: #f00;*/
/*	position: absolute;*/
/*	font-size: 80%;*/
/*	font-weight: 100;*/
/*}*/

i.icon {
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	color: #4db6ac;
	fill: currentColor;

}

.searchbox {
	display: grid;
	grid-template-columns: 33% 33% 33%;
	grid-template-rows: auto;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	padding-bottom: 10px;
	margin-bottom: 6px;
	border-bottom: 1px dotted #eee;
}

#serp {
	margin-top: 10px;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	min-height: 32px;
}

small.info {
	color: #8f8f8f;
}

.btn-small {
	height: 26.4px;
	line-height: 26.4px;
	font-size: 10px;
}

.filter-sub-block {
	border: 1px solid #26a69a;
	border-radius: 4px;
	padding: 10px;
	margin-top: -28px;
}

.searchbar {
	background: #26a69a;
	border: 1px solid #26a69a;
	border-radius: 4px;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
}

.searchbar-box {
	width: 100%;
	border-radius: 2px;
	background: #fff;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
	height: 48px;
	line-height: 4em;
}

.searchbar .input {
	width: 100%;
	text-align: center;
}

.searchbar .input .input-box {
	height: 44px;
	line-height: 44px;
}

.searchbar .input .input-box input {
	border: unset;
	width: 99%;
	font-size: 1.1em;
}

.searchbar .input .input-box input:focus {
	outline: none;
}

.searchbar .location {
	height: 48px;
	line-height: 48px;
	width: 30%;
	border-left: 1px solid #ccc;
	padding-left: 10px;
	color: #26897d;
	cursor: pointer;
	text-decoration: #26897d underline;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.searchbar .selectbox i {
	position: relative;
	top: 7px;
}

.searchbar .baricon {
	cursor: pointer;
	color: #fff;
	font-size: 32px;
	width: 50px;
	text-align: center;
}

.searchbar .baricon .icon {
	margin: 0 10px 0 10px;
}

.searchbar .clearicon {
	margin: 0 10px 0 0;
	color: #727272;
	cursor: pointer;
}

.qlink {
	cursor: pointer;
	float: left;
	text-align: center;
	width: 50px;
	height: 50px;
	padding-top: 1em;
	color: #25A69A;
	border: 1px solid #25A69A;
	border-radius: 4px;
	margin: 4px;
	overflow: hidden;
	font-size: .6em;
}

.qlink .fas,
.qlink .fab {
	font-size: 2em;
}

.qlink:active,
.qlink:hover {
	background: #25A69A;
	color: #fff !important;
}

@keyframes error-input-blink {
	10% { outline-color: rgba(255, 75, 72, 0.1) }
	30% { outline-color: rgba(255, 75, 72, 0.2) }
	50% { outline-color: rgba(255, 75, 72, 0.3) }
	70% { outline-color: rgba(255, 75, 72, 0.4) }
	90% { outline-color: rgba(255, 75, 72, 0.5) }
}
.error-input {
	outline: 2px solid rgba(255, 75, 72, 0.3);
	transition: all .5s ease;
	animation: error-input-blink .5s step-end 6 alternate;
}
.error-input:after {
	content: attr(data-onerror);
	position: absolute;
	font-size: .8em;
	color: #ff4b48;
}


.mainblock[data-v-2a330e2f]:after {
	display: block;
	transform: rotate(90deg);
	position: relative;
	width: 100px;
	float: right;
	content: "РУБРИКАТОР";
	margin-top: -200px;
	margin-right: -67px;
	color: #777;
}


/*# sourceMappingURL=style.css.map*/