.is-enabled:hover .choices__list--dropdown {
	visibility: visible;
}
.is-enabled .choices__item--disabled {
	cursor: pointer;
}
.null-counter::after {
	content: unset;
}

.company-card__left .company-card__image {
	margin-bottom: 22px;
	height: 100px;
	overflow: hidden;
}

.flex-wrap {
	flex-wrap: wrap;
}

.input-error {
	display: none;
	margin-top: 22px;
	width: 100%;
	order: 3;
}

.input-error--top. {
	display: block;
	text-align: center;
}

.input-error p {
	font-size: 14px !important;
	color: red !important;
}

.field-error + .input-error,
input:invalid + .input-error,
textarea:invalid + .input-error {
	display: block;
}

.address-wrapper {
	position: relative;
}

.address-wrapper__close,
.address-wrapper__result {
	opacity: 0;
	visibility: hidden;
	transition: 0.45s;
}

.address-wrapper__close {
	position: absolute;
	right: 0;
	top: 5px;
	font-size: 13px;
	font-family: Montserrat Bold;
}

.address-wrapper__result {
	position: absolute;
	z-index: 1;
	padding: 15px;
	border: solid 2px #dddce8;
	border-top: inherit;
	width: 100%;
	background-color: #fff;
}

.address-wrapper__close.active,
.address-wrapper__result.active {
	opacity: 1;
	visibility: visible;
}

.address-wrapper__result ul {
	padding: 0;
	height: 250px;
	overflow: auto;
	list-style: inherit;
}

.address-wrapper__result li {
	padding: 5px 10px;
	font-size: 13px;
	line-height: 2;
	transition: 0.25s;
	cursor: pointer;
}

.address-wrapper__result li:hover {
	background-color: #cccccc;
}

.address-wrapper__result li + li {
	margin-top: 4px;
}

.address-wrapper__result li:before {
	content: none;
}

.choices__list--dropdown .choices__list {
	overflow: hidden;
}

.work-experience-block p:first-child {
	font-family: Montserrat Bold;
	font-size: 16px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.31;
	letter-spacing: normal;
	color: #3c3b55;
}

.select-parent select {
	margin-bottom: 24px;
}

.header-top-right > * + * {
	margin-left: 20px;
}

@media (max-width: 650px) {
	.header-top-tablet__middle * {
		margin-right: 0 !important;
	}
	.header-top-tablet__middle > * + * {
		margin-left: 15px !important;
	}
}

.card__buttons .card__respond {
	width: 100%;
}

.card__buttons .card__toggle {
	min-width: 50px;
}

font.errortext,
font.notetext,
.errortext {
	display: block;
	margin: 0 0 54px;
	padding: 28px 31px;
	background-color: #eb5757;
	font-size: 15px;
	line-height: 18.29px;
	color: #fff;
	box-shadow: 0px 10px 20px rgba(15, 20, 91, 0.1);
}

font.notetext {
	max-width: 610px;
	background-color: #92c83e;
}

.brief-information-block__image,
.usage-steps-slider-block__image {
	overflow: hidden;
}

.usage-steps-slider-block__image img,
.brief-information-block__image .js-resume-photo {
	max-height: 100%;
}

input[type='number'] {
	background-color: #fff;
	border: solid 2px #dddce8;
	width: 100%;
	height: 53px;
	padding-left: 20px;
	font-family: Montserrat Bold;
	font-size: 13px;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #3c3b55;
}

.article-detail__image {
	box-shadow: none;
}

.article-detail__image img {
	box-shadow: 0 10px 20px rgba(15, 20, 91, 0.1);
}

.article-detail h2 {
	margin: 25px 0 10px;
}

.article-detail h3 {
	margin: 15px 0 5px;
}
.article-detail p {
	margin: 0 0 10px;
}

ul li,
ol li {
	position: relative;
	font: normal 16px/1.88 'Montserrat Regular', sans-serif;
	letter-spacing: normal;
	color: #3c3b55;
}
ol li {
	padding-left: 5px;
}

.partners-slider-wrapper a img {
	opacity: 0.5;
}

.partners-slider-wrapper a:hover img {
	opacity: 1;
}

.statistic-error {
	display: none;
}

.statistic-error.active {
	display: block;
}

