.registration-master__box {
	position: relative;
}
.form-field {
	position: relative;
}
.field-error {
	position: absolute;
    bottom: -20px;
    left: 5px;
    font-size: 12px;
    color: #ff0000;
    font-weight: 500;
	display: none;
	line-height: 10px;
	min-height: 20px;
	text-align: left;
}
.btn-loader {
	width: 50px;
    display: none;
    position: absolute;
    height: 100%;
    top: 0;
    left: calc(50% - 25px);
}
.btn-loader img {
	width: auto;
    height: 100%;
}
.process {
	pointer-events: none;
}
.process .btn-loader {
    display: block;
}
.process .btn-loader+span {
    visibility: hidden;
}
.btn:disabled,
.btn:disabled:hover {
	cursor: default;
    opacity: 0.7;
}
.link-back, .master-profile__img-link {
	border: none;
}
.successmessage {
	position: fixed;
    right: 20px;
    top: 20px;
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 12px 6px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 12px 6px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 12px 6px rgba(34, 60, 80, 0.2);
	transition: 0.6s;
    transform: translateY(-50px);
	opacity: 0;
    visibility: hidden;	
	z-index: -1;
}
.successmessage.show {
    transform: translateY(0);
	opacity: 1;
    visibility: visible;
	z-index: 99;	
}
.successmessage_content {
	display: flex;
    flex-direction: row;
    gap: 10px;
}
.successmessage_content img {
	width: 30px;
    height: 30px;
    margin: auto;
}
.successmessage_content .message {
	margin: auto;
    font-weight: 700;
}
.master-profile__img-wrapper {
	position: relative;
	max-height: max-content;
}
.master-profile__img {
	aspect-ratio: 20 / 19;
}
.right-btn-block {
	display: flex;
	width: 100%;
	gap: 15px;
}
.form-speciality_name {
	display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #f9fafb;
    font-size: 16px;
    line-height: 24px;
    padding: 11px 19px;
    color: #1f2a37;
}
.master-profile__gallery-img {
	aspect-ratio: 1 / 1;
}
.master-profile__file {
	cursor: pointer;
}
.servises-labels {
	display: contents;
}
.modal-request_buttons {
	display: flex;
    width: 100%;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}
.modal-request-body {
	width: 100%;
    display: flex;
    flex-direction: column;
}
.modal-request_header {
    width: max-content;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    position: relative;
    margin: auto auto 20px auto;
    padding-left: 42px;
}
.modal-request_header:before {
	content: '';
    width: 36px;
    height: 36px;
    background-image: url(/img/ahtung.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0;
}
.modal-request_description {
	width: 100%;
    text-align: center;
    font-size: 18px;
}
.master-profile__data-btn.process {
	color: #fff;
	background: rgba(251, 129, 18, 0.8);
	border-color: rgba(251, 129, 18, 0.8);
}
.nice-select.select.wide.open .option.disabled {
	opacity: 0.5;
}
.form-select {
	position: relative;
}
.fogot-form {
	max-width: 600px;
    margin: auto;
}
.fogot-form .form-field__input {
    padding: 16px 12px 17px 42px;
    background-color: #fff;
}
.fogot-form input[type="submit"] {
	margin-top: 40px;
}
.url-input {
	display: flex;
    flex-direction: row;
}
.url-input span {
	color: var(--field-input-color);
    width: 100%;
    display: block;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 19px 0px 19px 12px;
    line-height: 20px;
    background-color: #f9fafb;
    font-weight: 400;
    font-size: 16px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    max-width: max-content;
}
.url-input input {
	padding-left: 0 !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
}
.ui-widget.ui-widget-content {
	border-color: #e5e7eb!important;
	border-radius: 6px!important;
    border-top: none!important;
    border-top-right-radius: 0!important;
    border-top-left-radius: 0!important;
	background-color: #f9fafb!important;
	border-top: none!important;
}
.ui-menu .ui-menu-item-wrapper {
	padding: 0px!important;
	border: none!important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	background: #fff!important;
	border: none!important;
	margin: 0!important;
	transition: 0!important;
}
.search-row__item a {
	display: block;
    width: 100%;
    height: 100%;
    border: none;
    text-align: left;
    padding: 12px;
	transition: 0!important;
	color: #333!important;
}
.search-row__item a:hover {
	color: #333!important;
	background: #efefef!important;
}
.noresult {
	padding: 20px;
    background: #e5e7eb;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    font-weight: 600;
    margin-bottom: 20px;
}
.results-found {
	font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}
.fp-form .pos-intro__search {
	position: relative;
    justify-content: end;
}
.fp-form input[type="text"] {
	height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 30px;
}
.ac-opened .pos-intro__search {
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom: none;
}
.pagination {
	list-style: none;
    display: flex;
    width: 100%;
    justify-content: center;
}
.pagination li {
	width: 32px;
	height: 32px;
}
.pagination a {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 5px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	font-weight: 600;
}
.pagination .active a{
	background-color: #FB8112;
	color: #fff;
}
.pagination .next a,
.pagination .prev a {
	position: relative;
}
.pagination .next a:before,
.pagination .prev a:before {
	content: '';
	background-image: url(/img/global/shevron.svg);
	position: absolute;
	display: block;
	width: 7px;
	height: 12px;
	background-size: 100%;
	top: 10px;
    left: 12px;
}
.pagination .next a:before {
	transform: rotate(180deg);
}
#city_popup .form-checkbox__text {
	display: flex;
	margin-bottom: 2px;
}
.services-info-box {
    transition: 0.5s;
    overflow: hidden;
    height: 40px;
    /* max-height: max-content; */
    position: relative;
}
.services-info-box-wrap {
	display: flex;
	column-gap: 5px;
    row-gap: 3px;
    font-size: 12px;
	flex-wrap: wrap;
}
.service-link {
	padding: 0;
    margin: 0;
    display: block;
	text-decoration: underline;
	max-width: max-content;
}
.open-slide-btn {
	position: absolute;
	left: calc(50% - 10px);
	bottom: -20px;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='5 8 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23fb8112' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	width: 20px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: 0.3s;
	display: none;
}
.opened .open-slide-btn {
	transform: rotate(180deg);
}
.info-box-services {
	position: relative;
}

.chevron-down {
	display: block;
	width: 25px;
	height: 25px;
	background-image: url(/img/global/shevron.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	cursor: pointer;
	transform: rotate(-90deg);
}
.chevron-down.process {
	background-image: url(/img/3-dots-scale-1.svg);
	transform: rotate(0);
	width: 45px;
    height: 45px;
}
.allservices-form {
	display: flex;
	width: 100%;
	margin-top: 40px;
}
.allservices-form .chevron-down {
	margin: auto;
}
.all-services-wrap {
	margin-top: 40px;
}
.all-services-btn {
	width: 100%;
	display: flex;
	margin-top: 40px;
}
.all-services-btn button {
	margin: auto;
	transition: 0.3s;
}

.all-services-wrap.opened+.all-services-btn .chevron-down {
	transform: rotate(90deg);
}