<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
	--accent-dark: #3d52a0;
	--accent-light: #e3ebff;
	--gray: #8697c4;
	--light-gray: #adbbda;
	--light: #ede8f5;
	--border: 8px;
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #364356;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.none {
	display: none !important;
}

*,
*:after,
*:before {
	box-sizing: border-box;
}

.scroll,
.scroll2 {
	overflow: hidden;
}

a,
button,
input,
textarea,
select {
	transition: 0.2s linear;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #e80d42;
}

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(--accent-dark);
}

.input:focus::placeholder {
	opacity: 0;
}

/* 404 */
.notfound {
	min-height: calc(100vh - 173px - 64px);
	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: 40px;
}

.notfound__img {
	max-width: 500px;
	width: 100%;
}

.notfound__text {
	text-align: center;
	font-size: 24px;
	color: var(--accent-dark);
}

.notfound__link {
	border-radius: var(--border);
	background: #e80d42;
	color: #fff;
	font-weight: 700;
	padding: 10px 25px;
}

.notfound__link:hover {
	color: #fff;
	opacity: 0.7;
}

/* Ð&nbsp;â€œÐ&nbsp;Â»Ð&nbsp;Â°Ð&nbsp;Ð†Ð&nbsp;Ð…Ð&nbsp;Â°Ð¡Ð */
.main {
	padding: 24px 0;
	min-height: calc(100vh - 173px - 64px);
}

.main__telegram {
	padding: 20px;
	border-radius: var(--border);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	color: #fff;
}

.main__telegram--bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	border-radius: var(--border);
}

.main__telegram--text a {
	color: #fff;
}

.main__title {
	font-size: 24px;
	font-weight: 700;
}

.main__p{
	margin-top: 0.8rem;
}

.main__breadcrumb {
	display: flex;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
}

.main__breadcrumb--link a,
.main__breadcrumb--link a span {
	color: #e80d42;
	font-size: 13px;
}

.main__breadcrumb--link span {
	color: var(--accent-dark);
	text-decoration: none;
	font-size: 13px;
}

.main__breadcrumb--link a span:hover {
	text-decoration: underline;
	color: #e80d42;
}

.main__breadcrumb--link:nth-last-child(2) + img {
	display: none;
}

.main__breadcrumb--link {
	display: flex;
	align-items: center;
	gap: 6px;
}

.main__breadcrumb--link:last-child img {
	display: none;
}

.main__item--img {
	border-radius: 5px;
}

.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: #e80d42;
	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--box {
	display: flex;
	align-items: center;
	gap: 5px;
}

.main__item--name--inner {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px;
}

.main__item--name,
.card__item--name {
	font-weight: 700;
	color: var(--accent-dark);
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.main__item--age {
	padding: 1px 8px;
	border-radius: 50px;
	border: 1px solid var(--accent-dark);
	font-weight: 600;
	font-size: 14px;
}

.card__page .main__item--wrap--link img {
	width: 18px;
}

.main__item--verify--block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	position: absolute;
	top: 4px;
	left: 4px;
}

.main__alert {
	padding: 20px;
	border-radius: var(--border);
	gap: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	color: #fff;
}

.main__alert--bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	border-radius: var(--border);
}

.main__alert u,
.main__alert b {
	font-weight: 700;
}

