.spoiler-text-description__content a {
	color: #1ab1f1; /* Цвет обычной ссылки */
	text-decoration: none; /* Убираем подчёркивание у ссылок */
}
.spoiler-text-description__content a:visited {
	color: #64707b; /* Цвет посещённой ссылки */
}
.spoiler-text-description__content a:hover {
	color: #1ab1f1; /* Цвет ссылки при наведении */
	text-decoration: underline; /* Добавляем подчёркивание */
}
.spoiler-text-description__content p {
	margin-bottom:10px;
}
.spoiler-text-description__content ul {
	margin-bottom:10px;
	padding-left:50px;
}
.spoiler-text-description__content ol {
	margin-bottom:10px;
	padding-left:50px;
}


.brand-info__desc a {
	color: #1ab1f1; /* Цвет обычной ссылки */
	text-decoration: none; /* Убираем подчёркивание у ссылок */
}
.brand-info__desc a:visited {
	color: #64707b; /* Цвет посещённой ссылки */
}
.brand-info__desc a:hover {
	color: #1ab1f1; /* Цвет ссылки при наведении */
	text-decoration: underline; /* Добавляем подчёркивание */
}
.brand-info__desc p {
	margin-bottom:10px;
}
.brand-info__desc ul {
	margin-bottom:10px;
	padding-left:50px;
}
.brand-info__desc ol {
	margin-bottom:10px;
	padding-left:50px;
}


.collection__desc a {
	color: #1ab1f1; /* Цвет обычной ссылки */
	text-decoration: none; /* Убираем подчёркивание у ссылок */
}
.collection__desc a:visited {
	color: #64707b; /* Цвет посещённой ссылки */
}
.collection__desc a:hover {
	color: #1ab1f1; /* Цвет ссылки при наведении */
	text-decoration: underline; /* Добавляем подчёркивание */
}
.collection__desc p {
	margin-bottom:10px;
}
.collection__desc ul {
	margin-bottom:10px;
	padding-left:50px;
}
.collection__desc ol {
	margin-bottom:10px;
	padding-left:50px;
}

.header__geo {
	cursor:pointer;
}