.section__mymenu {
  padding-top: 26px;
  padding-bottom: 83px;
  background-image: url(../img/mymenu_bg.svg);
  background-repeat: no-repeat;
  background-position: center top;
}

.section__mymenu__body {
  display: block;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.section__mymenu__image {
  width: 44px;
  height: 44px;
  background: linear-gradient(90deg, #20a6f7 0, #5f78fa 100%), #d9d9d9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section__mymenu__title {
  margin-top:16px;
  margin-bottom:22px;
}
.section__mymenu__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  border: 1px solid #f4f7fd;
  background: #f9fbfe;
  padding: 5px;
  width:fit-content;
  margin: auto;
}
.section__mymenu__menu__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.08px;
  transition: all 0.1s linear;
}
.section__mymenu__menu__item span {
  font-size: 12px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.06px;
  padding: 0 8px;
  border-radius: 1444px;
  border: 1px solid rgba(113, 113, 132, 0.05);
}
.section__mymenu__menu__item svg path {
  stroke: #717184;
}
.section__mymenu__menu__item.active {
  color: #fff;
  background: #333;
}

.section__mymenu__menu__item:hover svg path,
.section__mymenu__menu__item.active svg path {
  stroke: #fff;
}
.section__mymenu__menu__item:hover {
  color: #fff;
  background: #333;
}
.section__mymenu__menu__item span {
  color: #333;
  border: 1px solid #3333332b;
  background: white;
}
.section__mycontent__body {
  padding: 24px;
  border-radius: 32px;
  border: 1px solid #e9f0fb;
  background: #fff;
}
.section__mycontent__head {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(233, 240, 251, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section__mycontent__head__btns {
  display: flex;
  align-items: center;
  gap: 12px;
}
.section__mycontent__addlot__btn {
  padding: 7px 12px;
}
.section__mycontent__cases,
.section__mycontent__lots {
  margin-top: 24px;
}
.section__mycontent__cases.mycontent__flex,
.section__mycontent__lots.mycontent__flex {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.section__mycontent__case,
.section__mycontent__lot {
  border-radius: 24px;
  border: 1px solid #e9f0fb;
  background: #fff;
  padding: 12px;
  display: flex;
  gap: 22px;
}
.section__mycontent__case__image a,
.section__mycontent__lot__image a {
  width: 100%;
}
.section__mycontent__case__image,
.section__mycontent__lot__image {
  position: relative;
}
.section__mycontent__case__image img,
.section__mycontent__lot__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
  width: 254px;
}
.section__mycontent__case__image .itemcard__class,
.section__mycontent__lot__image .itemcard__class {
  top: 10px;
  right: 10px;
}
.section__mycontent__case__inner,
.section__mycontent__lot__inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.section__mycontent__case__info > .btn__primary {
  display: none;
}
.section__mycontent__case__info,
.section__mycontent__lot__info {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.section__mycontent__case__info__inner,
.section__mycontent__lot__info__inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.section__mycontent__case__info__inner .itemcard__subscribers,
.section__mycontent__lot__info__inner .itemcard__subscribers {
  color: #333;
  font-weight: 400;
}
.section__mycontent__lot__btns {
  display: flex;
  gap: 12px;
}
.section__mycontent__lot__btns button {
  flex: 1;
}
.section__mycontent__lot__btns button:last-child img {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.section__mycontent__case__info__inner {
  align-items: flex-start;
}
.section__mycontent__case__info__inner .btn {
  margin-top: 4px;
}
.section__mycontent__case__sold__info {
  padding-left: 12px;
  border-left: 1px solid #e9f0fb;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.section__mycontent__case__sold__status {
  padding: 4px 8px;
  color: #fff;
  font-weight: 500;
  border-radius: 8px;
  font-size: 14px;
}

.section__mycontent__case__sold__participants {
  display: flex;
  align-items: center;
  gap: 8px;
}
.section__mycontent__case__sold__participants > img {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.section__mycontent__case__sold__participant {
  border-radius: 12px;
  border: 1px solid #e9f0fb;
  background: #f9fbfe;
  padding: 0 8px;
  height: 52px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 176px;
}
.section__mycontent__case__sold__participant img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.section__mycontent__case__sold__name {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #333;
  font-size: 15px;
  letter-spacing: 0.075px;
}
.section__mycontent__case__sold__name span {
  color: rgba(51, 51, 51, 0.5);
  font-size: 12px;
  letter-spacing: 0.06px;
}
.section__mycontent__case__sold__price {
  display: flex;
  gap: 30px;
  align-items: center;
}
.section__mycontent__case__sold__price .itemcard__subscribers {
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.075px;
}
.section__mycontent__favorites.mycontent__grid {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(233, 240, 251, 0.5);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.section__mycontent__favorites.mycontent__grid .btn__wishlist svg path {
  fill: #ed2323;
}
@media (max-width: 1024px) {
  .section__mycontent__case__info,
  .section__mycontent__lot__info {
    flex-direction: column;
    gap: 12px;
  }
  .section__mycontent__lot__btns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .section__mycontent__case__image img {
    width: 200px;
  }
  .section__mycontent__case__info {
    flex-direction: row;
  }
  .section__mycontent__case__sold__participants {
    flex-direction: column;
    width: 100%;
  }
  .section__mycontent__case__sold__participants > img {
    -webkit-transform: none;
    transform: none;
  }
  .section__mycontent__case__sold__price {
    flex-direction: column;
    gap: 0;
  }
  .section__mycontent__favorites.mycontent__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .section__mymenu {
    background-image: url(../img/mymenu_bg768.svg);
    background-position: center bottom;
    padding-top: 0;
    padding-bottom: 28px;
  }
  .section__mymenu .section__mail {
    display: flex;
  }
  .section__mymenu__body {
    margin-top: 32px;
  }
  .section__mycontent__body {
    padding: 0;
    border-radius: 0;
    border: none;
  }
  .section__mycontent__body .section__mail {
    display: none;
  }
  .section__mycontent__case,
  .section__mycontent__lot {
    flex-direction: column;
    border-radius: 16px;
  }
  .section__mycontent__case__image img,
  .section__mycontent__lot__image img {
    width: 100%;
    max-height: 250px;
    border-radius: 8px;
  }
  .section__mycontent__case {
    position: relative;
    padding-top: 48px;
  }
  .section__mycontent__case .btn_gray {
    position: absolute;
    left: 0;
    bottom: 12px;
    height: 44px;
    width: 100%;
  }
  .section__mycontent__case__image img {
    width: 100%;
  }
  .section__mycontent__case__info {
    flex-direction: column;
    gap: 18px;
  }
  .section__mycontent__case__sold__info {
    padding-left: 0;
    border-left: none;
    gap: 18px;
  }
  .section__mycontent__case__sold__status {
    position: absolute;
    top: 12px;
    left: 12px;
  }
  .section__mycontent__case__sold__participants {
    flex-direction: row;
  }
  .section__mycontent__case__sold__participants > img {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .section__mycontent__case__sold__price {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
  .section__mycontent__favorites.mycontent__grid {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .section__mycontent__case__info__inner > .btn__primary {
    display: none;
  }
  .section__mycontent__case__info > .btn__primary {
    display: flex;
  }
}
@media (max-width: 600px) {
  .section__mymenu__menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    border-radius: 16px;
    border: 1px solid #f4f7fd;
    background: #f9fbfe;
    /* background-color: red; */
  }
  .section__mymenu__menu__item span {
    display: none;
    padding: 8px 12px;
  }
  .section__mymenu__menu__item {
    flex-direction: column;
    font-size: 12px;
    flex: 1;
  }
  .section__mycontent__head {
    flex-direction: column-reverse;
    gap: 12px;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .section__mycontent__head__btns {
    gap: 8px;
    width: 100%;
    overflow-x: auto;
  }
  .section__mycontent__head__btn {
    white-space: nowrap;
  }
  .section__mycontent__addlot__btn {
    width: 100%;
  }
  .section__mycontent__case__image img,
  .section__mycontent__lot__image img {
    width: 100%;
  }
  .section__mycontent__favorites.mycontent__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}


.sidebar-menu .btn_black {
  justify-content: space-between;
  margin-bottom:8px;
  padding: 20px 24px;
}
.sidebar-menu {
  width: 100%;
}

.btn__big img {
  width:20px;
}
.btn__big {
  font-size: 18px;
  margin-bottom: 30px;
}

