body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

*,
*:after,
*:before {
	box-sizing: border-box;
}

a,
button,
input,
textarea,
select {
	transition: 0.2s linear;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.scroll,
.scroll2 {
	overflow: hidden;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #9264ed;
}

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;
}

.button,
.input {
	border: none;
	cursor: pointer;
	background: none;
	outline: none;
}

.input {
	cursor: text;
}

.none {
	display: none !important;
}

.input::placeholder {
	color: #4f4f4f;
}

.input:focus::placeholder {
	opacity: 0;
}
.notresult {
	padding-top: 1rem;
}
.children {
	padding-left: 1.5rem !important;
	font-size: 14px !important;
}

/* 404 */
.notfound {
	min-height: calc(100vh - 169px - 80px);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 20px;
	position: relative;
}

.notfound__inner {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 25px;
}

.notfound__img {
	max-width: 200px;
	width: 100%;
}

.notfound__suptitle,
.notfound__title {
	color: #fff;
	font-weight: 800;
	font-size: 128px;
	text-align: center;
}

.notfound__text {
	text-align: center;
	font-size: 24px;
}

.notfound__link {
	border-radius: 8px;
	background: #925ff0;
	color: #fff;
	padding: 16px 40px;
}

.notfound__link:hover {
	color: #fff;
	opacity: 0.7;
}

/* Р“Р»Р°РІРЅР°СЏ */
.main {
	padding: 16px 0;
	min-height: calc(100vh - 169px - 80px);
}

.main__telegram {
	padding: 16px 16px;
	border: 1px dashed #242e3a;
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: center;
}

.main__telegram--text a {
	color: #2f80ed;
	font-weight: 600;
}

.main__title {
	font-size: 24px;
	font-weight: 700;
	margin-top: 15px;
}

.main__title:first-child {
	margin-top: 0;
}

.main__breadcrumb {
	display: flex;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
}

.main__breadcrumb--arrow {
	position: relative;
}

.main__breadcrumb--link a span,
.main__breadcrumb--link span {
	color: #9264ed;
	font-size: 14px;
}

.main__breadcrumb--link {
	display: flex;
	align-items: center;
	gap: 6px;
}

.main__breadcrumb--link:last-child img {
	display: none;
}

.main__breadcrumb--link span {
	color: #828282;
	text-decoration: none;
}

.main__breadcrumb--link:nth-last-child(2) + img {
	display: none;
}

.main__breadcrumb--link a:hover {
	color: #9264ed;
}

.main__item--img--inner,
.salon__item--img--inner,
.card__item--img--inner {
	width: 100%;
	min-height: 420px;
	position: relative;
}

.main__item--img--inner {
	max-width: 538px;
	aspect-ratio: 2 / 3
}

.main__item--img {
	border-radius: 16px 16px 0 0;
}

.card__item--img--inner {
	min-height: 320px;
}

.card__desc {
	font-size: 14px;
}

.main__salon--models--title {
	font-weight: 700;
}

.main__salon--models {
	width: 100%;
	display: flex;
	gap: 10px;
	align-items: flex-start;
	overflow-x: auto;
	padding-bottom: 5px;
}

.main__salon--model {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	max-width: 90px;
	flex-shrink: 0;
}

.main__salon--model--img--inner {
	width: 100%;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main__salon--model--name {
	color: #925ff0;
	font-size: 14px;
}

.main__salon--model--img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
}

.main__item--img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main__item--name--inner {
	display: flex;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
}

.main__item--name,
.card__item--name {
	font-weight: 700;
}

.main__item--age {
	padding: 1px 8px;
	border-radius: 50px;
	border: 1px solid #9264ed;
	font-weight: 600;
	font-size: 14px;
}

.card__item--name {
	font-size: 22px;
}

.main__item--verify--block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	position: absolute;
	top: 10px;
	left: 10px;
}

.main__alert {
	padding: 20px 30px;
	background: #925ff0;
	border-radius: 16px;
	color: #fff;
}

.main__alert u,
.main__alert b {
	font-weight: 700;
}