.card__verify--content {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.card__block {
	border: 1px solid #e8e9ed;
	border-radius: var(--border);
	padding: 20px;
}

.main__item--box {
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.main__item--wrap,
.main__item--wrap--link {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
	font-size: 18px;
	color: #fff;
}

.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: #e80d42;
	padding: 10px 20px;
	border-radius: var(--border);
	text-align: center;
	border: 1px solid #e80d42;
}

.main__item--more:hover,
.main__item--find {
	background: #fff;
	color: #e80d42;
}

.main__item--find {
	color: #000;
}

.card__item--button {
	width: calc(100% / 3 - 40px / 3);
	padding: 12px 20px;
	border: 1px solid var(--accent-dark);
	color: var(--accent-dark);
	font-weight: 600;
	border-radius: var(--border);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.card__item--button:hover {
	opacity: 0.7;
}

.card__buttonss .card__item--button img {
	width: 20px;
}

a.link {
	color: #e80d42;
	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;
}

.textblock__title {
	font-size: 32px;
	font-weight: 700;
}

.main__item--verify--box {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #364356;
	font-weight: 700;
}

.card__item--name {
	font-size: 24px;
	font-weight: 700;
	color: #364356;
}

/* Ð&nbsp;ÑŸÐ&nbsp;Â°Ð&nbsp;Ñ–Ð&nbsp;Ñ‘Ð&nbsp;Ð…Ð&nbsp;Â°Ð¡â€&nbsp;Ð&nbsp;Ñ‘Ð¡Ð */
.paggin {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}

.paggin__link,
.paggin__arrow {
	width: 30px;
	height: 30px;
	border: 1px solid #8d93a5;
	color: #8d93a5;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--border);
}

a.paggin__link:hover,
.paggin__arrow:hover,
.paggin__link.active {
	color: #fff;
	background: var(--accent-dark);
	border: 1px solid var(--accent-dark);
}

a.paggin__active {
	color: #fff;
	background: var(--accent-dark);
}

.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: 45px;
	height: 45px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--accent-dark);
	transition: opacity 0.2s;
}

.up__button.active {
	opacity: 1;
	pointer-events: all;
}

.up__button.active:hover {
	opacity: 0.8;
}

.main__content {
	gap: 20px;
	display: flex;
	flex-wrap: wrap;
}

.main__item,
.card__item {
	width: calc((100% / 3) - (40px / 3));
	background: #fff;
	padding: 10px 10px 20px 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border: 1px solid var(--light);
	border-radius: var(--border);
	transition: border-color 0.2s;
}

.main__item:hover,
.card__item:hover {
	border-color: var(--light-gray);
}

.main__item--desc {
	width: 100%;
	border-top: 1px solid #e8e9ed;
	color: rgba(28, 39, 76, 0.7);
	font-size: 14px;
	line-height: 1.3;
}

.card__item {
	width: calc((100% * 0.5) - (10px / 2));
}

.bot__box {
	background: #e80d42;
	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;
}

.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%;
	font-size: 14px;
	font-weight: 700;
	padding: 2.5px 6px;
	background: rgba(16, 14, 25, 0.5);
	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: rgba(255, 255, 255, 0.5);
	font-weight: 600;
}

/* Ð&nbsp;ÑŸÐ&nbsp;Ñ•Ð&nbsp;Ò‘Ð&nbsp;Ð†Ð&nbsp;Â°Ð&nbsp;Â» */
.footer {
	padding: 16px 0;
	background: var(--accent-dark);
}

.footer__inner {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}

.main__logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.footer__item {
	color: #fff;
}

.footer__item:hover {
	color: #e80d42;
}

.header__logo {
	flex-direction: row;
}

.main__logo--title {
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Roboto Slab', sans-serif;
}

.main__logo--title span {
	color: #e80d42;
}

.footer__login {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #fff;
}

.footer__login:hover {
	color: #e80d42;
}

.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 {
	color: #fff;
	font-size: 14px;
}

/* Ð&nbsp;ÐÐ&nbsp;Â°Ð&nbsp;Ñ—Ð&nbsp;Ñ”Ð&nbsp;Â° */
.header {
	position: relative;
}

.header__top {
	padding: 12px 0;
	background: var(--accent-dark);
}

.header__bottom {
	position: relative;
}

.header__city {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.header__city p {
	color: rgba(255, 255, 255, 0.8);
}

.header__city span {
	color: rgba(255, 255, 255, 0.3);
}

.header__city p span {
	color: #fff;
	text-decoration: underline;
}

.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: #e80d42;
}

.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: #e80d42;
}

.header__content {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 50px;
}

/* Ð&nbsp;ÑšÐ&nbsp;Ñ•Ð&nbsp;Ò‘Ð&nbsp;Â°Ð&nbsp;Â»Ð&nbsp;Ñ”Ð&nbsp;Â° Ð&nbsp;Ñ–Ð&nbsp;Ñ•Ð¡Ð‚Ð&nbsp;Ñ•Ð&nbsp;Ò‘Ð&nbsp;Ñ•Ð&nbsp;Ð† */
.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(--accent-dark);
	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: calc(100% / 3);
	padding: 0 5px;
	color: #fff;
	margin-top: 5px;
}

.modal__city--link:hover {
	color: #e80d42;
}

