.header-account {
  position: fixed;
  width: 100%;
  z-index: 10;
  height: 72px;
  backdrop-filter: blur(5px);
}

.header-account__bigcontain {
  height: 100%;
  justify-content: space-between;
}

.header-account__block {
  height: 100%;
  display: flex;
  align-items: center;
}

.header-account__bigcontain,
.header-account__info,
.header-account__item,
.header-account__logo,
.header-account__logo-link,
.header-account__info-icon,
.header-account__user-item,
.header-account__user-gender,
.header-account__info-link,
.header-account__user-current,
.header-account__coin,
.header-account__profile-link,
.header-account__exit-link,
.account__help-link,
.account__lab,
.account__expert-info,
.form__block,
.form__salon,
.form__title {
  display: flex;
  align-items: center;
}

.header-account__logo {
  margin-right: 136px;
}

.header-account__logo-link {
  width: 100%;
}


.header-account__user-item {
  min-width: 180px;
  justify-content: space-between;
  border-radius: 8px;
  background-color: #2E2F31;
  padding: 8px 16px;
  gap: 10px;
  transition: all .3s;
}

.header-account__user-item:hover {
  background-color: #56585B;
}

.header-account__info {
  gap: 10px;
}

.header-account__user {
  position: relative;
  margin-right: 30px;
  cursor: pointer;
}

.header-account__user-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
  pointer-events: none;
}

.header-account__user-dropdown .header-account__user-item {
  border-radius: 0;
}