.card__verify--content {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.card__block {
	background: #ffffff;
	box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.05),
		0px 4px 8px rgba(41, 41, 41, 0.08);
	border-radius: 16px;
	padding: 20px;
}

.main__item--box {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 13px;
	justify-content: space-between;
	flex-grow: 1;
	border-radius: 0 0 16px 16px;
}

.main__item--wrap,
.main__item--wrap--link {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}

.main__item--wrap {
	gap: 10px;
}

.main__item--attrs {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.main__item--attr {
	padding: 1px 8px;
	border-radius: 50px;
	color: #158212;
	font-size: 14px;
	background: #f6fff6;
	border: 1px solid #83e281;
}

.main__item--more,
.main__item--find {
	width: 100%;
	color: #fff;
	font-size: 14px;
	background: #925ff0;
	padding: 10px 20px;
	border-radius: 4px;
	text-align: center;
	border: 1px solid #925ff0;
}

.main__item--more:hover,
.main__item--find {
	background: #fff;
	color: #925ff0;
}

.main__item--find {
	color: #000;
}

.main__item--buttons {
	width: 100%;
	gap: 13px;
	display: flex;
	flex-wrap: wrap;
}

.main__item--button,
.card__item--button {
	width: calc(50% - (17px / 2));
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	font-size: 13px;
	border: 1px solid #bdbdbd;
	border-radius: 4px;
	padding: 10px;
}

.card__item--button {
	width: calc(50% - 7px);
	transition: 0.2s linear;
}

.main__item--button:hover,
.card__item--button:hover {
	opacity: 0.5;
}

a.link {
	color: #9264ed;
	text-decoration: underline;
}

.card__point {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.card__point span {
	text-transform: uppercase;
	padding: 0px 10px;
	background: #f0f0f0;
	font-weight: 700;
	text-decoration: underline;
}

.main__item--info {
	width: 100%;
	min-height: 60%;
	background: linear-gradient(
		0deg,
		rgba(0, 0, 0, 0.45) 11.88%,
		rgba(0, 0, 0, 0) 24.21%
	);
	border-radius: 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 8px;
	display: flex;
	align-items: flex-end;
	pointer-events: none;
}

.main__item--info--wrapper {
	width: 100%;
	gap: 8px;
	display: flex;
	align-items: center;
	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: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
}

.textblock__title {
	font-size: 32px;
	font-weight: 700;
}

.header__top--inner {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.header__item {
	color: #fff;
}

.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: 44px;
	height: 44px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #925ff0;
}

.up__button.active {
	opacity: 1;
	pointer-events: all;
}

.main__content {
	gap: 20px;
	display: flex;
	flex-wrap: wrap;
}

.main__item,
.card__item {
	width: calc((100% * 0.25) - (60px / 4));
	box-shadow: 0px 0px 30px #e3d6db;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.card__item {
	width: calc((100% * 0.333) - (40px / 3));
}

.bot__box {
	background: #925ff0;
	gap: 15px;
	align-items: center;
}

.bot__box--img {
	width: 32px;
}

.bot__box--title {
	text-align: center;
	color: #fff;
	font-size: 20px;
}

.bot__box--name {
	padding: 2px 9px;
	border-radius: 50px;
	color: #fff;
	border: 1px solid #fff;
	font-size: 20px;
}

.bot__box--name:hover {
	color: #fff;
}

.maincard__item--content {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 20px 15px 20px 0;
}

.maincard__text {
	font-size: 14px;
}

.maincard__models {
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	padding: 0px 10px;
	background: #e0e0e0;
	border-radius: 2px;
}

.maincard__models--content {
	width: 100%;
	display: flex;
	overflow-y: auto;
	gap: 10px;
}

.maincard__model {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex-shrink: 0;
	width: 100%;
	max-width: 90px;
}

.maincard__model--img {
	width: 100%;
}

.maincard__model--name {
	font-size: 14px;
	color: #2f80ed;
	font-weight: 600;
}

/* РџРѕРґРІР°Р» */
.footer {
	padding: 0 0 30px 0;
}

.main__logo {
	display: flex;
	gap: 9px;
	align-items: center;
}

.main__logo--title {
	font-weight: 300;
	font-size: 20px;
	color: #fff;
}

.main__logo--title span {
	color: #a87ff3;
}

.footer__login {
	display: flex;
	align-items: center;
	gap: 8px;
}

.footer__login:hover {
	color: #724bba;
}

.footer__login--inner {
	display: flex;
	justify-content: center;
}

.footer__copy {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
}

.footer__copy--inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
}

.footer__warn {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #fff;
}

.footer__archive {
	font-size: 14px;
	color: #858585;
}

/* РЁР°РїРєР° */
.header {
	position: relative;
}

.header__top {
	padding: 10px 0;
	background: #1c0c38;
}

.header__bottom {
	position: relative;
}

.header__city {
	display: flex;
	align-items: center;
	gap: 8px;
}

.header__city p {
	color: rgba(255, 255, 255, 0.5);
}

.header__city p span {
	color: #fff;
	text-decoration: underline;
}

.header__search--inner {
	position: relative;
}

.header__search {
	padding: 8px 32px 8px 16px;
	width: 100%;
	background: #000;
	color: #bdbdbd;
	border-radius: 50px;
}

.header__search--icon {
	position: absolute;
	top: 50%;
	right: 22px;
	transform: translateY(-50%);
}

.header__bottom--inner {
	width: 100%;
	display: flex;
	align-items: flex-start;
	padding: 15px 0;
	border-bottom: 1px solid #000;
}

.header__bottom--nav {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header__bottom--link {
	display: flex;
	align-items: center;
	gap: 8px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
}

.header__bottom--link:first-child {
	padding-left: 0;
}

.header__bottom--link:last-child {
	padding-right: 0;
}

.header__bottom--link:hover {
	color: #d91a5d;
}

.header__bottom--content {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #f2f2f2;
	padding: 20px 0;
	background: #fff;
	z-index: 2;
	max-height: 250px;
	overflow: hidden;
	overflow-y: auto;
	display: none;
	transition: 0.2s linear;
	border: 1px solid #000;
}

.header__bottom--content .row {
	gap: 8px;
}

.header__bottom--content.active {
	display: block;
}

.header__bottom--content a:hover {
	color: #7b67fb;
}

.header__content {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 50px;
}

/* РњРѕРґР°Р»РєР° РіРѕСЂРѕРґРѕРІ */
.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: #1c0c38;
	border-radius: 10px;
}

.modal__city--wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.modal__city--title {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.modal__city--cross {
	cursor: pointer;
}

.modal__city--box {
	width: 100%;
	margin-top: 30px;
	overflow-y: auto;
	max-height: 350px;
	display: flex;
	flex-wrap: wrap;
}

.modal__city--link {
	width: 50%;
	padding: 0 5px;
	color: #fff;
	margin-top: 5px;
}

.modal__city--link:hover {
	color: #7b67fb;
}

.modal__city--link:first-child,
.modal__city--link:nth-child(2) {
	margin-top: 0;
}

.menu__inner {
	display: none;
	justify-content: flex-end;
	align-items: center;
}

.menu,
.cross {
	cursor: pointer;
	display: none;
}

.menu.active,
.cross.active {
	display: block;
}

.mobile__search--button {
	display: flex;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 5px;
	cursor: pointer;
}

.mobile__search--button img {
	width: 21px;
}

.mobile__search,
.mobile__city {
	display: none;
}

.card__img {
	width: 100%;
}

.card__map--map {
	width: 100%;
	min-height: 340px;
	border-radius: 8px;
}

.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;
}

.card__info--content p {
	font-weight: 700;
	font-size: 18px;
}

.card__info--content a {
	font-size: inherit;
	color: #7b67fb;
	text-decoration: underline;
	font-weight: inherit;
}

.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: 24px;
	font-weight: 700;
	color: #000;
	display: flex;
	align-items: center;
	gap: 8px;
}