.container-compressed form input[type='email'] {
	display: block;
	width: 100%;
}

textarea {
	color: #3c3b55;
}

textarea::-webkit-input-placeholder,
textarea:-ms-input-placeholder,
textarea::-moz-placeholder,
textarea:-moz-placeholder {
	color: #b7b6c4 !important;
}

textarea:disabled {
	color: #b7b6c4 !important;
}

.requirements-candidate h2 {
	display: none;
}
.requirements-candidate h2.active {
	display: block;
}

.btn-up {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 1;
	margin: 0;
	padding: 0;
	width: 50px;
	height: 50px;
	opacity: 0;
	visibility: hidden;
	transition: 0.35s;
}

.btn-up:hover {
	transform: translateY(-8px);
}

.btn-up.active {
	opacity: 1;
	visibility: visible;
}

@media (min-width: 767px) {
	.btn-up {
		right: 50px;
		bottom: 50px;
	}
}

.choices__list--dropdown > .choices__input {
	border: none;
	border-bottom: 1px solid #0f145b !important;
	padding-left: 20px !important;
}

.print-btn,
.download-btn {
	display: none;
}

@media (min-width: 1281px) {
	.print-btn {
		right: 5px;
	}
	
	.download-btn {
		right: 45px;
	}
}

@media (min-width: 951px) {
	.print-btn,
	.download-btn {
		top: 0;
	}
}

@media (min-width: 768px) {
	.print-btn,
	.download-btn {
		display: block;
		position: absolute;
		top: 15px;
		right: 20px;
		padding: 0;
		border: initial;
		width: 30px;
		height: 30px;
		background-color: initial;
	}
	.download-btn {
		right: 60px;
	}

	.print-btn:hover path {
		fill: #92c83e;
	}
	.download-btn:hover path {
		stroke: #92c83e;
	}

	.print-btn path {
		fill: #262262;
		transition: fill 0.3s;
	}
	.download-btn path {
		stroke: #262262;
		transition: stroke 0.3s;
	}
}

#downloadArea h1 {
	margin: 0 0 50px;
}

@media print {
	.profile-container-row > .col-3,
	#bx-panel,
	#panel,
	.print-btn,
	.download-btn,
	.qr-code,
	.header,
	.footer {
		display: none;
	}
}

.block-add--type-1 {
	display: flex;
	flex-direction: column;
}

.jc-sb {
	justify-content: space-between !important;
}

@media (max-width: 550px) {
	.wrapper-button.jc-sb {
		flex-direction: column;
	}

	.wrapper-button.jc-sb a {
		width: 100%;
	}

	.wrapper-button.jc-sb a + a {
		margin-top: 15px;
	}
}

.wrapper-form-share .block-radio img {
	width: 25px;
	cursor: pointer;
}

.desired-salary--type-1 input {
	width: 48% !important;
}

.load-photo label[hidden] {
	display: none !important;
}

@media (max-width: 750px) {
	.transfer-steps__left .js-publish-btn-form {
		margin-left: 0 !important;
		margin-top: 30px;
	}
}

.profile-container {
	position: relative;
}
@media (max-width: 950px) {
	.sidebar-profile {
		padding: 20px;
	}
}

@media (max-width: 650px) {
	.profile-container-row .col-3 {
		display: block;
	}

	.sidebar-profile {
		position: absolute;
		top: 51px;
		left: 20px;
		z-index: 1;
		padding: 20px;
		opacity: 0;
		pointer-events: none;
	}

	.sidebar-profile.is-active {
		opacity: 1;
		pointer-events: initial;
	}
}

.multi-select {
	width: 100%;
	margin-top: 43px;
}

.multi-select__dropdown {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	max-height: 300px;
	overflow: auto;
	background-color: #fff;
	border: solid 2px #dddce8;
	border-top: 0;
	padding: 20px;
}
.detailed-description-block p span {
	color: #3c3b55;
}

.hidden {
	display: none;
	opacity: 0;
}

.card__viewed_resume {
	margin-top: 10px;
}

.brief-information-block__viewed {
	font-family: Montserrat Light;
	font-size: 16px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #b7b6c4;
	overflow: hidden;
	max-height: 18px;
	height: 18px;
	margin-bottom: 15px;
}