.header-account__user.header-account__user-open .header-account__user-item {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.header-account__user-dropdown .header-account__user-item:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.header-account__user-open .header-account__user-dropdown {
  display: block;
  pointer-events: all;
}

.header-account__arrow-img {
  transition: all .3s;
}

.header-account__user.header-account__user-open .header-account__arrow-img {
  transform: rotate(180deg);
}

.header-account__user-name {
  width: 100%;
  text-align: left;
}

.header-account__info-link {
  position: relative;
  width: 36px;
  height: 36px;
  background-color: transparent;
  transition: all .3s;
  border-radius: 8px;
  justify-content: center;
  z-index: 0;
}

.header-account__info-link:hover {
  background-color: rgba(142, 152, 168, 0.15);
}

.header-account__info-active {
  /*display: none; - в обычном состоянии*/
  display: block;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  border: 5px solid #FF1493;
  top: 5px;
  right: 5px;
}

.header-account__coin {
  margin-right: 60px;
}

.header-account__coin-icon {
  margin-right: 6px;
}

.header-account__coin-number {
  font-family: 'Roboto-Medium';
  font-size: 20px;
  color: #fff;
}

.header-account__profile-link {
  font-family: 'Roboto-Medium';
  font-size: 16px;
  color: #fff;
  background-color: #2E2F31;
  border-radius: 8px;
  padding: 6px 12px;
  margin-right: 12px;
  transition: all .3s;
}

.header-account__profile-link:hover {
  background-color: #56585B;
}

.header-account__profile-name {
  margin-right: 6px;
}

.header-account__profile-img {
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

.header-account__exit-link {
  justify-content: center;
  background-color: #2E2F31;
  border-radius: 8px;
  width: 36px;
  height: 36px;
  transition: all .3s;
}

.header-account__exit-link:hover {
  background-color: #56585B;
}



/* account */

.account {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  height: 100%;
  min-height: 100vh;
  background-color: #212121;
}

[class*="section__"] {
  margin-bottom: 80px;
}

.account__content {
  position: relative;
}

.account__menu {
  width: 100%;
}

.account__bigcontain {
  display: flex;
  align-items: start;
  gap: 60px;
  width: 100%;
  padding-top: 112px;
}

.account__left {
  display: block;
  min-width: 238px;
}

.account__left-fix {
  position: fixed;
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
  height: 100vh;
  width: 238px;
  padding-bottom: 180px;
}

.account__policy {
  margin-bottom: 8px;
  margin-left: 20px;
}

.account__menu-link,
.account__policy-link {
  text-decoration: none;
  color: #fff;
  transition: all .3s;
}

.account__menu-link {
  font-family: 'Roboto-Medium';
  font-size: 16px;
  width: 100%;
  padding: 15px 22px;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 4px;
}

.account__menu-link.active,
.account__menu-link:hover {
  background-color: #2E2F31;
  border-radius: 12px;
}

.account__menu-img {
  margin-right: 10px;
}

.account__policy-link {
  font-family: 'Roboto-Regular';
  font-size: 13px;
  margin-bottom: 8px;
}

.account__policy-link:hover {
  color: #FF1493;
}

.account__right {
  overflow: hidden;
  max-width: 1500px;
  width: 100%;
}

.account__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.account__nav {
  display: flex;
  gap: 12px;
}

.account__nav-item {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #2E2F31;
  cursor: pointer;
  transition: all .3s;
}

.account__nav-next .account__nav-img {
  transform: translateX(2px);
}

.account__title {
  margin-bottom: 24px;
}

.profile__subtitle {
  font-family: 'Roboto-Regular';
  font-size: 14px;
  margin-bottom: 24px;
}

.account__title-link {
  font-family: 'Roboto-Bold';
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: start;
  text-decoration: none;
  color: #fff;
  line-height: 50px;
}

.account__title-arrow {
  margin-left: 16px;
  transition: transform .4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.account__title-link:hover .account__title-arrow {
  transform: translateX(10px) scale(1.1);
}

.account__card:hover .account__card-img {
  transform: scale(1.03);
}

.account__card-pic {
  margin-bottom: 12px;
  border-radius: 20px;
  width: 100%;
  transition: all .3s;
  overflow: hidden;
  position: relative;
}

.myLook-pic {
  height: 354px;
}

.changeLook-pic {
  height: 303px;
}

.account__card-img {
  min-width: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 20px;
  transition: all .3s;
}

.account__card-text {
  font-family: 'Roboto-Medium';
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  color: #fff;
}

.account__help {
  margin-bottom: 20px;
}

.account__help-title {
  color: #fff;
  transition: all .3s;
}

.account__bonus .account__help-link {
  background-color: #161616;
}

.account__help-link {
  font-family: 'Roboto-Medium';
  width: 100%;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  padding: 20px;
  border-radius: 12px;
  background-color: transparent;
  gap: 6px;
  transition: all .3s;
}

.account__help-link:hover .account__help-title {
  color: #FF1493;
}

.account__help-text {
  font-family: 'Roboto-Regular';
  font-size: 13px;
  color: #929599;
}

.account__lab {
  position: relative;
  gap: 60px;
  padding: 60px;
  background-color: #D7DBE0;
  border-radius: 20px;
}

.account__lab-nav {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: -webkit-fill-available;
  width: -webkit-fill-available;
}

.account__lab-item {
  width: 50%;
  position: relative;
}

.account__lab-title {
  font-size: 82px;
  line-height: 88px;
  margin-bottom: 10px;
}

.account__lab-subtitle {
  font-size: 19px;
  line-height: 25px;
  color: #1D1C1C;
  margin-bottom: 27px;
}

.account__nav-lab.account__nav-prev,
.account__nav-work.account__nav-prev {
  margin-left: 24px;
}
.account__nav-lab.account__nav-next,
.account__nav-work.account__nav-next {
  margin-right: 24px;
}

.account__nav-lab.account__nav-prev,
.account__nav-lab.account__nav-next,
.account__nav-work.account__nav-next,
.account__nav-work.account__nav-prev {
  width: 48px;
  height: 48px;
}

.account__nav-item:hover {
  background-color: #212121;
}

.account__work-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 6;
}

.account__work-pagination .swiper-pagination-bullet {
  width: 90px; 
  height: 3px; 
  border-radius: 0;
  background: rgba(205, 210, 216, 1);
  opacity: 1;
  transition: all 0.3s ease;
}

.account__work-pagination .swiper-pagination-bullet-active {
  background: #FF1493; 
  transform: none; 
}

.swiper-samples .trust__slide {
  width: 100%;
}

.account__expert-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  background-color: rgba(46, 47, 49, 0.5);
  padding: 0 16px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.account__expert-avatar {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  margin-right: 12px;
}

.account__expert-img {
  border-radius: 50%;
}

.account__expert-name {
  font-family: 'Roboto-Medium';
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

.account__card-pic.expert-pic {
  margin-bottom: 0;
  height: 288px;
}

.account__card .news__card-title {
  color: #fff;
}

.holiday-pic {
  height: 540px;
}



/* profile */

.profile {
  max-width: 1500px;
  width: 100%;
  padding-bottom: 80px;
}

.profile__title {
  font-family: 'Roboto-Bold';
  font-size: 28px;
  color: #fff;
  line-height: 50px;
  margin-bottom: 50px;
}

.profile__info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}

.profile__avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.porsile__avatar-img {
  width: 100%;
  border-radius: 50%;
}

.profile__name-title {
  font-family: 'Roboto-Bold';
  font-size: 20px;
  color: #fff;
  line-height: 24px;
}

.profile__name-id {
  font-family: 'Roboto-Regular';
  font-size: 15px;
  line-height: 22px;
  color: #707579;
}

.profile__balance {
  width: 100%;
  height: 285px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.profile__your-balance {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #161616;
  border-radius: 20px;
  width: 50%;
  overflow: hidden;
  background-image: url(../images/bg-balance.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.profile__your-title {
  font-family: 'Roboto-Medium';
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.profile__your-money {
  display: flex;
  align-items: center;
  gap: 6px;
}

.profile__money-number {
  font-family: 'Roboto-Medium';
  font-size: 20px;
  color: #fff;
}

.profile__invite {
  background-color: #161616;
  border-radius: 20px;
  padding: 24px;
  width: 50%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
}

.balance__btn {
  width: 100%;
}

.profile__invite-info {
  display: flex;
  align-items: center;
}

.profile__invite-icon {
  width: 77px;
  height: 77px;
}

.profile__invite-img {
  width: 100%;
}

.profile__invite-block {
  font-family: 'Bebas-Neue-bold';
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}

.profile__invite-text:first-child {
  color: #FF1493;
}

.profile__copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  border: 1px solid #56585B;
  width: 100%;
  padding: 10px;
}

.profile__copy-link {
  font-family: 'Roboto-Regular';
  font-size: 14px;
  color: #fff;
  user-select: all;
}

.profile__copy-btn {
  cursor: pointer;
}

.profile__story {
  background-color: #161616;
  border-radius: 20px;
  padding: 24px;
  width: 100%;
}

.profile__story-title {
  font-family: 'Roboto-Bold';
  font-size: 28px;
  color: #fff;
  line-height: 50px;
}

.profile__story-content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.profile__story-list {
  width: 100%;
}

.profile__story-item {
  font-family: 'Roboto-Medium';
  font-size: 15px;
  border-bottom: 1px solid #56585B;
  height: 48px;
  display: flex;
  align-items: center;
}

.profile__story-item--title {
  font-size: 14px;
  color: #929599;
}

.profile__story-item--plus {
  color: #14FFD8;
}

.profile__story-item--minus {
  color: #FF1493;
}


/* salon */

.form__profile {
  max-width: 900px;
  width: 100%;
}

.form__item {
  background-color: #161616;
  border-radius: 20px;
  padding: 32px;
  width: 100%;
  height: auto;
  margin-bottom: 24px;
  opacity: .5;
  transition: opacity .3s ease;
}

.form__item-active {
  opacity: 1;
}

.form__title {
  justify-content: space-between;
  margin-bottom: 20px;
}

.form__number {
  font-family: 'Roboto-Medium';
  font-size: 20px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #161616;
  background-color: #fff;
  margin-right: 12px;
}

.form__false,
.form__true {
  display: none;
  font-family: 'Roboto-Regular';
  font-size: 12px;
  transition: opacity .3s ease;
}

.form__false.active,
.form__true.active {
  display: flex;
}

.form__false {
  color: #FF1493;
}

.form__true {
  color: #25E0CA;
}

.form__false-icon,
.form__true-icon {
  margin-right: 8px;
}

.form__foto {
  width: 160px;
  min-width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 15px solid #212121;
  margin-right: 20px;
}

.form__id {
  font-family: 'Roboto-Regular';
  font-size: 16px;
  line-height: 20px;
  color: #707579;
  margin-top: 12px;
}

.form__input {
  width: 100%;
  position: relative;
  margin-top: 10px;
}

.form__input input {
  width: 100%;
  background-color: #2E2F31;
  padding: 12px 12px 0px 12px;
  border-radius: 4px;
  border: none;
  height: 56px;
  font-size: 16px;
  line-height: 16px;
  color: #CDD2D8;
  box-sizing: border-box;
  caret-color: #FF1493;
}

.form__label {
  position: absolute;
  top: 18px;
  left: 12px;
  font-size: 16px;
  color: #929599;
  pointer-events: none;
  transition: all 0.3s ease;
  background-color: #2E2F31;
  padding: 0;
}

.form__input input:focus + .form__label,
.form__input input:not(:placeholder-shown) + .form__label {
  top: 5px;
  font-size: 12px;
  transition: color 0.3s ease;
  background-color: transparent;
}

.form__input input:focus {
  background-color: transparent;
}

.form__input input:focus + .form__label .required,
.form__input input:not(:placeholder-shown) + .form__label .required {
  color: #929599;
  background-color: transparent;
}

.required {
  color: #FF1493;
  margin-left: 2px;
}

.form-control::placeholder {
  color: transparent;
}

.form__block-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.form__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form__bottom-link {
  color: #FF1493;
  text-decoration: none;
}

.modal {
  display: none;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  max-width: 100% !important;
  height: 100%;
  z-index: 1000 !important;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(2px);
  background-color: transparent !important;
  transition: all 0.3s ease;
}

.modal__content {
  transform: translateY(-20px);
  transition: transform 0.3s ease;
}

.modal.show .modal__content {
  transform: translateY(0);
}

.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.modal__content {
  position: relative;
  background: #161616;
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  max-width: 400px;
  width: 90%;
  transition: transform .3s ease;
}

.modal__text {
  font-family: 'Roboto-Bold';
  font-size: 20px;
  line-height: 27px;
  color: #fff;
  margin-top: -20px;
  margin-bottom: 20px;
}

.modal__icon img {
  width: 100%;
}

.modal__close {
  width: 100%;
}


/* salon */

.profile__salon-item {
  background-color: #161616;
  border-radius: 20px;
  padding: 32px;
  width: 100%;
  height: auto;
  margin-bottom: 24px;
  transition: all .3s ease;
}

.profile__salon-start {
  display: flex;
  gap: 20px;
}

.profile__salon-info {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}

.profile__salon-btn {
  font-family: 'Roboto-Regular';
  display: none;
  border: none;
  background-color: #2E2F31;
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  height: 32px;
  align-items: center;
  text-transform: none;
  padding: 0 8px;
  transition: all .3s;
}

.profile__salon-btn:hover {
  background-color: #212121;
}

.profile__btn-everyone {
  display: flex;
}

.profile__btn-nobody {
  display: flex;
}

.display-none {
    display: none !important;
}

.profile__salon-btn img {
  margin-right: 6px;
}

.profile__salon-name {
  font-family: 'Roboto-Medium';
  font-size: 32px;
  color: #fff;
  margin-bottom: 16px;
}

.profile__salon-id {
  font-family: 'Roboto-Regular';
  font-size: 16px;
  line-height: 20px;
  color: #929599;
}

.profile__salon-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.profile__salon-add {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 300px;
}

.profile__add-item {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  height: 100%;
}

.profile__add-title {
  font-family: 'Bebas-Neue-bold';
  font-size: 64px;
  line-height: 64px;
  color: #fff;
  text-transform: uppercase;
}

.profile__add-number,
.profile__invite-number {
  font-family: 'Roboto-Medium';
  font-size: 16px;
  color: #717477;
}

.profile__invite-number {
  margin-top: 16px;
  margin-bottom: 32px;
}

.profile__add-number--item,
.profile__invite-number--item {
  font-family: 'Bebas-Neue-bold';
  color: #fff;
  font-size: 40px;
  margin-left: 12px;
}

.profile__tariff-title {
  font-family: 'Roboto-Bold';
  font-size: 28px;
  color: #fff;
  line-height: 50px;
  margin-bottom: 20px;
}

.profile__tariff-name {
  font-family: 'Bebas-Neue-bold';
  color: #fff;
  font-size: 64px;
  line-height: 64px;
}

.profile__salon-tariff {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 300px;
}

.profile__tariff-item {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  height: 100%;
}

.profile__tariff-btn {
  padding: 0 32px;
  border-radius: 4px;
}

.profile__tariff-offer {
  font-family: 'Bebas-Neue-bold';
  font-size: 32px;
  line-height: 36px;
  color: #717477;
  max-width: 250px;
}

.invite__btn {
  padding: 0 32px;
  margin-top: 24px;
  width: fit-content;
  transition: all 0.3s ease;
}

.invite__btn:disabled {
  background-color: #BBBFC5 !important;
  color: #929599 !important;
  cursor: not-allowed;
}

.invite__btn:not(:disabled) {
  background-color: #FF1493 !important;
  color: white !important;
  cursor: pointer;
}

.profile__copy-invite {
  display: none;
  margin-top: 24px;
}

.profile__copy-invite[style*="display: flex"],
.profile__copy-invite.show {
  display: flex !important;
}

.profile__copy-invite {
  display: none;
}


/* salon style */

.salon-style__category-title {
  margin-bottom: 12px;
}

.salon-style__category-text {
  font-family: 'Roboto-Medium';
  font-size: 15px;
  line-height: 18px;
  text-align: left;
}

.salon-style__category-list {
  position: relative;
}

.salon-style__category-item {
  width: 300px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: all .3s;
  font-family: 'Roboto-Medium';
  font-size: 15px;
  line-height: 18px;
}

.salon-style__category-item:hover {
  background-color: #56585B;
}

.salon-style__category-list.salon-style__category-open .header-account__arrow-img {
  transform: rotate(180deg);
}

.salon-style__category-current {
  border-radius: 8px;
  background-color: #161616;
}

.salon-style__category-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 8px;
  background-color: #161616;
  z-index: 100;
  margin-top: 4px;
}

.salon-style__category-open .salon-style__category-dropdown {
  display: block;
}

.folder-btn {
  width: 286px;
  height: 28px;
  margin: 8px 12px;
}






.salon-style__block {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}

.salon-style__btn {
  padding: 0 32px;
  width: fit-content;
  text-align: center;
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
}

.salon-style__download {
  width: 100%;
  border-radius: 20px;
  border: 1px dashed #717477;
  transition: all .3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 122px 20px;
  position: relative;
  min-height: 400px;
  margin-bottom: 24px;
}

.salon-style__download--has-images {
  padding: 20px;
  min-height: auto;
}

.salon-style__preview-container {
  display: none;
  width: 100%;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.salon-style__preview-container--active {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.salon-style__preview-item {
  width: 100%;
  height: 350px;
  position: relative;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
}

.salon-style__preview-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.salon-style__remove-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #333;
  transition: all 0.3s ease;
}

.salon-style__remove-btn:hover {
  background: #fff;
  transform: scale(1.1);
}

.salon-style__upload-placeholder {
  width: 100%;
  height: 350px;
  border: 2px dashed #717477;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f8f9fa;
}

.salon-style__upload-placeholder:hover {
  border-color: #007bff;
  background: #e9ecef;
}

.salon-style__upload-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  opacity: 0.6;
}

.salon-style__upload-text {
  color: #6c757d;
  font-size: 14px;
  text-align: center;
}

.salon-style__download-initial {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.salon-style__download--has-images .salon-style__download-initial {
  display: none;
}

/* Стили для drag & drop */
.salon-style__download--dragover {
  border-color: #007bff;
  background-color: rgba(0, 123, 255, 0.05);
}

