:root {
	--accent-color: #d83d87;
	--dark-color: #20182b;
	--bg-color: #44318d;
	--text: #fff;
	--shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;;
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-size: 16px;
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 400;
	background-color: var(--bg-color);
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	color: var(--text);
}

.swiper.card__block--slider
{
	box-shadow: var(--shadow);
}
*,
*:after,
*:before {
	box-sizing: border-box;
}

.none {
	display: none !important;
}

a,
button,
input,
textarea,
select {
	transition: 0.2s linear;
	font-size: 16px;
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 400;
}

a {
	text-decoration: none;
	color: var(--text);
}

a:hover {
	color: var(--accent-color);
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h5,
p {
	margin: 0;
	font-weight: normal;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	appearance: none;
}

.children {
	padding-left: 1rem !important;
	font-size: 14px !important;
}

.button,
.input {
	border: none;
	cursor: pointer;
	background: none;
	outline: none;
}

.input {
	cursor: text;
}

.input::placeholder {
	color: var(--text);
}

.input:focus::placeholder {
	opacity: 0;
}

.title {
	color: var(--text);
}

.main {
	padding: 24px 0;
	min-height: calc(100vh - 144px - 99px);
}

.main__title {
	font-size: 36px;
	font-weight: 700;
}

.main__breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.main__breadcrumb--link a,
.main__breadcrumb--link {
	color: var(--accent-color);
	font-size: 12px;
	font-weight: 600;
}

.main__breadcrumb--link {
	color: var(--text);
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 6px;
}

.main__breadcrumb--link:nth-last-child(2) + .main__breadcrumb--arrow {
	display: none;
}

.main__item--img--inner,
.salon__item--img--inner,
.card__item--img--inner {
	width: 100%;
	position: relative;
}

.card__item--img--inner {
	min-height: 600px;
}

.main__item--img-anchor{
	aspect-ratio: 2 / 2.5;
}

.main__item--img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}

.main__item--name {
	font-size: 20px;
	font-weight: 600;
	color: var(--accent-color);
	display: inline-block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.main__item--wrap,
.main__item--wrap--link {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.main__item--wrap--link {
	font-weight: 700;
	color: var(--text);
}

.phone__link {
	color: var(--accent-color);
	font-size: 20px;
}

.phone__link:hover {
	color: var(--text);
}

.main__item--buttons,
.card__buttons {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.main__item--buttons {
	width: calc(100% - 16px);
	position: absolute;
	bottom: 8px;
	left: 8px;
	justify-content: space-between;
}

.main__item--button,
.card__item--button {
	gap: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 600;
	background: rgb(0 0 0 / 75%);
	padding: 7.5px 10px;
	border-radius: 8px;
	color: var(--text);
	border: none;
}

.main__item--button:hover,
.card__item--button:hover {
	opacity: 0.7;
	cursor: pointer;
}

.card__item--button {
	width: 31%;
}

.main__item--attrs {
	width: calc(100% - 16px);
	position: absolute;
	top: 8px;
	left: 8px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	pointer-events: none;
}

.main__alert--block {
	margin-top: 16px;
	color: var(--text);
	padding: 12px 16px;
	background: var(--dark-color);
	border-radius: 8px;
	text-align: center;
	box-shadow: var(--shadow);
}

.main__alert {
	color: var(--text);
}

.main__title.mt-3:first-child {
	margin-top: 0 !important;
}

.main__item--attr {
	gap: 4px;
	border-radius: 5px;
	padding: 4px 8px;
	font-size: 12px;
	font-weight: 600;
	display: flex;
	align-items: center;
}

.main__item--attr.verify {
	background: #6fcf97;
}

.main__item--attr.video {
	background: #56ccf2;
}

.main__item--info--wrapper {
	width: 100%;
	gap: 16px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	position: relative;
}

.main__item--info--item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
}

.main__item--info--item p {
	color: var(--text);
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
}

.main__item--info--item p:first-child {
	color: #828282;
}

.main__content {
	gap: 20px;
	display: flex;
	flex-wrap: wrap;
}

.main__item {
	width: calc((100% * 0.25) - (60px / 4));
	padding: 16px 8px;
	border-radius: 16px;
	background: var(--dark-color);
}

.card__item {
	width: calc((100% * 0.5) - (60px / 4));
	padding: 16px 8px;
	border-radius: 16px;
	background: var(--dark-color);
}

.up__button {
	position: fixed;
	bottom: 25px;
	right: 25px;
	z-index: 20;
	display: flex;
	align-items: center;
	transition: 0.2s linear;
	opacity: 0;
	pointer-events: none;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--accent-color);
	border-radius: 50px;
}

.up__button.active {
	opacity: 1;
	pointer-events: all;
}

/* �仂亟于舒仍 */
.footer {
	padding: 30px 0;
	border-top: 1px solid #e0e0e0;
}

.main__logo {
	display: flex;
	gap: 16px;
	align-items: center;
}

.main__logo--wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.main__logo--title {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 18px;
	line-height: 1;
}

.main__logo--text {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
}
.main__logo--img {
	width: 60px;
}

@media (max-width: 420px) {
	.main__logo--title--header {
		display: none;
	}
}

.header__top {
	padding: 16px 0;
}

.count {
	padding-left: 0.4rem;
}

/* �仂亟舒仍从舒 亞仂�仂亟仂于 */
.modal__city {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 101;
	background: rgba(0, 0, 0, 0.5);
	overflow-x: hidden;
	overflow-y: auto;
	display: block;
	opacity: 0;
	transition: 0.2s linear;
	pointer-events: none;
}

.modal__city.active {
	opacity: 1;
	pointer-events: all;
}

.modal__city--inner {
	width: 100%;
	display: flex;
	align-items: center;
	max-width: 900px;
	min-height: calc(100% - 35px);
	margin: 17.5px auto;
	justify-content: center;
}

.modal__city--content {
	width: 100%;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background: var(--dark-color);
	border-radius: 10px;
}

.modal__city--wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--text);
	font-weight: 600;
	font-size: 18px;
}