.card__about {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	max-height: 220px;
	overflow-y: auto;
}

.card__info--content .card__uslugi--title {
	font-weight: 600;
	font-size: 20px;
}

.card__uslugi--content {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.card__uslugi--content .card__uslugi--item {
	display: flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	color: #000;
}

.card__uslugi--item {
	flex-wrap: wrap;
}

.extra {
	color: #925ff0;
}

.card__uslugi--item:hover {
	color: #925ff0;
}

.review__item {
	width: calc(50% - 10px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.05),
		0px 4px 8px rgba(41, 41, 41, 0.08);
	border-radius: 16px;
	background: #fff;
	padding: 10px 15px;
}

.review__item--text {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.review__item--name {
	font-weight: 600;
}

.review__content {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	max-height: 250px;
	overflow-y: auto;
}

.review__form {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.review__form--input,
.review__form--textarea {
	width: 100%;
	padding: 15px 14px;
	background: #ffffff;
	border: 1px solid #c4c4c4;
	box-shadow: inset -1px 2px 2px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}

.review__form--textarea {
	resize: none;
	height: 150px;
}

.review__form--code {
	width: 100%;
	display: flex;
	gap: 8px;
}

.review__form--send {
	border-radius: 8px;
	background: #925ff0;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	padding: 15px 30px;
	border: 1px solid #925ff0;
}

.review__form--send:hover {
	background: #fff;
	color: #925ff0;
}

.footer__logo--inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer__logo--title {
	text-transform: uppercase;
	margin-top: 5px;
}

.footer__logo--text {
	font-size: 10px;
}

.card__params--inner {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}

.card__params--item {
	width: 100%;
	display: flex;
	gap: 1px;
}

.card__params--title {
	background: #925ff0;
	color: #fff;
	border-radius: 4px;
	padding: 10px;
	width: calc(25% - 1px);
}

.card__params--text,
.card__params--half {
	background: #f0f0f0;
	padding: 10px;
	border-radius: 4px;
	width: 75%;
}

.card__params--half {
	width: calc(75% / 2 - 1px);
	gap: 10px;
	display: flex;
	align-items: center;
}

/* РњРѕР±РёР»СЊРЅРѕРµ РјРµРЅСЋ */
.mobile__menu {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	z-index: 11;
	display: none;
	border-bottom: 5px solid #925ff0;
}

.mobile__menu.active {
	display: block;
}

.mobile__menu--inner {
	width: 100%;
	display: flex;
	position: relative;
	min-height: 380px;
}

.mobile__menu--menu {
	width: 100%;
	max-width: 330px;
	padding: 16px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	flex-shrink: 0;
}

.mobile__menu--box {
	display: flex;
	align-items: center;
	gap: 10px;
}

.mobile__menu--box::before {
	content: '';
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}

.mobile__menu--item:nth-child(1) .mobile__menu--box::before {
	background-image: url('../images/menu1.svg');
}

.mobile__menu--item:nth-child(3) .mobile__menu--box::before {
	background-image: url('../images/menu2.svg');
}

.mobile__menu--item:nth-child(5) .mobile__menu--box::before {
	background-image: url('../images/menu3.svg');
}

.mobile__menu--item:nth-child(7) .mobile__menu--box::before {
	background-image: url('../images/menu4.svg');
}

.mobile__menu--item:nth-child(9) .mobile__menu--box::before {
	background-image: url('../images/menu5.svg');
}

.mobile__menu--item:nth-child(11) .mobile__menu--box::before {
	background-image: url('../images/menu6.svg');
}

.mobile__menu--item:nth-child(13) .mobile__menu--box::before {
	background-image: url('../images/menu7.svg');
}

.mobile__menu--item:nth-child(15) .mobile__menu--box::before {
	background-image: url('../images/menu8.svg');
}

.mobile__menu--item:nth-child(17) .mobile__menu--box::before {
	background-image: url('../images/menu9.svg');
}

.mobile__menu--item:nth-child(19) .mobile__menu--box::before {
	background-image: url('../images/menu10.svg');
}

.mobile__menu--box:hover {
	color: #000;
}

.mobile__menu--item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 8px 10px;
	border-radius: 6px;
	transition: 0.2s linear;
	cursor: pointer;
}

.mobile__menu--item:hover,
.mobile__menu--item.active {
	background: #a87ff3;
	color: #000;
}

.menu__flex {
	display: flex !important;
	flex-direction: column !important;
	gap: 5px;
}

.mobile__menu--content {
	width: 100%;
	max-width: calc(100% - 250px);
	padding: 16px 40px;
	display: none;
	position: absolute;
	top: 0;
	left: 330px;
}

.mobile__menu--scroll {
	max-height: 500px;
	overflow-y: auto;
	padding: 10px 12px 10px 22px;
}

.mobile__menu--scroll a {
	font-size: 15px;
}

.mobile__menu--content.active {
	display: block;
}

.letter {
	font-size: 20px;
	font-weight: 700;
}

.dropdown__column:first-child .letter {
	margin-top: 0 !important;
}

.maintext__block p,
.maintext__block h2,
.maintext__block ul {
	margin: 15px 0;
}

.maintext__block h2 {
	font-size: 1.5rem;
}

.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;
	border-radius: 15px;
	overflow: hidden;
}

#mainCarousel .carousel__slide img {
	width: 100%;
	border-radius: 15px;
}