.modal__city--link:first-child,
.modal__city--link:nth-child(2) {
	margin-top: 0;
}

.menu__inner {
	display: none;
	align-items: center;
	justify-content: flex-start;
}

.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: var(--accent-dark);
	font-weight: inherit;
}

.card__info--content a:hover {
	color: #e80d42;
}

.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 {
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	color: var(--accent-dark);
	font-family: 'Roboto Slab', sans-serif;
}

.card__about {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	max-height: 220px;
	overflow-y: auto;
	color: rgba(54, 67, 86, 0.7);
}

.card__info--content .card__uslugi--title {
	font-weight: 700;
	color: var(--accent-dark);
}

.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;
	flex-wrap: wrap;
}

.extra {
	color: #e80d42;
}

.review__item {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	background: #e8e9ed;
	border-radius: 2px;
	padding: 20px;
}

.review__item p {
	color: #364356;
	font-size: 14px;
	line-height: 1.18;
}

.review__item--name {
	font-size: 14px;
	color: #364356;
	font-weight: 700;
}

.review__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	overflow-y: auto;
	max-height: 350px;
}

.review__form {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
}

.review__form--input,
.review__form--textarea {
	width: 100%;
	padding: 10px 15px;
	background: #e8e9ed;
	border-radius: 8px;
	color: #000;
}

.review__form--textarea {
	resize: none;
	height: 150px;
}

.review__form--code {
	width: 100%;
	display: flex;
	gap: 8px;
}

.review__form--send {
	width: 100%;
	color: var(--accent-dark);
	font-weight: 700;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 14px;
	padding: 13px 30px;
	border: 1px solid var(--accent-dark);
	border-radius: var(--border);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.review__form--send:hover {
	opacity: 0.6;
}

.comments__loop,
.leave__comment {
	display: none;
}

.comments__loop.active,
.leave__comment.active {
	display: flex;
	border: 1px solid #e8e9ed;
	border-radius: var(--border);
}

.leave__comment,
.comments__loop {
	width: calc(100% / 3);
	background: #fff;
	flex-direction: column;
	align-items: flex-start;
	padding: 20px;
	min-height: 560px;
}

.card__map--content {
	width: calc(100% / 3 * 2);
	display: flex;
	flex-direction: column;
}

.card__map--content .col-12 {
	display: flex;
	flex-grow: 1;
}

.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: 13px;
	color: #fff;
}

/* Ð&nbsp;ÑšÐ&nbsp;Ñ•Ð&nbsp;Â±Ð&nbsp;Ñ‘Ð&nbsp;Â»Ð¡ÐŠÐ&nbsp;Ð…Ð&nbsp;Ñ•Ð&nbsp;Âµ Ð&nbsp;Ñ˜Ð&nbsp;ÂµÐ&nbsp;Ð…Ð¡Ð‹ */
.mobile__menu {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 11;
	display: none;
	background: #fff;
}

.mobile__menu a {
	color: #364356;
}

.mobile__menu a:hover {
	color: #e80d42;
}

.mobile__menu.active {
	display: block;
}

.mobile__menu--inner {
	width: 100%;
	display: flex;
}

.mobile__menu--menu {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 22px 0;
	gap: 20px;
	flex-wrap: wrap;
}

.mobile__menu--box {
	display: flex;
	align-items: center;
	gap: 10px;
}

.mobile__menu--item {
	width: calc(100% / 5 - 80px / 5);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 9px 10px;
	color: var(--accent-dark);
	background: #d7dce1;
	border-radius: 6px;
}

.mobile__menu--item:hover,
.mobile__menu--item.active {
	background: #d7dce1;
}

.mobile__menu--content {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 30px 20px;
	display: none;
	background: #fff;
	border: 1px solid #e8e9ed;
	z-index: 10;
	border-radius: var(--border);
}

.mobile__menu--scroll {
	max-height: 250px;
	overflow-y: auto;
}

.mobile__menu--content.active {
	display: block;
}

.letter {
	font-size: 24px;
	font-weight: 700;
	width: 100%;
	color: #e80d42;
}

.letter:first-child {
	margin-top: 0 !important;
}

.mobile__menu--buttons {
	display: flex;
	align-items: center;
	margin: 0 20px;
	gap: 20px;
}

