.profile--personal .grid .grid__row .main-content {
	/*max-width: 1920px;
	padding: 0;
	width: 100%;*/
}
.profile--personal .main__section {
	/*	max-width: 1840px;
        margin: 0 auto;
        padding: 0 24px;
        width: 100%;*/
}
/**/
.edit--icon {
	position: absolute;
}
/**/
.profile-head {
	max-height: 160px;
}
.profile-head__bg {
	border: 2px solid var(--grayscale-barely);
	/*background-position: center;
	background-size: cover;
	background-repeat: no-repeat;*/
	max-width: 1920px;
	height: 160px;
	overflow: hidden;
}
.profile-head__bg picture {
	display: block;
	height: 100%;
}
.profile-head__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*--upload file*/
.upload-file.edit--icon {
	right: 0;
	top: 0;
}
.upload-file.edit--icon ._hint {
	right: 6px;
	left: unset;
	top: 100%;
}
/**/
.profile-block .profile-project {
	padding-top: 0;
	padding-bottom: 0;
}
.profile-block .profile-project__box {
	padding: 16px;
}
.profile-block__container {
	display: grid;
	grid-template-columns: 352px 1fr;
	background-color: var(--grayscale-barely);
	padding-left: 32px;
	margin-top: 64px;
}
.profile-block__card {
	grid-row: span 3;
	margin-top: -64px;
}
.profile-block__nav {
	margin-top: -64px;
}
.profile-block__content {
	grid-column: 2;
}
/*-card*/
.profile-card__body {
	width: 352px;
	border: 2px solid var(--grayscale-barely);
	border-top: none;
	padding: 16px 32px;
	background-color: #fff;
}
.profile-card__heading {
	display: flex;
}
.profile-card-head__photo {
	width: 160px;
	height: 160px;
	margin-top: -96px;
	flex: 0 0 auto;
	position: relative;
}
.profile-card-head__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	border: 2px solid #fff;
}
.profile-card-head__status {
	flex: 1 1 auto;
	align-self: end;
	transition: all .25s ease-in-out;
}
.maker-led-status {
	display: flex;
	gap: 0 8px;
	margin-left: -48px;
	z-index: 1;
}
.maker-led-status .indicator--icon {
	width: 32px;
	height: 32px;
	border: 4px solid #fff;
	border-radius: 50%;
	background-color: #C02000;
	transition: all .25s ease-in-out;
}
.maker-led-status._accepts .indicator--icon {
	background-color: var(--tertiary-green-base);
}
.maker-led-status__text {
	font-size: 12px;
	line-height: 16px;
	color: var(--grayscale-dark);
}
.maker-led-status__text {
	align-self: center;
}
.profile-card-head__icon {
	flex: 0 0 auto;
	margin-right: -16px;
}
.profile-card-head ._guest button {
	cursor: not-allowed;
	padding: 0;
}
.profile-card-head ._guest .icon__body {
	opacity: .5;
}
.profile-card-head button {
	white-space: unset;
}
.profile-card-head .icon__body {
	display: flex;
	width: 48px;
	height: 48px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: var(--primary-base);
	color: #fff;
}
.profile-card-head button._check .icon__body {
	background-color: var(--secondary-accent);
}
.profile-card-head ._hint {
	white-space: nowrap;
	text-align: left;
	line-height: 14px;
}
.profile-card-head ._guest ._hint {
	width: 260px;
	white-space: unset;
}

