@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Manuale:ital,wght@0,300..800;1,300..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body.no-scroll {
  overflow: hidden;
}

body {
  overflow-x: hidden;
  padding: 0 0 30px 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.3s;
  border: 0px;
  color: rgb(255, 255, 255);
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: white;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: normal;
  background: rgb(24, 24, 24);
  position: relative;
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}

.market_con1 {
  width: 98%;
  padding: 10px;
  margin-top: 98px;
  margin-bottom: 10px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgb(40, 40, 40);
  box-sizing: border-box;
}
@media (max-width: 900px) {
  .market_con1 {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 95%;
  }
}
@media (max-width: 600px) {
  .market_con1 {
    padding: 8px;
    width: 98%;
  }
}
@media (max-width: 400px) {
  .market_con1 {
    padding: 5px;
    width: 100%;
    border-radius: 10px;
  }
}
.market_con1_con {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 900px) {
  .market_con1_con {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
.market_con1_blockcon {
  width: 100%;
}
@media (max-width: 900px) {
  .market_con1_blockcon {
    width: 100%;
  }
}
.market_con1_blockcon1 {
  display: flex;
  width: 100%;
  justify-content: start;
  /* align-items: center; */
  gap: 10px;
}
@media (max-width: 900px) {
  .market_con1_blockcon1 {
    gap: 15px;
    padding: 0 0 15px 0;
    margin-left: 0px;
  }
}
@media (max-width: 600px) {
  .market_con1_blockcon1 {
    gap: 12px;
    padding: 0 0 12px 0;
    flex-direction: column-reverse;
  }
}
.market_con1_blockcon1 .con_market_con1_blockcon1 {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.market_con1_blockcon1_category {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  border-radius: 25px;
  background: rgba(102, 102, 102, 0.225);
  color: rgb(200, 200, 200);
  font-size: 15px;
  font-weight: 550;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 900px) {
  .market_con1_blockcon1_category {
    font-size: 12px;
    padding: 5px 10px;
    gap: 5px;
  }
}
@media (max-width: 600px) {
  .market_con1_blockcon1_category {
    font-size: 11px;
    padding: 4px 6px;
    gap: 5px;
  }
}

.market_con1_blockcon1_category .material_category {
  color: rgb(214, 214, 214);
  font-size: 20px;
}
@media (max-width: 900px) {
  .market_con1_blockcon1_category .material_category {
    font-size: 15px;
  }
}
.market_con1_blockcon1_category:hover {
  transform: scale(1.02) rotate(2deg) translateY(-2px);
}
.market_con1_blockcon1_category.active_category {
  box-sizing: border-box;
  border-radius: 20px;
  box-shadow: 0px 0px 40px 0px rgb(102 23 232 / 60%);
  background: linear-gradient(
    151.96deg,
    rgba(123, 31, 250, 0.94) -2.612%,
    rgba(60, 22, 158, 0.94) 128.153%
  );
}
.market_con1_blockcon1_category.active_category .material_category {
  color: white;
}
.market_con1_blockcon1 .market_con1_blockcon1_srch {
  position: relative;
  width: 40%;
  margin-left: auto;
}
@media (max-width: 900px) {
  .market_con1_blockcon1 .market_con1_blockcon1_srch {
    margin-left: 0;
    width: 85%;
    display: none;
    justify-content: center;
    align-items: center;
  }

  .market_con1_blockcon1 .market_con1_blockcon1_srch.mobile-search-visible {
    display: flex !important;
  }
}
.market_con1_blockcon1 .market_con1_blockcon1_srch_search {
  width: 100%;
  box-sizing: border-box;
  background: rgba(102, 102, 102, 0.226);
  border-radius: 20px;
  padding: 10px 15px 12px 45px;
  font-size: 17px;
  font-weight: 550;
}
@media (max-width: 600px) {
  .market_con1_blockcon1 .market_con1_blockcon1_srch_search {
    font-size: 17px;
  }
}
@media (max-width: 600px) {
  .market_con1_blockcon1 .market_con1_blockcon1_srch_search::-moz-placeholder {
    font-size: 12px;
  }
  .market_con1_blockcon1 .market_con1_blockcon1_srch_search::placeholder {
    font-size: 12px;
  }
}
.market_con1_blockcon1 .material_category_search {
  position: absolute;
  left: 14px;
  top: 26%;
  transform: translateY(-50%);
  pointer-events: none;
  color: rgb(216 216 216 / 85%);
  font-size: 20px;
}
@media (max-width: 1138px) {
  .market_con1_blockcon1 .material_category_search {
    left: 14px;
    top: 17%;
  }
}
@media (max-width: 600px) {
  .market_con1_blockcon1 .material_category_search {
    font-size: 18px;
    left: 10px;
  }
}
@media (max-width: 400px) {
  .market_con1_blockcon1 .material_category_search {
    font-size: 16px;
    left: 8px;
  }
}

.market_con1_con2 {
  display: flex;
  align-items: center;
  margin-left: 10px;
  gap: 20px;
}
@media (max-width: 1000px) {
  .market_con1_con2 {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 450px) {
  .market_con1_con2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .market_con1_con2 {
    gap: 10px;
  }
}
.market_con1_con2_h1 {
  cursor: default;
  font-size: 17px;
  font-weight: 500;
  color: rgb(255 255 255 / 80%);
}
@media (max-width: 600px) {
  .market_con1_con2_h1 {
    font-size: 15px;
    margin-left: 10px;
  }
}

.market_con1_con2 .sort1,
.market_con1_con2 .sort2 {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 500px) {
  .market_con1_con2 .sort1,
  .market_con1_con2 .sort2 {
    gap: 5px;
  }
}
.market_con1_con2 .sort_btn {
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 15px;
  padding: 8px 10px;
  font-weight: 500;
  opacity: 0.8;
}
@media (max-width: 600px) {
  .market_con1_con2 .sort_btn {
    font-size: 13px;
    padding: 5px 10px;
  }
}

.market_con1_con2 .sort {
  min-width: 130px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background: rgb(25 25 25 / 50%);
}
@media (max-width: 900px) {
  .market_con1_con2 .sort {
    min-width: 180px;
  }
}
@media (max-width: 600px) {
  .market_con1_con2 .sort {
    min-width: 150px;
    padding: 1px;
  }
}
@media (max-width: 500px) {
  .market_con1_con2 .sort {
    min-width: 130px;
  }
}
@media (max-width: 400px) {
  .market_con1_con2 .sort {
    min-width: 110px;
  }
}
.market_con1_con2 .sort:hover {
  background: rgba(15, 15, 15, 0.509);
}
.market_con1_con2 .sort_list {
  padding: 5px;
  position: absolute;
  top: 100%;
  width: 200px;
  left: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  background: rgb(26 26 26 / 85%);
  top: 110%;
}
@media (max-width: 900px) {
  .market_con1_con2 .sort_list {
    width: 250px;
  }
}
@media (max-width: 600px) {
  .market_con1_con2 .sort_list {
    width: 200px;
  }
}
@media (max-width: 500px) {
  .market_con1_con2 .sort_list {
    width: 180px;
    left: -42px;
  }
}
@media (max-width: 400px) {
  .market_con1_con2 .sort_list {
    width: 150px;
  }
}
.market_con1_con2 .sort_list .sort_items {
  font-weight: 500;
  opacity: 0.8;
  font-size: 15px;
  padding: 5px;
  text-align: center;
  width: 100%;
  cursor: pointer;
}
@media (max-width: 600px) {
  .market_con1_con2 .sort_list .sort_items {
    font-size: 13px;
    padding: 6px;
  }
}
@media (max-width: 500px) {
  .market_con1_con2 .sort_list .sort_items {
    font-size: 12px;
    padding: 5px;
  }
}
.market_con1_con2 .sort_list .sort_items:hover {
  background: rgb(42, 42, 42);
}

.market_grid {
  width: 98%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  .market_grid {
    width: 98%;
    margin-bottom: 155px;
  }
}
@media (max-width: 800px) {
  .market_grid {
    gap: 12px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .market_grid {
    width: 98%;
    gap: 10px;
  }
}

@media (min-width: 1600px) {
  .market_grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 2500px) {
  .market_grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.market_grid .market_offer {
  border-radius: 30px;
  padding: 15px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
}
.market_grid .market_offer:hover {
  border: 1px solid #7a4ef3;
  opacity: 0.8 !important;
  transform: scale(0.99) !important;
}

.offer_def {
  background: linear-gradient(90deg, #c39aff0d, rgb(40 40 40));
  border: 1px solid rgba(122, 78, 243, 0);
}

.offer_def:hover {
  transform: scale(0.99) !important;
  border: 1px solid #7a4ef3;
}

@media (max-width: 600px) {
  .market_grid .market_offer {
    padding: 12px;
  }
}
@media (max-width: 400px) {
  .market_grid .market_offer {
    padding: 10px;
    border-radius: 25px;
  }
}
@media (max-width: 700px) {
  .market_grid .market_offer {
    border-radius: 25px;
  }
}
.market_grid .market_offer .offer_top {
  display: flex;
  position: relative;
}
.market_grid .market_offer .offer_top_con {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .market_grid .market_offer .offer_top_con {
    gap: 7px;
  }
}

.market_grid .market_offer .offer_top_con .offer_top_znak {
  padding: 8px 12px;
  height: auto;
  display: flex;
  align-items: center;
  border-radius: 20px;
  background: linear-gradient(270deg, rgb(71, 164, 80), rgb(48, 114, 79) 100%);
  box-shadow: 0 0 30px rgba(71, 164, 80, 0.37);
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .market_grid .market_offer .offer_top_con .offer_top_znak {
    font-size: 13px;
    padding: 6px 10px;
  }
}
@media (max-width: 400px) {
  .market_grid .market_offer .offer_top_con .offer_top_znak {
    font-size: 12px;
    padding: 5px 8px;
  }
}
.market_grid .market_offer .offer_top_con .offer_top_znak_buy {
  padding: 8px 12px;
  height: auto;
  display: flex;
  align-items: center;
  border-radius: 20px;
  background: linear-gradient(270deg, rgb(71, 96, 164), rgb(48, 104, 114) 100%);
  box-shadow: 0 0 30px rgba(71, 96, 164, 0.459);
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .market_grid .market_offer .offer_top_con .offer_top_znak_buy {
    font-size: 13px;
    padding: 6px 10px;
  }
}
@media (max-width: 400px) {
  .market_grid .market_offer .offer_top_con .offer_top_znak_buy {
    font-size: 12px;
    padding: 5px 8px;
  }
}
.market_grid .market_offer .offer_top_con .offer_top_category {
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 5px;
  color: rgba(126, 32, 255, 0.85);
  padding: 5px 8px;
  height: 20px;
  min-height: 25px;
  border-radius: 15px;
  background: rgba(84, 9, 184, 0.2);
  font-weight: 550;
  white-space: nowrap;
  box-sizing: border-box;
}

.market_grid .market_offer .offer_top_con .offer_top_category i {
  font-size: 11px;
  color: rgba(126, 32, 255, 0.85);
}

.market_grid .market_offer .offer_top_con .offer_top_price {
  font-weight: 650;
  position: absolute;
  color: rgb(238, 238, 238);
  top: 0;
  right: 0;
  padding: 8px 12px;
  font-size: 18px;
  border-radius: 13px;
  background: linear-gradient(
    270deg,
    rgb(100, 7, 226) 0.422%,
    rgb(135, 69, 252) 100%
  );
  white-space: nowrap;
}
@media (max-width: 600px) {
  .market_grid .market_offer .offer_top_con .offer_top_price {
    font-size: 17px;
    padding: 6px 10px;
  }
}

.market_grid .market_offer .offer_center {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 600px) {
  .market_grid .market_offer .offer_center {
    margin-top: 12px;
    gap: 6px;
  }
}
@media (max-width: 400px) {
  .market_grid .market_offer .offer_center {
    margin-top: 10px;
    gap: 5px;
  }
}
.market_grid .market_offer .offer_center_h1 {
  font-size: 24px;
  font-weight: 700;
  word-break: break-word;
}
@media (max-width: 900px) {
  .market_grid .market_offer .offer_center_h1 {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .market_grid .market_offer .offer_center_h1 {
    font-size: 20px;
  }
}
.market_grid .market_offer .offer_center_p {
  font-weight: 450;
  font-size: 16px;
  opacity: 0.7;
  word-break: break-word;
}
@media (max-width: 900px) {
  .market_grid .market_offer .offer_center_p {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .market_grid .market_offer .offer_center_p {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .market_grid .market_offer .offer_center_p {
    font-size: 13px;
  }
}
.market_grid .market_offer .offer_bot {
  margin-top: 20px;
  display: flex;
  position: relative;
}
@media (max-width: 600px) {
  .market_grid .market_offer .offer_bot {
    margin-top: 15px;
  }
}
@media (max-width: 400px) {
  .market_grid .market_offer .offer_bot {
    margin-top: 12px;
  }
}
.market_grid .market_offer .offer_bot .market_offer_profile {
  gap: 8px;
  display: flex;
  align-items: center;
  padding: 8px 10px;
  border-radius: 20px;
  background: rgba(102, 102, 102, 0.149);
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 60px);
}
@media (max-width: 600px) {
  .market_grid .market_offer .offer_bot .market_offer_profile {
    padding: 6px 10px;
    gap: 8px;
  }
}
@media (max-width: 400px) {
  .market_grid .market_offer .offer_bot .market_offer_profile {
    padding: 5px 8px;
    gap: 6px;
  }
}
.market_grid .market_offer .offer_bot .market_offer_profile:hover {
  transform: scale(0.98);
  background: rgba(102, 102, 102, 0.344);
}
.market_grid .market_offer .offer_bot .market_offer_profile_ava {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .market_grid .market_offer .offer_bot .market_offer_profile_ava {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 400px) {
  .market_grid .market_offer .offer_bot .market_offer_profile_ava {
    width: 25px;
    height: 25px;
  }
}
.market_grid .market_offer .offer_bot .market_offer_profile .name_flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
}
.market_grid
  .market_offer
  .offer_bot
  .market_offer_profile
  .name_flex
  .market_offer_profile_name {
  font-weight: 550;
  color: #e8e8e8;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 600px) {
  .market_grid
    .market_offer
    .offer_bot
    .market_offer_profile
    .name_flex
    .market_offer_profile_name {
    font-size: 14px;
    max-width: 120px;
  }
}
@media (max-width: 400px) {
  .market_grid
    .market_offer
    .offer_bot
    .market_offer_profile
    .name_flex
    .market_offer_profile_name {
    font-size: 13px;
    max-width: 100px;
  }
}
.market_grid
  .market_offer
  .offer_bot
  .market_offer_profile
  .name_flex
  .market_offer_profile_otziv {
  opacity: 0.5;
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 12px;
  font-weight: 600;
}
@media (max-width: 600px) {
  .market_grid
    .market_offer
    .offer_bot
    .market_offer_profile
    .name_flex
    .market_offer_profile_otziv {
    font-size: 11px;
  }
}
@media (max-width: 400px) {
  .market_grid
    .market_offer
    .offer_bot
    .market_offer_profile
    .name_flex
    .market_offer_profile_otziv {
    font-size: 10px;
  }
}
.market_grid .market_offer .offer_bot .market_offer_like {
  border: 3px solid rgb(86, 86, 86);
  border-radius: 20px;
  color: rgb(86, 86, 86);
  font-size: 14px;
  font-weight: 700;
  height: 30px;
  padding: 5px 7px;
  display: flex;
  gap: 3px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: transform 0.3s ease;
}
@media (max-width: 600px) {
  .market_grid .market_offer .offer_bot .market_offer_like {
    font-size: 13px;
    height: 28px;
    padding: 4px 6px;
  }
}
@media (max-width: 400px) {
  .market_grid .market_offer .offer_bot .market_offer_like {
    height: 25px;
    padding: 3px 5px;
  }
}
.market_grid .market_offer .offer_bot .market_offer_like:hover {
  transform: scale(0.98);
}
.market_grid
  .market_offer
  .offer_bot
  .market_offer_like
  .material-symbols-outlined {
  font-size: 14px;
  color: rgb(86, 86, 86);
  font-weight: 800;
}
@media (max-width: 400px) {
  .market_grid
    .market_offer
    .offer_bot
    .market_offer_like
    .material-symbols-outlined {
    font-size: 12px;
  }
}
.market_grid .market_offer .offer_bot .market_offer_like.like_color {
  border: 3px solid rgba(255, 0, 0, 0.566);
  padding: 0px 7px !important;
}
.market_grid
  .market_offer
  .offer_bot
  .market_offer_like.like_color
  .like_js_ico {
  font-variation-settings: "FILL" 1;
  color: rgba(255, 0, 0, 0.566);
}
.market_grid .market_offer .offer_bot .market_offer_like.like_color {
  color: rgba(255, 0, 0, 0.566);
}

.offer-highlight {
  position: relative;
  background-color: rgba(118, 21, 255, 0.299);
  color: rgba(255, 255, 255, 0.9137254902);
  padding: 2px 3px;
  border-radius: 4%;
  font-weight: 600;
}
.offer-highlight::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(123, 31, 250, 0.3);
  z-index: -1;
}

.modal_offer_con {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgb(17 17 17 / 93%);
  z-index: 100;
  box-sizing: border-box;
}
@media (max-width: 1000px) {
  .modal_offer_con {
    height: 100%;
    padding: 10px;
  }
}
@media (max-width: 600px) {
  .modal_offer_con {
    padding: 5px;
  }
}
.modal_offer_con .modal_offer {
  cursor: default;
  margin-top: 0;
  padding: 15px;
  max-width: 100%;
  width: 600px;
  border-radius: 35px;
  background: linear-gradient(
    144.38deg,
    rgb(46 36 55 / 90%) 2.943%,
    rgb(40 40 40 / 40%) 108.479%
  );
  box-sizing: border-box;
  position: relative;
}

@media (max-width: 600px) {
  .modal_offer_con .modal_offer {
    padding: 12px;
    border-radius: 25px;
  }
}

.modal_offer_con .modal_offer_top {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .modal_offer_con .modal_offer_top {
    gap: 5px;
  }
}
.modal_offer_con .modal_offer_top_znak {
  padding: 8px 12px;
  height: auto;
  display: flex;
  align-items: center;
  border-radius: 20px;
  background: linear-gradient(270deg, rgb(71, 164, 80), rgb(48, 114, 79) 100%);
  box-shadow: 0 0 30px rgba(71, 164, 80, 0.37);
  font-weight: 550;
  font-size: 15px;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .modal_offer_con .modal_offer_top_znak {
    font-size: 13px;
    padding: 3px 10px;
  }
}

.modal_offer_con .modal_offer_top_znak_buy {
  padding: 8px 10px;
  height: auto;
  display: flex;
  align-items: center;
  border-radius: 20px;
  background: linear-gradient(270deg, rgb(71, 96, 164), rgb(48, 104, 114) 100%);
  box-shadow: 0 0 30px rgba(71, 96, 164, 0.459);
  font-weight: 600;
  font-size: 15px;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  .modal_offer_con .modal_offer_top_znak_buy {
    font-size: 14px;
    padding: 6px 10px;
  }
}
@media (max-width: 600px) {
  .modal_offer_con .modal_offer_top_znak_buy {
    font-size: 13px;
    padding: 5px 8px;
  }
}
.modal_offer_con .modal_offer_top_category {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: rgba(126, 32, 255, 0.85);
  padding: 3px 8px;
  height: 25px;
  min-height: 25px;
  border-radius: 15px;
  background: rgba(84, 9, 184, 0.2);
  font-weight: 650;
  white-space: nowrap;
  box-sizing: border-box;
  line-height: 1;
}

.modal_offer_con .modal_offer_top_category i {
  font-size: 12px;
  color: rgba(126, 32, 255, 0.85);
  margin-right: 1px;
}

.modal_offer_con .modal_offer_top_price {
  margin-left: auto;
  font-weight: 600;
  color: rgb(226, 226, 226);
  padding: 7px 12px;
  font-size: 20px;
  border-radius: 15px;
  background: linear-gradient(
    270deg,
    rgb(100, 7, 226) 0.422%,
    rgb(135, 69, 252) 100%
  );
  white-space: nowrap;
}

@media (max-width: 600px) {
  .modal_offer_con .modal_offer_top_price {
    font-size: 17px;
    padding: 5px 10px;
  }
}

.modal_offer_con .modal_offer_h1 {
  font-size: 24px;
  font-weight: 650;
  color: rgba(230, 230, 230, 0.907);
  margin-top: 10px;
  word-break: break-word;
}
@media (max-width: 1000px) {
  .modal_offer_con .modal_offer_h1 {
    font-size: 22px;
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .modal_offer_con .modal_offer_h1 {
    font-size: 20px;
    margin-top: 10px;
  }
}

.modal_offer_con .modal_offer_p {
  margin-top: 10px;
  margin-bottom: 15px;
  border-radius: 20px;
  background: rgb(69 69 69 / 40%);
  padding: 10px;
  opacity: 0.7;
}
@media (max-width: 600px) {
  .modal_offer_con .modal_offer_p {
    padding: 10px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
.modal_offer_con .modal_offer_p p {
  font-size: 16px;
  font-weight: 550;
  color: rgb(221, 221, 221);
  word-break: break-word;
}
@media (max-width: 1000px) {
  .modal_offer_con .modal_offer_p p {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .modal_offer_con .modal_offer_p p {
    font-size: 14px;
  }
}
.modal_offer_con .modal_offer_profile {
  gap: 13px;
  display: flex;
  border: 0.5px solid rgba(136, 69, 252, 0.657);
  border-radius: 30px;
  background: linear-gradient(
    141.22deg,
    rgb(78 50 150 / 20%) -4.655%,
    rgb(50 30 100 / 20%) 134.632%
  );
  padding: 7px;
  cursor: pointer;
  align-items: center;
  transition: all 0.3s ease;
}
@media (max-width: 600px) {
  .modal_offer_con .modal_offer_profile {
    gap: 10px;
    padding: 5px;
  }
}
.modal_offer_con .modal_offer_profile .modal_offer_profile_con1_con2 {
  margin-top: 3px;
}
.modal_offer_con .modal_offer_profile:hover {
  border-radius: 40px;
  border: 0.5px solid rgb(117, 25, 255);
  background: linear-gradient(
    141.22deg,
    rgba(80, 46, 166, 0.47) -4.655%,
    rgba(50, 30, 100, 0.159) 134.632%
  );
  transform: scale(0.99); /* Уменьшение на 2% */
}
@media (max-width: 600px) {
  .modal_offer_con .modal_offer_profile:hover {
    border-radius: 25px;
  }
}
.modal_offer_con .modal_offer_profile_ava {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-image: url(/frontend/img/2.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
}
@media (max-width: 1000px) {
  .modal_offer_con .modal_offer_profile_ava {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 600px) {
  .modal_offer_con .modal_offer_profile_ava {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 400px) {
  .modal_offer_con .modal_offer_profile_ava {
    width: 45px;
    height: 45px;
  }
}
.modal_offer_con .modal_offer_profile .modal_offer_profile_con1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.modal_offer_con .modal_offer_profile .modal_offer_profile_con1_name {
  font-weight: 600;
  opacity: 0.85;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}

@media (max-width: 600px) {
  .modal_offer_con .modal_offer_profile .modal_offer_profile_con1_name {
    font-size: 17px;
    max-width: 200px;
  }
}

.modal_offer_con .modal_offer_profile .modal_offer_profile_con1_con2 {
  display: flex;
  gap: 10px;
}
@media (max-width: 600px) {
  .modal_offer_con .modal_offer_profile .modal_offer_profile_con1_con2 {
    gap: 10px;
  }
}
.modal_offer_con
  .modal_offer_profile
  .modal_offer_profile_con1_con2
  .modal_offer_profile_otziv,
.modal_offer_con
  .modal_offer_profile
  .modal_offer_profile_con1_con2
  .modal_offer_profile_id {
  font-size: 14px;
  opacity: 0.5;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 600px) {
  .modal_offer_con
    .modal_offer_profile
    .modal_offer_profile_con1_con2
    .modal_offer_profile_otziv,
  .modal_offer_con
    .modal_offer_profile
    .modal_offer_profile_con1_con2
    .modal_offer_profile_id {
    font-size: 13px;
  }
}
.modal_offer_con .modal_offer_con_image {
  margin-top: 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .modal_offer_con .modal_offer_con_image {
    margin-top: 12px;
  }
}
.modal_offer_con .modal_offer_con_image .modal_offer_img_p {
  font-size: 16px;
  font-weight: 550;
  opacity: 0.5;
  margin-bottom: 13px;
  margin-right: auto;
  gap: 5px;
}
@media (max-width: 600px) {
  .modal_offer_con .modal_offer_con_image .modal_offer_img_p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.modal_offer_con .modal_offer_con_image .modal_offer_img {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 200px;
  background-image: url(../../img/2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.37);
  padding: 10px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  cursor: pointer;
}

.modal_offer_con .modal_offer_con_image .modal_offer_img.expanded {
  width: 100%;
  max-width: 250px;
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.37);
  transition: all 0.3s ease;
}
@media (max-width: 600px) {
  .modal_offer_con .modal_offer_con_image .modal_offer_img {
    height: 180px;
    max-width: 100%;
  }
}
@media (max-width: 400px) {
  .modal_offer_con .modal_offer_con_image .modal_offer_img {
    height: 150px;
    border-radius: 20px;
  }
}
.modal_offer_con .modal_offer_audio {
  width: 100%;
  margin-top: 15px;
}
.modal_offer_con .modal_offer_audio .modal_offer_img_p {
  font-size: 16px;
  font-weight: 550;
  opacity: 0.5;
  margin-bottom: 13px;
  margin-right: auto;
  gap: 5px;
}
@media (max-width: 600px) {
  .modal_offer_con .modal_offer_audio .modal_offer_img_p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.modal_offer_con .modal_offer_audio .modal_offer_img_p i {
  margin-right: 3px;
  font-size: 20px;
  color: #bfbfbf;
}
.modal_offer_con .modal_offer_audio audio {
  width: 80%;
  border-radius: 50px;
  margin: 0 auto;
  display: block;
}
.modal_offer_con .modal_offer_video {
  margin-top: 10px;
  border-radius: 10px;
  width: 100%;
}
.modal_offer_con .modal_offer_video .modal_offer_img_p {
  font-size: 16px;
  font-weight: 550;
  opacity: 0.5;
  margin-bottom: 13px;
  margin-right: auto;
  gap: 5px;
}
@media (max-width: 600px) {
  .modal_offer_con .modal_offer_video .modal_offer_img_p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.modal_offer_con .modal_offer_video .modal_offer_img_p i {
  margin-right: 3px;
  font-size: 20px;
  color: #bfbfbf;
}
.modal_offer_con .modal_offer_video video {
  border-radius: 10px;
  max-height: 400px;
  -o-object-fit: contain;
  object-fit: contain;
}
.modal_offer_con .modal_offer_file {
  margin-top: 15px;
  width: 100%;
}
.modal_offer_con .modal_offer_file .modal_offer_img_p {
  font-size: 16px;
  font-weight: 550;
  opacity: 0.5;
  margin-bottom: 13px;
  margin-right: auto;
  gap: 5px;
}
@media (max-width: 600px) {
  .modal_offer_con .modal_offer_file .modal_offer_img_p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.modal_offer_con .modal_offer_file .modal_offer_img_p i {
  margin-right: 3px;
  font-size: 20px;
  color: #bfbfbf;
}
.modal_offer_con .modal_offer_file .modal_offer_file_content {
  padding: 10px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: underline;
  word-break: break-word;
}

.modal_offer__button {
  display: inline-flex;
  padding: 10px 15px;
  border: 1px solid rgb(129, 66, 216);
  border-radius: 30px;
  box-shadow: 0px 0px 50px 0px rgba(102, 23, 232, 0.6);
  background: linear-gradient(
    153.55deg,
    rgba(123, 31, 250, 0.94) 5.771%,
    rgba(60, 22, 158, 0.94) 128.701%
  );
  font-weight: 600;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: 160px;
  width: auto;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  gap: 5px;
  white-space: nowrap;
  float: right;
  margin-left: auto;
}

@media (max-width: 600px) {
  .modal_offer__button {
    font-size: 13px;
    padding: 8px 13px;
    min-width: 140px;
    margin-left: auto;
  }
}

.modal_offer__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-15deg);
  animation: glass-shine 7s infinite ease-in-out;
}
.modal_offer__button:hover {
  transform: scale(1.03);
  box-shadow: 0px 0px 50px 0px rgba(107, 19, 250, 0.776);
}
.modal_offer__button i {
  font-size: 16px;
  color: white;
  margin-right: 3px;
}
@media (max-width: 600px) {
  .modal_offer__button i {
    font-size: 14px;
  }
}

/* ===== ANIMATIONS ===== */
@keyframes glass-shine {
  0% {
    left: -100%;
  }
  20%,
  100% {
    left: 150%;
  }
}
/* ===== UTILITY CLASSES ===== */
span.material-symbols-outlined.filled,
.material-symbols-outlined.filled {
  font-variation-settings: "FILL" 1 !important;
  font-size: 13px;
}

/* ===== AVATAR CONTAINERS ===== */
.market_offer_profile_avatar_container,
.modal_offer_profile_avatar_container {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}

.market_offer_profile_avatar_container img,
.modal_offer_profile_avatar_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.market_offer_profile_avatar_container div,
.modal_offer_profile_avatar_container div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}

.con_tg111 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  padding: 3px 0;
}
.con_tg111 i {
  font-size: 15px;
  color: rgb(153, 143, 187);
}
@media (max-width: 600px) {
  .con_tg111 i {
    font-size: 12px;
  }
}

.likes-count {
  font-size: 13px;
  font-weight: 600;
  opacity: 0.3;
}

/*  если аккаунт премиум то оффер горит таким цветом! */
.offer_premium {
  background: linear-gradient(90deg, #6f0eff15, rgb(40, 40, 40));
  border: 1px solid #7a4ef300;
}
.offer_premium:hover {
  background: linear-gradient(90deg, #6f0eff15, rgb(40, 40, 40));
  transform: scale(0.98);
  border: 1px solid #7a4ef3;
}

.top_hit {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  right: 5px;
  border-radius: 20px;
  background: rgba(65, 38, 25, 0);
  color: rgba(255, 116, 52, 0.781);
  font-size: 12px;
  font-weight: 650;
  height: 30px;
  padding: 3px 3px;
  cursor: pointer;
  transition: transform 0.3s ease;
  gap: 3px;
}
.top_hit > span {
  color: rgba(255, 116, 52, 0.781);
  font-size: 12px;
  font-weight: 650;
}
@media (max-width: 768px) {
  .top_hit {
    top: 50%;
    right: 5px;
    font-size: 11px;
    height: 27px;
  }
  .top_hit > span {
    font-size: 10px;
  }
}

.market_offer.my-offer {
  border: 1px solid #7a4ef3b9 !important;
}

.market_offer_like.like_color .likes-count {
  color: rgba(255, 0, 0, 0.566) !important;
  opacity: 1 !important;
  font-weight: 750;
}

.premium-verified {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: 3px !important;
  color: rgb(135, 36, 255) !important;
  font-size: 18px !important;
  font-variation-settings: "FILL" 1 !important;
  vertical-align: middle !important;
  line-height: 1 !important;
  opacity: 1 !important;
}

.market_offer_profile_name {
  display: flex !important;
  align-items: center !important;
  font-weight: 600;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 130px;
  gap: 3px;
}

.market_offer_profile_name .premium-verified {
  font-size: 13px !important;
  flex-shrink: 0 !important;
  color: rgb(135, 36, 255) !important;
}

.modal_offer_profile_con1_name {
  display: flex !important;
  align-items: center !important;
  gap: 2px !important;
  font-weight: 650;
  opacity: 0.85;
  font-size: 18px;
}

.modal_offer_profile_con1_name .premium-verified {
  font-size: 20px !important;
  color: rgb(135, 36, 255) !important;
}

.fail_market,
.imgf,
.vidf,
.audf {
  opacity: 0.7;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.075);
  margin-left: 10px;
  height: 30px;
  width: 30px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}

.fail_market span {
  font-size: 20px;
  color: #ffffffad;
}

.fail_h1 {
  cursor: default;
  font-size: 17px;
  font-weight: 500;
  color: rgb(255 255 255 / 80%);
}

@media (max-width: 500px) {
  .fail_h1 {
    font-size: 15px;
    margin-left: 10px;
  }
}

.block_fail {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.048);
  border: 1px solid rgba(0, 0, 0, 0);
  user-select: none;
}
.block_fail:hover {
  transform: scale(1.07) rotate(3deg);
  background: rgba(255, 255, 255, 0.145);
}

.block_fail_active {
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.201);
}

.block_fail > span {
  font-size: 20px;
  opacity: 0.5;
}

.div,
.div2 {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

@media (max-width: 500px) {
  .div,
  .div2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
}

.view_offers {
  font-size: 10px;
  font-weight: 500;
  opacity: 0.3;
}

.modal_offer_con {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99;
  padding: 20px;
  box-sizing: border-box;
}

.modal_offer {
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  animation: modalFadeIn 0.2s ease;
}
@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.modal_close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg);
}

.modal_close span {
  color: white;
  font-size: 20px;
}

@media (max-width: 768px) {
  .modal_offer {
    padding: 20px;
    max-height: 85vh;
  }
}

@media (max-width: 500px) {
  .block_fail > span {
    font-size: 15px;
    opacity: 0.7;
  }
}

@media (max-width: 900px) {
  .market_con1_blockcon1 .con_market_con1_blockcon1 {
    display: flex !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    gap: 8px;
    padding: 5px;
    width: 100%;
  }

  .market_con1_blockcon1 .con_market_con1_blockcon1::-webkit-scrollbar {
    height: 3px;
  }

  .market_con1_blockcon1 .con_market_con1_blockcon1::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
  }

  .market_con1_blockcon1 .con_market_con1_blockcon1::-webkit-scrollbar-thumb {
    background: #7a4ef3;
    border-radius: 10px;
  }

  .market_con1_blockcon1_category {
    flex-shrink: 0;
    white-space: nowrap;
    padding: 8px 14px;
    font-size: 13px;
  }

  .market_con1_blockcon1 .con_market_con1_blockcon1 {
    grid-template-columns: none !important;
  }
}

@media (max-width: 900px) {
  .market_con1 {
    position: fixed !important;
    bottom: 110px;
    left: 5% !important;
    right: 0 !important;
    background: rgb(40 40 40 / 95%) !important;
    margin: 0 !important;
    padding: 0px !important;
    border-radius: 30px !important;
    z-index: 1 !important;
    top: auto !important;
    height: 44px;
    width: 90% !important;
    transition:
      transform 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1),
      opacity 0.3s,
      visibility 0.3s;
  }
  .market_con1.hide-mobile-filters {
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  }
  .market_con1_con {
    width: 100% !important;
    padding: 0 !important;
  }
  .market_con1_blockcon1 {
    flex-direction: column-reverse !important;
    gap: 0px !important;
  }
  .market_con1_blockcon1 .con_market_con1_blockcon1 {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    gap: 8px !important;
    scrollbar-width: thin;
    scrollbar-color: #7a4ef300 rgba(255, 255, 255, 0);
    border-radius: 30px;
    width: 85%;
  }
  .market_con1_blockcon1 .con_market_con1_blockcon1::-webkit-scrollbar {
    height: 3px !important;
  }
  .market_con1_blockcon1 .con_market_con1_blockcon1::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 10px !important;
  }
  .market_con1_blockcon1 .con_market_con1_blockcon1::-webkit-scrollbar-thumb {
    background: #7a4ef3 !important;
    border-radius: 10px !important;
  }
  .market_con1_blockcon1_category {
    flex-shrink: 0 !important;
    white-space: nowrap !important;
  }
  .market_con1_blockcon1_srch {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .market_con1_blockcon1_srch_search {
    width: 100% !important;
  }
  .market_grid {
    margin-bottom: 130px !important;
    margin-top: -10px;
  }
  .market_con1_con2 {
    display: none !important;
  }
}

@media (max-width: 400px) {
  .market_con1 {
    bottom: 97px;
  }
}

@media (min-width: 901px) {
  .market_con1 {
    position: sticky;
    top: 115px;
    z-index: 1;
    background: rgb(40, 40, 40);
  }
}

.market_con1_con2.hide-mobile-filters {
  display: none !important;
}
@media (min-width: 901px) {
  .market_con1.hide-pc-filters {
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition:
      transform 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1),
      opacity 0.3s,
      visibility 0.3s;
  }

  .market_con1 {
    transition:
      transform 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1),
      opacity 0.3s,
      visibility 0.3s;
  }
}

.search-confirm-btn {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(
    151.96deg,
    rgba(123, 31, 250, 0.94) -2.612%,
    rgba(60, 22, 158, 0.94) 128.153%
  );
  border: medium;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.2s,
    transform 0.2s;
  z-index: 5;
}

@media (min-width: 600px) {
  .search-confirm-btn {
    right: -1px;
    top: 50%;
    width: 43px;
    height: 43px;
  }
}

.search-confirm-btn:hover {
  transform: translateY(-50%) scale(1.05);
}
.search-confirm-btn:active {
  transform: translateY(-50%) scale(0.95);
}
.market_con1_blockcon1 .market_con1_blockcon1_srch_search:focus {
  outline: none;
  border-color: rgb(135, 69, 252);
  background: #252525;
}
.search_circle {
  background: linear-gradient(
    151.96deg,
    rgba(123, 31, 250, 0.94) -2.612%,
    rgba(60, 22, 158, 0.94) 128.153%
  );
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  cursor: pointer;
}
.search_circle > span {
  font-weight: 600;
}
.search_circle:hover {
  transform: scale(1.1);
}
.con_search_cat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 55%;
}
@media (min-width: 900px) {
  .search_circle {
    display: none;
  }
}
@media (max-width: 900px) {
  .con_search_cat {
    width: 100%;
  }
  .market_con1_blockcon1 .material_category_search {
    top: 48%;
  }
}

.modal_offer_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
}

.modal_offer_footer .modal_offer__button {
  flex-shrink: 0;
}

.market_offer_like {
  user-select: none;
  cursor: pointer;
  transition: transform 0.2s ease;
  border: 3px solid rgb(86, 86, 86);
  border-radius: 20px;
  color: rgb(86, 86, 86);
  font-size: 14px;
  font-weight: 700;
  height: 30px;
  padding: 5px 5px;
  display: flex;
  gap: 3px;
  justify-content: center;
  align-items: center;
}

.market_offer_like:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

.modal_offer_footer .market_offer_like {
  border: 3px solid rgb(86, 86, 86);
  border-radius: 20px;
  color: rgb(86, 86, 86);
  font-size: 14px;
  font-weight: 700;
  height: 30px;
  padding: 5px 5px;
  display: flex;
  gap: 3px;
  justify-content: center;
  align-items: center;
  position: static;
  margin: 0;
  background: transparent;
  box-shadow: none;
}

.modal_offer_footer .market_offer_like.like_color {
  border: 3px solid rgba(255, 0, 0, 0.566);
  color: rgba(255, 0, 0, 0.566);
}

.modal_offer_footer .market_offer_like.like_color .like_js_ico {
  font-variation-settings: "FILL" 1;
  color: rgba(255, 0, 0, 0.566);
}

.modal_offer_footer .market_offer_like.like_color .likes-count {
  color: rgba(255, 0, 0, 0.566);
  opacity: 1;
  font-weight: 750;
}

.modal_offer_footer .market_offer_like .material-symbols-outlined {
  font-size: 14px;
  color: rgb(86, 86, 86);
  font-weight: 800;
}

.modal_offer_footer .likes-count {
  font-size: 13px;
  font-weight: 600;
  opacity: 0.3;
}
.modal_offer_share {
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 30px;
  padding: 10px !important;
  background: #52525245;
}
.modal_offer_share:hover {
  background: #77777761;
}
.modal_offer_share .material-symbols-outlined {
  color: #ffffffcc;
}
.share-text {
  font-size: 13px;
  font-weight: 550;
  color: #ffffffcc;
}
@media (max-width: 600px) {
  .modal_offer_share {
    padding: 5px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    justify-content: center;
  }
  .modal_offer_share .share-text {
    display: none;
  }
  .modal_offer_share .material-symbols-outlined {
    margin: 0;
    font-size: 20px;
  }
}

.modal_offer__button.vk-button {
  background: linear-gradient(135deg, #4c75a3, #2c4a6e);
  border: 1px solid #4c75a3;
}
.modal_offer__button.vk-button i {
  color: white;
}

.top-scroll-blocks {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
  width: 98%;
}

.scroll-block {
  margin-top: 20px;
  background: linear-gradient(
    90deg,
    rgb(141 100 255 / 10%),
    rgb(85 85 85 / 20%)
  );
  border-radius: 20px;
  padding: 10px;
}
@media (max-width: 600px) {
  .scroll-block {
    margin-top: 0px;
  }
}

.scroll-block-header {
  margin-left: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(122, 78, 243, 0.3);
}

.scroll-block-header .material-symbols-outlined {
  color: #7a4ef3;
  font-size: 30px;
}

.scroll-block-header h3 {
  font-size: 20px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

#popular-category-name {
  color: #7a4ef3;
  font-weight: 700;
}

.scroll-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 15px;
  padding-bottom: 5px;
  scrollbar-color: #7a4ef30f rgb(255 255 255 / 0%);
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}

.scroll-container::-webkit-scrollbar {
  height: 5px;
}
.scroll-container::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
.scroll-container::-webkit-scrollbar-thumb {
  background: #5f25ff75 !important;
  border-radius: 20px;
}

.scroll-container .market_offer {
  flex: 0 0 auto;

  margin-bottom: 0 !important;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;

  scroll-snap-align: start;
}

.scroll-container .market_offer {
  animation: gentleSlide 5s infinite alternate ease-in-out;
}

.scroll-container .market_offer:hover {
  animation-play-state: paused;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

@media (max-width: 700px) {
  .scroll-container .market_offer {
    width: 280px;
  }
  .scroll-block-header h3 {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .scroll-container .market_offer {
    width: 260px;
  }
  .top-scroll-blocks {
    margin-top: 10px;
    gap: 10px;
  }
  .scroll-block {
    padding: 5px;
  }
}

.scroll-container .market_offer {
  border-radius: 30px;
  padding: 15px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  background: linear-gradient(90deg, #c39aff0d, rgb(40 40 40));
  border: 1px solid rgba(122, 78, 243, 0);
  transition: all 0.3s ease;
}

.scroll-container .market_offer:hover {
  border: 1px solid #7a4ef3;
  opacity: 0.9;
  transform: scale(0.98);
}

.scroll-container .market_offer .offer_top {
  display: flex;
  position: relative;
}

.scroll-container .market_offer .offer_top_con {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.scroll-container .market_offer .offer_top_znak {
  opacity: 0.9;
  padding: 8px 12px;
  height: auto;
  display: flex;
  align-items: center;
  border-radius: 20px;
  background: linear-gradient(270deg, rgb(71, 164, 80), rgb(48, 114, 79) 100%);
  box-shadow: 0 0 30px rgba(71, 164, 80, 0.37);
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
}

.scroll-container .market_offer .offer_top_znak_buy {
  opacity: 0.9;
  padding: 8px 12px;
  height: auto;
  display: flex;
  align-items: center;
  border-radius: 20px;
  background: linear-gradient(270deg, rgb(71, 96, 164), rgb(48, 104, 114) 100%);
  box-shadow: 0 0 30px rgba(71, 96, 164, 0.459);
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
}

.scroll-container .market_offer .offer_top_category {
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 3px;
  color: rgba(126, 32, 255, 0.85);
  padding: 5px 8px;
  height: 20px;
  min-height: 25px;
  border-radius: 15px;
  background: rgb(121 49 217 / 20%);
  font-weight: 550;
  white-space: nowrap;
  box-sizing: border-box;
}

.scroll-container .market_offer .offer_top_category i {
  font-size: 11px;
  color: rgba(126, 32, 255, 0.85);
}

.scroll-container .market_offer .offer_top_price {
  font-weight: 650;
  position: absolute;
  color: rgb(238, 238, 238);
  top: 0;
  right: 0;
  padding: 8px 12px;
  font-size: 17px;
  border-radius: 13px;
  background: linear-gradient(
    270deg,
    rgb(100, 7, 226) 0.422%,
    rgb(135, 69, 252) 100%
  );
  white-space: nowrap;
}

.scroll-container .market_offer .offer_center {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.scroll-container .market_offer .offer_center_h1 {
  font-size: 24px;
  font-weight: 700;
  word-break: break-word;
}

.scroll-container .market_offer .offer_center_p {
  font-size: 16px;
  opacity: 0.8;
  word-break: break-word;
}

.scroll-container .market_offer .offer_bot {
  margin-top: 5px;
  display: flex;
  position: relative;
}

.scroll-container .market_offer .offer_bot .market_offer_profile {
  gap: 8px;
  display: flex;
  align-items: center;
  padding: 8px 10px;
  border-radius: 20px;
  background: rgba(102, 102, 102, 0.149);
  width: fit-content;
  max-width: calc(100% - 60px);
}

.scroll-container .market_offer .offer_bot .market_offer_profile_ava {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

.scroll-container .market_offer .offer_bot .market_offer_profile .name_flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.scroll-container .market_offer .offer_bot .market_offer_profile_name {
  font-weight: 600;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 130px;
  display: flex;
  align-items: center;
  gap: 3px;
}

.scroll-container .market_offer .offer_bot .market_offer_profile_otziv {
  opacity: 0.5;
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 12px;
  font-weight: 600;
}

.scroll-container .market_offer .offer_bot .market_offer_like {
  border: 3px solid rgb(86, 86, 86);
  border-radius: 20px;
  color: rgb(86, 86, 86);
  font-size: 14px;
  font-weight: 700;
  height: 30px;
  padding: 5px 7px;
  display: flex;
  gap: 3px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 75%;
  right: 0;
  transform: translateY(-50%);
  background: transparent;
  cursor: pointer;
}

.scroll-container .market_offer .offer_bot .market_offer_like.like_color {
  border: 3px solid rgba(255, 0, 0, 0.566);
}

.scroll-container
  .market_offer
  .offer_bot
  .market_offer_like.like_color
  .like_js_ico {
  font-variation-settings: "FILL" 1;
  color: rgba(255, 0, 0, 0.566);
}

.scroll-container
  .market_offer
  .offer_bot
  .market_offer_like
  .material-symbols-outlined {
  font-size: 14px;
  color: rgb(86, 86, 86);
  font-weight: 800;
}

.scroll-container .market_offer .offer_bot .likes-count {
  font-size: 13px;
  font-weight: 600;
  opacity: 0.3;
}

.scroll-container .market_offer.me_offer_top {
  background: linear-gradient(270deg, rgb(41 26 63), #182f29);
  position: relative;
  overflow: hidden;
}

.scroll-container .market_offer.me_offer_top::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    100deg,
    transparent,
    rgba(51, 9, 148, 0.247),
    transparent
  );
  animation: premiumka 5s infinite ease-in-out;
  pointer-events: none;
}
@keyframes premiumka {
  0% {
    left: -100%;
  }
  30% {
    left: 5%;
  }
}

.scroll-container .market_offer.offer_premium {
  background: linear-gradient(90deg, #6f0eff15, rgb(40, 40, 40));
  border: 1px solid rgba(122, 78, 243, 0.3);
}

.scroll-container .market_offer.offer_premium:hover {
  background: linear-gradient(90deg, #6f0eff15, rgb(40, 40, 40));
  border: 1px solid #7a4ef3;
  transform: scale(0.99) !important;
}

.scroll-container .market_offer.offer_premium_promote {
  background: linear-gradient(270deg, rgb(41 26 63), #182f29);
  position: relative;
  overflow: hidden;
}

.scroll-container .market_offer.offer_premium_promote::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    100deg,
    transparent,
    rgba(51, 9, 148, 0.247),
    transparent
  );
  animation: premiumka 5s infinite ease-in-out;
  pointer-events: none;
}
@keyframes premiumka {
  0% {
    left: -100%;
  }
  30% {
    left: 5%;
  }
}

.scroll-container .market_offer .top_hit {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 45%;
  right: 3px;
  border: 2px solid rgba(255, 116, 52, 0.781);
  border-radius: 20px;
  background: rgba(65, 38, 25, 0);
  color: rgba(255, 116, 52, 0.781);
  font-size: 13px;
  font-weight: 600;
  height: 30px;
  padding: 5px 6px;
  cursor: pointer;
  gap: 2px;
}

.scroll-container .market_offer .top_hit > .material-symbols-outlined.filled {
  font-size: 16px;
  color: rgba(255, 116, 52, 0.781);
}
@media (max-width: 700px) {
  .scroll-container .market_offer {
    width: 100%;
    padding: 12px;
  }
  .scroll-container .market_offer .offer_center_h1 {
    font-size: 20px;
  }
  .scroll-container .market_offer .offer_center_p {
    font-size: 14px;
  }
  .scroll-container .market_offer .offer_top_price {
    font-size: 17px;
    padding: 6px 10px;
  }
  .scroll-container .market_offer .market_offer_profile_name {
    max-width: 100px;
  }
  .scroll-container .market_offer .top_hit {
    right: 5px;
    font-size: 10px;
  }
}

.market_grid .market_offer.me_offer_top::after,
.market_grid .market_offer.offer_premium_promote::after {
  animation: none !important;
}
.market_grid .market_offer.me_offer_top,
.market_grid .market_offer.offer_premium_promote {
  background: linear-gradient(90deg, #c39aff0d, rgb(40 40 40));
  border: 1px solid rgba(122, 78, 243, 0) !important;
  box-shadow: none !important;
}

.market_grid .market_offer.me_offer_top::after,
.market_grid .market_offer.offer_premium_promote::after {
  display: none !important;
}

.market_grid .market_offer.me_offer_top:hover,
.market_grid .market_offer.offer_premium_promote:hover {
  border: 1px solid #7a4ef3 !important;
  transform: scale(0.9);
}

.market_grid .market_offer.offer_premium_promote {
  background: linear-gradient(90deg, #6f0eff15, rgb(40, 40, 40));
}

.market_grid .market_offer.offer_premium_promote::after {
  display: none !important;
}

.market_grid .market_offer.offer_premium_promote:hover {
  background: linear-gradient(90deg, #6f0eff15, rgb(40, 40, 40));
  transform: scale(0.9);
}
.market_offer.my-offer,
.market_offer.my-offer.me_offer_top,
.market_offer.my-offer.offer_premium,
.market_offer.my-offer.offer_premium_promote {
  border: 1px solid #7a4ef3b9 !important;
}

.scroll-container .market_offer.my-offer,
.scroll-container .market_offer.my-offer.me_offer_top,
.scroll-container .market_offer.my-offer.offer_premium,
.scroll-container .market_offer.my-offer.offer_premium_promote {
  border: 1px solid #7a4ef3b9 !important;
}
#promoted-offers-scroll.marquee {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  animation: marqueeScroll 25s linear infinite;
  will-change: transform;
}

#promoted-offers-scroll.marquee:hover {
  animation-play-state: paused;
}

@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.scroll-block-header {
  flex-wrap: wrap;
}

.scroll-arrows {
  padding: 5px;
  display: flex;
  gap: 5px;
  margin-left: auto;
}

.scroll-arrow {
  background: rgba(119, 70, 255, 0.299);
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.6;
}

.scroll-arrow:hover {
  background: rgba(122, 78, 243, 0.4);
  opacity: 1;
  transform: scale(0.9);
}

.scroll-arrow .material-symbols-outlined {
  font-size: 20px;
  color: white;
}

@media (max-width: 600px) {
  .scroll-arrow {
    width: 28px;
    height: 28px;
  }
  .scroll-arrow .material-symbols-outlined {
    font-size: 18px;
  }
}

@media (min-width: 800px) {
  .scroll-container .market_offer {
    width: 48%;
  }
}
@media (min-width: 900px) {
  .scroll-container .market_offer {
    width: 49%;
  }
}
@media (min-width: 1600px) {
  .scroll-container .market_offer {
    width: 33%;
  }
}

.modal_contact_block {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #52525245;
  padding: 4px 10px;
  border-radius: 30px;
  margin-left: auto;
}

.contact-label {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}

.contact-icons {
  display: flex;
  gap: 8px;
  align-items: center;
}

.contact-icon-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #aaa;
}

.contact-icon-btn i {
  font-size: 20px;
}

.contact-icon-btn:hover {
  transform: scale(1.1);
  background: rgba(255, 255, 255, 0.15);
}

.contact-tg i {
  color: #26a5e4;
}

.contact-tg:hover {
  border-color: #26a5e4;
  background: rgba(38, 165, 228, 0.1);
}

.contact-vk i {
  color: #4c7cff;
}

.contact-vk:hover {
  border-color: #4c7cff;
  background: rgba(76, 124, 255, 0.1);
}

.no-contact {
  font-weight: 500;
  font-size: 13px;
  opacity: 0.6;
  color: #aaa;
}
@media (max-width: 600px) {
  .no-contact {
    font-size: 11px;
    font-weight: 600;
  }
}
.modal_offer__button {
  display: none !important;
}

@media (max-width: 500px) {
  .market_offer.offer_def {
    border-radius: 25px !important;
  }
}
.offer_deff {
  background-image: url(/static/img/offer.JPEG);
  background-position: 10% 65%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 800px) {
  .offer_deff {
    height: auto !important;
  }
}
@media (max-width: 800px) {
  .offer_deff {
    height: 245px !important;
  }
}
@media (max-width: 700px) {
  .offer_deff {
    height: 220px !important;
  }
}
@media (max-width: 600px) {
  .offer_deff {
    height: 185px !important;
  }
}
@media (max-width: 500px) {
  .offer_deff {
    height: 170px !important;
  }
}
@media (max-width: 400px) {
  .offer_deff {
    height: 160px !important;
  }
}

.modal_offer_top_date {
  padding: 3px;
  font-size: 10px;
  opacity: 0.5;
  display: flex;
  border-radius: 20px;
  transition: all 0.2s ease;
}

#modal_offer_date_text {
  font-size: 13px;
  font-weight: 450;
  color: rgb(220 195 255 / 90%);
  white-space: nowrap;
}
@media (max-width: 900px) {
  .modal_offer_top_date {
    display: none !important;
  }
}
@media (max-width: 900px) {
  .mobile-filter-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px;
    background: rgba(40, 40, 40, 0.9);
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    border-radius: 20px;
    transition: all 0.2s ease;
    position: relative;
    z-index: 3;
  }
  .mobile-filter-toggle:hover {
    background: #333;
  }
  .mobile-filter-toggle .toggle-arrow {
    font-size: 20px;
    color: rgb(200, 200, 200);
    transition: transform 0.3s ease;
  }
  .mobile-filter-panel {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: #2a2a2af7;
    border-radius: 20px;
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
  }
  .mobile-filter-panel.open {
    max-height: 500px;
    opacity: 1;
    padding: 10px;
    overflow-y: auto;
  }
  .mobile-filter-header {
    font-weight: 550;
    font-size: 13px;
    color: #aaa;
    margin-bottom: 7px;
    letter-spacing: 0.5px;
  }
  .mobile-filter-options {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .mobile-sort-option,
  .mobile-type-option,
  .mobile-file-option {
    background: rgb(102 102 102 / 25%);
    color: rgb(226 226 226);
    padding: 7px;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 5px;
  }
  .mobile-sort-option:hover,
  .mobile-type-option:hover,
  .mobile-file-option:hover {
    background: rgba(122, 78, 243, 0.3);
    transform: scale(0.99);
  }
  .mobile-sort-option.active,
  .mobile-type-option.active,
  .mobile-file-option.active {
    background: linear-gradient(135deg, #7a4ef3, #5a2ae0);
    color: white;
    box-shadow: 0 2px 10px rgba(122, 78, 243, 0.4);
  }
  .mobile-file-option .material-symbols-outlined {
    font-size: 18px;
  }
  .mobile-type-block,
  .mobile-files-block {
    margin-top: 5px;
  }

  .mobile-filter-wrapper {
    position: fixed;
    bottom: 150px;
    left: 20px;
    width: 45%;
    margin: 0;
    border-radius: 20px;
    overflow: visible;
    z-index: 2;
    transition:
      transform 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1),
      opacity 0.3s,
      visibility 0.3s;
  }
  .mobile-filter-wrapper.hide-mobile-filters {
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  }
  .mobile-filter-wrapper.hide-mobile-filters .mobile-filter-panel {
    max-height: 0 !important;
    opacity: 0 !important;
    padding: 0 !important;
  }
}
@media (min-width: 400px) {
  .mobile-filter-wrapper {
    bottom: 160px !important;
    left: 25px !important;
  }
}
@media (min-width: 901px) {
  .mobile-filter-wrapper {
    display: none;
  }
}
.filter-text {
  font-size: 15px;
  font-weight: 550;
  color: rgb(200, 200, 200);
}

.filter-icon {
  font-size: 20px !important;
  color: rgb(200, 200, 200);
}