.modal__city--cross {
	cursor: pointer;
}

.modal__city--link {
	width: 50%;
	padding: 0 5px;
	color: var(--text);
	margin-top: 5px;
}

.modal__city--link:hover {
	color: var(--accent-color);
}

.modal__city--link:first-child,
.modal__city--link:nth-child(2) {
	margin-top: 0;
}

.info__icon {
	width: 24px;
	flex-shrink: 0;
	margin-right: 8px;
	position: relative;
	top: 2px;
}

.card__info--content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	position: relative;
	margin-right: 11px;
}

.card__info--content p {
	font-weight: 700;
	font-size: 18px;
	color: #828282;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.card__info--content p span {
	color: var(--text);
}

.card__info--content a {
	font-size: inherit;
	color: var(--accent-color);
	font-weight: inherit;
}

.card__info--content a:hover {
	color: var(--text);
}

.card__info--content .card__info--text {
	text-transform: uppercase;
	font-weight: 600;
	color: #ccc;
	position: absolute;
	top: -18px;
	left: 0;
	font-size: 12px;
}

.card__title {
	font-size: 32px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.5);
}

.card__about {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	max-height: 250px;
	overflow-y: auto;
}

.card__info--content .card__uslugi--title {
	font-weight: 600;
	font-size: 20px;
}

p.card__uslugi--title,
.card__about p {
	color: var(--text);
}

.card__uslugi--content {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.card__uslugi--item {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--text);
}

.review__item {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.review__item--text {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	color: var(--text);
}

.review__item--name {
	font-weight: 600;
	color: var(--text);
}

.review__content {
	max-height: 300px;
	overflow: hidden;
	overflow-y: auto;
}

.review__form {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.review__form--input,
.review__form--textarea {
	width: 100%;
	background: rgba(255, 255, 255, 0.05);
	padding: 10px 15px;
	border-radius: 8px;
	color: var(--text);
}

.review__form--textarea {
	resize: none;
	height: 150px;
}

.cardpage__content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.cardpage__item {
	width: calc((100% * 0.5) - (20px / 2));
}

.cardpage__box {
	width: 100%;
	background: var(--dark-color);
	padding: 24px 16px;
	border-radius: 16px;
	box-shadow: var(--shadow);
}

.cardpage__item .main__item--wrap--icon {
	width: 24px;
}

.maintext__block p,
.maintext__block h2,
.maintext__block ul {
	color: var(--text);
	margin: 15px 0;
}

.maintext__block a {
	color: var(--text);
}

.maintext__block h2:first-child {
	margin-top: 0;
}

.maintext__block ul {
	padding-left: 20px;
}

.maintext__block ul li {
	list-style-type: disc;
}

#mainCarousel .carousel__slide {
	width: 100%;
	padding: 0;
}

#mainCarousel .carousel__slide img {
	width: 100%;
	border-radius: 8px;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

#mainCarousel .carousel__button {
	background: var(--accent-color);
	color: var(--text);
}

/* �亟舒仗�亳于 */
@media (max-width: 1399.98px) {
	.main__item {
		width: calc((100% * 0.3333) - (40px / 3));
	}
}