.sep--line {
	border-bottom: 1px solid var(--grayscale-pale);
	padding-bottom: 16px;
}
.profile-card__maker {
	padding-left: 48px;
	margin-top: 16px;
}
.profile-maker__speciality .text {
	font-weight: 400;
	color: var(--grayscale-dark);
}
.profile-maker__name {
	display: flex;
	margin: 8px 0 16px;
}
.profile-maker__name--fio {
	width: calc(100% - 32px);
}
.profile-maker__name .text {
	font-weight: 900;
	font-size: 24px;
	line-height: 24px;
	color: var(--grayscale-base);
	overflow: hidden;
	text-overflow: ellipsis;
}
.profile-maker__name--video {
	flex: 0 0 auto;
	margin-right: -16px;
}
.profile-maker__review.review-rang {
	margin-top: 0;
	padding-left: 0;
}
.review-rang__item--number {
	font-size: 12px;
	line-height: 100%;
	color: var(--grayscale-dark);
	padding-left: 16px;
	position: relative;
	top: 1px;
}
.review-rang__item--number strong {
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	color: var(--grayscale-black);
}
.profile-data {
	padding-top: 16px;
}
.profile-data__row {
	display: flex;
	align-items: center;
	padding-right: 24px;
	gap: 0 15px;
}
.profile-data__icon {
	color: var(--grayscale-soft);
	flex: 0 0 auto;
}
.profile-data__name {
	flex: 1 1 auto;
	font-size: 12px;
	line-height: 16px;
	color: var(--grayscale-dark);
}
.profile-data__num {
	font-size: 12px;
	line-height: 16px;
	color: var(--grayscale-dark);
}
.profile-data__num strong {
	font-size: 14px;
	line-height: 18px;
	color: var(--grayscale-black);
}
.profile-data__row:last-child .profile-data__num {
	margin-right: -10px;
}
.profile-meta-city {
	position: relative;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	color: var(--grayscale-dark);
}
.more--city .label--city {
	color: var(--primary-base);
	margin-left: 3px;
}
.hint--city {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: opacity .25s ease-in-out;
	background-color: rgba(32, 32, 32, .75);
	color: #fff;
	font-size: 10px;
	line-height: 16px;
	font-weight: 400;
	padding: 8px;
	position: absolute;
	top: 100%;
	left: 0;
	list-style: none;
	min-width: 80px;
	max-height: 200px;
	overflow: auto;
}
@media (any-hover: hover) {
	.hint--city::-webkit-scrollbar {
		width: 4px;
	}
	.hint--city::-webkit-scrollbar-thumb {
		border: 2px solid rgba(32, 32, 32, .75);
		border-left: none;
	}
}
.more--city:hover .hint--city {
	visibility: visible;
	opacity: 1;
	pointer-events: all;
	z-index: 1;
}
.hint--city li {
	white-space: nowrap;
}
.profile-card__meta .profile-data__date {
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	color: var(--grayscale-dark);
}
.profile-card__partner-gallery {
	padding-top: 16px;
	display: flex;
	align-items: center;
}
/*--nav*/
.profile-block__nav {
	padding: 0 16px 0 48px;
	display: flex;
	align-items: center;
	gap: 0 32px;
	min-height: 64px;
}
.profile-nav__orders {
	flex: 1 1 auto;
}
.profile-nav__orders .add--orders {
	min-width: 192px;
	width: auto;
}
.profile-nav__list {
	display: flex;
	gap: 0 8px;
}
.profile-nav__item {
	display: flex;
	align-items: center;
	align-self: center;
	border-bottom: 4px solid transparent;
	transition: border .25s ease-in-out;
}
.profile-nav__item._active {
	border-color: var(--primary-base);
}
.profile-nav__link {
	padding: 4px 16px 0;
	min-height: 60px;
	display: flex;
	align-items: center;
	color: var(--grayscale-dark);
	transition: color .15s ease-in-out;
}
@media (any-hover: hover) {
	.profile-nav__item:not(.profile-nav-selected):hover {
		border-color: var(--primary-base);
	}
	.profile-nav__item:hover .profile-nav__link {
		color: var(--primary-base);
	}
}
.profile-nav__item._active .profile-nav__link {
	color: var(--primary-base);
}
/*--profile settings*/
.profile-head.head--settings {
	/*	max-width: 1840px;
        margin: 0 auto;
        padding: 0 24px;*/
}
.profile--settings .profile-block__container,
.profile--settings .profile-block__card {
	margin-top: 0;
}
.profile-change {
	margin-top: 16px;
}
.profile-change.is-disabled {
	pointer-events: none;
	opacity: .5;
}
.profile-change__row {
	gap: 0 8px;
	height: 32px;
}
.profile-change__input {
	flex: 1 1 auto;
	height: 32px;
	max-width: 83px;
}
.change--delete-acc .text--ellipsis--1 {
	width: 138px;
}
/*progress bar*/
.progress-account__row {
	background-color: #fff;
	min-height: 40px;
	margin-top: -40px;
	margin-right: 2px;
	display: flex;
	align-items: center;
	gap: 0 16px;
	padding-right: 30px;
	position: relative;
}
.progress-account__title .text {
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	padding: 0 16px;
}
.progress-account__bar {
	flex: 1 1 auto;
	position: relative;
}
.progress-toolbar__list {
	display: flex;
	height: 8px;
	width: 100%;
	background-color: var(--grayscale-soft);
	border-radius: 4px;
	position: relative;
}
.progress-toolbar__item {
	border-right: 2px solid #fff;
	flex: 0 1 12.5%;
	z-index: 1;
}
.progress-toolbar__item:last-child {
	border-right: none;
}
.progress-toolbar__label {
	font-weight: 700;
	font-size: 10px;
	line-height: 16px;
	color: var(--grayscale-base);
	position: relative;
	top: 4px;
	left: -7px;
}
.progress-toolbar__item:last-child .progress-toolbar__label {
	left: 12px;
	top: 8px;
	display: block;
	text-align: right;
}
.progress-toolbar__item._progress {
	/* 	background-color: var(--tertiary-green-base); */
}
.progress-toolbar__list[data-progress]:not([data-progress="0"])::before {
	content: '';
	background-color: var(--tertiary-green-base);
	border-radius: 4px;
	height: 8px;
	position: absolute;
	left: 0;
	transition: all .45s linear;
}
.progress-toolbar__list[data-progress="12.5"]::before {
	width: 12.5%;
}
.progress-toolbar__list[data-progress="25"]::before {
	width: 25%;
}
.progress-toolbar__list[data-progress="37.5"]::before {
	width: 37.5%;
}
.progress-toolbar__list[data-progress="50"]::before {
	width: 50%;
}
.progress-toolbar__list[data-progress="62.5"]::before {
	width: 62.5%;
}
.progress-toolbar__list[data-progress="75"]::before {
	width: 75%;
}
.progress-toolbar__list[data-progress="87.5"]::before {
	width: 87.5%;
}
.progress-toolbar__list[data-progress="100"]::before {
	width: 100%;
}
.progress-toolbar__list.hint--area:hover + ._hint {
	width: fit-content;
	max-width: 320px;
	text-align: left;
	padding: 8px;
	right: 0;
	top: 24px;
	visibility: visible;
}
.progress-toolbar__list:hover + ._hint .text {
	line-height: 16px;
}
.progress-toolbar__list:hover + ._hint .text p {
	color: #fff;
}
.progress-toolbar__list:hover + ._hint .text strong {
	width: 40px;
	display: inline-block;
	text-align: right;
	margin-right: 6px;
}
/*switcher status*/
.profile-card-head__switch {
	display: flex;
	align-items: flex-end;
	position: relative;
	right: -16px;
	top: -3px;
}
/*-edit*/
.profile-card-head__photo .profile__edit {
	position: absolute;
	top: 0;
	left: 145px;
	width: 32px;
}
.profile-card-head__photo .profile__edit ._hint {
	width: auto;
}
.profile-maker .profile__edit {
	position: relative;
	right: -16px;
	top: -28px;
}
.profile__edit .icon {
	cursor: pointer;
}
.profile-content__column .edit--icon {
	top: -16px;
	right: 16px;
}
.profile-content__column.profile-info .edit--icon {
	right: 0;
}
.profile-content__column.profile-badge .edit--icon,
.profile-content__column.profile-badge ~ .profile-content__column .edit--icon {
	top: 0;
}
/**/
.profile--settings .profile-awards__item.award--other {
	gap: 8px;
	flex-wrap: wrap;
}
/**/
.profile--settings .profile-content__column.profile-info {
	grid-row: span 2;
	border-left: none;
}
.profile--settings .profile-content__column.profile-works,
.profile--settings .profile-content__column.profile-price-segment,
.profile--settings .profile-content__column.profile-style-furniture {
	border-right: 1px solid var(--grayscale-light);
}
.profile--settings .profile-share {
	border: none;
	grid-column: 5;
	margin-top: auto;
	padding-right: 0;
}
.profile--settings .profile-share > * {
	border: none;
}
.profile--settings .profile-share__link {
	min-height: 48px;
}
.profile--settings .profile-share__qr {
	border-bottom: 1px solid var(--grayscale-light);
}
.profile-share__link .text--size--default {
	text-align: left;
}
/**/
.profile-content__columns {
	padding: 16px 32px 8px 24px;
	border-top: 8px solid var(--grayscale-barely);
}
.profile--public .profile-content__columns {
	display: grid;
	grid-template-columns: repeat(5, auto);
	grid-template-rows: minmax(auto, 416px);
	overflow: auto;
	height: calc(100vh - 368px);
}
.profile--public .profile-content__columns:has(> .profile-content) {
	display: block;
	padding: 0;
}
@media (any-hover: hover) {
	.profile--public .profile-content__columns::-webkit-scrollbar {
		width: 0;
		height: 0;
	}
}
.profile-content__column {
	border-left: 1px solid var(--grayscale-light);
	/*box-sizing: content-box;*/
	padding: 0 16px;
	position: relative;
}
.profile-content__column.profile-info {
	padding-right: 0;
}
.profile-content__column:nth-of-type(1) {
	max-width: 256px;
	border-left: none;
	padding-left: 0;
}
.profile-content__column:nth-of-type(2) {
	/*max-width: 303px;*/
	padding-right: 16px;
}
.profile-content__column:nth-of-type(3) {
	max-width: 207px;
}
.profile-graphic .profile-column__row {
	min-width: 146px;
}
.profile-content__column:nth-of-type(4) {
	max-width: 270px;
}
.profile-content__column:nth-of-type(5) {
	grid-row: span 3;
	min-width: 288px;
	max-width: 288px;
}
.profile-content__column:nth-of-type(6) {
	grid-row: span 2;
	max-width: 256px;
	border-left: none;
	border-bottom: none;
	padding-left: 0;
}
.profile-content__column:nth-of-type(7) {
	grid-column: span 2;
	grid-row: span 2;
	max-width: 510px;
	border-bottom: none;
}
.profile-content__column:nth-of-type(8) {
	max-width: 270px;
}
.profile-content__column:nth-of-type(9) {
	/*grid-row: 3;*/
	grid-column: 4;
	max-width: 270px;
}
/**/
.profile-column__row {
	border-bottom: 1px solid var(--grayscale-light);
	height: 100%;
	padding-bottom: 16px;
}
.profile-awards .profile-column__row,
.profile-badge .profile-column__row {
	padding-left: 0;
}
.profile-info .profile-column__row,
.profile-badge .profile-column__row,
.profile-vide-furniture .profile-column__row,
.profile-style-furniture .profile-column__row {
	border-bottom: none;
}
.profile-badge .profile-column__row,
.profile-vide-furniture .profile-column__row,
.profile-price-segment .profile-column__row,
.profile-style-furniture .profile-column__row {
	padding-top: 16px;
}
.profile--settings .profile-badge .note-hint {
	max-width: calc(100% - 42px);
	border-bottom: none;
	position: relative;
	top: 8px;
}
.profile--settings .profile-badge .note-hint + .profile-column__row {
	padding-top: 16px;
}
/**/
.profile-column-title {
	display: flex;
	align-items: center;
	min-height: 32px;
}
.profile-column-title .text {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
}
.profile-content__column li {
	color: var(--grayscale-dark);
}
/*1*/
.profile-awards__item,
.profile-badge__item {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}
.profile-awards__item .icon,
.profile-badge__item .icon {
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	align-self: start;
}
.profile-awards .hint--area {
	/*cursor: help;*/
	gap: 8px;
}
.profile-awards ._hint {
	text-align: left;
	padding: 8px 8px 8px 16px;
	flex-direction: column;
	background-color: rgba(32,32,32,.8);
	left: 58px;
	max-width: 248px;
	width: 100%;
}
.profile-awards ._hint p,
.profile-awards ._hint li {
	color: #fff;
}
.profile-awards ._hint p {
	font-weight: 700;
}
.profile-awards ._hint ul {
	padding-left: 20px;
}
/*2*/
.profile-contact .profile-column__row {
	display: flex;
	flex-direction: column;
	max-width: 314px;
}
.profile-contact__subtitle {
	flex: 1 1 auto;
	margin-top: 16px;
}
.profile-contact__subtitle .text {
	color: var(--grayscale-base);
}
.profile-contact__btn {
	max-width: 192px;
	padding-bottom: 16px;
}
.profile-contact__item {
	display: flex;
	align-items: center;
}
.profile-contact__item .icon {
	color: var(--grayscale-soft);
	flex: 0 0 auto;
}
.profile-contact__item .icon.icon--color--blue {
	color: var(--primary-base);
}
.profile-contact__item a {
	color: var(--grayscale-black);
}
/*3*/
.profile-graphic__item {
	display: flex;
	align-items: center;
	min-height: 32px;
}
.profile-graphic__day {
	flex: 0 0 32px;
	color: var(--grayscale-soft);
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
}
.profile-graphic__time {
	font-size: 14px;
	line-height: 18px;
	color: var(--grayscale-black);
	font-weight: 700;
}
.profile-graphic__time ins,
.profile-graphic__time--off {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: var(--grayscale-dark);
}
.profile-graphic__time ins {
	padding: 0 5px;
}
/**/
.profile-works__list {
	padding-left: 25px;
}
.profile-works__list li {
	line-height: 24px;
}
/*6*/
.badge--payment .text {
	padding-top: 12px;
}
.badge--payment li {
	font-size: 14px;
	line-height: 18px;
}