.card__viewed_resume[data-type='new'],
.brief-information-block__viewed[data-type='new'] {
	color: #92c83e;
	font-weight: bold;
}

.region-my-vacancy__filter_action {
	display: flex;
	flex-direction: row;
	gap: 30px;
}

.statistic-error {
	color: #eb5757;
	margin-top: 10px;
	margin-bottom: 10px;
}

.bxlhe-frame.field-error {
	border: 2px solid #eb5757 !important;
	/* border-color: #eb5757 !important; */
	color: #eb5757 !important;
}

.bxlhe-frame.field-error .input-error {
	display: block !important;
}

/* Стили карты вакансий */

.map-cluster__list {
	max-height: 200px;
	overflow-y: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	width: max-content;
}

.custom__width .map-cluster__list {
	width: 200px;
}

.map-cluster__list li {
	list-style: none;
	padding: 0;
}

.map-cluster__list li:before {
	display: none;
}

.map-cluster__list .map-cluster__list__item {
	font-size: 12px;
	line-height: 10px;
}

.map-cluster {
	display: flex;
	flex-direction: row;
	gap: 10px;
	max-width: 420px;
}

.custom__width {
	width: 420px;
}

.balloon-content-vacancy-block {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	margin-bottom: 10px;
}

.balloon-content-vacancy-block p a,
.balloon-content-vacancy-block p {
	font-size: 13px;
}

.balloon-content-vacancy-block p {
	margin-left: 7px;
}

.header-scroll-mobile {
	position: initial;
	transform: none;
	opacity: 1;
	display: none;
}

@media screen and (max-width: 650px) {
	.header-scroll-mobile {
		display: flex;
	}
}

.btn-user-menu {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	row-gap: 4px;
}

.btn-user-menu span {
	width: 20px;
	height: 2px;
	background-color: #fff;
}

.header-scroll-mobile .sidebar-profile {
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	z-index: 11;
}

.header-scroll-mobile .sidebar-profile a {
	display: inline-flex;
	column-gap: 10px;
}

.brief-information-block__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

#vacancies-list-map {
	margin-top: 30px;
}

.user-profile {
	height: max-content;
}

@media screen and (max-width: 650px) {
	.quick-job-search-block-content form {
		flex-direction: column;
	}

	.quick-job-search-block-content .input-search-mobile {
		display: none;
	}

	.quick-job-search-block .quick-search__group {
		display: block;
		width: 100%;
	}

	.quick-job-search-block-content form input[type='text'] {
		display: block;
		width: 100% !important;
	}

	.quick-job-search-block-content form input[type='submit'] {
		width: 100% !important;
	}
}

@media screen and (max-width: 990px) {
	.profile-container-row .sidebar-profile.user-profile {
		width: 100%;
		box-shadow: none;
		margin-bottom: 30px;
	}
}

.modal-find {
	padding-top: 40px;
}

.modal-find,
.modal-find_active {
	top: 0 !important;
}

.ajax-list {
	z-index: 30;
}

.bx-ui-sls-fake {
	font-family: 'Montserrat Bold' !important;
}

.bx-sls .bx-ui-sls-route {
	color: transparent !important;
}

.additional-city-item + .additional-city-item {
	margin-top: 5px;
}

.block_subscription_posts {
	margin-bottom: 64px;
}

.main-similar-vacancies h2 {
	margin-bottom: 75px;
	font-family: Raleway Bold;
    font-size: 48px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3c3b55;
    font-feature-settings: 'lnum' 1;
	text-align: center;
}
@media (max-width: 650px) {
    .main-similar-vacancies h2 {
        font-size: 36px;
    }
}

.load-photo {
	right: 90px;
	width: 150px;
}

.load-photo__block {
	width: 150px;
    height: 150px;
}

.load-photo label {
	width: 150px;
	text-align: center;
}

@media screen and (max-width: 1310px) {
	.load-photo {
		right: 0;
	}
}

.vacancy-post__wrapper .load-photo {
	position: static;
}

.response-ref {
	z-index: 1;
}
.response-city-column {
    width: 20%;
	word-break: break-word;
}

.selected-locations-tags {
	margin-bottom: 10px;
	min-height: 20px;
}

