.white-mode .header-controls .header-profile .profile__icon .icon {
  fill: white;
}
.white-mode .header-controls .header-profile .profile__name {
  color: white;
}
.white-mode .header-controls .header-profile .profile__action {
  color: white;
}
.white-mode .header-controls .notification .notification__icon .icon {
  fill: white;
}
.white-mode .header-controls .header-profile .profile__icon .icon {
  fill: white;
}
.white-mode .menu-mode .header-controls .header-profile .profile__icon .icon {
  fill: black;
}
.white-mode .menu-mode .header-controls .header-profile .profile__name {
  color: black;
}
.white-mode .menu-mode .header-controls .header-profile .profile__action {
  color: black;
}
.white-mode .menu-mode .header-controls .notification .notification__icon .icon {
  fill: black;
}
.white-mode .menu-mode .header-controls .header-profile .profile__icon .icon {
  fill: black;
}
.section-main .section-main__data {
  margin-bottom: 3em;
}
.sold-out + .small a {
  text-decoration: underline;
}
.section-main .actions__list .action__one {
  position: relative;
}
.section-main .actions__list .action__head {
  position: absolute;
  bottom: -1rem;
  z-index: 222;
  pointer-events: none;
}
@media (max-width: 640px) {
  .sold-out {
    color: #fd6500;
    font-size: 59px;
    margin-bottom: 15px;
  }
  .section-main .actions__list .action__head {
    bottom: 1rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 780px) {
  .section-main .actions__list .action__head {
    bottom: 0;
  }
}
/*@media (min-width: 760px) and (max-width: 780px) {
	.section-main .actions__list .action__head {
		bottom: 0;
	}
}
*/

@media (min-width: 640px) and (max-width: 780px) {
  .sold-out {
    color: #fd6500;
    font-size: 77px;
    margin-bottom: 23px;
  }
}
@media (min-width: 780px) {
  .sold-out {
    color: #fd6500;
    font-size: 77px;
    margin-bottom: 10px;
  }
}