/*--modals*/
.modal-form ::-webkit-input-placeholder {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: var(--grayscale-soft);
}
.modal-form ::-moz-placeholder {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: var(--grayscale-soft);
}
.modal-form {
	margin-top: 36px;
	padding: 0 16px;
}
.form-group {
	display: flex;
	align-items: center;
	min-height: 40px;
	gap: 0 16px;
	margin-bottom: 16px;
}
.form-group__columns {
	display: flex;
	gap: 8px;
	flex: 1 1 auto;
}
.form-group__columns .form-group__column {
	flex: 1 1 auto;
}
.form-group__columns .column--house {
	flex: 0 0 120px;
}
.form-group .form-group__label {
	flex: 0 0 88px;
	text-align: right;
	position: relative;
}
.form-group__field {
	flex: 0 1 320px;
	position: relative;
}
.form-group__field .num--sup {
	position: absolute;
	font-size: 10px;
	top: -8px;
	left: 6px;
	background-color: #fff;
	color: var(--grayscale-soft);
	padding: 0 4px;
	border-radius: 8px;
	box-shadow: 0 0 0 1px  rgba(0,0,0,.02);
}
.form-group__field .form-group__input {
	height: 40px;
	background-color: var(--grayscale-barely);
	width: 100%;
	padding: 0 8px;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	color: var(--grayscale-black);
	font-weight: 700;
	border-radius: 2px;
	border: none;
}
.modal-form__names button.form-group__input {
	padding-right: 0;
	justify-content: space-between;
}
.button.form-group__input .text {
	flex: 1 1 auto;
	max-width: 280px;
}
.form-group__input:focus-visible:invalid {
	border: 1px solid var(--error-red-base);
}
/*.modal-form:has(input:not(.input-phone_2):invalid) .btn--apply {*/
/*	opacity: .25;*/
/*	pointer-events: none;*/
/*}*/
.segment-price__row {
	display: flex;
	min-height: 40px;
	align-items: center;
	margin-bottom: 16px;
}
.segment-price__label {
	width: 96px;
}
.segment-price__row .number-range {
	max-width: calc(128px + 32px);
	width: 100%;
}
.video-group__row {
	display: flex;
	min-height: 32px;
	align-items: center;
	gap: 0 16px;
}
.video-group__label {
	width: 112px;
}
.video-group__row .upload-file__label {
	display: flex;
	min-height: 32px;
	align-items: center;
	gap: 0 4px;
}
.modal-form__names,
.modal-form__price-segment {
	padding-bottom: 8px;
}
.form-price-segment__row,
.modal-form__video {
	border-top: 1px solid var(--grayscale-pale);
	padding-top: 24px;
}
.modal-form__agree {
	max-width: 336px;
	margin: 40px auto 32px;
	min-height: 32px;
	display: flex;
	align-items: center;
}
.modal-form__action {
	width: 100%;
	justify-content: center;
	gap: 16px;
	padding-bottom: 16px;
}
.modal-form__action button {
	flex: 0 1 160px;
}
.form-group__soc {
	flex: 0 0 auto;
	display: flex;
}
/*modal graphic*/
.modal-graphic-work__list {
	max-width: 320px;
	width: 100%;
	margin: 32px auto 40px;
}
.modal-graphic-work__label {
	display: block;
	margin-bottom: 16px;
}
.graphic-work__label--row {
	display: flex;
	align-items: center;
}
/**/
.graphic-work__label--day {
	max-width: 67px;
	width: 100%;
	text-align: center;
}
.graphic-work__label--day p {
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	color: var(--grayscale-soft);
}
.graphic-work__label--time {
	display: flex;
	align-items: center;
	gap: 0 12px;
}
.graphic-work__label--time input {
	width: 96px;
	height: 40px;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	border-radius: 2px;
	border: none;
	background-color: var(--grayscale-barely);
	padding: 0 8px 0 12px;
	color: var(--grayscale-black);
	font-weight: 700;
	cursor: text;
}
.graphic-work__label--no-work {
	flex: auto;
}
.graphic-work__label--no-work input {
	opacity: 0;
	position: absolute;
	z-index: -1;
}
.graphic-work__label--no-work .no-work__text {
	font-size: 14px;
	line-height: 18px;
	color: var(--grayscale-dark);
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
}
.modal-graphic-work [type="time"]::-webkit-calendar-picker-indicator {
	cursor: pointer;
}
@media (max-width: 414px) {
	.modal-graphic-work [type="time"]::-webkit-calendar-picker-indicator {
		display: none;
	}
}
/*modal type work*/
.checkbox-label.is-disabled {
	cursor: not-allowed;
}
@media (any-hover: hover) {
	.checkbox-label.is-disabled {
		pointer-events: none;
	}
}
.checkbox-label.is-disabled .checkbox-custom {
	opacity: .3;
}
.checkbox-label ._hint {
	min-width: 80px;
	left: 24px;
	top: -28px;
}