@media (max-width: 991.98px) {
	.main__item--img--inner {
		min-height: 320px;
	}

	.modal__city--inner {
		max-width: 670px;
	}

	.menu__inner {
		display: flex;
	}

	.header__bottom {
		width: 100%;
		padding: 0;
		transition: 0.3s ease-in-out;
		transform: translateX(-110%);
		opacity: 0;
		position: absolute;
		top: 85px;
		left: 0;
		z-index: 5;
	}

	.header__bottom.active {
		opacity: 1;
		transform: translateX(0);
	}

	.card__item--img--inner {
		min-height: 400px;
	}

	.card__item--button {
		width: 48%;
	}

	.card__info--content p {
		font-size: 16px;
	}

	.main__item {
		width: calc((100% * 0.5) - (20px / 2));
	}

	.card__item {
		width: 100%;
	}

	.mobile__margin {
		margin-top: 40px;
	}

	.header__top--inner {
		flex-wrap: wrap;
	}
}

@media (max-width: 767.98px) {
	.favs {
		margin-bottom: 0.5rem;
	}

	.main__item--img--inner {
		min-height: 320px;
	}

	.main__item--button {
		width: 100%;
	}

	.main__item--info {
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	}

	.modal__city--inner {
		max-width: 90%;
	}

	.modal__city--link:nth-child(2) {
		margin-top: 0.5rem;
	}

	.modal__city--inner {
		max-width: 90%;
	}

	.cardpage__item {
		width: 100%;
	}

	.main__title {
		font-size: 22px;
	}

	.cardpage__content {
		display: flex;
		flex-direction: column-reverse;
	}

	.container {
		max-width: 645px;
	}
}
@media (max-width: 575.98px) {
	.main__item {
		width: 100%;
	}

	.letter {
		padding-top: 0.5rem;
	}

	.main__logo {
		gap: 5px;
	}

	.main__logo img {
		width: 50px;
	}
}
@media (max-width: 500px) {
	.modal__city--link {
		width: 100%;
	}
}
@media (max-width: 479.98px) {
	.favs {
		margin-bottom: 0;
	}
	.main__item--name {
		font-size: 18px;
	}

	.card__item--button {
		width: 100%;
	}
}

/* New */
/* menu */
*,
*::before,
*::after {
	margin: 0;
	padding: 0;
}

ul,
ol,
li {
	list-style: none;
}

button {
	background-color: transparent;
	border: 0;
	cursor: pointer;
	transition: 0.3s;
}

.burger-btn {
	display: none;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: var(--accent-color);
	border-radius: 50%;
	color: #000;
	position: relative;
}

.burger-btn__open,
.burger-btn__close {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s;
}

.burger-btn__close {
	opacity: 0;
	visibility: hidden;
	transform: translate(calc(-50% + 10px), -50%);
}

.burger-btn.active .burger-btn__close {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -50%);
}

.burger-btn.active .burger-btn__open {
	opacity: 0;
	visibility: hidden;
	transform: translate(calc(-50% - 10px), -50%);
}

@media (max-width: 992px) {
	.burger-btn {
		display: flex;
	}
}

.item {
	display: flex;
	align-items: center;
	gap: 5px;
	color: var(--text);
}