#thumbCarousel .carousel__slide img {
	border-radius: 10px;
}

#mainCarousel .carousel__button {
	background: #a87ff3;
	color: #fff;
}

.card__review--code--img {
	max-width: 200px;
}

.success__comment {
	padding-top: 0.5rem;
	color: #0d5c22;
}

.warning__comment {
	padding-top: 0.5rem;
	color: #a90303;
}

.card__map--inner {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 300px;
	border-radius: 16px;
	box-shadow: 0px -4px 4px rgb(0 0 0 / 5%), 0px 4px 8px rgb(41 41 41 / 8%);
}

.card__map {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background: url(/templates/salon9/dev/img/country.svg) #ffffff no-repeat
		center 80%;
	background-size: cover;
	border-radius: 15px;
	box-shadow: 0px -4px 4px rgb(0 0 0 / 5%), 0px 4px 8px rgb(41 41 41 / 8%);
}

.card__map span {
	background: #925ff0;
	color: #fff;
	padding: 8px 15px;
	cursor: pointer;
	border-radius: 7px;
	font-weight: 600;
	transition: 0.2s linear;
}

.card__map span:hover {
	opacity: 0.8;
}

.videobox {
	display: flex;
	width: 100%;
	height: 100%;
	background: #000;
}

.videobox video {
	width: 100%;
	height: 100%;
}