.selected-tag {
	display: inline-block;
	background: #92c83e;
	color: white;
	padding: 6px 12px;
	margin: 3px 6px 3px 0;
	border-radius: 16px;
	font-size: 13px;
	font-family: 'Montserrat Medium', sans-serif;
	position: relative;
	transition: all 0.2s ease;
}

.selected-tag:hover {
	background: #7db32e;
}

.remove-tag {
	margin-left: 8px;
	cursor: pointer;
	font-weight: bold;
	font-size: 16px;
	opacity: 0.8;
	transition: opacity 0.2s ease;
}

.remove-tag:hover {
	opacity: 1;
}

/* Стили для Choices.js - синхронизируем с нашими тегами */
[data-type="select-multiple"] .choices__inner .choices__item.choices__item--selectable {
	background: #92c83e;
	border: 1px solid #92c83e;
	color: white;
}

[data-type="select-multiple"] .choices__inner .choices__item.choices__item--selectable:hover {
	background: #7db32e;
	border-color: #7db32e;
}

[data-type="select-multiple"] .choices__inner .choices__item.choices__item--selectable.is-highlighted {
	background: #7db32e;
	border-color: #7db32e;
}

[data-type="select-multiple"] .choices__inner .choices__item--selected {
	background: #92c83e !important;
	border-color: #92c83e !important;
	color: white !important;
	padding: 6px 12px !important;
	border-radius: 16px !important;
	font-size: 13px !important;
	font-family: 'Montserrat Medium', sans-serif !important;
	margin: 3px 6px 3px 0 !important;
}

[data-type="select-multiple"] .choices__inner .choices__item--selected:hover {
	background: #7db32e !important;
	border-color: #7db32e !important;
}

[data-type="select-multiple"] .choices__inner .choices__button {
	border-left: 1px solid #fff!important;
}

/* Равная высота карточек для резюме на главной */
.equal-height-cards {
	display: flex;
	flex-wrap: wrap;
}

.equal-height-item {
	display: flex;
	flex-direction: column;
}

.equal-height-item > * {
	flex: 1;
}

/* Стили для верификации телефона */

/* Контейнер для телефона */
.phone-verification-container {
    position: relative;
}

/* Кнопка верификации */
.verify-phone-btn {
    margin-top: 10px;
    padding: 8px 16px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
}

.verify-phone-btn:hover {
    background-color: #218838;
}

.verify-phone-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.verify-phone-btn--verified {
    background-color: #28a745 !important;
    color: white !important;
}

.verify-phone-btn--verified:hover {
    background-color: #218838 !important;
}

/* Блок верификации */
.phone-verification-block {
    margin-top: 15px;
    padding: 15px;
    border: 1px solid #e3f2fd;
    border-radius: 4px;
    background-color: #f8f9ff;
}

.phone-verification-block__title {
    margin: 0 0 10px 0;
    color: #1976d2;
}

.phone-verification-block__info {
    margin-bottom: 15px;
    font-size: 14px;
    color: #495057;
}

.phone-verification-block__info p {
    margin: 5px 0;
}

.phone-verification-block__number {
    font-weight: bold;
    color: #007bff;
    font-size: 18px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    border: 2px solid #007bff;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.phone-verification-block__number:hover {
    background: #007bff;
    color: white;
    text-decoration: none;
}

.phone-verification-block__number:focus {
    outline: 2px solid #0056b3;
    outline-offset: 2px;
}