.modal--choose .modal-form__row {
	padding-bottom: 32px;
}
.modal-form .form--list {
	display: flex;
	flex-wrap: wrap;
}
.modal-form .form--list > * {
	flex: 0 0 208px;
}
.modal-form .form--list > *:nth-of-type(even) {
	border-left: 1px solid var(--grayscale-pale);
}
.modal-form .form--list .checkbox-label {
	height: 40px;
}
.modal-form__list-first {
	margin-bottom: 16px;
}
.modal-form__list-first .checkbox-label {
	border-bottom: 1px solid var(--grayscale-pale);
}
.modal-form__list-first .checkbox-label:nth-of-type(even) {
	border-left-color: #fff;
	padding-left: 16px;
}
.modal-form .form--list__item:nth-of-type(odd) {
	padding-right: 16px;
}
.modal-form .form--list__item:nth-of-type(even) {
	padding-left: 16px;
}
.modal-form .form--list__item:nth-last-child(-n+2) .checkbox-label {
	border-bottom: none;
}
.modal-form .modal-form__row .checkbox-label {
	border-bottom: 1px solid var(--grayscale-pale);
}
/*modal info */
.modal-info .modal-form {
	margin-top: 16px;
}
.modal-info textarea {
	resize: none;
	background-color: var(--grayscale-barely);
	border-radius: 2px;
	border: none;
	width: 100%;
	max-width: 416px;
	height: 368px;
}
/*modal notes*/
.modal-notes .modal-form__row {
	display: flex;
	flex-wrap: wrap;
}
.modal-notes .modal-form__row > * {
	flex: 0 0 208px;
}
.modal-form__left .modal-form__item:first-child .checkbox-label {
	min-height: 64px;
}
.modal-form__left .modal-form__item:nth-of-type(2) .checkbox-label {
	min-height: 80px;
}
.modal-form__left .modal-form__item:last-child .checkbox-label {
	min-height: 48px;
	margin-top: 16px;
}
.modal-notes .modal-form__title {
	min-height: 40px;
	display: flex;
	align-items: center;
	padding-left: 16px;
}
.modal-notes .modal-form__right {
	border-left: 1px solid var(--grayscale-pale);
}
.modal-notes .modal-form__left .modal-form__item {
	padding-right: 16px;
}
.modal-notes .modal-form__right .modal-form__item {
	padding-left: 16px;
}
.modal-notes .modal-form__item:last-child .checkbox-label {
	border-bottom: none;
}
/*modal QR code*/
.modal-profile-card__photo-maker,
.modal-profile-card__qr figure {
	width: 160px;
	height: 160px;
}
.modal-profile-qr .modal__body {
	background-color: var(--grayscale-barely);
}
.modal-profile-qr .modal-main__row {
	max-width: 352px;
	margin: 0 auto;
	padding: 80px 0 48px;
}
.modal-profile-card__row {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.modal-profile-card__photo-maker {
	margin-top: -80px;
}
.modal-profile-card__name-maker {
	font-weight: 900;
	font-size: 24px;
	line-height: 24px;
	color: var(--grayscale-base);
	min-height: 32px;
	display: flex;
	align-items: center;
	gap: 0 7px;
	margin: 16px 0;
}
.modal-profile-card__desc {
	background-color: #fff;
	padding-bottom: 24px;
}
.modal-profile-card__desc .text {
	max-width: 288px;
	margin: 0 auto;
	padding: 0 4px;
}
.modal-profile-card__desc .text--weight--bolder {
	min-height: 48px;
	display: flex;
	align-items: center;
}
.modal-profile-card__dwn {
	max-width: 160px;
	margin: 32px auto 0;
}
/*modal soc*/
.modal-profile-share .modal-main__row {
	padding-top: 0;
}
.modal-profile-share .modal-profile-soc {
	padding: 0 16px;
}
.modal-profile-soc__personal {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 16px;
	margin: 32px 0;
}
.modal-profile-soc__ava {
	width: 64px;
	height: 64px;
}
.modal-profile-soc__name--fio {
	min-height: 32px;
	display: flex;
	align-items: center;
}
.modal-profile-soc .review-rang {
	padding-left: 0;
	margin-top: 0;
}
.modal-profile-soc .review-rang__item--number strong {
	font-size: 12px;
}
.modal-profile-soc .review-rang__item--number {
	padding-left: 8px;
	color: var(--grayscale-base);
}
.modal-share-box {
	margin-bottom: 16px;
}
.modal-share-box__row {
	flex: 0 1 208px;
}
.modal-share-box__title {
	display: flex;
	min-height: 48px;
	align-items: center;
}
.modal-share-box__row:first-child {
	border-right: 1px solid var(--grayscale-pale);
}
.modal-share-box__row:last-child {
	padding-left: 16px;
}
.modal-share-box__item {
	display: flex;
}
.modal-share-box__item > * {
	align-items: center;
	gap: 0 4px;
	flex: 0 1 192px;
	min-height: 48px;
	border-bottom: 1px solid var(--grayscale-pale);
	padding-left: 8px;
}
.modal-share-box__item > *:focus {
	border-bottom: 1px solid var(--grayscale-pale);
}
.modal-share-box__item:last-child > * {
	border-bottom: none;
}
.modal-share-link__group {
	display: flex;
	align-items: center;
	gap: 0 8px;
}
.modal-share-link__title {
	min-height: 40px;
	display: flex;
	align-items: center;
}
.modal-share-link__group .modal-share-link__input {
	border: 1px solid var(--grayscale-soft);
	border-radius: 2px;
	height: 40px;
	width: 100%;
	max-width: 360px;
	padding: 0 8px;
	color: var(--grayscale-black);
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	flex: 0 1 360px;
}
.modal-share-link__group .icon--copy-link {
	background-color: var(--primary-base);
	width: 48px;
	height: 48px;
	border-radius: 50%;
	color: #fff;
}
.modal-profile-soc__action {
	max-width: 160px;
	margin: 32px auto 16px;
}
/*modal del acc*/
.modal-delete-account .modal__body {
	border: 2px solid #E00020;
}
.modal-delete-account .modal-form {
	margin-top: 16px;
}
.modal-delete-account .modal-form p:not(:last-child) {
	margin-bottom: 20px;
}
.modal-delete-account .modal-form__description {
	margin-bottom: 32px;
}
/**/

@media (max-width: 1680px) {
	.profile-block__container {
		padding-left: 16px;
	}
	.profile-block__nav {
		padding-left: 32px;
	}
	.profile-content__columns {
		padding-top: 24px;
		padding-left: 32px;
	}
	.profile-column__row,
	.profile-awards .profile-column__row,
	.profile-badge .profile-column__row {
		padding-left: 8px;
	}
	.profile-content__column:nth-of-type(5) {
		min-width: 240px;
	}
}
@media (max-width: 1600px) {
	.profile--settings .profile-badge .note-hint {
		top: 0;
	}
	.profile-content__columns {
		padding-top: 16px;
	}
	.profile--public .profile-content__columns {
		grid-template-columns: repeat(4, 1fr);
	}
	.profile-content__column:nth-of-type(3) {
		max-width: inherit;
	}
	.profile-content__column:nth-of-type(1),
	.profile-content__column:nth-of-type(6) {
		max-width: inherit;
	}
	.profile--public .profile-content__column:nth-of-type(5) {
		grid-row: 1;
		grid-column: 1/5;
		max-width: inherit;
		border-left: none;
		padding-left: 0;
		padding-bottom: 8px;
		border-bottom: 1px solid var(--grayscale-light);
		margin-bottom: 16px;
	}
	.profile--settings .profile-content__column.profile-info {
		grid-column: span 3;
		margin-bottom: 0;
	}
	.profile--settings .profile-content__column.profile-share {
		grid-row: 1;
		grid-column: 4;
		margin-top: 0;
		border-bottom: 1px solid var(--grayscale-light);
	}
	.profile--settings .profile-share .profile-column__row {
		padding-bottom: 0;
	}
	.profile--settings .profile-content__column {
		margin-top: 16px;
	}
	.profile--settings .profile-badge .profile-column__row,
	.profile--settings .profile-vide-furniture .profile-column__row,
	.profile--settings .profile-price-segment .profile-column__row,
	.profile--settings .profile-style-furniture .profile-column__row {
		padding-top: 0;
	}
	.profile--settings .profile-content__column:nth-of-type(7) {
		max-width: inherit;
	}
	.profile-content__column.profile-info .edit--icon {
		top: -32px;
	}
	.profile-content__column.profile-badge .edit--icon,
	.profile-content__column.profile-badge ~ .profile-content__column .edit--icon {
		top: -16px;
	}
	.profile--settings .profile-content__column.profile-works,
	.profile--settings .profile-content__column.profile-price-segment,
	.profile--settings .profile-content__column.profile-style-furniture {
		border-right: none;
	}
	.profile-info__title {
		display: none;
	}
}
@media (min-width: 1367px) and (max-width: 1420px) {
	.profile-graphic__time ins {
		padding: 0;
	}
}
@media (max-width: 1366px) {
	.profile-head__bg {
		height: 104px;
	}
	.profile--public .profile-content__columns {
		grid-template-columns: repeat(3, 1fr);
		height: calc(100vh - 280px);
	}
	.profile-content__column:nth-of-type(5) {
		grid-column: 1/4;
	}
	.profile-content__column:nth-of-type(3) {
		max-width: inherit;
	}
	.profile-content__column:nth-of-type(4) {
		grid-row: 4;
		grid-column: 1;
		border-left: none;
		padding-left: 0;
	}
	.profile-content__column:nth-of-type(8) {
		grid-row: 4;
		grid-column: 2;
		max-width: inherit;
	}
	.profile-content__column:nth-of-type(9) {
		grid-row: 4;
		grid-column: 3;
	}
	.profile-content__column:nth-of-type(6),
	.profile-content__column:nth-of-type(7) {
		grid-row: 3;
	}
	.profile-content__column:nth-of-type(7) {
		max-width: inherit;
	}
	.profile-content__column:nth-of-type(4) > *,
	.profile-content__column:nth-of-type(8) > *,
	.profile-content__column:nth-of-type(9) > * {
		border-bottom: none;
		border-top: 1px solid var(--grayscale-light);
	}
	.profile--settings .profile-content__column.profile-info {
		grid-column: span 2;
	}
	.profile--settings .profile-content__column.profile-share {
		grid-column: 3;
	}
	.profile-works .profile-column__row {
		padding-top: 16px;
		padding-left: 8px;
	}
	.profile--settings .profile-content__column.profile-works,
	.profile--settings .profile-content__column.profile-price-segment,
	.profile--settings .profile-content__column.profile-style-furniture {
		margin-top: 0;
	}
	.profile--settings .profile-price-segment .profile-column__row,
	.profile--settings .profile-style-furniture .profile-column__row {
		padding-top: 16px;
	}
	.profile--settings .profile-content__column.profile-works .edit--icon,
	.profile--settings .profile-content__column.profile-price-segment .edit--icon,
	.profile--settings .profile-content__column.profile-style-furniture .edit--icon {
		top: 0;
	}
	.profile-vide-furniture {
		position: relative;
	}
	.profile-vide-furniture [data-column="half"] {
		gap: 0 124px;
	}
	.profile-vide-furniture [data-column="half"] li {
		flex-basis: calc(50% - 124px);
	}
	/*fix line*/
	.profile-contact__item {
		margin-left: -1px;
	}
	.profile-contact__item .text {
		padding-left: 0;
		position: relative;
		left: 8px;
	}
	.mess-soc-icon {
		position: relative;
		left: 8px;
	}
}
@media (max-width: 1280px) {
	.profile-nav__orders .add--orders {
		margin-left: auto;
	}
	.profile-content__column {
		padding: 0 8px
	}
	.profile-content__column:nth-of-type(2) {
		padding-right: 8px;
	}
	.profile-info .profile-column__row {
		padding-left: 0;
	}
	.profile-vide-furniture [data-column="half"] {
		gap: 0 105px;
	}
	.profile-vide-furniture [data-column="half"] li {
		flex-basis: calc(50% - 105px);
	}
	/**/
	.modal--cmx.modal-profile-qr .modal__body,
	.modal--cmx.modal-profile-share .modal__body {
		max-width: 480px;
	}
	.modal-profile-share .modal-profile-soc {
		padding: 0 0 16px;
	}
	.modal-profile-soc__personal {
		margin: 16px 0;
	}
	.modal-profile-soc__action {
		display: none;
	}
	.modal-profile-card__photo-maker,
	.modal-profile-card__qr figure {
		width: 144px;
		height: 144px;
	}
	.modal-profile-card__name-maker {
		margin-bottom: 2px;
	}
	.modal-profile-card__dwn {
		margin-top: 16px;
	}
}
@media (max-width: 1270px) {
	.profile--public .profile-content__columns {
		height: calc(100vh - 336px);
	}
}
@media (max-width: 1260px) {
	.add--orders--mob {
		max-width: 248px;
		margin: 24px auto 8px;
	}
	.profile-block__nav {
		padding-right: 0;
	}
	.profile-block__nav .profile-nav__all-maker {
		margin-left: auto;
	}
	.profile-nav__all-maker .text--size--default {
		font-size: 0;
	}
}
@media (max-width: 1194px) {
	.profile-head__edit .upload-file.edit--icon {
		right: 16px;
	}
	.profile-content__column .edit--icon {
		right: 0;
	}
	.profile-content__columns {
		padding: 16px;
	}
	.profile--public .profile-content__columns {
		grid-template-columns: repeat(2, 1fr);
	}
	.profile-content__column {
		border-left: none;
		max-width: inherit;
		padding-right: 0;
		padding-left: 0;
	}
	.profile--settings .profile-awards,
	.profile--settings .profile-contact {
		margin-top: 0;
	}
	.profile-content__column:nth-of-type(odd) {
		grid-column: 1;
	}
	.profile-content__column:nth-of-type(even) {
		grid-column: 2;
		max-width: inherit;
		padding-right: 0;
	}
	.profile-contact .profile-column__row {
		max-width: inherit;
	}
	.profile-contact__list {
		max-width: 314px;
	}
	.profile-content__column:nth-of-type(3) {
		grid-column: 2;
	}
	.profile-content__column:nth-of-type(4) {
		grid-row: 5/7;
	}
	.profile--public .profile-content__column:nth-of-type(5) {
		grid-column: 1/3;
		border-bottom: none;
		margin-bottom: 8px;
	}
	.profile-content__column:nth-of-type(6) {
		grid-column: 1;
		grid-row: 3;
	}
	.profile-content__column:nth-of-type(7) {
		grid-column: 1/3;
		grid-row: 4;
	}
	.profile-content__column:nth-of-type(8) {
		grid-row: 5;
		grid-column: 1;
	}
	.profile-content__column:nth-of-type(9) {
		grid-row: 6;
		max-width: inherit;
	}
	.profile-content__column:nth-of-type(4) > *,
	.profile-content__column:nth-of-type(8) > *,
	.profile-content__column:nth-of-type(9) > * {
		border-top: none;
	}
	.profile-content__column > *:not(.profile__edit),
	.profile-content__column .profile-column__row {
		border-bottom: 1px solid var(--grayscale-light);
		padding-left: 16px;
	}
	.profile-content__column:nth-of-type(3) .profile-column__row {
		padding-top: 16px;
	}
	.profile-content__column:nth-of-type(4) .profile-column__row,
	.profile-content__column:nth-of-type(8) .profile-column__row,
	.profile-content__column:nth-of-type(9) .profile-column__row {
		border-bottom: none;
	}
	.profile-content__column:nth-of-type(9) .profile-column__row {
		padding-top: 0;
	}
	/**/
	.profile--settings .profile-content__column.profile-share {
		grid-row: inherit;
		grid-column: span 2;
		border-bottom: none;
	}
	.profile--settings .profile-share .profile-column__row {
		border-bottom: none;
		display: flex;
		gap: 0 16px;
	}
	.profile--settings .profile-share .profile-column__row > * {
		flex: 1 1 auto;
		border-bottom: none;
	}
	/**/
	.profile-vide-furniture [data-column="half"] {
		gap: 0 10px;
	}
	.profile-vide-furniture [data-column="half"] li {
		flex-basis: calc(50% - 10px);
	}
	.profile-vide-furniture li:nth-of-type(1)::after {
		display: none;
	}
}
@media (max-width: 1024px) {
	.profile--public .profile-content__columns {
		grid-template-rows: auto;
		height: auto;
		overflow: unset;
	}
	.progress-account__row {
		flex-wrap: wrap;
		padding: 8px 0 16px;
		margin-top: -48px;
	}
	.profile-info .profile-column__row {
		height: auto;
	}
	.progress-account__title {
		flex: 1 1 100%;
	}
	.progress-account__bar {
		padding: 0 16px;
	}
	/*modal*/
	[data-box*="edit-"]:not(.modal-profile-qr) .modal-main__row {
		padding: 0 32px 16px;
	}
	.modal-profile-qr .modal-main__row {
		padding-bottom: 24px;
	}
	.modal-form {
		margin-top: 16px;
		padding: 0;
	}
	.form-group .form-group__field {
		flex-grow: 1;
	}
	.modal-graphic-work__list {
		margin: 16px auto 24px;
	}
	.modal-form__agree {
		margin: 16px auto;
	}
	/**/
	.modal--choose .modal-form__row {
		padding-bottom: 16px;
	}
	.modal-info .modal-form {
		margin-top: 8px;
	}
	.modal-info textarea {
		max-width: inherit;
	}
}
@media (max-width: 982px) {
	.profile-contact__list {
		max-width: 248px;
	}
}
@media (max-width: 960px) {
	.profile-awards .text.text--size--sm,
	.profile-badge .text.text--size--sm {
		font-size: 14px;
		line-height: 18px;
	}
	.badge--payment li {
		font-size: 12px;
		line-height: 16px;
	}
	.all--maker--tablet {
		margin: 24px auto 8px;
		justify-content: center;
	}
	.profile--public .profile-content__columns {
		display: flex;
		flex-direction: column;
	}
	.profile-content__column:nth-of-type(1) {
		order: 2;
	}
	.profile-content__column:nth-of-type(2) {
		order: 4;
	}
	.profile-contact__list {
		max-width: inherit;
		width: calc(100vw - 464px);
	}
	.profile-content__column:nth-of-type(3) {
		order: 5;
	}
	.profile-content__column:nth-of-type(4) {
		order: 6;
	}
	.profile-content__column:nth-of-type(5) {
		order: 1;
	}
	.profile-content__column:nth-of-type(6) {
		order: 3;
	}
	.profile-content__column:nth-of-type(7) {
		order: 7;
	}
	.profile-content__column:nth-of-type(8) {
		order: 8;
	}
	.profile-content__column:nth-of-type(9) {
		order: 9;
	}
	.profile-content__column:nth-of-type(4) .profile-column__row,
	.profile-content__column:nth-of-type(8) .profile-column__row {
		border-bottom: 1px solid var(--grayscale-light);
	}
	.profile-content__column:nth-of-type(2) .profile-column__row,
	.profile-content__column:nth-of-type(9) .profile-column__row {
		padding-top: 16px;
	}
	.profile-contact__subtitle {
		margin-bottom: 16px;
	}
	.profile-contact__btn {
		padding-bottom: 0;
	}
	.profile-awards .profile-column__row,
	.profile-badge .profile-column__row {
		display: flex;
		flex-wrap: wrap;
		gap: 0 8px;
	}
	.profile-awards .profile-column__row > *,
	.profile-badge .profile-column__row > * {
		flex: 1 1 calc(50% - 8px);
		align-self: start;
	}
	.profile-graphic__list {
		column-count: 2;
		column-gap: 8px;
	}
	.profile-graphic__list .profile-graphic__item {
		min-height: unset;
		margin: 8px 0;
	}
	/**/
	.profile--settings .profile-awards .profile-column__row > * {
		flex-basis: 100%;
	}
	.profile--settings .profile-content__column.profile-graphic,
	.profile--settings .profile-content__column.profile-vide-furniture {
		margin-top: 0;
	}
	.profile-head__edit .upload-file.edit--icon {
		right: 8px;
	}
	.profile--settings .profile-content__column .profile__edit.edit--icon {
		top: 16px;
		right: 48px;
	}
	.profile--settings .profile-content__column.profile-info .profile__edit.edit--icon {
		top: -28px;
		right: 0;
	}
	.profile--settings .profile-content__column.profile-badge .profile__edit.edit--icon {
		top: -16px;
		right: 0;
	}
}
@media (min-width: 471px) and (max-width: 960px) {
	/*hide content to spoiler*/
	.profile-content__column:not(.profile-awards):not(.profile-badge):not(.profile-info) .profile-column__row:not(._active) {
		padding-top: 0!important;
		padding-bottom: 0!important;
	}
	.profile-content__column .profile-column-title:not(._show) {
		min-height: 64px;
	}
	.profile-column:not(.profile-info) .profile-column-title:not(._show) ~ * {
		visibility: hidden;
		height: 0;
		margin: 0;
		width: 0;
		opacity: 0;
		z-index: -999;
		transition: margin .15s ease-in-out, height .15s ease-in-out;
	}
	.profile-column .profile-column__row:not(._active) .profile-works__list {
		display: none;
	}
	.profile-column:not(.profile-info) .profile-column-title {
		position: relative;
	}
	.profile-column:not(.profile-info) .profile-column-title::after {
		content:'';
		background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3938_73)'%3E%3Cpath d='M13 6H3V7L8 12L13 7V6Z' fill='%23606060'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3938_73'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") right center no-repeat;
		position: absolute;
		width: 16px;
		height: 16px;
		right: 16px;
		transition: all .15s ease-in-out;
	}
	.profile-column:not(.profile-info) .profile-column-title._show::after {
		transform: rotate(-180deg);
	}
}
@media (max-width: 860px) {
	.profile-block__container {
		padding-left: 8px;
	}
	.profile-block__nav {
		padding-left: 16px;
	}
	.profile-content__columns {
		padding-left: 8px;
		padding-right: 8px;
	}
	.profile-content__column > *, .profile-content__column .profile-column__row {
		padding-left: 8px;
	}
	.profile-vide-furniture [data-column="half"] {
		gap: unset;
		display: block;
	}
	.profile-vide-furniture [data-column="half"] li {
		flex: unset;
	}
	/**/
	.profile--settings .profile-share {
		order: 10;
		border-top: 1px solid var(--grayscale-light);
		padding-top: 16px;
		margin-bottom: 24px;
	}
	.profile--settings .profile-share .profile-column__row {
		justify-content: center;
		gap: 0 24px;
	}
	.profile--settings .profile-share .profile-column__row > * {
		flex: unset;
	}
	.profile--settings .profile-share__link {
		flex-direction: column;
		gap: 8px;
	}
}
@media (max-width: 780px) {
	.profile--personal .main__section {
		padding: 0 8px;
	}

	.profile-block__container {
		grid-template-columns: 344px 1fr;
		padding-left: 0;
	}

	.profile-card__body {
		border-left: none;
		padding-left: 24px;
		padding-right: 24px;
		width: 344px;
	}

	.profile-awards .text.text--size--sm,
	.profile-badge .text.text--size--sm {
		font-size: 12px;
		line-height: 16px;
		padding-right: 8px;
		padding-left: 8px;
	}

	.badge--payment li {
		font-size: 10px;
		line-height: 12px;
	}

	/**/
	.profile-head.head--settings {
		padding: 0 8px;
	}

	.profile-card-head__switch,
	.profile-maker .profile__edit {
		right: -8px;
	}
	/**/
	.modal-info textarea {
		height: calc(100vh - 224px);
	}
	/**/
	.modal--choose .modal-form__row {
		flex-direction: column;
		max-width: 360px;
		margin: 0 auto;
		width: 100%;
	}
	.modal-notes .modal-form__row > * {
		flex: 1 1 auto;
	}
	.modal-form__left .modal-form__item:first-child .checkbox-label,
	.modal-form__left .modal-form__item:nth-of-type(2) .checkbox-label {
		min-height: 48px;
	}
	.modal-form__left .modal-form__item:last-child .checkbox-label {
		margin-top: 0;
	}
	.modal-notes .modal-form__right {
		border-left: none;
	}
	.modal-notes .modal-form__title {
		padding: 0 16px;
		justify-content: center;
	}
	.modal-notes .modal-form__right .modal-form__item {
		padding-left: 0;
	}
	.modal-form__action {
		margin-top: 16px;
	}
	/**/
	.modal-form .form--list {
		flex-direction: column;
	}
	.modal-form__list-first {
		margin-bottom: 0;
	}
	.modal-form .form--list > * {
		flex: unset;
	}
	.modal-form__list-first .checkbox-label:nth-of-type(even),
	.modal-form .form--list > *:nth-of-type(even) {
		padding-left: 0;
		border-left: none;
	}
	.modal-form .form--list__item:nth-of-type(odd) {
		padding-right: 0;
	}
	.modal-form .form--list__item:nth-last-child(-n+2) .checkbox-label {
		border-bottom: 1px solid var(--grayscale-pale);
	}
	.modal-form .form--list__item:last-child .checkbox-label {
		border-bottom: none;
	}
	.modal-form .form--list .checkbox-label {
		height: 48px;
	}
}
@media (max-width: 720px) {
	.profile-head__bg {
		border: none;
		height: 128px;
	}
	.profile-block__container {
		display: flex;
		flex-direction: column;
		margin-top: 0;
	}
	.profile-block__card {
		border-top: 2px solid var(--grayscale-barely);
		margin-top: 0;
	}
	.profile-card__body {
		width: 100%;
		border-left: 2px solid var(--grayscale-barely);
	}
	.profile-card__partner-gallery {
		justify-content: center;
	}
	.profile-card-head ._hint {
		left: unset;
		right: 0;
		top: 105%;
	}
	.profile-block__nav {
		background-color: #fff;
		margin-top: 0;
		padding: 0 8px;
	}
	.profile-nav__list {
		width: 100%;
		justify-content: space-around;
	}
	.profile-nav__all-maker {
		display: none;
	}
	/*unfix line*/
	.profile-contact__list {
		width: calc(100vw - 64px);
	}
	.profile-contact__item {
		margin-left: 0;
	}
	.profile-contact__item .text {
		padding-left: 8px;
		position: unset;
	}
	/**/
	.profile-change__row button {
		max-width: 144px;
		margin-left: auto;
	}
	.progress-account__row {
		margin-top: 0;
	}
	.progress-account__title {
		margin-bottom: 8px;
	}
	.progress-toolbar__item:first-child .progress-toolbar__label,
	.progress-toolbar__item:last-child .progress-toolbar__label {
		left: 0;
	}
	.profile--settings .profile-content__column.profile-info .profile__edit.edit--icon,
	.profile--settings .profile-content__column.profile-badge .profile__edit.edit--icon {
		right: 8px;
	}
	.profile-head__edit .upload-file.edit--icon {
		top: 4px;
		right: 16px;
	}
}
@media (max-width: 500px) {
	.profile-head.head--settings,
	.profile--personal .main__section {
		padding: 0;
	}
	.profile-content__column:nth-of-type(5) {
		min-width: inherit;
	}
	/**/
	[data-box*="edit-"] .modal-main__row {
		height: 100%;
	}
	[data-box*="edit-"] .modal-content {
		height: calc(100% - 120px);
	}
	[data-box*="edit-"] .modal-form {
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	.modal-maker-personal .modal-form {
		max-width: 360px;
		margin: 16px auto;
	}
	.form-group {
		flex-wrap: wrap;
		min-height: inherit;
		margin-bottom: 0;
	}
	.form-group:last-child {
		margin-bottom: 8px;
	}
	.form-group .form-group__label {
		flex: 1 1 100%;
		text-align: center;
		min-height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.segment-price__row {
		flex-wrap: wrap;
	}
	.segment-price__label {
		max-width: inherit;
		flex: 1 1 100%;
		margin-bottom: 14px;
	}
	.segment-price__row:first-child {
		margin-bottom: 20px;
	}
	.segment-price__row:last-child {
		margin-bottom: 8px;
	}
	.video-group__row {
		justify-content: space-between;
	}
	[data-box*="edit-"] .modal-form__agree {
		flex: 1 1 auto;
	}
	/**/
	.maker-contact .form-group__field {
		flex: 1;
	}
}
@media (max-width: 470px) {
	.profile-head {
		max-height: 176px;
		border-top: 1px solid var(--grayscale-barely);
	}
	.gallery-page.makers .profile-head {
		max-height: 208px;
		padding-top: 32px;
	}
	.profile-head .all--maker--mob {
		min-height: 48px;
		padding-left: 16px;
	}
	/**/
	.profile-card__body {
		padding-left: 32px;
		border: none;
		margin-bottom: 2px;
	}
	.profile-card__partner-gallery {
		justify-content: stretch;
	}
	.badge--payment ul {
		margin-top: 8px;
		margin-left: -8px;
	}
	/*tabs nav list*/
	.profile-block__nav {
		padding: 0;
	}
	.profile-nav__list {
		justify-content: stretch;
		padding-left: 0;
		flex-direction: column;
	}
	.profile-nav__list .profile-nav__item {
		display: flex;
		gap: 0 8px;
		border-bottom: 2px solid var(--grayscale-barely);
	}
	.profile-nav__list .profile-nav__item:not(:first-child):last-child {
		border-bottom: none;
	}
	.profile-nav__item .profile-nav__link {
		padding: 0 0 0 30px;
		font-size: 20px;
		line-height: 20px;
		min-height: 64px;
		color: var(--grayscale-black);
		font-weight: 400;
		flex: 1;
	}
	.profile-nav__item._active {
		background-color: var(--primary-base);
	}
	.profile-nav__item._active .profile-nav__link {
		color: #fff;
	}
	.profile-content__tabs {
		display: flex;
		flex-direction: column;
		gap: 2px 0;
	}
	.profile-nav__item--tab {
		list-style: none;
		background-color: #fff;
		padding-left: 30px;
	}
	/**/
	.profile-nav__item {
		border-bottom: none;
		position: relative;
		width: 100%;
	}
	.profile-nav__item._active .profile-nav-selected__row .select__button,
	.profile-nav__item._active .profile-nav-selected__row .icon__pic {
		color: #fff;
	}
/*	.profile-nav__link::after {
		content: '';
		background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_9784_1)'%3E%3Cpath d='M22 11L16 17L10 11L8 13L16 21L24 13L22 11Z' fill='%23606060'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_9784_1'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
		position: absolute;
		width: 32px;
		height: 32px;
		right: 0;
		transition: all .25s ease-in-out;
	}
	.profile-nav .profile-nav__link::after {
		right: 8px;
	}
	.profile-nav__item._active .profile-nav__link::after {
		transform: rotate(-180deg);
	}
	.profile-nav__item--tab .profile-nav__link::after {
		right: 8px;
	}*/
	/**/
	.profile-content__columns {
		padding-left: 16px;
		padding-right: 16px;
	}
	.profile-content__column > *, .profile-content__column .profile-column__row {
		padding-left: 16px;
	}
	.profile-awards .profile-column__row, .profile-badge .profile-column__row {
		padding-left: 8px;
	}
	.profile-content__column:nth-of-type(5) {
		order: 10;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.profile-content__column:nth-of-type(5) .profile-column__row {
		border-bottom: none;
		border-top: 1px solid var(--grayscale-light);
		padding-top: 16px;
		padding-bottom: 0;
	}
	.profile-contact__btn {
		padding-top: 92px;
	}
	/*settings*/
	.progress-account__title {
		text-align: center;
	}
	.profile--settings .profile-content__column.profile-info .profile__edit.edit--icon,
	.profile--settings .profile-content__column.profile-badge .profile__edit.edit--icon,
	.profile--settings .profile-content__column .profile__edit.edit--icon {
		right: 0;
	}
	.profile--settings .profile-content__column .profile__edit.edit--icon,
	.profile--settings .profile-content__column.profile-info .profile__edit.edit--icon {
		top: 4px;
	}
	.profile--settings .profile-info__title {
		display: block;
	}
}
@media (max-width: 414px) {
	.profile--settings .profile-share {
		border-top: none;
	}
	.profile--settings .profile-share .profile-column__row {
		gap: 0;
		flex-wrap: wrap;
	}
	.profile--settings .profile-share .profile-column__row > * {
		flex: 0 1 240px;
	}
	.profile--settings .profile-share .profile-column__row .profile-share__qr {
		border-bottom: 1px solid var(--grayscale-light);
	}
	.profile--settings .profile-share__link {
		flex-direction: unset;
		gap: 0;
		margin: 0 auto;
	}
	/**/
	.segment-price__row:first-child .number-range {
		max-width: calc(112px + 30px);
	}
	.segment-price__row:first-child .number-range .number-range__input {
		max-width: 112px;
	}
	.video-group__label {
		width: auto;
	}
	.profile--settings .profile-share .profile-column__row {
		padding-left: 0;
	}
}
@media (min-width: 351px) and (max-width: 414px) {
	.badge--payment .text {
		max-width: 110px;
	}
	.badge--payment ul {
		margin-top: 24px;
		margin-left: -36px;
	}
}
@media (max-width: 360px) {
	.modal--choose .modal-form__row {
		max-width: 224px;
	}
	.modal-info .modal--choose .modal-form__row {
		max-width: inherit;
	}
	.form-group__columns {
		flex-direction: column;
	}
}
@media (max-width: 350px) {
	.profile-card__body {
		padding: 16px;
	}
	.maker-led-status__text {
		padding-right: 8px;
	}
	.profile-card-head__icon,
	.profile-maker__name--video {
		margin-right: 0;
	}
	.profile-card__maker {
		padding-left: 24px;
	}
	.hint--city {
		left: unset;
		right: 0;
	}
	/**/
	.profile-content__columns {
		padding-left: 0;
		padding-right: 0;
	}
	.profile-awards .profile-column__row,
	.profile-badge .profile-column__row {
		gap: unset;
		flex-direction: column;
		padding-left: 16px;
	}
	.profile-graphic__list {
		column-gap: unset;
		column-count: unset;
	}
	.profile-contact__list {
		width: calc(100vw - 32px);
	}
	/**/
	.profile-head__edit .upload-file.edit--icon {
		right: 8px;
	}
	/**/
	[data-box*="edit-"]:not(.modal-profile-qr) .modal-main__row {
		padding-left: 16px;
		padding-right: 16px;
	}
	.segment-price__row:first-child .number-range {
		max-width: inherit;
		margin-bottom: 16px;
	}
	.segment-price__row .number-range .number-range__input {
		max-width: inherit!important;
	}
	.segment-price__row .number-range {
		max-width: inherit;
	}
	.profile--settings .profile-badge .note-hint {
		left: 16px;
		max-width: calc(100% - 50px);
	}
}