.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;
}

.catalog-plitka .btn {
	width: 100%;
	box-sizing: border-box;
	border: none;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Roboto, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 120%;
	padding: 5px 10px;
	transition: 0.2s;
	cursor: pointer;
	text-decoration: none;
  }
  @media screen and (max-width: 769px) {
	.catalog-plitka .btn {
	  font-size: 14px;
	}
  }
  .catalog-plitka .btn--sm {
	height: 30px;
  }
  .catalog-plitka .btn--mid {
	height: 40px;
	border-radius: 4px;
  }
  .catalog-plitka .btn--big {
	height: 45px;
  }
  .catalog-plitka .btn--extra {
	height: 50px;
  }
  .catalog-plitka .btn--purple {
	background-color: #B30F97;
	border: 1px solid #B30F97;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	color: #FFFFFF;
  }
  .catalog-plitka .btn--purple:hover {
	background-color: #CB11AB !important;
	color: #FFFFFF !important;
	border: none !important;
  }
  .catalog-plitka .btn--white {
	background-color: #FFFFFF;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	color: #111111 !important;
  }
  .catalog-plitka .btn--white:hover {
	background-color: #F4F6F7;
	color: #111111 !important;
	border: none !important;
	box-shadow: 0px 2px 8px 4px rgba(0, 0, 0, 0.2) !important;
  }
  .catalog-plitka .btn--border {
	background-color: transparent;
	border: 1px solid #CB11AB;
	color: #CB11AB;
  }
  .catalog-plitka .btn--border:hover {
	background-color: #CB11AB !important;
	color: #FFFFFF !important;
  }
  .catalog-plitka .btn--grey {
	background-color: #FAFAFA;
	background-color: #FAFAFA;
	color: #111111 !important;
  }
  .catalog-plitka .btn--grey:hover {
	color: #111111 !important;
	background-color: #FAFAFA !important;
	border: none !important;
	box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.2) !important;
  }
  .catalog-plitka .btn-compare {
	padding: 0;
	background-color: transparent;
	width: 25px;
	height: 25px;
	min-width: 25px;
	border-radius: 0;
	box-shadow: none !important;
  }
  .catalog-plitka .btn-compare svg, .catalog-plitka .btn-compare img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	stroke: #C4C4C4;
  }
  .catalog-plitka .btn-compare:hover svg {
	stroke: #B30F97;
  }
  .catalog-plitka .btn-compare.js-compare-remove svg {
	fill: #B30F97;
	stroke: #B30F97;
  }
  .catalog-plitka .btn-compare.js-compare-remove:hover svg {
	stroke: #CB11AB;
	fill: #CB11AB;
  }
  
  .catalog-plitka .btn-like {
	height: 32px;
	min-height: 32px;
	width: 32px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	cursor: pointer;
	opacity: 0.7;
	transition: 0.2s;
	box-sizing: border-box;
	background-color: transparent;
	box-shadow: none !important;
  }
  .catalog-plitka .btn-like svg, .catalog-plitka .btn-like img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	stroke: #C4C4C4;
	fill: #FFFFFF;
	transition: 0.2s;
  }
  .catalog-plitka .btn-like:hover {
	background-color: #B30F97;
  }
  .catalog-plitka .btn-like:hover svg {
	stroke: #B30F97;
  }
  .catalog-plitka .btn-like.js-like-remove {
	opacity: 1;
  }
  .catalog-plitka .btn-like.js-like-remove svg {
	fill: #B30F97;
	stroke: #B30F97;
  }
  
  .catalog-plitka .js-like-add.active svg {
	fill: #B30F97;
	stroke: #B30F97;
  }
  
  .catalog-plitka .js-compare-add.active svg {
	fill: #B30F97;
	stroke: #B30F97;
  }
  
  .catalog-plitka .btn-like.js-like-remove:hover svg {
	stroke: #CB11AB;
	fill: #CB11AB;
  }

  .profile .bx-authform {
    margin-bottom:60px!important;
}

.profile .bx-authform-formgroup-container {
    /*display: flex;*/
    position: relative;
}    

.profile .bx-authform-label-container {
    color: #C4C4C4;
    position: absolute;
    left: 20px;
    top: 8px;
    transition: 0.2s;
    font-size: 10px;
    z-index: 999;
}

.profile .bx-authform-input-container input[type="text"], .bx-authform-input-container input[type="password"] {
    align-items: end;
    width: 100%;
    height: 48px;
    padding-top: 21px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 8px;
    border-radius: 4px;
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
    color: #111111;
    font-size: 14px;
    background: #fff;
    line-height: 16px;
}

/*.bx-authform-formgroup-container .bx-authform-label-container {
    top: calc(50% - 8px);
    font-size: 14px;
    line-height: normal;
}*/

.bx-authform-formgroup-container:hover .bx-authform-label-container {
    top: 8px;
    font-size: 10px;
    line-height: normal;
}

.bx-authform-formgroup-container:focus .bx-authform-label-container {
    top: 8px;
    font-size: 10px;
    line-height: normal;
}

.bx-authform-link-container {
     color:#B30F97;
}


.bx-authform-formgroup-container .btn {
    height: 40px;
    border-radius: 4px;
    background-color: #B30F97;
    border: 1px solid #B30F97;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
}

.bx-authform-formgroup-container .btn:hover {
    background-color: #CB11AB !important;
    color: #FFFFFF !important;
    border: none !important;
}

.profile .bx-authform {
    display: flex;
    flex-direction: column;
    row-gap: 22px;
    border-radius: 8px;
    background: #FFFFFF;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
}

.bx-authform-formgroup-container .bx-captcha {
        padding-top: 30px;
}