.profile__tags {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.submenu__button a,
.profile__tags a,
.profile__tags label {
	padding: 7px 10px;
	border: 1px solid var(--accent-color);
	color: var(--accent-color);
	display: inline-block;
	border-radius: 12px;
}

.menu {
	width: 100%;
}

.menu > .container {
	background: var(--dark-color);
	border-radius: 10px;
	box-shadow: var(--shadow);
}

@media (max-width: 992px) {
	.menu {
		padding: 12px 0;
		display: none;
	}
}

.menu__inner {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.menu__item {
	width: 20%;
}

@media (max-width: 1200px) {
	.menu__item {
		width: 25%;
	}
}

@media (max-width: 992px) {
	.menu__item {
		width: 100%;
		border-bottom: 1px dashed #b7b7b7;
	}

	.menu__item:last-child {
		border: 0;
	}
}

.menu__item.parent {
	position: relative;
}

.menu__item.active .menu__arrow {
	transform: rotate(-180deg);
}

.menu__item.active .dropdown {
	display: flex;
}

.menu__btn {
	width: 100%;
	padding: 12px 6px;
	color: var(--text);
}

.menu__btn:hover {
	color: var(--accent-color);
}

.menu__arrow {
	margin-left: auto;
}

.dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: var(--dark-color);
	z-index: 9;
	padding: 12px;
	display: none;
	flex-direction: column;
	gap: 12px;
	max-height: 350px;
	overflow-y: auto;
	border: 1px solid var(--accent-color);
	color: var(--text);
	border-radius: 8px;
}

@media (min-width: 992px) {
	.dropdown {
		max-height: calc(100vh - 240px);
	}
}

@media (min-width: 1200px) {
	.dropdown {
		max-height: calc(100vh - 200px);
	}
}

.dropdown::-webkit-scrollbar {
	width: 6px;
}

.dropdown::-webkit-scrollbar-thumb {
	background-color: var(--accent-color);
	border-radius: 3px;
}

@media (max-width: 992px) {
	.dropdown {
		position: static;
		background-color: transparent;
		border: 0;
		padding: 6px;
	}
}

.dropdown__columns {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.dropdown__column {
	width: calc(100% / 4 - (4 - 1) * 12px / 4);
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.dropdown__column.service {
	width: calc(100% / 3 - 2 * 12px / 3);
}

@media (max-width: 1200px) {
	.dropdown__column {
		width: calc(100% / 3 - (3 - 1) * 12px / 3);
	}
}

@media (max-width: 992px) {
	.dropdown__column,
	.dropdown__column.service {
		width: calc(100% / 2 - (2 - 1) * 12px / 2);
	}
}

@media (max-width: 576px) {
	.dropdown__column,
	.dropdown__column.service {
		width: 100%;
	}
}

.dropdown__column.big {
	width: 100%;
}

.dropdown__title {
	font-weight: 700;
}

.dropdown__list {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.dropdown__item {
	width: 100%;
}

.dropdown__link {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 4px 0;
	color: var(--text);
}

.dropdown__link:hover {
	color: var(--accent-color);
}

/* city */
body.lock {
	overflow: hidden;
}

.modal__city {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10010;
	background: rgba(0, 0, 0, 0.5);
	overflow-x: hidden;
	overflow-y: auto;
	display: none;
	transition: 0.2s linear;
	pointer-events: none;
	padding: 0 20px;
}

.modal__city.active {
	display: block;
	pointer-events: all;
}

.modal__city--inner {
	width: 100%;
	display: flex;
	align-items: center;
	max-width: 400px;
	min-height: calc(100% - 35px);
	margin: 17.5px auto;
	justify-content: center;
}

.modal__city--content {
	width: 100%;
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	background: var(--bg-color);
	border-radius: 3px;
}

.modal__city--wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.modal__city--title {
	color: var(--accent-color);
	font-family: var(--specialFontFamily);
	font-size: 28px;
	font-weight: 600;
	margin: 0;
}

.modal__city--columns {
	width: 100%;
	overflow-y: auto;
	max-height: 350px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.modal__city--column {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.modal__city--letter {
	width: 100%;
	font-weight: 700;
	font-size: 16px;
}

.modal__city--items {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.modal__city--item {
	display: flex;
}

.modal__city--link {
	padding: 4px 0;
}

.modal__city--cross {
	color: var(--text);
}

.modal__city--link {
	text-decoration: none;
	color: var(--text);
	width: 100%;
}

.modal__city--link:hover {
	opacity: 1;
	color: var(--accent-color);
}

/* page */
.page {
	padding: 2.4rem 0;
	flex-grow: 1;
}

.pages__inner {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}

.pages-blocks {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.pages-block {
	width: calc(100% / 4 - 3 * 16px / 4);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	padding: 10px;
	background-color: var(--dark-color);
	border-radius: 4px;
}

@media (max-width: 1200px) {
	.pages-block {
		width: calc(100% / 3 - 2 * 16px / 3);
	}
}

border-radius: 8px;
@media (max-width: 992px) {
	.pages-block {
		width: calc(100% / 2 - 16px / 2);
	}

	.header__top {
		padding-bottom: 0;
	}
}

@media (max-width: 576px) {
	.pages-block {
		width: 100%;
	}
}

.letter-block {
	font-weight: 700;
	color: var(--text);
}

.pages-block a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #000;
	font-size: 16px;
	gap: 8px;
	color: var(--text);
}

.pages-block a:hover {
	color: var(--accent-color);
}

.main__text--block {
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.header__top--inner,
.footer__inner {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.header__fav,
.footer__item {
}

.footer__item:hover {
	color: var(--accent-color);
}

@media (max-width: 768px) {
	.footer__inner {
		flex-direction: column;
		align-items: center;
		gap: 16px;
	}
}

@media (max-width: 450px) {
	.header__fav span {
		display: none;
	}
}
