.content {
  content: "";
  position: absolute;
}
.search form {
  justify-content: space-between;
  position: relative;
  display: none;
}
.search .greet {
  margin-top: 24px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 23px 0 23px 89px;
  position: relative;
  min-height: 78px;
  display: flex;
  align-items: center;
}
.search .greet.hidden {
  display: none;
}
.search .greet:before {
  content: "";
  position: absolute;
  top: 12.5px;
  left: 19.5px;
  width: 54px;
  height: 54px;
  background-image: url("../site_assets/images/icons/hands.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.search [data-popup="list"] {
  position: fixed;
  top: 0;
  left: 0;
  grid-row-gap: 10px;
  width: 100%;
  height: 100%;
  background: rgba(70, 70, 70, 0.72);
  z-index: 9;
  animation-duration: 0.5s;
}
.search [data-popup="list"].filters {
  z-index: 20;
}
@keyframes show-list {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hidden-list {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.search [data-popup="menu"] {
  position: absolute;
  top: 105px;
  left: 0;
  width: 100%;
  padding: 20px;
  border-radius: 16px;
  background-color: #ffffff;
  z-index: 11;
  max-height: calc(100vh - 225px);
  overflow: hidden;
}
.search [data-popup="menu"] .items-wrap {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: inherit;
}
.search [data-popup="menu"] .wr {
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 94px;
}
.search [data-popup="menu"] .back {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 23px;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  width: fit-content;
}
.search [data-popup="menu"] .back:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(180deg);
  width: 9px;
  height: 20px;
  background-image: url("../site_assets/images/icons/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.search [data-popup="menu"] img {
  margin-right: 8px;
  max-width: 66.52px;
  width: 100%;
}
.search [data-popup="menu"] .item {
  border-radius: 9px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #333333;
  position: relative;
}
.search [data-popup="menu"] .item:not(:last-child) {
  margin-bottom: 12px;
}
.search [data-popup="menu"] .item:after {
  content: "";
  position: absolute;
  top: 24px;
  right: 8px;
  width: 9px;
  height: 20px;
  background-image: url("../site_assets/images/icons/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.search [data-popup="menu"] .sub-items {
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 94px;
  grid-row-gap: 12px;
}
.search [data-popup="menu"] .sub-items a {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  padding: 12px 8px;
  border-radius: 8px;
}
.search [data-popup="menu"] .sub-items a:hover {
  background: linear-gradient(93.77deg, #FFD000 -2.72%, #FFBC00 104.62%);
}
.search .location-city {
  width: 100%;
}
.search .cat {
  position: relative;
  display: inline-block;
  max-width: 211.8px;
}
.search .cat .but,
.search .cat .close {
  position: relative;
  z-index: 11;
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  padding: 25px 41px 25px 73px;
  background-color: #333333;
  border-radius: 16px;
  color: #ffffff;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.search .cat .but .burger,
.search .cat .close .burger {
  position: absolute;
  top: 28px;
  left: 31px;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 9px;
}
.search .cat .but .burger span,
.search .cat .close .burger span {
  width: 29px;
  height: 2px;
  background-color: #ffffff;
  transform: rotate(0deg);
  position: relative;
  top: 0;
  transition: 0.4s all;
}
.search .cat .but.categories-open .burger span:nth-child(1) {
  transform: rotate(45deg);
  position: relative;
  top: 11px;
  transition: 0.4s all;
}
.search .cat .but.categories-open .burger span:nth-child(2) {
  transform: rotate(315deg);
  transition: 0.4s all;
}
.search .cat .but.categories-open .burger span:nth-child(3) {
  transform: rotate(45deg);
  transition: 0.4s all;
  top: -11px;
}
.search .find-wr {
  display: block;
  width: 100%;
}
.search .find {
  position: relative;
  z-index: 10;
  padding: 5px 6px;
  background: linear-gradient(93.77deg, #FFD000 -2.72%, #FFBC00 104.62%);
  border-radius: 16px;
  display: flex;
  height: 79px;
  justify-content: space-between;
  width: 100%;
}
.search .find .open-menu {
  display: none;
  z-index: 20;
}
.search .find .back-mob-ver {
  display: none;
}
.search .find .open-categories {
  display: none;
}
.search .find .city {
  background-color: #ffffff;
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
  padding: 5px 0;
  height: 100%;
  position: relative;
  width: 100%;
}
.search .find .city .position {
  display: flex;
  align-items: center;
  padding: 0 26px;
  border-left: 1px solid #E3E3E3;
  position: relative;
  height: 100%;
}
.search .find .city .current {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: initial;
  height: initial;
  padding-left: 0;
}
.search .find .city .current + label {
  padding: 1px 15px 1px 32px;
  position: relative;
  border: 1px solid #D6D6D6;
  border-radius: 19px;
  font-size: 12px;
  line-height: 31px;
  font-weight: 400;
  cursor: pointer;
  height: 35px;
  max-width: 100px;
}
.search .find .city .current + label span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search .find .city .current + label:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 8px;
  width: 16px;
  height: 19px;
  background-image: url("../site_assets/images/icons/yel-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.search .find .city [data-popup="city"] {
  align-items: center;
  position: absolute;
  top: 91px;
  left: -246px;
  padding: 10px 17px;
  border-radius: 8px;
  background-color: #ffffff;
  height: initial;
  border-left: none;
}
.search .find .city .message {
  white-space: nowrap;
  font-size: 20px;
  line-height: 24.2px;
  letter-spacing: 0.24px;
}
.search .find .city .yes {
  cursor: pointer;
  margin-left: 21px;
  border-radius: 4px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  background: linear-gradient(93.77deg, #FFD000 -2.72%, #FFBC00 104.62%);
}
.search .find .city .change {
  cursor: pointer;
  margin-left: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 31px;
  letter-spacing: 0.24px;
}
.search .find #search {
  width: 100%;
  height: 69px;
  border: none;
  outline: none;
  padding-left: 72px;
  font-size: 24px;
}
.search .find #search::placeholder {
  font-size: 24px;
  letter-spacing: 0.24px;
  font-weight: 400;
  color: #A3B9CE;
}
.search .find > label {
  width: 100%;
  display: block;
  flex-grow: 3;
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.search .find label[for="search"]:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 20px;
  width: 30px;
  height: 29px;
  background-image: url("../site_assets/images/icons/search-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.search .find button {
  background-color: rgba(255, 255, 255, 0);
  border: 0;
  outline: none;
  cursor: pointer;
  color: #333333;
  line-height: 30px;
  font-weight: 500;
  font-size: 24px;
  padding: 16.5px 82px;
  margin-left: 11px;
  border-radius: 8px;
}
.search .find.mob-version {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: initial;
  z-index: 20;
  background: #ffffff;
  align-items: flex-start;
  padding: 0 15px;
}
.search .find.mob-version .open-menu {
  display: none;
}
.search .find.mob-version [data-popup="cities"] {
  top: 71px;
  box-shadow: 0 8px 12px rgba(9, 30, 66, 0.15), 0 0 0 rgba(9, 30, 66, 0.31);
}
.search .find.mob-version [data-popup="cities"] #search-city {
  max-width: initial;
}
.search .find.mob-version .city {
  padding: 30px 0 0 0;
}
.search .find.mob-version .city .position {
  padding: 17px 0;
}
.search .find.mob-version .back-mob-ver {
  display: initial;
  padding: 6px 12px;
  border-radius: 6px;
  background-color: #F3F3F3;
  margin-top: 29px;
}
.search .find.mob-version .back-mob-ver i:before {
  font-size: 18.29px;
  line-height: 20.11px;
}
.search .find.mob-version .open-categories {
  display: none;
}
.search .find.mob-version button {
  display: inline-block;
  padding: 10.97px 24.57px 12.03px 22.88px;
  border-radius: 11.6px;
  background: linear-gradient(93.77deg, #FFD000 -2.72%, #FFBC00 104.62%);
  margin-top: 24px;
}
.search .find.mob-version label {
  height: initial;
}
.search .find.mob-version label[for="search"]:before {
  top: 34px;
  left: 21px;
}
.search .find.mob-version #search {
  background: #ffffff;
  padding: 33px 0 26px 44.44px;
  margin-top: 12px;
}
@media (max-width: 500px) {
  .search form {
    flex-direction: column;
  }
  .search .cat {
    display: none;
  }
  .search .find .open-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 42.39px;
    border-bottom-left-radius: 11px;
    border-top-left-radius: 11px;
    background-color: #ffffff;
  }
  .search .find .open-menu i {
    color: #333333;
  }
  .search .find .open-menu i:before {
    font-size: 12.83px;
  }
  .search .find > label {
    border-top-left-radius: initial;
    border-bottom-left-radius: initial;
  }
  .search .cat .but {
    justify-content: center;
    padding: 25px 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .search .cat .but {
    font-size: 14px;
    padding: 10px 20px 10px 40px;
    margin-right: 10px;
    height: 49.63px;
    max-width: 117.05px;
  }
  .search .cat .but .burger {
    top: 16px;
    left: 12px;
    grid-row-gap: 5px;
  }
  .search .cat .but .burger span {
    width: 20px;
    transform: rotate(0deg);
    position: relative;
    top: 0;
    transition: 0.4s all;
  }
  .search .cat .but.categories-open .burger span:nth-child(1) {
    top: 7px;
  }
  .search .cat .but.categories-open .burger span:nth-child(3) {
    top: -7px;
  }
}
@media (min-width: 769px) and (max-width: 1320px) {
  .search [data-popup="menu"] .wr {
    grid-template-columns: 1fr 1fr;
    padding: 0 0 50px 0;
  }
  .search .find .city .message {
    font-size: 14px;
    line-height: 16px;
  }
  .search .greet {
    font-size: 16px;
    line-height: 19.36px;
    margin-top: 14px;
    padding: 11.94px 16.02px 11.94px 89.02px;
  }
}
@media (min-width: 1001px) and (max-width: 1320px) {
  .search .find button {
    padding: 16.5px 30px;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .search .find {
    padding: 3.63px 0 3.63px 5.81px;
    margin-left: 10px;
    border-radius: 11px;
  }
  .search .find .open-categories {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 43px;
    max-width: 43px;
    height: 43px;
    border-radius: 8px;
    margin-right: 5px;
    background-color: #333333;
  }
  .search .find .open-categories i {
    color: #ffffff;
  }
  .search .find label[for="search"]:before {
    content: none;
  }
  .search .find #search {
    padding: 14.53px 0 11.88px 23px;
  }
  .search .find #search,
  .search .find #search::placeholder {
    font-size: 14px;
    line-height: 22.48px;
    height: 100%;
  }
  .search .find button {
    font-size: 18px;
    line-height: 21.54px;
    padding: 10.53px 24.11px 11.88px 16.92px;
    margin-left: 0;
  }
  .search .find .city .current + label {
    border: none;
  }
  .search .find .city [data-popup="city"] {
    top: 80px;
  }
  .search .find .city a {
    border: none;
  }
  .search .find .city > div {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .search .find-wr {
    min-width: calc(100% - 127.8px);
  }
  .search [data-popup="menu"] .wr {
    grid-template-columns: 1fr;
    padding: 0 0 50px 0;
  }
  .search [data-popup="menu"] img {
    max-width: 35px;
  }
  .search [data-popup="menu"] .item:after {
    top: 13px;
  }
  .search [data-popup="menu"] .sub-items {
    grid-column-gap: 0;
    grid-template-columns: 1fr 1fr;
  }
  .search .find .city {
    position: initial;
    padding: 4.5px 0;
    height: 42.39px;
  }
  .search .find .city .change {
    margin-left: 5px;
  }
  .search .find .city .yes {
    margin-left: 5px;
  }
  .search .find .city .message {
    font-size: 14px;
    line-height: 16px;
  }
  .search .find .city [data-popup="city"] {
    top: 58px;
    left: 0;
    width: 100%;
    position: absolute;
  }
  .search .find.mob-version .city [data-popup="city"] {
    top: 69px;
    left: 0;
    width: 100%;
    position: fixed;
  }
  .search .greet {
    font-size: 16px;
    line-height: 19.36px;
    margin-top: 14px;
    padding: 11.94px 16.02px 11.94px 89.02px;
  }
  .search .find {
    padding: 3.63px 5.81px 3.63px 5.81px;
    margin-left: 0;
    border-radius: 11px;
    align-items: center;
    height: initial;
  }
  .search .find .open-categories {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 43px;
    max-width: 43px;
    height: 43px;
    border-radius: 8px;
    margin-right: 5px;
    background-color: #333333;
  }
  .search .find .open-categories i {
    color: #ffffff;
  }
  .search .find label[for="search"]:before {
    content: none;
  }
  .search .find #search {
    padding: 14.53px 0 11.88px 5px;
  }
  .search .find #search,
  .search .find #search::placeholder {
    font-size: 14px;
    line-height: 22.48px;
    max-height: 42.39px;
  }
  .search .find button {
    display: none;
    font-size: 18px;
    line-height: 21.54px;
    padding: 10.53px 24.11px 11.88px 16.92px;
    margin-left: 0;
  }
  .search .find .city .position {
    padding: 0;
  }
  .search .find .city .position label {
    border: none;
    font-size: 0;
    padding: 1px 16px;
  }
  .search .find .city .position label:before {
    top: 9px;
    left: 7px;
  }
  .search .find .city a {
    border: none;
  }
  .search .find .city > div {
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .search .find-wr {
    min-width: 100%;
  }
}
.categories-index {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin: 32px 0 48px 0;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 22px 16px;
}
@media (max-width: 1024px) {
  .categories-index {
    background: unset;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .categories-index {
    margin: 16px 0 24px 0;
  }
}
.categories-index .categories-title {
  margin: 0 0 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
}
@media screen and (max-width: 768px) {
  .categories-index .categories-title {
    margin: 20px 0 24px;
  }
}
.categories-index .swipe-wrapper {
  overflow-x: auto;
}
.categories-index .column {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .categories-index .column {
    gap: 6px;
  }
}
.categories-index .column a.orange-link {
  display: none;
}
@media screen and (max-width: 768px) {
  .categories-index .column a.orange-link {
    display: inline-flex;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    color: #FFA800;
  }
}
.categories-index .price-types-select {
  margin-left: 16px;
  padding: 4px;
  background: #EEEEEE;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.categories-index .price-types-select a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  gap: 10px;
  border-radius: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 16.9971px;
  line-height: 27px;
  text-transform: capitalize;
}
.categories-index .price-types-select a.active {
  color: #F3F3F3;
  background: #333333;
}
.categories-index .price-types-select span {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .categories-index .price-types-select {
    margin-left: 8px;
  }
  .categories-index .price-types-select a {
    padding: 6px 10px;
    font-size: 15px;
  }
}
.categories-index__wrapper {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  position: relative;
  justify-items: center;
}
@media screen and (max-width: 768px) {
  .categories-index__wrapper {
    display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    -webkit-overflow-scrolling: touch;
    gap: 6px;
    padding: 0 0 10px 0;
  }
}
.categories-index__wrapper--city {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  gap: 6px;
  padding: 0 0 10px 0;
}
.categories-index__modal {
  width: 100%;
  position: relative;
  margin: 0;
  text-align: left;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  border-radius: 16px;
}
.categories-index__modal.row-1 {
  grid-area: 2 / 1 / auto / 9;
}
.categories-index__modal.row-2 {
  grid-area: 3 / 1 / auto / 9;
}
.categories-index__modal.row-3 {
  grid-area: 4 / 1 / auto / 9;
}
.categories-index__modal .categories-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}
.categories-index__modal .categories-links a {
  display: flex;
  height: 43px;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  width: fit-content;
  padding: 0 10px;
}
.categories-index__modal .categories-links a:hover {
  background: linear-gradient(93.77deg, #FFD000 -2.72%, #FFBC00 104.62%);
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .categories-index__modal .categories-links {
    grid-template-columns: repeat(2, 1fr);
  }
  .categories-index__modal .categories-links a {
    font-size: 14px;
    line-height: 14.5px;
    height: 30px;
  }
}
.categories-index__modal .first {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  min-height: 26px;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0 23px 0;
}
.categories-index__modal .first::after {
  position: absolute;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: #000000;
  content: '';
}
@media (max-width: 1440px) {
}
@media screen and (max-width: 768px) {
  .categories-index__modal {
    margin: 20px 0;
    padding: 10px;
  }
  .categories-index__modal .first {
    font-size: 18px;
    line-height: 21.54px;
    margin-bottom: 10px;
  }
  .categories-index__modal .first::after {
    bottom: -2px;
    height: 1px;
  }
}
.item-block {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-items: center;
  width: 140px;
  flex-shrink: 0;
}
@media (max-width: 1440px) {
  .item-block {
    width: calc(140/1440 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .item-block {
    width: 100px;
  }
}
.item-block__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.item-block span {
  margin: 15px 0 20px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  text-overflow: ellipsis;
}
@media (max-width: 1440px) {
  .item-block span {
    font-size: calc(20/1440 * 100vw);
    line-height: calc(24/1440 * 100vw);
    margin: calc(15/1440 * 100vw) 0 calc(20/1440 * 100vw) 0;
  }
}
@media screen and (max-width: 768px) {
  .item-block span {
    font-size: 12px;
    line-height: 14.5px;
  }
}
.item-block:nth-child(2) .item-img {
  border-color: #4A88FF;
}
.item-block:nth-child(3) .item-img {
  border-color: #4A88FF;
}
.item-block:nth-child(4) .item-img {
  border-color: #E05B83;
}
.item-block:nth-child(5) .item-img {
  border-color: #EEA536;
}
.item-block:nth-child(6) .item-img {
  border-color: #EEB3C4;
}
.item-block:nth-child(7) .item-img {
  border-color: #898626;
}
.item-block:nth-child(8) .item-img {
  border-color: #E7D0F3;
}
.item-block:nth-child(9) .item-img {
  border-color: #D24426;
}
.item-block:nth-child(10) .item-img {
  border-color: #428589;
}
.item-block:nth-child(11) .item-img {
  border-color: #F7DC3F;
}
.item-block:nth-child(12) .item-img {
  border-color: #53A386;
}
.item-block:nth-child(13) .item-img {
  border-color: #6EB92C;
}
.item-block:nth-child(14) .item-img {
  border-color: #E1622C;
}
.item-block:nth-child(15) .item-img {
  border-color: #AD392F;
}
.item-block:nth-child(16) .item-img {
  border-color: #E1F8F1;
}
.item-block:nth-child(17) .item-img {
  border-color: #EEB3C4;
}
.item-block:nth-child(18) .item-img {
  border-color: #4CDED7;
}
.item-block:nth-child(19) .item-img {
  border-color: #C9D8FD;
}
.item-block:nth-child(20) .item-img {
  border-color: #4CDED7;
}
.item-block:nth-child(21) .item-img {
  border-color: #F3572F;
}
.item-block:nth-child(21) .item-img {
  border-color: #C7F5F5;
}
.item-img {
  width: 100px;
  height: 100px;
  background: #ffffff;
  border: 4px solid #FFE457;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .item-img {
    width: calc(100/1440 * 100vw);
    height: calc(100/1440 * 100vw);
    border: calc(4/1440 * 100vw) solid #FFE457;
    border-radius: calc(30/1440 * 100vw);
    min-height: 80px;
    min-width: 80px;
  }
  .item-img img {
    width: calc(75/1440 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .item-img {
    width: 70px;
    height: 70px;
    border: 2px solid #FFE457;
    border-radius: 12px;
  }
}
.item-img img {
  width: 75px;
}
@media screen and (max-width: 768px) {
  .item-img img {
    width: 60px;
  }
}
.item-img a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.simplebar-scrollbar:before {
  background: linear-gradient(93.77deg, #FFD000 -2.72%, #FFBE00 93.62%, #FFBC00 104.62%) !important;
  border-radius: 19.0995px !important;
  opacity: 1!important;
}
/*# sourceMappingURL=main-page.css.map */