.comment__not {
	margin-top: 15px;
	font-size: 15px;
}

.search__mob {
	display: none;
}

.search__mob.active {
	display: block;
}

.search__mob--inner {
	position: relative;
	width: 100%;
	margin-top: 10px;
}

.search__mob--input {
	width: 100%;
	padding: 10px 15px;
	border-radius: 6px;
	border: 1px solid #a87ff3;
}

.search__mob--button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #a87ff3;
	/*background: #A87FF3;*/
	background: url(/templates/salon9/dev/img/search.svg) #a87ff3 no-repeat center
		50%;
	background-size: 15px;
}

.search__mob--button--icon {
	width: 90%;
}

.card__review--show {
	width: 100%;
	display: none;
	flex-direction: column;
	align-items: flex-start;
}

.card__review--show.active {
	display: flex;
}

.card__review--arrow {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #000;
	cursor: pointer;
}

.card__review--arrow.active {
	transform: rotate(180deg);
}

.carousel__button.is-next {
	right: 20px !important;
}

.carousel__button.is-prev {
	left: 20px !important;
}

/* РђРґР°РїС‚РёРІ */
@media (max-width: 1399.98px) {
	.main__item {
		width: calc((100% * 0.3333) - (40px / 3));
	}
}
@media (max-width: 1199.98px) {
	.footer__copy--inner {
		justify-content: flex-end;
	}

	.header__bottom--link {
		padding: 0px 10px;
	}

	.card__item {
		width: calc(50% - 10px);
	}

	.review__item {
		width: 100%;
	}

	.mobile__menu--content {
		padding: 20px;
	}

	.mobile__menu--scroll {
		padding-bottom: 20px;
	}

	.mobile__menu--menu {
		padding: 20px 0px;
		max-width: 210px;
	}

	.mobile__menu--content {
		max-width: calc(100% - 210px);
		left: 210px;
	}
}
@media (max-width: 991.98px) {
	.notfound__suptitle {
		font-size: 60px;
	}

	.notfound__title {
		font-size: 40px;
	}

	.notfound__text {
		font-size: 20px;
	}

	.main__item--img--inner {
		min-height: 320px;
	}

	.footer__copy--inner {
		display: flex;
		justify-content: center;
	}

	.footer__copy--inner {
		margin-top: 15px;
	}

	.modal__city--inner {
		max-width: 670px;
	}

	.header__city--inner {
		display: none;
	}

	.menu__inner {
		display: flex;
	}

	.header__bottom--nav {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
		max-width: 150px;
	}

	.header__bottom--link,
	.header__bottom--link:first-child,
	.header__bottom--link:last-child {
		width: 100%;
		justify-content: space-between;
		border-right: none;
		padding: 5px 10px;
		color: #fff;
	}

	.header__bottom--link.top,
	.header__bottom--link.star {
		justify-content: flex-start;
	}

	.header__bottom--link img {
		transform: rotate(-90deg);
	}

	.header__bottom--link img:first-child {
		display: none;
	}

	.header__bottom--content a {
		color: #fff;
	}

	.header__bottom--content {
		position: relative;
		top: 0;
		background: none;
		padding: 0;
		border: none;
	}

	.mobile__city {
		display: block;
		padding: 20px 10px;
		background: #000;
		border-top: 1px solid #f2f2f2;
		border-bottom: 1px solid #f2f2f2;
	}

	.header__bottom {
		width: 100%;
		padding: 0;
		transition: 0.3s ease-in-out;
		transform: translateX(-110%);
		opacity: 0;
		position: absolute;
		top: 58px;
		left: 0;
		z-index: 5;
		background: #000;
	}

	.header__search::placeholder {
		color: #fff;
	}

	.header__bottom.active {
		opacity: 1;
		transform: translateX(0);
	}

	.header__bottom--inner {
		padding: 8px 0;
	}

	.cross.active,
	.menu.active {
		display: block;
	}

	.card__item--img--inner {
		min-height: 220px;
	}

	.card__item--button {
		width: calc((100% * 0.5) - (17px / 2));
	}

	.card__info--content p {
		font-size: 16px;
	}

	.notfound__img {
		width: 150px;
	}

	.notfound__inner {
		gap: 15px;
	}

	.main__item {
		width: calc((100% * 0.5) - (20px / 2));
	}

	.card__item {
		flex-direction: column;
		align-items: center;
	}

	.maincard__item--content {
		padding: 15px 20px;
	}

	.card__params--title {
		width: calc(30% - 1px);
	}

	.card__params--half {
		width: calc(70% / 2 - 1px);
	}

	.card__params--text {
		width: 70%;
	}

	.review__form--code {
		flex-direction: column;
		align-items: flex-start;
	}
}
@media (max-width: 767.98px) {
	.notfound__suptitle {
		font-size: 40px;
	}

	.notfound__title {
		font-size: 25px;
	}

	.notfound__text {
		font-size: 18px;
	}

	.main__item--img--inner {
		min-height: 320px;
	}

	.main__item--info {
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	}

	.footer__copy--inner {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}

	.modal__city--inner {
		max-width: 90%;
	}

	.modal__city--link:nth-child(2) {
		margin-top: 0.5rem;
	}

	.modal__city--inner {
		max-width: 90%;
	}

	.header__search--inner {
		display: none;
	}

	.mobile__search {
		width: 100%;
		display: flex;
		align-items: center;
		padding: 12px 10px;
		background: #000;
		position: relative;
	}

	.header__search {
		padding: 8px 8px 8px 31px;
	}

	.header__search {
		border-bottom: none;
	}

	.card__map--map {
		min-height: 230px;
	}

	.header__content {
		gap: 35px;
	}

	.main__alert {
		padding: 10px 15px;
	}

	.card__params--title,
	.card__params--half,
	.card__params--text {
		font-size: 14px;
		padding: 7px 10px;
	}

	.review__item p {
		font-size: 14px;
	}

	.card__item--name {
		font-size: 18px;
	}

	.card__params--half {
		gap: 5px;
	}

	.card__params--half img {
		width: 18px;
	}

	.main__item--button,
	.card__item--button {
		width: 100%;
	}
}
@media (max-width: 575.98px) {
	.mobile__margin {
		margin-top: 40px;
	}
}
@media (max-width: 550px) {
	.main__item {
		width: 100%;
	}
}
@media (max-width: 500px) {
	.modal__city--link {
		width: 100%;
	}

	.main__title {
		font-size: 20px;
	}
}
@media (max-width: 479.98px) {
	.main__telegram {
		align-items: flex-start;
	}

	.main__item--name {
		font-size: 16px;
	}

	.footer__warn {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.card__item--button {
		width: 100%;
	}

	.main__alert {
		font-size: 13px;
	}
}
@media (max-width: 450px) {
	.header__content {
		gap: 20px;
	}

	.main__item--button {
		width: 100%;
	}

	.mobile__menu--menu {
		max-width: 100%;
	}

	.mobile__menu--content {
		max-width: 100%;
		position: relative;
		left: 0;
	}

	.mobile__menu--menu {
		gap: 15px;
	}

	.mobile__menu--content {
		padding: 5px 10px;
	}
}
@media (max-width: 390px) {
	.main__logo--title {
		display: none;
	}
}

/* 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;
}

.item {
	display: flex;
	align-items: center;
	gap: 5px;
}

.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 #925ff0;
	color: #925ff0;
	display: inline-block;
}

/* 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: 450px;
	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: #fff;
	border-radius: 3px;
}

.modal__city--wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.modal__city--title {
	color: #925ff0;
	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;
}

@media (max-width: 768px) {
	.modal__city--column {
		width: calc(100% / 3 - 2 * 12px / 3);
	}
}

@media (max-width: 576px) {
	.modal__city--column {
		width: calc(100% / 2 - 12px / 2);
	}
}

@media (max-width: 400px) {
	.modal__city--column {
		width: 100%;
	}
}

.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--link {
	text-decoration: none;
	color: #000;
	width: 100%;
}

.modal__city--link:hover {
	opacity: 1;
	color: #925ff0;
}

/* page */
.page {
	padding: 2.4rem 0;
	flex-grow: 1;
	background-color: #fff;
}

.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: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1200px) {
	.pages-block {
		width: calc(100% / 3 - 2 * 16px / 3);
	}
}

@media (max-width: 992px) {
	.pages-block {
		width: calc(100% / 2 - 16px / 2);
	}
}

@media (max-width: 576px) {
	.pages-block {
		width: 100%;
	}
}

.letter-block {
	font-weight: 700;
}

.pages-block a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #000;
	font-size: 16px;
	gap: 8px;
}

.pages-block a:hover,
.footer__item:hover {
	color: #925ff0;
}

.main__text--block {
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.footer__inner {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.dropdown__list {
	width: 100%;
	display: flex;
	gap: 6px 0;
	flex-wrap: wrap;
}

.dropdown__link {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 4px;
	flex-wrap: wrap;
	padding-right: 8px;
}

.submenu__button {
	width: 100%;
}

.submenu__button a {
	display: inline-block;
	border: 1px solid #724bba;
	padding: 6px 12px;
}

.submenu__button a:hover {
	background: #724bba;
	color: #fff;
}

@media (max-width: 450px) {
	.mobile__menu--scroll {
		padding: 0;
		max-height: 250px;
	}
}

.main__item--wrap .d-flex {
	width: 28px;
}

.main__item--wrap .d-flex img {
	width: 100%;
}