.phone-verification-block__controls {
    margin-top: 15px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.phone-verification-block__status {
    margin: 10px 0;
    font-size: 14px;
    color: #666;
    font-weight: normal;
}

.phone-verification-block__status--success {
    color: #28a745 !important;
    font-weight: bold !important;
}

.phone-verification-block__status--warning {
    color: #fd7e14 !important;
}

.phone-verification-block__status--danger {
    color: #dc3545 !important;
    font-weight: bold !important;
}

/* Кнопки управления */
.verification-btn {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.3s ease;
}

.verification-btn--primary {
    background-color: #28a745;
    color: white;
}

.verification-btn--primary:hover {
    background-color: #218838;
}

.verification-btn--secondary {
    background-color: #6c757d;
    color: white;
}

.verification-btn--secondary:hover {
    background-color: #545b62;
}

.verification-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Стили для переключателя метода верификации */
.verification-method-selector {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.verification-method-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 8px 12px;
    border: 2px solid #ddd;
    border-radius: 4px;
    transition: all 0.3s;
    background-color: #fff;
    user-select: none;
}

.verification-method-label:hover {
    border-color: #92c83e;
    background-color: #f8f9fa;
}

.verification-method-label input[type="radio"] {
    cursor: pointer;
    margin: 0;
}

.verification-method-label input[type="radio"]:checked + span {
    font-weight: bold;
}

/* Выделение выбранного метода */
.verification-method-label:has(input[type="radio"]:checked) {
    border-color: #92c83e;
    background-color: #f0f8e8;
    box-shadow: 0 0 0 2px rgba(146, 200, 62, 0.2);
}

/* Альтернативный способ для браузеров без поддержки :has() */
.verification-method-label.checked {
    border-color: #92c83e;
    background-color: #f0f8e8;
    box-shadow: 0 0 0 2px rgba(146, 200, 62, 0.2);
}

.verification-method-label.checked span {
    font-weight: bold;
}

/* Кнопка подтверждения телефона в отдельном блоке */
#verify-phone-btn {
    width: auto;
    min-width: 200px;
}

/* Результаты верификации */
.verification-result {
    margin-top: 15px;
}

.verification-result__message {
    padding: 10px;
    border-radius: 4px;
    font-weight: bold;
}

.verification-result__message--success {
    color: #28a745;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
}

.verification-result__message--error {
    color: #dc3545;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
}

.verification-result__retry-btn {
    margin-top: 10px;
    padding: 6px 12px;
    background-color: #262262;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.3s ease;
}

.verification-result__retry-btn:hover {
    background-color: #1a1a52;
}

/* Кнопка регистрации */
.submit-registration--disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

/* Сообщения для ИНН */
.inn-loader {
    margin-top: 5px;
}

.inn-loader__text {
    font-size: 12px;
    color: #666;
    display: flex;
    align-items: center;
}

.inn-loader__icon {
    margin-right: 5px;
}

.inn-message {
    margin-top: 5px;
}

.inn-message__text {
    font-size: 12px;
    display: flex;
    align-items: center;
}

.inn-message__text--success {
    color: #4CAF50;
}

.inn-message__text--warning {
    color: #FF9800;
}

.inn-message__text--error {
    color: #F44336;
}

.inn-message__icon {
    margin-right: 5px;
}

/* Утилитарные классы */
.hidden {
    display: none !important;
}

.text-success {
    color: #28a745 !important;
}

.text-warning {
    color: #fd7e14 !important;
}

.text-danger {
    color: #dc3545 !important;
}

.text-muted {
    color: #6c757d !important;
}

.font-weight-bold {
    font-weight: bold !important;
}

.font-weight-normal {
    font-weight: normal !important;
} 

.choices__list--multiple:not(:empty) + .choices__input {
	min-width: 1ch !important;
}
.choices__list--multiple:not(:empty) + .choices__input::placeholder {
	opacity: 0;
}

.privacy h3 {
	margin: 20px 0 10px;
}

.footer-worktime {
	font-family: "Montserrat Regular";
	font-size: 12px;
}
.mobile-version {
	display: inline-block;
	margin: 20px auto 0;
	border-bottom: dashed 1px #262262;
	color: #262262;
}
a[href="/privacy/"] {
	font-size: 14px;
}

.statistics .location {
	margin-bottom: 32px;
}
.statistics .location .selected-locations-tags {
	min-height: 0;
	margin-bottom: 0;
}
.statistics .location .selected-locations-tags .selected-tag {
	margin-bottom: 10px;
}
.statistics .radio__stage {
	display: flex;
}
.statistics .radio__stage > label {
	width: 35%;
}
.statistics .radio__stage .block-radio + .block-radio {
	margin-top: 10px;
}
.statistics .general-info-content-block__view {
	margin-right: 30px;
}
.statistics .general-info-content-block__response {
	margin-left: 0;
}
@media screen and (max-width: 650px) {
	.statistics .radio__stage {
		display: block;
	}
	.statistics .radio__stage > label {
		width: 100%;
	}
}