a.mobile__menu--button {
	display: flex;
	gap: 5px;
	color: #364356;
}

.header__city--mobile {
	display: none;
	position: relative;
	margin: 0 0 10px 0;
}

.review__item p {
	font-size: 14px;
}

.salon__program--content {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	overflow-y: auto;
	max-height: 300px;
	padding-right: 2.5rem;
	gap: 30px;
}

.salon__program--item--desc {
	border-top: 1px solid #fff;
}

.salon__program--title--inner {
	gap: 7px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.salon__program--title,
.salon__program--time,
.salon__program--price {
	font-weight: 600;
	font-size: 18px;
	color: #fff;
}

.salon__program--time {
	color: #fff;
}

.main__textblock {
	border: 1px solid #e8e9ed;
	border-radius: var(--border);
	padding: 20px;
}

.main__item--link {
	color: #fff;
	font-weight: 600;
	background: #e80d42;
	border-radius: 12px;
	padding: 14px 25px;
	width: 100%;
	text-align: center;
}

.main__item--link:hover {
	color: #fff;
	opacity: 0.7;
}

.main__item--img--inner,
.card__item--img--inner {
	width: 100%;
	max-width: 145px;
	position: relative;
	flex-shrink: 0;
	display: flex;
	height: 100%;
	border-radius: var(--border);
	overflow: hidden;
}

.card__item--img--inner {
	max-width: 180px;
}

.main__item--img {
	width: 100%;
	border-radius: 2px;
	aspect-ratio: 2/2.5;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.main__item--buttons {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.main__item--button {
	width: calc(50% - 10px);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	color: var(--accent-dark);
	font-weight: 600;
	padding: 8px 10px;
	border: 1px solid var(--accent-dark);
	border-radius: var(--border);
	font-size: 14px;
}

.main__item--button:hover {
	opacity: 0.7;
}

.main__item--content {
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.main__item--info {
	width: 100%;
	gap: 10px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.card__item--point {
	width: calc(50% - 5px);
}

.main__item--info--content {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 9px;
}

.main__item--info--item {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}

.main__item--info--box {
	display: flex;
	align-items: center;
	gap: 5px;
}

.main__item--info--link {
	font-weight: 600;
	color: #364356;
}

p.main__item--info--link {
	width: 210px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.main__item--info--box--icon {
	width: 18px;
}

.main__item--info--social {
	display: flex;
	align-items: center;
	gap: 5px;
}

.main__item--info--social--link {
	display: flex;
	width: 18px;
}

.main__item--info--social--icon {
	width: 100%;
}

.card__item--points {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 4px 10px;
}

.card__item--advan {
	width: 100%;
	background: #f4f5f9;
	padding: 20px 10px;
	border-radius: var(--border);
	display: flex;
	flex-wrap: wrap;
	gap: 8px 10px;
}

.card__item--advan--item {
	width: calc((100% / 3) - (20px / 3));
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 13px;
	font-weight: 600;
	color: #364356;
}

.card__item--advan--item--icon {
	width: 18px;
}

.main__item--img--video {
	position: absolute;
	top: 9px;
	right: 9px;
}

.review__buttons {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: center;
}

.review__more {
	padding: 18px 40px;
	color: #fff;
	font-weight: 600;
	background: #b4b7bb;
	border-radius: 12px;
}

.card__item--name--inner {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}

.cardpage__item--img--inner {
	width: 100%;
	display: flex;
}

.card__item--img {
	width: 100%;
}

.card__data {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border: 1px solid #e8e9ed;
	border-radius: var(--border);
}

.card__data--item {
	width: 100%;
	padding: 20px;
	border-bottom: 1px solid #e8e9ed;
	border-radius: 4px 4px 0 0;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.card__data--item:last-child {
	border-radius: 0 0 4px 4px;
	border-top: none;
}

.card__data--item--item {
	width: calc(50% - 5px);
	padding: 3.5px 4px;
	background: #f4f5f9;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
	flex-wrap: wrap;
}

.card__data--item:last-child {
	border: none;
}

.card__data--item--item p {
	color: #364356;
	font-weight: 600;
}

.card__data--item--item a {
	color: #e80d42;
	font-weight: 600;
}

.card__data--item--item a:hover {
	text-decoration: underline;
}

.card__data--title {
	width: calc(50% - 5px);
	font-weight: 600;
	color: rgba(54, 67, 86, 0.5);
	font-family: 'Roboto Slab', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

.header__buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

.header__button {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #fff;
	font-weight: 400;
}

a span.header__city--wrap {
	display: flex;
	align-items: center;
	gap: 9px;
}

.header__buttons.mobile {
	display: none;
}

.main__item--inner {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.main__item--points--inner {
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 16px;
	flex-wrap: wrap;
}

.main__item--points {
	width: calc(50% - 8px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1px;
	border-radius: 8px;
	overflow: hidden;
	padding: 5px;
	background: var(--light);
}

.main__item--points.full {
	width: 100%;
}

.main__item--point {
	width: 100%;
	background: #e8e9ed;
	border-radius: 2px;
	padding: 2px 4px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 5px;
}

.main__item--point p {
	color: rgba(28, 39, 76, 0.5);
	font-size: 12px;
}

.main__item--point p:last-child {
	color: var(--accent-dark);
	font-size: 14px;
}

.main__item--point p.price {
	color: var(--accent-dark);
}

.card__review--wrap {
	width: 100%;
	display: flex;
	gap: 20px;
}

.main__textblock p,
.main__textblock h2,
.main__textblock ul {
	margin: 15px 0;
}

.main__textblock p,
.main__textblock ul {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.main__textblock h2 {
	font-size: 22px;
}

.main__textblock h2:first-child {
	margin-top: 0;
}

.main__textblock ul {
	padding-left: 20px;
	font-family: 'Open Sans', sans-serif;
}

.main__textblock ul li {
	list-style-type: disc;
}

.main__textblock p a {
	color: #333;
	text-decoration: underline;
}

.maintext__block p a:hover {
	color: #ff2b5f;
}

#mainCarousel .carousel__slide {
	width: 100%;
	padding: 0;
	border-radius: var(--border);
	overflow: hidden;
}

#mainCarousel .carousel__slide img {
	width: 100%;
	border-radius: var(--border);
}

#thumbCarousel .carousel__slide {
	cursor: pointer;
}

#thumbCarousel .carousel__slide img {
	border-radius: var(--border);
}

#mainCarousel .carousel__button {
	background: var(--accent-dark);
	color: #fff;
	transition: opacity 0.2s;
}

#mainCarousel .carousel__button:hover {
	opacity: 0.8;
}

.card__review--code--img {
	max-width: 200px;
	border-radius: var(--border);
}

.notresult {
	padding-top: 1rem;
}

.notresult__link {
	color: #364356;
}

.success__comment {
	padding-top: 0.5rem;
	color: #1cc348;
}

.warning__comment {
	padding-top: 0.5rem;
	color: #fb8a8a;
}

.card__map--inner {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 300px;
	border-radius: 5px;
}

.card__map {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background: url(/templates/salon13/dev/img/country.svg) #fff no-repeat center
		80%;
	background-size: cover;
	border-radius: 5px;
}

.card__map span {
	background: var(--accent-dark);
	color: #fff;
	padding: 8px 15px;
	cursor: pointer;
	border-radius: 5px;
	font-weight: 600;
	transition: 0.2s linear;
	font-family: 'Open Sans', sans-serif;
}

.card__map span:hover {
	opacity: 0.8;
}

.videobox {
	display: flex;
	width: 100%;
	height: 100%;
	background: #000;
}

.videobox video {
	width: 100%;
	height: 100%;
}

.comment__not {
	font-size: 15px;
}

/* Ð&nbsp;Ñ’Ð&nbsp;Ò‘Ð&nbsp;Â°Ð&nbsp;Ñ—Ð¡â€šÐ&nbsp;Ñ‘Ð&nbsp;Ð† */
@media (max-width: 1399.98px) {
	.header__city span {
		display: none;
	}

	.main__item--points {
		width: 100%;
	}

	p.main__item--info--link {
		width: 154px;
	}
}
@media (max-width: 1199.98px) {
	.footer__copy--inner {
		justify-content: flex-end;
	}

	.header__bottom--link {
		padding: 0px 10px;
	}

	.card__item {
		width: calc(50% - 10px);
	}

	.mobile__menu--content {
		padding: 20px;
	}

	.mobile__menu--menu {
		flex-wrap: wrap;
		gap: 0;
	}

	.mobile__menu--item,
	.mobile__menu--content {
		order: 2;
	}

	.mobile__menu--buttons {
		width: 100%;
		margin-left: 0;
		margin: 10px 0;
	}

	.main__item {
		width: calc((100% * 0.5) - (20px / 2));
	}

	.card__item {
		width: 100%;
	}

	.card__item--button {
		width: calc(50% - 10px);
	}

	.card__data--item {
		padding: 10px;
	}

	.mobile__menu--item {
		width: auto;
		min-width: 17%;
	}

	.main__item--points {
		width: calc(50% - 8px);
	}

	.review__form--code {
		flex-direction: column;
		align-items: flex-start;
	}

	.card__review--code--img {
		max-width: 100%;
	}

	p.main__item--info--link {
		width: 253px;
	}

	.leave__comment,
	.comments__loop {
		min-height: 630px;
	}
}
@media (max-width: 991.98px) {
	.notfound__suptitle {
		font-size: 60px;
	}

	.notfound__title {
		font-size: 40px;
	}

	.notfound__text {
		font-size: 20px;
	}

	.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__bottom.active {
		opacity: 1;
		transform: translateX(0);
	}

	.header__bottom--inner {
		padding: 8px 0;
	}

	.card__item--button {
		width: calc((100% * 0.5) - (17px / 2));
	}

	.card__info--content p {
		font-size: 16px;
	}

	.notfound__img {
		width: 250px;
	}

	.notfound__inner {
		gap: 15px;
	}

	.card__item {
		flex-direction: column;
		align-items: center;
	}

	.maincard__item--content {
		padding: 15px 20px;
	}

	.header__city--mobile {
		display: block;
	}

	.card__item--button,
	.card__data--item {
		width: 100%;
	}

	.card__item--advan--item {
		width: calc(50% - 5px);
	}

	.header__city span {
		display: inline;
		color: rgba(28, 39, 76, 0.3);
	}

	.header__city p {
		color: rgba(28, 39, 76, 0.7);
	}

	.header__city {
		justify-content: space-between;
	}

	.header__city--mobile {
		background: #e8e9ed;
		border-radius: 6px;
		padding: 10px;
	}

	.mobile__menu--item {
		width: 100%;
		justify-content: space-between;
	}

	.mobile__menu--content {
		position: relative;
		top: 0;
	}

	.mobile__menu--menu {
		gap: 5px;
	}

	.mobile__menu {
		background: #fff;
	}

	.header__buttons {
		gap: 20px;
	}

	.card__review--wrap {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.leave__comment,
	.comments__loop,
	.card__map--content {
		width: 100%;
	}

	.card__order {
		margin-bottom: 15px;
	}

	.review__form--code {
		flex-direction: row;
	}

	.card__review--code--img {
		max-width: 200px;
	}

	.main__item--content {
		flex-direction: column-reverse;
		align-items: center;
	}

	.main__item--img--inner,
	.card__item--img--inner {
		max-width: 100%;
		max-height: 390px;
	}

	.main__item--points {
		width: calc(50% - 8px);
	}

	p.main__item--info--link {
		width: 293px;
	}

	.leave__comment,
	.comments__loop {
		min-height: unset;
	}
}
@media (max-width: 767.98px) {
	.notfound__suptitle {
		font-size: 40px;
	}
	
	.main__item--img--inner, .card__item--img--inner {
		max-width: 100%;
		max-height: 280px;
	}

	.notfound__title {
		font-size: 30px;
	}

	.notfound__text {
		font-size: 18px;
	}

	.footer__copy--inner {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}

	.modal__city--inner {
		max-width: 90%;
	}

	.modal__city--link {
		width: 50%;
	}

	.modal__city--link:nth-child(2) {
		margin-top: 0.5rem;
	}

	.modal__city--inner {
		max-width: 90%;
	}

	.card__map--map {
		min-height: 230px;
	}

	.header__content {
		gap: 35px;
	}

	.main__alert {
		padding: 10px 15px;
	}

	.card__block {
		padding: 15px;
	}

	.notfound__link {
		padding: 8px 30px;
		font-size: 15px;
	}

	.card__item--button {
		padding: 13px;
	}

	.card__item--name {
		font-size: 20px;
	}

	.main__alert p {
		font-size: 14px;
	}

	.footer__inner {
		flex-direction: column;
		align-items: center;
	}

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

	.header__buttons.mobile .header__button {
		width: calc(50% - 5px);
		background: var(--accent-dark);
		border-radius: var(--border);
		color: #fff;
		padding: 9px 10px;
		justify-content: center;
	}

	.main__item--points,
	.main__item--button {
		width: 100%;
	}

	.main__item--buttons {
		gap: 10px;
	}

	p.main__item--info--link {
		width: 203px;
	}
}
@media (max-width: 575.98px) {
	.mobile__margin {
		margin-top: 40px;
	}

	.main__item--img--inner, .card__item--img--inner {
		max-width: 100%;
		max-height: 480px;
	}

	.header__logo .main__logo--title {
		display: none;
	}

	.main__item {
		width: 100%;
	}

	.main__item--points {
		width: calc(50% - 8px);
	}

	.main__item--button {
		width: calc(50% - 5px);
	}

	p.main__item--info--link {
		width: 100%;
		white-space: normal;
	}
}
@media (max-width: 500px) {
	.modal__city--link {
		width: 100%;
	}

	.main__item--box {
		flex-direction: column;
		align-items: flex-start;
	}
}
@media (max-width: 479.98px) {
	.main__telegram {
		align-items: flex-start;
	}

	.main__item--img--inner, .card__item--img--inner {
		max-width: 100%;
		height: auto;
}

	.main__item--name {
		font-size: 16px;
	}

	.footer__warn {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	a.mobile__menu--button {
		width: calc(50% - 10px);
		justify-content: center;
		padding: 7px 5px;
	}

	.card__item--point {
		width: 100%;
	}

	.review__buttons {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.review__buttons button {
		width: 100%;
		padding: 10px;
	}

	.main__item--button {
		font-size: 14px;
		padding: 5px 7px;
	}

	.main__item--link {
		padding: 8px 20px;
	}

	.header__city span {
		display: none;
	}
}
@media (max-width: 450px) {
	.header__content {
		gap: 20px;
	}

	.main__item--info {
		flex-direction: column;
		align-items: flex-start;
	}

	.review__form--code {
		flex-direction: column;
	}

	.card__review--code--img {
		max-width: 100%;
	}

	.card__data--item--item p,
	.card__data--item--item a {
		font-size: 14px;
	}
}
@media (max-width: 400px) {
	.card__data--item--item,
	.card__data--title {
		width: 100%;
	}

	.card__data--title:nth-child(3) {
		order: 5;
	}

	.card__data--item--item:nth-child(5) {
		order: 6;
	}

	.card__data--item--item:nth-child(7) {
		order: 7;
	}

	.card__data--item--item:nth-child(9) {
		order: 8;
	}

	.card__data--item--item:nth-child(11) {
		order: 9;
	}
}
@media (max-width: 360px) {
	.main__item--content {
		flex-direction: column-reverse;
		align-items: center;
	}

	.main__item--points {
		width: calc(50% - 8px);
	}

	.main__item--button {
		width: 100%;
	}

	.main__item--points {
		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: #e80d42;
	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;
}

.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 #e80d42;
	color: #e80d42;
	display: inline-block;
}

.menu {
	width: 100%;
	background-color: var(--accent-light);
}

@media (max-width: 992px) {
	.menu {
		padding: 20px 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;
}

.menu__btn:hover {
	color: #e80d42;
}

.menu__arrow {
	margin-left: auto;
}

.dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 9;
	padding: 12px;
	display: none;
	flex-direction: column;
	gap: 12px;
	max-height: 350px;
	overflow-y: auto;
	border: 1px solid #b7b7b7;
	border-radius: var(--border);
}

@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: #e80d42;
	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;
}

.dropdown__link:hover {
	color: #e80d42;
}

/* 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: #fff;
	border-radius: var(--border);
}

.modal__city--wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.modal__city--title {
	color: var(--accent-dark);
	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) {
	.main__item--info--social a,
	.main__item--info--item .d-flex {
		width: 24px;
	}

	.main__item--info--social a img,
	.main__item--info--item .d-flex img {
		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: #e80d42;
}

/* 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 {
	color: #e80d42;
}

.main__text--block {
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.header__top--inner {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}
</pre></body></html>