.aside {
  max-width: 285px;
  width: 100%;
  height: fit-content;
}
.aside__title {
  margin-bottom: 15px;
  font-size: 16px;
  color: #858790;
}
.aside__btn {
  font-size: 16px;
  line-height: normal;
  min-height: unset;
  padding: 0;
}
.aside__btn .q-btn__content {
  gap: 10px;
  justify-content: flex-start;
}
.aside__btn .q-icon {
  color: #dddddd;
}
.aside__btn .q-icon:hover {
  color: #ff521b;
}
.aside__btn.disabled {
  background: white;
  border: none;
  color: #9b9b9b;
}
.aside__block {
  margin-bottom: 20px;
  padding: 20px 12px;
  border-radius: 15px;
  border: 1px solid #ddd;
}
.aside__block-top {
  display: none;
}
.aside__name {
  margin-bottom: 5px;
}
.aside__phone {
  margin-bottom: 5px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.54);
}
.aside__item {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}
.aside__item:last-of-type {
  margin-bottom: 0;
}
.aside .top {
  display: none;
}
.aside .q-tab {
  margin-bottom: 20px;
  align-items: center;
  justify-content: start;
  transition: all 0.3s linear;
  min-height: unset;
  line-height: normal;
}
.aside .q-tabs--vertical .q-tab {
  padding: 0;
}
.aside .q-tab__content {
  padding: 0;
  font-size: 16px;
  line-height: normal;
  flex-direction: row;
  gap: 10px;
}
.aside .q-tab svg {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
}
.aside .q-tab svg path {
  fill: #ddd;
  transition: all 0.3s linear;
}
.aside .q-tab.q-tab--active {
  color: #02888d;
}
.aside .q-tab.q-tab--active svg {
  color: #02888d;
}
.aside .q-tab.q-tab--active svg path {
  fill: #02888d;
}
.aside__mobile-icon {
  display: none;
}
.aside .q-separator {
  height: 0.5px;
  background-color: #ddd;
}
.aside .q-btn.link {
  margin-top: 20px;
  font-size: 16px;
  line-height: normal;
  min-height: unset;
}
.aside .q-btn.link .q-btn__content {
  gap: 10px;
}
.aside .q-btn.link:hover svg path {
  fill: #02888d;
}
.aside__bottom-tab.q-tab svg path {
  fill: none;
  stroke: #ddd;
}
.aside__bottom-tab.q-tab.q-tab--active svg path {
  fill: none;
  stroke: #02888d;
}
.profile {
  display: flex;
  gap: 20px;
}
.profile .section {
  padding-bottom: 80px;
}
.profile__wrap {
  width: 100%;
}
.profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile__aside-btn {
  display: none;
}
.profile__aside-btn svg {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile__box {
  margin-bottom: 20px;
  padding: 40px;
  width: 100%;
  border-radius: 30px;
  background-color: #f2f2f2;
}
.profile__box:last-of-type {
  margin-bottom: 0px;
}
.profile__info-box .field:last-of-type {
  margin-bottom: 0;
}
.profile .q-tab-panel {
  padding: 0px;
  overflow: hidden;
}
.profile .q-tab-panels {
  width: 100%;
  background-color: #fffcff;
}
.profile .top {
  margin-bottom: 20px;
}
.profile__info-top {
  margin-bottom: 20px;
  padding: 20px 40px 20px 20px;
  background-color: #ffffff;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.profile__info-top .btn-group {
  gap: 40px;
}
.profile__info-top .q-btn.link {
  font-size: 18px;
  text-wrap: nowrap;
  min-height: unset;
}
.profile__info-top .q-field__control-container {
  font-size: 18px;
  text-wrap: nowrap;
}
.profile__info-top .q-file__filler {
  width: 0;
  height: 0;
}
.profile__info-top .q-field--auto-height .q-field__control,
.profile__info-top .q-field--auto-height .q-field__native {
  min-height: unset;
}
.profile__info-top .q-field__input {
  min-height: unset;
}
.profile__info-top .q-field--standard .q-field__control:before {
  display: none;
}
.profile__info-top .q-field--standard .q-field__control:after {
  display: none;
}
.profile__info-box .q-select .q-field__native {
  font-size: 18px;
}
.profile .field:nth-of-type(4):not(:is(.profile__car-add *)):not(:is(.business-profile *)),
.profile .field:nth-of-type(5):not(:is(.profile__car-add *)):not(:is(.business-profile *)) {
  margin-bottom: 0;
}
.profile .field-wide {
  grid-column: span 2;
}
.profile__info-top .btn-primary {
  margin-left: auto;
}
.profile__tickets-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.profile__tickets-top {
  padding: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #f2f2f2;
  display: flex;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
}
.profile__tickets-top svg {
  color: #0b1221;
}
.profile__tickets-img {
  position: relative;
  z-index: 0;
  height: 180px;
}
.profile__tickets-img::before, .profile__tickets-img::after, .profile__tickets-img-wrap::before, .profile__tickets-img-wrap::after {
  content: "";
  width: 22px;
  height: 22px;
  background-color: #fffcff;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}
.profile__tickets-img::before {
  top: -11px;
  left: -11px;
}
.profile__tickets-img::after {
  top: -11px;
  right: -11px;
}
.profile__tickets-img-wrap::before {
  bottom: -11px;
  left: -11px;
}
.profile__tickets-img-wrap::after {
  bottom: -11px;
  right: -11px;
}
.profile__tickets-img-wrap .q-img {
  height: 180px;
}
.profile__tickets-bottom {
  padding: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #f2f2f2;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  min-height: 187px;
}
.profile__tickets-bottom .link {
  font-size: 16px;
  margin-top: auto;
  margin-left: auto;
}
.profile__tickets-title {
  margin-bottom: 10px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.profile__tickets-number {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.profile__tickets-place {
  width: 100%;
  color: #02888d;
  font-size: 15px;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-style: solid;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.profile__tickets-place span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.profile__tickets-place svg {
  max-width: 24px;
  width: 100%;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile__tickets-price, .profile__tickets-status {
  margin-top: 5px;
  font-size: 16px;
}
.profile__tickets-item {
  cursor: pointer;
}
.profile__tickets-item_returned .profile__tickets-top {
  justify-content: space-between;
}
.profile__tickets-item_returned .profile__tickets-top span:last-of-type {
  color: #858790;
}
.profile__tickets-item_returned .profile__tickets-img .q-img {
  opacity: 0.4;
}
.profile__tickets-item_returned .profile__tickets-bottom {
  background-color: rgba(242, 242, 242, 0.4);
}
.profile__tickets-item_returned .profile__tickets-title,
.profile__tickets-item_returned .profile__tickets-number,
.profile__tickets-item_returned .profile__tickets-place {
  opacity: 0.4;
}
.profile .events__top {
  margin-bottom: 20px;
  height: 286px;
}
.profile .events__title {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.4;
}
.profile__event-list .title-s {
  margin-bottom: 20px;
}
.profile__event-list .q-item, .profile__event-list .q-item a, .profile__favorite-list .q-item, .profile__favorite-list .q-item a {
  max-width: 286px;
  width: 100%;
}
.profile .carousel__slide {
  align-items: start;
}
.profile__event-arrows {
  position: absolute;
  top: -60px;
  right: 0;
  display: flex;
  gap: 40px;
}
.profile__event-arrows .q-btn {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(11, 18, 33, 0.3);
  transition: all 0.3s linear;
}
.profile__event-arrows .q-btn:hover {
  background-color: #02888d;
  border-color: #02888d;
}
.profile__event-arrows .q-btn:hover svg path {
  fill: #ffffff;
}
.profile__event-arrows .q-btn svg {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile__event-arrows .q-btn svg path {
  fill: #0b1221;
  transition: all 0.3s linear;
}
.profile__favorite .btn-grey {
  max-width: 150px;
}
.profile__favorite .btn-group {
  margin-bottom: 20px;
}
.profile__favorite-mobile {
  display: none;
}
.profile__aside-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1630px) {
.profile-page .profile .section.services {
    padding-bottom: 20px;
}
}
@media (max-width: 1450px) {
.profile__info-box .q-select .q-field__native {
    font-size: 16px;
}
.aside .q-tab,
  .aside__item {
    margin-bottom: 12px;
}
}
@media (max-width: 1180px) {
.profile__tickets-list {
    grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 1080px) {
.profile__info-top .btn-group {
    margin-right: 0;
    flex-direction: column;
    gap: 10px;
}
}
@media (max-width: 940px) {
.profile {
    min-height: calc(100vh - 225px);
}
.aside_hidden {
    display: none !important;
}
.profile_content_hidden {
    display: none;
}
.profile__aside-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile__aside-btn svg {
    width: 24px;
    height: 24px;
}
.profile__aside-btn svg path {
    fill: #858790;
}
.profile .top {
    gap: 10px;
}
.aside {
    padding: 10px 20px 40px 20px;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
    height: fit-content;
    background-color: #fffcff;
    border-radius: 0px;
    border: none;
}
.profile .top {
    padding-top: 6px;
}
.aside .top {
    display: flex;
}
.q-tabs--vertical {
    height: fit-content;
}
.aside .q-tab__content {
    width: 100%;
    justify-content: space-between;
}
.aside__mobile-icon {
    margin-left: auto;
    display: flex;
}
.aside__block-top {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f2f2f2;
    border-radius: 15px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
    border: none;
}
}
@media (max-width: 768px) {
.profile .section {
    padding-top: 10px;
    padding-bottom: 43px;
}
.platform .profile .section {
    padding-top: 10px;
}
.profile__tickets,
  .profile__favorite {
    padding-right: 20px;
    padding-left: 20px;
}
.profile-page .q-page-container-m {
    padding: 0;
}
.profile__box {
    padding: 20px;
    border-radius: 0;
}
.profile__info-box {
    margin-top: 10px;
}
.profile__info-top {
    padding: 20px;
    background-color: #f2f2f2;
}
.profile .q-avatar {
    height: 80px;
    width: 80px;
}
.profile .field .q-input .q-field--standout .q-field__control {
    border: 1px solid #ddd;
}
.profile .field__list {
    grid-template-columns: repeat(2, 1fr);
}
.profile__info-top .q-btn.link,
  .profile__info-top .q-field__control-container {
    font-size: 15px;
}
.profile__tickets-place {
    font-size: 13px;
    line-height: 16px;
}
.profile__favorite-desktop {
    display: none;
}
.profile__favorite-mobile {
    display: block;
}
.profile__favorite-mobile .profile .section {
    padding-bottom: 0px;
}
.profile__favorite-mobile .q-page-container-m {
    padding: 0;
}
.section.profile__favorite-list,
  .section.profile__event-list {
    padding-bottom: 0px;
}
.profile .events .top {
    margin-bottom: 0;
}
.profile .events .top .title {
    margin-bottom: 20px;
}
.profile .events__top {
    height: 260px;
}
.profile__event-list .q-item,
  .profile__event-list .q-item a,
  .profile__favorite-list .q-item,
  .profile__favorite-list .q-item a {
    width: 260px;
}
}
@media (max-width: 500px) {
.profile__info-top {
    justify-content: start;
}
.profile__info .btn-primary {
    width: 100%;
}
.profile .field__list {
    grid-template-columns: repeat(1, 1fr);
}
.profile .field-wide {
    grid-column: span 1;
}
.profile .field:nth-of-type(4),
  .profile .field:nth-of-type(5) {
    margin-bottom: 10px;
}
.profile__tickets-list {
    grid-template-columns: repeat(1, 1fr);
}
}
@media (max-width: 360px) {
.profile__info-top {
    flex-direction: column;
    align-items: center;
}
.profile__info-top .q-avatar {
    height: 60px;
    width: 60px;
}
}
.aside__name-box {
  padding: 15px;
  border-radius: 15px;
  border: 1px solid #ddd;
  display: grid;
  grid-template-columns: 60px auto;
  gap: 10px;
  align-items: center;
}
.aside__name-box-img {
  max-width: 60px;
  width: 100%;
  height: 60px;
  position: relative;
}
.aside__name-box-img img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.aside__name-box .img-figure {
  width: 19px;
  height: 19px;
}
.aside__name-box .img-figure svg {
  width: 19px;
  height: 19px;
}
.aside__name-box .img-figure span {
  width: 12px;
  height: 12px;
}
.aside__name-box-name {
  font-size: 15px;
  font-weight: 500;
}
.aside__block-back {
  display: block;
  padding: 15px;
}
.aside__item {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}
.aside__item:last-of-type {
  margin-bottom: 0;
}
.aside__item svg {
  max-width: 24px;
  width: 100%;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aside__item svg path {
  fill: #ddd;
}
.profile__subtitle {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}
.profile .aside-platform .q-tab:last-child {
  margin-bottom: 0px;
}
.profile__info-tax .field {
  margin-bottom: 0;
}
.profile__info-passport-add .title-s, .profile__info-passport-result .title-s {
  margin-bottom: 10px;
}
.profile__info-passport-subtitle {
  color: #858790;
}
.profile__info-address .title-s {
  margin-bottom: 20px;
}
.profile__services .title-l {
  margin-top: 20px;
}
.profile__services-btn-active {
  color: #02888d;
  border-color: #02888d;
}
.profile__services-add .title-s {
  margin-bottom: 20px;
}
.profile__services-add .map__wrap {
  margin-bottom: 40px;
}
.profile__services-add-checkbox {
  padding: 16px;
  width: fit-content;
  border-radius: 20px;
  background-color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}
.profile__services-add-checkbox .q-checkbox__bg {
  border-radius: 50%;
}
.profile__services-add .btn-group {
  justify-content: flex-end;
}
.profile__services .bottom .search {
  margin-right: 0;
}
.profile__services-add-title-mob {
  display: none;
}
.profile__orders-chat {
  padding: 20px;
  min-height: 705px;
  border-radius: 30px;
  background-color: rgba(242, 242, 242, 0.4);
}
.profile__orders-chat-top {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 25px;
  background-color: #fff;
  display: grid;
  grid-template-columns: 56px 56px auto;
  align-items: center;
  gap: 10px;
}
.profile__orders-chat-content .contractor-card__phone-btn {
  margin-top: 0;
  margin-bottom: 8px;
}
.profile__orders-chat .orders__img {
  position: relative;
  height: 56px;
}
.profile__orders-chat .orders__img .q-img {
  border-radius: 15px;
  height: 100%;
}
.profile__orders-chat .img-figure {
  width: 32px;
  height: 32px;
  right: -6.5px;
  bottom: -6.5px;
}
.profile__orders-chat .q-avatar {
  width: 20px;
  height: 20px;
  background-color: #02888d;
  color: #ffffff;
  right: 5.5px;
  bottom: 5.5px;
}
.profile__orders-chat .orders__content {
  font-size: 15px;
  font-weight: 500;
}
.profile__orders-chat .price {
  font-size: 15px;
  font-weight: 500;
  padding: 0;
  color: #858790;
}
.profile__orders-chat .q-message-text.q-message-text--received {
  padding: 20px;
  max-width: 365px;
  border-radius: 15px;
  border: 1px solid #02888d;
  background: rgba(255, 82, 27, 0.05);
}
.profile__orders-chat .q-message-text.q-message-text--sent {
  padding: 20px;
  max-width: 365px;
  border-radius: 15px;
  border: 1px solid #ddd;
  background: #f2f2f2;
}
.profile__info-contact .title-s {
  margin-bottom: 10px;
}
.profile__info-contact-subtitle {
  margin-bottom: 20px;
  color: #858790;
}
.profile__info-contact .field .q-field__prepend {
  padding-right: 10px;
}
.profile__services .services .q-page-container-m {
  padding: 0;
}
.profile .banner .q-page-container-m {
  padding: 0;
}
@media (max-width: 1180px) {
.profile__services .services .q-list {
    grid-template-columns: repeat(2, 1fr);
}
.profile__services .top {
    flex-wrap: wrap;
    gap: 20px;
}
}
@media (max-width: 940px) {
.profile__name-box {
    padding: 20px;
    border-radius: 0px;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.aside__block {
    padding: 20px;
    margin-bottom: 0;
    border-radius: 0px;
    border: none;
    border-top: 1px solid #ddd;
}
.profile__services .services .q-list {
    grid-template-columns: repeat(3, 1fr);
}
.profile__services .title-l {
    margin-top: 0px;
}
.profile__services-add-title-mob {
    display: flex;
}
.profile__services-add-title-desktop {
    display: none;
}
}
@media (max-width: 840px) {
.profile__services .services .q-list {
    grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.profile__services,
  .profile__payments {
    padding-right: 20px;
    padding-left: 20px;
}
.profile__services-add {
    margin-right: -20px;
    margin-left: -20px;
}
.profile__services-btn-add {
    width: calc(100% - 40px);
    position: fixed;
    z-index: 10;
    bottom: 20px;
}
.profile .banner-content {
    padding: 0;
}
.profile .banner-content .q-page-container-m {
    padding: 0;
}
.profile__services .btn-group .q-btn {
    text-wrap: nowrap;
}
.profile__services .btn-group {
    padding-bottom: 5px;
    overflow-x: auto;
}
.profile__services .top {
    padding-top: 0;
    margin-bottom: 5px;
}
.profile__services .sort .q-btn {
    padding: 10px;
    height: 44px;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.profile__services .sort .q-btn-dropdown--simple * + .q-btn-dropdown__arrow {
    margin-left: 0px;
}
.profile__services .search .q-field__control {
    height: 44px;
}
.profile__services .search .field .q-field--standout .q-field__control {
    border-radius: 10px;
}
.profile__services .search .field .q-field__marginal {
    height: 44px;
}
.profile__services .search .search-btn {
    margin-right: 10px;
    padding: 4px 0;
}
.profile__services .bottom {
    gap: 10px;
}
.profile__services .sort__label {
    display: none;
}
.services__item-more-btn {
    top: 10px;
    right: 10px;
}
.services__numbers-item {
    border-radius: 5px;
}
.aside-top__rating-title {
    margin-bottom: 5px;
}
.aside-top__rating-wrap {
    margin-bottom: 5px;
}
.aside .q-btn.link {
    margin-top: 0px;
}
.profile .profile__services-add .field .q-field--standout .q-field__control {
    border: none;
}
.profile__services-add .btn-group {
    margin-left: 20px;
    flex-wrap: wrap;
}
}
@media (max-width: 500px) {
.profile__services .services .q-list {
    grid-template-columns: repeat(1, 1fr);
}
.profile__services-add .btn-primary {
    width: 100%;
}
.profile__orders-chat {
    padding: 0px;
}
.profile__orders-chat-top {
    padding: 0px;
    border-radius: 0px;
    background-color: #fff;
}
.profile__orders-chat-top .btn-grey {
    background-color: transparent;
    border: none;
}
.profile__orders-chat-content {
    padding: 0 20px;
}
}.service-request .field {
  margin-bottom: 5px;
}
.service-request .field .q-field--standout .q-field__control {
  border: 1px solid #ddd;
}
.service-request .btn-group {
  width: 100%;
  justify-content: flex-end;
}
.service-request .btn-primary {
  padding: 20px;
}
.service-request .dialog__btn-mobile {
  display: none;
}
@media (max-width: 940px) {
.service-request .dialog__btn-mobile {
    display: flex;
}
.service-request .btn-group {
    width: 100%;
    flex-direction: column;
    justify-content: start;
    margin-right: 0;
}
.service-request .btn-grey,
  .service-request .btn-primary {
    width: 100%;
}
}.organizer-request .field {
  margin-bottom: 5px;
}
.organizer-request .field .q-field--standout .q-field__control {
  border: 1px solid #ddd;
}
.organizer-request .btn-group {
  width: 100%;
  justify-content: flex-end;
}
.organizer-request .btn-primary {
  padding: 20px;
}
.organizer-request .dialog__btn-mobile {
  display: none;
}
@media (max-width: 940px) {
.organizer-request .dialog__btn-mobile {
    display: flex;
}
.organizer-request .btn-group {
    width: 100%;
    flex-direction: column;
    justify-content: start;
    margin-right: 0;
}
.organizer-request .btn-grey,
  .organizer-request .btn-primary {
    width: 100%;
}
}.organizer-request .field {
  margin-bottom: 5px;
}
.organizer-request .field .q-field--standout .q-field__control {
  border: 1px solid #ddd;
}
.organizer-request .btn-group {
  width: 100%;
  justify-content: flex-end;
}
.organizer-request .btn-primary {
  padding: 20px;
}
.organizer-request .dialog__btn-mobile {
  display: none;
}
@media (max-width: 940px) {
.organizer-request .dialog__btn-mobile {
    display: flex;
}
.organizer-request .btn-group {
    width: 100%;
    flex-direction: column;
    justify-content: start;
    margin-right: 0;
}
.organizer-request .btn-grey,
  .organizer-request .btn-primary {
    width: 100%;
}
}