@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

body {
  font-family: "Poppins", "Roboto", sans-serif;
  color: #111111;
  overflow-x: hidden;
  /* Трек (фон скроллбара) */
}
body::-webkit-scrollbar {
  width: 6px;
  /* Ползунок (бегунок) */
}
body::-webkit-scrollbar-thumb {
  background: #9baacf;
  border-radius: 10px;
}
body::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 10px;
}

button {
  background-color: inherit;
}

.tags {
  text-align: center;
  margin-bottom: 20px;
}

.tag {
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.tag h2 {
  margin-right: 10px;
}

.mobile-footer {
  position: fixed;
  margin-top: 10px;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  display: none;
  z-index: 100;
}
.mobile-footer__container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.mobile-footer__container li {
  list-style: none;
}
.mobile-footer__container li img {
  height: 24px;
  width: 24px;
  object-fit: cover;
  margin: 0;
}

.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
  margin-bottom: 15px;
  position: fixed;
  width: 365px;
  top: 100px;
  right: 40px;
  border-radius: 18px;
  opacity: 1;
  transition: opacity 2s ease-out;
  z-index: 200;
}

.alert.hide {
  opacity: 0;
}

.alert strong {
  margin-right: 10px;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

.logo-animation {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  margin: auto;
  animation: rotate-logo 0.4s infinite linear;
  position: fixed;
  bottom: 40px;
  left: 49%;
  z-index: 999;
}

@keyframes rotate-logo {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(90deg);
  }
  75% {
    transform: rotate(135deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@media (max-width: 658px) {
  .logo-animation {
    bottom: 60px;
    left: 45%;
  }
}
/* Кнопка To-Top Arrow */
#to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  background-color: #343434;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
}

#to-top.visible {
  opacity: 1;
  pointer-events: auto;
}

#to-top svg {
  width: 24px;
  height: 24px;
}

.mobile-footer {
  background-position: bottom;
}

.details__right {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.error {
  color: #E60023;
}

.shimmer-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.2) 75%);
  background-size: 100% 200%;
  animation: shimmer 2s infinite linear;
  z-index: 1;
  pointer-events: none;
}

@keyframes shimmer {
  0% {
    background-position: 0 -200%;
  }
  100% {
    background-position: 0 200%;
  }
}
/* Скрываем shimmer плавно */
.grid-item.loaded .shimmer-effect {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
}

.boost {
  box-shadow: #E60023 0px 0px 3px 5px;
}

.tabs {
  position: relative;
}

.sort-home {
  position: absolute;
  right: 0;
  top: 0;
}
.sort-home .dropdown-toggle {
  width: auto !important;
  padding: 0 6px;
}
.sort-home .search__filter__header {
  margin: 0 !important;
}
@media (max-width: 675px) {
  .sort-home {
    top: 14px;
  }
}

.details__sort .dropdown-toggle {
  width: auto !important;
  padding: 0 6px;
}
@media (max-width: 768px) {
  .details__sort {
    display: none !important;
  }
}

@font-face {
  font-family: "Roboto";
  src: url(".././fonts/Roboto/Roboto-BoldItalic.f8c12019dd61.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(".././fonts/Roboto/Roboto-BoldItalic.c1401bc7dd99.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(".././fonts/Roboto/Roboto-Bold.51d4a322f1bf.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(".././fonts/Roboto/Roboto-Bold.a65527fcb58f.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(".././fonts/Roboto/Roboto-Italic.2ed720d3450e.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(".././fonts/Roboto/Roboto-Italic.16b3807cd7f7.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(".././fonts/Roboto/Roboto-Regular.0a9a414b2d54.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(".././fonts/Roboto/Roboto-Regular.6887b6f24414.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(".././fonts/Poppins/Poppins-BoldItalic.f64951c68a84.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(".././fonts/Poppins/Poppins-BoldItalic.24e7e4a98289.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(".././fonts/Poppins/Poppins-Bold.cb39f4527485.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(".././fonts/Poppins/Poppins-Bold.72eea25a5592.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(".././fonts/Poppins/Poppins-Italic.e41ac46d1c6e.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(".././fonts/Poppins/Poppins-Italic.dbb7887a5b98.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(".././fonts/Poppins/Poppins-Regular.ce9a34e58413.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(".././fonts/Poppins/Poppins-Regular.4ca79fd9a4b1.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.header {
  padding-top: 37px;
  padding-bottom: 30px;
  margin-bottom: 40px;
  box-shadow: 0px 2px 9.6px 0px rgba(0, 0, 0, 0.1490196078);
}
.header__container {
  display: grid;
  grid-template-columns: 10% 80% 10%;
  column-gap: 25px;
  align-items: center;
}
.header__left {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header__mid {
  border-radius: 30px;
}
.header__right {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.header__right__search {
  display: none;
}
.header__right__search__icon {
  height: 25px;
  fill: #000;
}

.businesses {
  background-color: #f3f3f3;
  padding: 12px;
  border-radius: 10px;
  opacity: 0.8;
  display: flex;
  align-items: center;
}
.businesses:hover {
  opacity: 1;
}
.businesses__img {
  height: 20px;
  margin-right: 4px;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  border: 3px solid #343434;
  padding: 4px 8px;
  border-radius: 10px;
}
.logo__img {
  height: 30px;
}

.home {
  background-color: #000;
  color: white;
  padding: 12px 20px;
  border-radius: 10px;
  text-decoration: none;
  margin-right: 22px;
}

.create {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 3px 9px;
  font-size: 24px;
  border: 2px solid #E60023;
  color: #E60023;
  border-radius: 10px;
}
.create:active {
  background-color: #E60023;
  color: white;
}
.create:active img {
  display: none;
}

@media (max-width: 658px) {
  .create {
    font-size: 18px;
    padding: 0 5px;
    border-radius: 8px;
  }
}
.search {
  position: relative;
}
.search__inputs {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.search__inputs a {
  position: absolute;
  right: 10px;
}
.search__input {
  outline: none;
  background-color: #f3f3f3;
  border: none;
  width: 100%;
  padding: 10px 14px;
  padding-right: 50px;
  border-radius: 10px;
}
.search__input:focus {
  background-color: #fff;
  border: 1px solid #f3f3f3;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 10px 10px 0 0;
}
.search__icon {
  height: 20px;
  position: absolute;
  right: 20px;
}
.search__tags {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-items: stretch;
  align-items: center;
  padding: 20px;
}
.search__overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s;
}
.search__overlay--visible {
  visibility: visible;
  opacity: 0.5;
}
.search__modal {
  position: absolute;
  background-color: #fff;
  border: 1px solid #f3f3f3;
  z-index: 1;
  width: 100%;
  border-radius: 0 0 10px 10px;
  z-index: 101;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s;
  overflow-y: auto;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1490196078);
}
.search__modal--visible {
  visibility: visible;
  opacity: 1;
}
.search__title {
  display: block;
  font-size: 16px;
  padding-left: 20px;
}
.search__tag {
  width: 100%;
  height: 133px;
  background-color: #f3f3f3;
  display: flex;
  border-radius: 10px;
}
.search__tag__img {
  border-radius: 10px 0 0 10px;
  width: 40%;
  object-fit: cover;
}
.search__tag__name {
  font-size: 16px;
  margin: auto;
  text-align: center;
}
.search__fason {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-items: stretch;
  align-items: center;
  padding: 20px;
}
.search__fason__img {
  border-radius: 10px 0 0 10px;
  width: 50%;
  flex-shrink: 0;
  object-fit: contain;
  border: 1px solid #f9f9f9;
  background-color: #fff;
}
.search__fason__item {
  width: 100%;
  height: 133px;
  background-color: #f9f9f9;
  border-radius: 10px;
  display: flex;
}
.search__fason__text {
  padding: 10px;
  overflow: hidden;
}
.search__fason__name {
  font-size: 14px;
  font-weight: normal;
}
.search__fason__tag {
  background-color: #f1f1f1;
  color: #343434;
  font-style: italic;
  padding: 3px 6px;
  border-radius: 10px;
  font-size: 8px;
  text-wrap: nowrap;
  margin-bottom: 5px;
  margin-right: 5px;
}
.search__user__acc {
  display: flex;
  align-items: center;
}
.search__user__img {
  height: 45px;
  width: 45px;
  margin-right: 5px;
  border-radius: 20px;
  object-fit: cover;
}
.search__user__names {
  display: flex;
  flex-direction: column;
}
.search__user__username {
  font-size: 14px;
  font-weight: bold;
}
.search__user__name {
  font-size: 14px;
  font-weight: normal;
}
.search__user__name__check {
  display: flex;
  align-items: center;
}

@media (max-width: 1600px) {
  .search__tags {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .search__fason {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1292px) {
  .search__tags, .search__fason {
    grid-gap: 10px;
    grid-template-columns: 1fr;
  }
  .search__fason__img {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .header__right__search {
    display: block;
  }
}
@media (max-width: 658px) {
  .search__tags {
    grid-template-columns: 1fr 1fr;
  }
  .search__fason {
    grid-template-columns: 1fr;
  }
  .search__fason__img {
    width: 40%;
    object-fit: cover;
  }
  .search__fason__text {
    text-align: left;
  }
}
@media (max-width: 490px) {
  .search__tags {
    grid-template-columns: 1fr;
  }
}
.avatar__img {
  border-radius: 100px;
  height: 30px;
  width: 30px;
}

.notification {
  position: relative;
}
.notification img {
  height: 25px;
}
.notification__count {
  position: absolute;
  top: -7px;
  right: -5px;
  background-color: red;
  color: white;
  font-size: 14px;
  padding: 2px 2px;
  border-radius: 15px;
  min-width: 20px;
  height: 20px;
  text-align: center;
}

.mobile-footer-notifications {
  position: relative;
}

.login {
  display: none;
}
.login:active {
  background-color: #000;
  color: white;
  padding: 12px 10px;
  border-radius: 30px;
}

.menu {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.menu__hidden {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 14px;
  top: 34px;
  right: 0;
}
.menu__visible {
  display: block;
  z-index: 2;
}
.menu__link {
  padding: 8px;
  display: inline-block;
  font-weight: 400;
  width: 100%;
  border-radius: 14px;
  display: flex;
  align-items: center;
}
.menu__link:hover {
  background-color: rgba(200, 166, 49, 0.8);
  color: white;
}
.menu__link:hover svg {
  fill: white;
}
.menu__link svg {
  margin-right: 6px;
}

.logined {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.logined img {
  margin-right: 10px;
  object-fit: cover;
}
.logined svg {
  height: 21px;
  width: 21px;
}

/* .menu:hover > .logined svg
 *  width: 30px
 *  height: 30px
 *  opacity: 1
 *  background-color: #f3f3f3
 *  border-radius: 15px
 *  padding: 5px */
.account {
  margin-bottom: 36px;
  position: relative;
}
.account__details {
  display: flex;
  align-items: center;
}
.account__avatar {
  height: 120px;
  width: 120px;
  object-fit: cover;
  border-radius: 100px;
  border: 4px solid white;
  position: absolute;
  top: 185px;
  right: -60px;
}
.account__avatar__box {
  position: relative;
}
.account__share img {
  height: 20px;
}
.account__bg {
  background-repeat: no-repeat;
  height: 490px;
  width: 620px;
  margin: auto;
  margin-right: 70px;
  background-size: contain;
  background-position: center;
  border-radius: 0 0 32px 32px;
  position: relative;
}
.account__header {
  display: flex;
  max-width: 656px;
  margin: auto;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.account__header__2 {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 30px;
}
.account__business__accs {
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.account__business__adress {
  padding: 0 10px;
  display: flex;
  text-align: left;
  margin-bottom: 10px;
}
.account__business__adress img {
  height: 20px;
  margin-right: 4px;
}
.account__business__acc {
  margin-right: 20px;
  display: flex;
  align-items: flex-start;
  text-align: left;
  padding: 5px 0;
}
.account__business__acc img {
  height: 20px;
  margin-right: 4px;
}
.account__name {
  width: 90%;
  font-size: 36px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}
.account__username {
  color: #5F5F5F;
  font-size: 14px;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.account__followers {
  display: flex;
  margin-top: 8px;
  margin-bottom: 8px;
}
.account__statistics {
  margin-bottom: 16px;
  text-align: justify;
  padding: 0 10px;
  text-align: center;
}
.account__btns {
  width: 260px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.account__btns a img {
  height: 20px;
}
.account__main {
  margin-bottom: 28px;
}
.account__main__toggle {
  width: 250px;
  display: flex;
  justify-content: space-evenly;
  margin: auto;
}
.account__main__toggle__item {
  display: block;
  margin-bottom: 8px;
}

.followers {
  font-weight: bold;
  margin-right: 15px;
}

.unfollow-btn {
  background-color: #f1f1f1 !important;
  color: #000 !important;
}

.acc__followers, .followers {
  margin-right: 15px;
}

.follow-btn, .acc__follow {
  color: white;
  background-color: #E60023;
  padding: 14px 16px;
  border-radius: 24px;
  cursor: pointer;
}

.business-checkmark {
  margin-right: 4px;
  height: 15px;
}

.cta-button, .account__share {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 120px;
  height: 40px;
  position: relative;
  border-left: 1px solid #ff052b;
  background-color: #E60023;
  overflow: hidden;
  cursor: pointer;
  color: white;
  border-radius: 6px;
}
.cta-button:nth-child(1), .account__share:nth-child(1) {
  margin-right: 10px;
  border: 1px solid #81aca0;
  background-color: #209978;
}

.account__share {
  border: 1px solid #81aca0;
  background-color: #209978;
}

.button__text {
  width: 80px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  transition: all 0.3s;
}
.button__icon__share {
  border-left: 0.1px dashed #17795e;
  background-color: #17795e;
}
.button__icon__dwnld {
  background-color: #000000;
  background-color: #b3001b;
}

.button__icon svg {
  width: 18px;
}

.cta-button:hover .button__icon, .account__share:hover .button__icon {
  width: 100%;
}

.grid2 {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}
.grid2:after {
  content: "";
  display: block;
  clear: both;
}

.grid {
  margin: 0 auto;
  width: 100%;
}
.grid:after {
  content: "";
  display: block;
  clear: both;
}
.grid-item2 {
  width: 160px;
  height: 120px;
  float: left;
  border-radius: 15px;
  margin-bottom: 10px;
  position: relative;
  cursor: zoom-in;
  margin-right: 10px;
  overflow: hidden;
}
.grid-item2--height1 {
  height: 120px;
}
.grid-item2--height2 {
  height: 200px;
}
.grid-item2--height3 {
  height: 260px;
}
.grid-item2--height4 {
  height: 306px;
}
.grid-item2--height5 {
  height: 360px;
}
.grid-item {
  margin-bottom: 10px;
  height: 120px;
  float: left;
  border-radius: 15px;
  margin-bottom: 10px;
  position: relative;
  cursor: zoom-in;
  overflow: hidden;
  background-color: #e9e9e9;
}
.grid-item--height1 {
  height: 120px;
}
.grid-item--height2 {
  height: 200px;
}
.grid-item--height3 {
  height: 260px;
}
.grid-item--height4 {
  height: 306px;
}
.grid-item--height5 {
  height: 360px;
}
.grid-item--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.grid-item--cover {
  display: none;
  background-color: #343434;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  border-radius: 15px;
}
.grid-item--icon {
  display: none;
}
.grid-item--icon img {
  height: 20px;
}
.grid-item--download {
  background-color: #E60023;
  color: white;
  padding: 8px 12px;
  border-radius: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 1;
}
.grid-item--share {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.grid-item--saved {
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}
.grid-item--gallery {
  filter: drop-shadow(0 0 0.75px rgba(0, 0, 0, 0.42)) drop-shadow(0 1px 0.5px rgba(0, 0, 0, 0.18)) drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
  position: absolute;
  right: 10px;
  top: 10px;
}
.grid-item--view {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4784313725);
  padding: 4px;
  border-radius: 7px;
}
.grid-item--view svg {
  filter: drop-shadow(0 0 0.75px rgba(0, 0, 0, 0.42)) drop-shadow(0 1px 0.5px rgba(0, 0, 0, 0.18)) drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
  margin-right: 4px;
}
.grid-item--view--boosted {
  position: absolute;
  right: 4px;
  bottom: 4px;
  display: flex;
  align-items: center;
  padding: 4px;
  border-radius: 7px;
}
.grid-item--view--boosted span {
  font-size: 12px;
}
.grid-item--view--boosted svg {
  filter: drop-shadow(0 0 0.75px rgba(0, 0, 0, 0.42)) drop-shadow(0 1px 0.5px rgba(0, 0, 0, 0.18)) drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
  margin-right: 4px;
}
.grid-item--price {
  background-color: #F0C808;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 12px;
  padding: 4px 0 4px 4px;
  border-radius: 0 7px 7px 0;
  filter: drop-shadow(0 0 0.75px rgba(0, 0, 0, 0.42)) drop-shadow(0 1px 0.5px rgba(0, 0, 0, 0.18)) drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
}
.grid-item--price span:nth-child(2) {
  padding-right: 4px;
}
.grid-item--second-hand {
  position: absolute;
  left: 0;
  bottom: 10px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.42);
  color: white;
  padding: 4px 8px;
  border-radius: 0 7px 7px 0;
}
.grid-item--discount {
  background-color: #E60023;
  color: white;
  font-size: 11px;
  padding: 4px 6px 3.1px 6px;
  border-radius: 0 7px 7px 0;
}

.view__count {
  filter: drop-shadow(0 0 0.75px rgba(0, 0, 0, 0.42)) drop-shadow(0 1px 0.5px rgba(0, 0, 0, 0.18)) drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
  color: white;
  font-size: 14px;
}

.like__count {
  display: none;
  position: absolute;
  opacity: 0;
  left: 100%;
  top: 14%;
}
.like__img {
  fill: red;
}

.grid-item:hover > .grid-item--cover {
  display: block;
}

.grid-item2:hover > .grid-item--cover {
  display: block;
}

.grid-item:hover > .grid-item--view {
  display: none;
}

@media (min-width: 658px) {
  .grid-item:hover > .grid-item--cover {
    display: block;
  }
  .grid-item:hover > .grid-item--like {
    display: flex;
    align-items: center;
    position: absolute;
    left: 47%;
    top: 47%;
    color: white;
    cursor: pointer;
  }
  .grid-item:hover > .grid-item--like img {
    height: 30px;
    margin-right: 8px;
  }
  .grid-item:hover > .grid-item--like span {
    display: block;
    opacity: 1;
  }
  .grid-item:hover > .grid-item--icon {
    transition-duration: 0.5;
    display: block;
  }
  .grid-item:hover > .grid-item--img {
    object-fit: contain;
  }
}
.details {
  margin-bottom: 37px;
  margin-right: 20px;
}
.details-main {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .details-main {
    padding-top: 0;
  }
}
.details__header {
  position: absolute;
  width: -webkit-fill-available;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.details__back {
  margin-right: auto;
  border-radius: 50%;
  animation: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal forwards running hideShadow;
}
.details__back:hover {
  background-color: #f1f1f1;
}
.details__dialog {
  width: 400px;
  margin: auto;
  border-radius: 32px;
  overflow: hidden;
  border: 2px #f1f1f1 solid;
  cursor: auto;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 20px 0px;
  margin-bottom: 20px;
}
.details__items {
  display: flex;
  overflow: auto;
  flex-direction: column;
}
.details__left {
  width: 100%;
  flex: 1;
  position: relative;
}
.details__img {
  height: 100%;
  background-color: #e9e9e9;
  object-fit: cover;
}
.details__right {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
  position: relative;
  padding: 20px;
  padding-bottom: 40px;
  width: 100%;
}
.details__bottom__cta {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}
.details__bottom a {
  padding: 5px;
}
.details__bottom a img {
  height: 18px;
}
.details__bottom a svg {
  height: 30px;
}
.details__dwnld img {
  height: 25px;
}
.details__post {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.details__post__type {
  display: flex;
  align-items: center;
  background-color: rgba(240, 240, 240, 0.95);
  padding: 8px;
  border-radius: 8px;
  font-size: 12px;
  margin-bottom: 5px;
  margin-right: 5px;
}
.details__post__type span {
  color: red;
}
.details__post__type:hover {
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.details__post__name {
  margin-bottom: 8px;
  line-height: 28px;
}
.details__post__descr {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6px;
  margin-bottom: 2px;
}
.details__post__number {
  font-size: 12px;
  background-color: rgba(240, 240, 240, 0.95);
  color: #54656f;
  padding: 6px 8px;
  border-radius: 4px 0 0 4px;
}
.details__post__date {
  font-size: 12px;
  color: #54656f;
  position: absolute;
  right: 20px;
  bottom: 15px;
}
.details__post__color {
  width: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 8px;
  margin-right: -4px;
}
.details__post__color-ul {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 1;
}
.details__post__color-ul li {
  list-style: none;
}
.details__post__season {
  z-index: 1;
  position: absolute;
  left: 10px;
  bottom: 35px;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4784313725);
  padding: 4px;
  border-radius: 7px;
  filter: drop-shadow(0 0 0.75px rgba(0, 0, 0, 0.42)) drop-shadow(0 1px 0.5px rgba(0, 0, 0, 0.18)) drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
}
.details__post__2nd-hand {
  color: #343434;
  font-size: 16px;
  z-index: 1;
  position: absolute;
  font-weight: bold;
  right: 0;
  top: 10px;
  display: flex;
  align-items: center;
  background-color: #F0C808;
  padding: 8px 12px;
  border-radius: 7px 0 0 7px;
  filter: drop-shadow(0 0 0.75px rgba(0, 0, 0, 0.42)) drop-shadow(0 1px 0.5px rgba(0, 0, 0, 0.18)) drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
}
.details__post__2nd-hand img {
  height: 20px;
}
.details__product {
  flex-shrink: 0;
  margin-left: 6px;
}
.details__product button {
  padding: 0 4px;
}
.details__delete {
  background-color: inherit;
  border: none;
  outline: none;
  text-align: left;
}
.details__ads {
  display: flex;
  justify-content: center;
}

.account__shares img {
  height: 30px;
}

.other-actions {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-right: 20px;
}
.other-actions button {
  text-align: left;
}
.other-actions__hidden {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 14px;
  top: 34px;
  left: -60px;
}
.other-actions__visible {
  display: flex;
  flex-direction: column;
}
.other-actions a, .other-actions button {
  padding: 8px;
  display: inline-block;
  font-weight: 400;
  width: 100%;
  border-radius: 14px;
}
.other-actions a:hover, .other-actions button:hover {
  background-color: rgba(200, 166, 49, 0.8);
  color: white;
}

.details__header a {
  margin-right: 20px;
}
.details__header a img {
  height: 25px;
}

.acc {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.acc__left a {
  display: flex;
  align-items: center;
}
.acc__logo {
  height: 48px;
  width: 48px;
  border-radius: 100px;
  margin-right: 8px;
  object-fit: cover;
}
.acc__logo__back {
  margin-right: 8px;
  height: 60px;
  width: 120px;
  border-radius: 6px;
}
.acc__follow {
  background-color: #E60023;
  padding: 15px 17px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: bold;
}
.acc__profile {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.acc__business-checkmark {
  height: 15px;
  margin-left: 4px;
}

.comments {
  margin-bottom: 122px;
  display: none;
}
.comments__title {
  margin-bottom: 23px;
}
.comments__no {
  display: none;
}
.comments__logo {
  margin-right: 8px;
  height: 32px;
  width: 32px;
  border-radius: 100px;
}
.comments__author {
  font-weight: bold;
  margin-right: 8px;
}
.comments__one {
  display: flex;
  align-items: flex-start;
}
.comments__one p {
  line-height: 20px;
}

.comment {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-top: 2px solid #E9E9E9;
  padding: 25px 32px;
  padding-left: 0;
  display: none;
}
.comment__logo {
  margin-right: 8px;
}
.comment__input {
  background-color: #E9E9E9;
  outline: none;
  border: none;
  width: 100%;
  font-size: 15px;
}
.comment__input-box {
  display: flex;
  align-items: center;
  border-radius: 24px;
  background-color: #E9E9E9;
  padding: 10px 15px;
  width: 100%;
}

.popup-content {
  margin-top: 20px;
}

.pop-up-btn {
  padding: 6px 14px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: bold;
}

#cancelDeleteBtn, #cancelEditBtn {
  background-color: #E60023;
  color: white;
}

.post-type__title {
  text-align: center;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  font-size: 25px;
}
.owl-carousel .owl-nav button {
  border-radius: 9999px;
  width: 30px;
  height: 30px;
  background: #869791 !important;
}
.owl-carousel .owl-nav .owl-next {
  float: right;
}
.owl-carousel .owl-nav .owl-prev {
  float: left;
}

.owl-stage-outer {
  overflow: hidden !important;
}

.owl-item {
  transform: none !important;
  opacity: 1 !important;
  width: 100% !important;
}

.owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.old-price {
  text-decoration: line-through;
  color: #E60023;
  text-decoration-color: #E60023;
  font-size: 14px;
}

.new-price {
  font-weight: bold;
  color: #297373;
}

@media (max-width: 1292px) {
  .details {
    margin: 0;
    margin: auto;
    margin-bottom: 20px;
  }
  .details-main {
    flex-direction: column;
  }
  .details__dialog {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .details__dialog {
    width: 90vw;
  }
}
.details__left {
  position: relative;
}

#thumb-carousel {
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 1;
  transform: translateY(-50%);
  max-height: 85%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  scrollbar-width: none;
  padding: 0 3px;
  gap: 5px;
}
#thumb-carousel::-webkit-scrollbar {
  display: none;
}
#thumb-carousel .thumb-item {
  flex: 1 1 0;
  width: 50px;
  max-width: 80px;
  cursor: pointer;
  opacity: 0.8;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  border-radius: 8px;
}
#thumb-carousel .thumb-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.2s ease;
  border: 1px solid transparent;
  border-radius: 8px;
}

#thumb-carousel .thumb-item img:hover,
#thumb-carousel .thumb-item.active img {
  border-color: white;
  transform: scale(1.05);
  opacity: 1;
}

#thumb-carousel .thumb-item:hover {
  opacity: 1;
  transform: scale(1.05);
  border-color: white;
}

#thumb-carousel .thumb-item.active {
  margin: 5px 0;
  border-color: white;
  transform: scale(1.05);
  opacity: 1;
}

.edit {
  max-width: 768px;
  margin: auto;
}
.edit__title {
  margin-top: 37px;
  margin-bottom: 10px;
}
.edit__subtitle {
  margin-bottom: 37px;
}
.edit__input {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  margin: 10px 0;
  padding: 15px;
  border-radius: 16px;
  outline: none;
  border: 1px solid #e9e9e9;
}
.edit__names {
  display: flex;
  margin-bottom: 20px;
}
.edit__name {
  margin-right: 10px;
}
.edit__message {
  width: 100%;
  min-height: 123px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  margin-top: 10px;
  border-radius: 16px;
  padding: 15px;
  border: 1px solid #e9e9e9;
}
.edit__about {
  margin-bottom: 20px;
}
.edit__username {
  margin-bottom: 20px;
}
.edit__reset, .edit__save {
  color: white;
  background-color: #E60023;
  padding: 14px 16px;
  border-radius: 24px;
  cursor: pointer;
}
.edit__reset {
  background-color: #e9e9e9;
  color: black;
}
.edit__photo {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.edit__photo a {
  background-color: #e9e9e9;
  border-radius: 10px;
  padding: 8px 16px;
}
.edit__phone {
  margin-bottom: 20px;
}
.edit__phone__error {
  color: red;
  margin-top: 10px;
  margin-left: 10px;
}

.form_input_error {
  border: 1px solid #ff0000 !important;
}

.form__photo {
  margin-bottom: 8px;
}

.select-region {
  align-items: start;
}

.settings {
  max-width: 768px;
  margin: auto;
}
.settings__title {
  margin-top: 37px;
  margin-bottom: 10px;
}
.settings__username {
  opacity: 0.7;
  font-size: 14px;
}
.settings__followers {
  margin-top: 30px;
  display: flex;
  margin-top: 8px;
  margin-bottom: 30px;
  justify-content: center;
}
.settings__container {
  text-align: center;
  padding: 0 20px;
}

.settings__links {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-weight: bold;
}
.settings__links img {
  height: 20px;
  margin-right: 10px;
}
.settings__links:hover img {
  margin-right: 15px;
}
.settings__links:hover {
  color: #C8A631;
}

#owl-demo {
  width: 100%;
  position: relative;
}
#owl-demo .item {
  width: 100%;
  position: relative;
}
#owl-demo img {
  display: block;
  width: 100%;
  height: 460px;
  object-fit: cover;
}

.owl-theme .owl-controls {
  margin: 0;
}

.owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}

#owl-demo .owl-item img {
  width: 100% !important;
  object-fit: cover;
}

.owl-item .item img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}

.owl-theme .owl-nav [class*=owl-] {
  border-radius: 15px;
}

.tab-container {
  display: flex;
  padding-bottom: 20px;
}
.tab-buttons {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.tab-buttons button {
  padding: 10px;
  cursor: pointer;
  border: none;
  background-color: #f9f9f9;
  transition: background-color 0.3s;
  text-align: left;
  border-radius: 4px;
}
.tab-buttons button:hover {
  background-color: #ddd;
}
.tab-buttons button:focus {
  color: white;
  background-color: #343434;
}
.tab-content {
  flex: 4;
  padding: 20px;
  border: 1px solid #ddd;
  border-left: none;
  border-radius: 0 10px 10px 0;
}
.tab-content h3 {
  margin-bottom: 5px;
}
.tab-content p {
  padding: 2px 10px;
}

.hidden {
  display: none;
}

.business__panel {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  cursor: pointer;
  border: none;
  background-color: #f9f9f9;
  transition: background-color 0.3s;
  text-align: left;
  border-radius: 4px;
  background-color: #297373;
  color: white;
  flex-shrink: 0;
  margin-bottom: 10px;
}
.business__panel:hover {
  background-color: #184646;
}
.business__panel:focus {
  color: white;
  background-color: #184646;
}

@media (max-width: 658px) {
  #owl-demo .item img {
    height: 400px;
  }
  .tab-container {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 80px;
  }
  .tab-buttons {
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 20px;
    overflow: auto;
  }
  .tab-buttons button {
    margin-bottom: 10px;
    margin-right: 10px;
    flex-shrink: 0;
  }
  .tab-content {
    border-left: 1px solid #ddd;
    border-radius: 10px;
  }
}
.ads {
  margin-bottom: 20px;
}
.ads__content {
  height: 347px;
}
.ads__pre {
  margin-bottom: 20px;
}
.ads__pre__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 14px 0;
}
.ads__pre__header a:hover {
  color: #E60023;
}
.ads__pre__img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  object-fit: cover;
}
.ads__pre__accounts {
  margin: 0 auto;
}
.ads__pre__link {
  display: block;
  padding: 4px;
  width: 100px;
  height: 100px;
}
.ads__vip {
  overflow: hidden;
}
.ads__vip__title {
  margin-bottom: 14px;
}
.ads__vip__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.ads__vip__posts {
  margin: 0 auto;
}
.ads__vip__link {
  display: block;
  padding: 5px;
  height: 100%;
}

.contents__top__title {
  margin-bottom: 14px;
}
.contents__top__img {
  display: block;
  width: 150px;
  height: 190px;
  object-fit: cover;
  border-radius: 16px;
}
.contents__top__posts {
  margin: 0 auto;
  display: block;
}
.contents__top__link {
  display: block;
  padding: 5px;
}

.boosted > .grid-item {
  border: 1px solid red;
}

.boosted {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  padding-top: 30px;
  background: linear-gradient(to top, #E60023, rgba(255, 0, 0, 0));
  color: white;
  text-align: left;
  display: flex;
  align-items: center;
}
.boosted__acc__name {
  font-size: 14px;
  font-weight: bolder;
}
.boosted__acc__desc {
  font-size: 12px;
}
.boosted__avatar {
  width: 30px !important;
  height: 30px;
  border-radius: 50%;
  margin-right: 6px;
  object-fit: cover;
}
.boosted__view {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  align-self: end;
  filter: drop-shadow(0 0 0.75px rgba(0, 0, 0, 0.42)) drop-shadow(0 1px 0.5px rgba(0, 0, 0, 0.18)) drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
}
.boosted__view svg {
  margin-right: 4px;
}

@media (max-width: 1200px) {
  .ads__pre__link {
    height: 90px;
    width: 90px;
  }
}
@media (max-width: 658px) {
  .business__account {
    width: 250px;
    margin: auto;
  }
  .business h1 {
    text-align: center;
    font-size: x-large;
  }
  .ads {
    padding-top: 20px;
  }
  .ads__pre__link {
    height: 80px;
    width: 80px;
    padding: 0;
  }
  .ads__vip__title {
    text-align: center;
  }
  .for-you {
    padding-bottom: 100px;
  }
}
@media (max-width: 490px) {
  .ads__pre__link {
    height: 70px;
    width: 70px;
  }
}
.business__accounts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.business__account {
  display: flex;
  flex-direction: column;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 250px;
  position: relative;
}
.business__account img {
  background-color: #e9e9e9;
  border-radius: 10px;
  height: 250px;
  object-fit: cover;
}
.business__account__text {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 12px 0;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(to top, #000000, rgba(128, 128, 128, 0));
  border-radius: 0 0 10px 10px;
}
.business__account__username {
  font-weight: bold;
  font-size: 14px;
}

.season {
  display: flex;
  flex-direction: row;
}
.season .ads__vip {
  width: 50%;
  padding-top: 20px;
}
@media (max-width: 658px) {
  .season {
    padding-bottom: 80px;
    flex-direction: column;
  }
  .season .ads__vip {
    width: 100%;
  }
}

.account__main__toggle__item {
  cursor: pointer;
  font-size: 20px;
}
.account__main__toggle__item:nth-child(1) {
  margin-right: 20px;
}
.account__main__toggle__item:focus {
  border-bottom: 3px solid #E60023;
  border-radius: 1.5px;
}
.account__main__toggle__item--active {
  font-weight: bold;
  border-bottom: 3px solid #E60023;
  border-radius: 1.5pxs;
  transition: all 0.3s ease-in-out;
}

.profile__main {
  display: none;
}
.profile__main--active {
  display: block;
  transition: all 0.3s ease-in-out;
}

.tabs {
  display: flex;
  transition: all 0.3s ease-in-out;
  justify-content: center;
}

.tab {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  color: #343434;
}
.tab:nth-child(1) {
  margin-right: 20px;
}
.tab:focus {
  border-bottom: 3px solid #E60023;
  border-radius: 1.5px;
}
.tab--active {
  font-weight: bold;
  border-bottom: 3px solid #E60023;
  border-radius: 2.5px;
  transition: all 0.1s ease-in-out;
  color: #E60023;
  opacity: 1;
}

.content {
  display: none;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.content--active {
  display: block;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.all__tags {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0;
  overflow: auto;
}
.all__tags li {
  display: flex;
  align-items: center;
  background-color: #ECECEC;
  margin-right: 20px;
  list-style: none;
  padding: 10px;
  border-radius: 8px;
  flex-shrink: 0;
}
.all__tags li img {
  margin-right: 4px;
}
.all__tags li a {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.all__tags li a span {
  margin-left: 4px;
  color: #E60023;
}
.all__tags li a p {
  color: #E60023;
  margin-right: 4px;
}
.all__tags li a:hover {
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1600px) {
  .all__tags li {
    margin-bottom: 8px;
  }
}
@media (max-width: 992px) {
  .all__tags {
    margin-left: 10px;
  }
}
@media (max-width: 658px) {
  .tabs {
    padding-top: 20px;
  }
  .all__tags {
    flex-wrap: nowrap;
    justify-content: start;
  }
  .all__tags li {
    margin-right: 8px;
    padding: 4px 8px;
  }
  .all__tags li a {
    font-size: 14px;
  }
  .all__tags li a span {
    padding: 2px 4px;
  }
}
@media (max-width: 490px) {
  .tabs {
    margin-bottom: 20px;
  }
}
.filter-ads {
  display: flex;
  overflow: hidden;
}

.filter-left {
  padding: 16px 6px 16px 0;
  width: 200px;
  flex-shrink: 0;
  border-right: 5px solid #e9e9e9;
  margin-right: 10px;
  height: 100vh;
}

#businessSearch {
  margin-bottom: 20px;
}

.search__filter {
  display: flex;
  flex-direction: row;
}

.sidebar {
  width: 20%;
  padding: 20px;
  background-color: #fff;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
}
.sidebar__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.sidebar__header a {
  opacity: 0.7;
}
.sidebar h3 {
  font-size: 16px;
}

.main-content {
  width: 100vw;
  flex: 1;
  padding: 20px;
}
.main-content-parent {
  width: 80%;
}

.filter-result {
  font-size: 12px;
  border-radius: 10px;
}
.filter-result option {
  font-size: 12px;
}

.collapsible {
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
  outline: none;
  text-align: left;
}
.collapsible__content {
  display: none;
  overflow: hidden;
}
.collapsible__content ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 110px;
  gap: 8px;
  overflow: auto;
  padding-top: 10px;
  /* Размер скроллбара */
  /* Ползунок (бегунок) */
  /* Трек (фон скроллбара) */
}
.collapsible__content ul::-webkit-scrollbar {
  width: 6px;
}
.collapsible__content ul::-webkit-scrollbar-thumb {
  background: #9baacf;
  border-radius: 10px;
}
.collapsible__content ul::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 10px;
}
.collapsible__content ul li {
  font-size: 13px;
}
.collapsible__content__colors ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: auto;
}
.collapsible__content__colors ul li input[type=checkbox] {
  width: 30px;
  height: 30px;
  appearance: none;
  border-radius: 50%;
  border: 1px solid rgb(230, 230, 230);
  background-color: red;
  border-color: rgb(230, 230, 230);
  background-repeat: no-repeat;
  background-position: center;
}
.collapsible__content__colors ul li input[type=checkbox]:checked {
  background-image: url("../images/icons/tick.b0c0341123aa.svg");
  border-style: double;
  border-width: 5px;
}
.collapsible-box {
  margin-bottom: 14px;
  position: relative;
}
.collapsible-box-header {
  margin-bottom: 14px;
  overflow: hidden;
}
.collapsible-box__selected-count {
  position: absolute;
  left: -12px;
  top: -8px;
  background-color: #E60023;
  color: white;
  padding: 3px 6px;
  border-radius: 40px;
  font-size: 8px;
}
.collapsible-box__selected-count__label {
  position: absolute;
  left: 2px;
  top: -2px;
  background-color: #E60023;
  color: white;
  padding: 3px 6px;
  border-radius: 40px;
  font-size: 8px;
  z-index: 1;
}

/*  CHECKBOX  */
.checkbox {
  grid-column: 1/2;
  display: grid;
  grid-template-columns: repeat(2, 6rem);
  grid-gap: 3rem;
  justify-content: center;
}
.checkbox input {
  display: none;
}
.checkbox__1, .checkbox__2 {
  width: 6rem;
  display: flex;
  justify-content: center;
}
.checkbox__1 label, .checkbox__2 label {
  box-shadow: 0.3rem 0.3rem 0.6rem #c8d0e7, -0.2rem -0.2rem 0.5rem #FFFFFF;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  width: 2.8rem;
  height: 2.8rem;
}
.checkbox__1 label:hover i, .checkbox__2 label:hover i {
  color: #6d5dfc;
}
.checkbox__1 label i, .checkbox__2 label i {
  font-size: 1.8rem;
  font-weight: 700;
  color: #9baacf;
  transition: 0.3s ease;
}
.checkbox input:checked label {
  box-shadow: inset 0.2rem 0.2rem 0.5rem #c8d0e7, inset -0.2rem -0.2rem 0.5rem #FFFFFF;
}
.checkbox input:checked i {
  color: #6d5dfc;
}

.search-b {
  position: relative;
  display: flex;
  align-items: center;
}
.search-b__input {
  border: none;
  border-radius: 10px;
  padding: 0 1rem;
  font-size: 12px;
  margin-bottom: 5px;
  transition: all 0.5s ease;
  height: 2rem;
  width: 100%;
  border: 1px solid #9baacf;
  background: none;
  font-family: inherit;
  color: #9baacf;
}
.search-b__input::placeholder {
  color: #bec8e4;
}
.search-b__input:focus {
  outline: none;
  box-shadow: 0.3rem 0.3rem 0.6rem #c8d0e7, -0.2rem -0.2rem 0.5rem #FFFFFF;
}
.search-b__icon svg {
  color: #6d5dfc;
}
.search-b__icon {
  height: 1.5rem;
  position: absolute;
  font-size: 2rem;
  padding: 0 1rem;
  display: flex;
  color: #9baacf;
  transition: 0.3s ease;
}

.segmented-control {
  grid-column: 2/3;
  grid-row: 1/2;
  width: 14.4rem;
  height: 3rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 14px;
}
.segmented-control input {
  display: none;
}
.segmented-control > input:checked + label {
  transition: all 0.5s ease;
  color: #6d5dfc;
}
.segmented-control label {
  position: relative;
}
.segmented-control__1, .segmented-control__2 {
  width: 7.8rem;
  height: 2.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: var(--greyDark);
  transition: all 0.5s ease;
}
.segmented-control__1:hover, .segmented-control__2:hover {
  color: #9baacf;
}
.segmented-control__color {
  position: absolute;
  height: 2.4rem;
  width: 7.2rem;
  margin-left: 0.3rem;
  border-radius: 0.8rem;
  box-shadow: inset 0.2rem 0.2rem 0.5rem #c8d0e7, inset -0.2rem -0.2rem 0.5rem #FFFFFF;
  pointer-events: none;
}

#tab-1:checked ~ .segmented-control__color {
  transform: translateX(0);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#tab-2:checked ~ .segmented-control__color {
  transform: translateX(6.8rem);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.product-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-header h2 {
  font-size: 18px;
}
.product-grid {
  padding: 10px;
}
.product-grid-homepage {
  padding: 15px;
}

.dropdown {
  position: relative;
}

.dropdown {
  display: inline-block;
}
.dropdown .dropdown-toggle {
  border: 1px solid rgb(230, 230, 230);
  border-radius: 5px;
  cursor: pointer;
}
.dropdown .dropdown-toggle:hover {
  border: 1px solid #f39c12;
}
.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 100;
}
.dropdown .dropdown-menu:hover {
  border: 1px solid #f39c12;
}
.dropdown .dropdown-menu li {
  padding: 10px;
  font-size: 13px;
  cursor: pointer;
}
.dropdown .dropdown-menu li:hover {
  background-color: #f2f2f2;
  color: #f39c12;
  font-size: 14px;
  font-weight: bolder;
}
.dropdown .dropdown-menu li.active {
  background-color: #f3f3f3;
  color: #d35400;
  font-size: 14px;
  font-weight: bold;
}
.dropdown .dropdown-menu.show {
  display: block;
}

#filter-toggle {
  display: none;
}

.search__filter {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .search__filter {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .search__filter__header {
    display: flex;
    justify-content: end;
  }
  .search__filter__header button#filter-toggle {
    border: 1px solid rgb(230, 230, 230);
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
  }
  .search__filter__header button#filter-toggle:hover {
    border: 1px solid #f39c12;
  }
}
.search__filter .sidebar {
  width: 20%;
  padding: 20px;
  background-color: #fff;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .search__filter .sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 1000;
    transition: left 0.3s ease-in-out;
  }
  .search__filter .sidebar.active {
    left: 0;
    overflow-y: scroll;
  }
}
.search__filter .sidebar .collapsible {
  margin-top: 10px;
  /* Your existing styles */
}
.search__filter .main-content {
  flex: 1;
  padding: 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .search__filter .main-content {
    margin-left: 0;
    padding: 15px;
  }
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
@media (max-width: 768px) {
  .overlay.active {
    display: block;
  }
}

.dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-size: 16px;
  width: 200px;
}

.recent-search, .top-search {
  margin-bottom: 20px;
}
.recent-search__header, .top-search__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
}
.recent-search__header svg, .top-search__header svg {
  height: 10px;
  width: auto;
}
.recent-search__header button, .recent-search__header svg, .recent-search__header a, .top-search__header button, .top-search__header svg, .top-search__header a {
  opacity: 0.7;
}
.recent-search__content ul li, .top-search__content ul li {
  list-style: none;
  padding: 6px 0 0 0;
}

.recent-search__header button {
  z-index: -1;
}

.recent-search__content ul li {
  display: flex;
  justify-content: space-between;
}

.top-search__content ul li {
  border-bottom: 1px solid #ddd;
  padding: 6px 0;
}
.top-search__content ul li p {
  font-size: 10px;
  font-style: italic;
  color: #3d3d3d;
}
.top-search__content ul li a {
  width: 100%;
  cursor: pointer;
}

.trend-search {
  display: flex;
  align-items: center;
}
.trend-search::before {
  content: "🔴";
  display: inline-block;
  font-size: 6px;
  width: 10px;
  transform: translateY(-3px);
}
.trend-search a {
  color: red;
}

.up-search {
  display: flex;
  align-items: center;
}
.up-search::before {
  content: "🔺";
  display: inline-block;
  font-size: 12px;
  width: 14px;
  transform: translateY(-2px);
}
.up-search a {
  color: red;
}

.product-header h2 {
  text-align: left;
}
.product-header__search__inputs {
  display: none;
}

@media (max-width: 768px) {
  .grid {
    padding: 0 !important;
  }
  .main-content-parent {
    width: 100%;
  }
  .product-header {
    flex-direction: column;
    top: 0px;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 20px 0;
  }
  .product-header h2 {
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
  }
  .filter-result-parent {
    display: flex;
    flex-direction: column;
  }
  .search__filter__header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 16px;
  }
  .search__filter__header #filter-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45vw;
    height: 40px;
    font-size: 16px;
    margin-right: 4px;
  }
  .dropdown-toggle {
    width: 45vw;
  }
  .product-header__search__inputs {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .product-header__search__inputs a {
    cursor: pointer;
  }
  .product-header__search__icon {
    height: 20px;
    position: absolute;
    right: 20px;
  }
  .product-header__search__input {
    outline: none;
    background-color: #f3f3f3;
    border: none;
    width: 100%;
    padding: 10px 14px;
    padding-right: 50px;
    border-radius: 10px;
  }
  .product-header__search__input:focus {
    background-color: #fff;
    border: 1px solid #f3f3f3;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1490196078);
    border-radius: 10px 10px 0 0;
  }
}
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out;
}
.loading-overlay.active {
  opacity: 1;
  visibility: visible;
}
.loading-overlay::before {
  content: "";
  width: 50px;
  height: 50px;
  border: 5px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.collapsible {
  position: relative;
  width: 100%;
  text-align: left;
  padding-right: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.collapsible::after {
  content: "▲";
  font-size: 14px;
  color: #4d4d4d;
  position: absolute;
  right: 10px;
  transition: transform 0.3s ease;
}
.collapsible.active::after {
  content: "▼";
}

#autocomplete_div, #autocomplete_div1 {
  margin-bottom: 20px;
}
#autocomplete_div ul, #autocomplete_div1 ul {
  display: flex;
  flex-wrap: wrap;
}
#autocomplete_div ul li, #autocomplete_div1 ul li {
  padding: 4px;
  border: 1px solid #4d4d4d;
  border-radius: 6px;
  margin-right: 6px;
  margin-bottom: 6px;
  cursor: pointer;
}
#autocomplete_div ul li:hover, #autocomplete_div1 ul li:hover {
  font-weight: bold;
}

.modal__overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #343434;
  z-index: 101;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s;
}
.modal__overlay--visible {
  visibility: visible;
  opacity: 0.5;
}
.modal__dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 1032px;
  background-color: white;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  z-index: 102;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s;
  overflow-y: auto;
}
.modal__dialog--visible {
  visibility: visible;
  opacity: 1;
}
.modal__title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  margin: 0;
}
.modal__input {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  margin: 15px 0;
  padding: 10px 15px;
  border-radius: 8px;
  outline: none;
  border: 1px solid #e9e9e9;
}
.modal__message {
  width: 100%;
  min-height: 123px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  margin-top: 15px;
  border-radius: 16px;
  padding: 15px;
  border: 1px solid #e9e9e9;
}
.modal__recomendation__tags {
  display: flex;
  flex-wrap: wrap;
  display: none;
  background-color: #e9e9e9;
  position: relative;
  top: 10px;
  width: 100%;
  border-radius: 16px;
  height: fit-content;
  padding: 10px;
  margin-bottom: 5px;
}
.modal__recomendation__tags li {
  padding: 4px 8px;
  list-style: none;
  font-size: 12px;
  border: 1px solid #C8A631;
  border-radius: 10px;
  margin-bottom: 5px;
  margin-right: 5px;
  background-color: #fff;
}
.modal__recomendation__tags li:hover {
  background-color: #C8A631;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: bold;
}
.modal__recomendation__tags li:hover svg {
  fill: #000000;
}
.modal__recomendation__tag {
  display: flex;
  align-items: center;
}
.modal__tag {
  margin: 0;
  margin-top: 15px;
  max-width: 100%;
  height: 300px;
}
.modal__tag input {
  padding: 15px;
  border-radius: 16px;
}
.modal__send {
  display: flex;
  justify-content: flex-end;
}
.modal__button {
  background-color: #E60023;
  color: white;
  padding: 8px 22px;
  border-radius: 10px;
  cursor: pointer;
  outline: none;
}
.modal__close {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 8px 22px;
  border-radius: 10px;
  margin-right: 20px;
}
.modal__form {
  display: flex;
}

.form {
  height: 100%;
}
.form__business {
  margin-bottom: 20px;
}
.form__left {
  margin-right: 48px;
  border-radius: 32px 0 0 32px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgb(231, 231, 231);
}
.form__left__items {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 45%;
}
.form__left__items img {
  height: 32px;
  width: 32px;
  margin-bottom: 20px;
}
.form__right {
  padding: 32px;
  width: 100%;
}
.form__img {
  position: relative;
  width: 508px;
  height: 100%;
  background-color: #e9e9e9;
  cursor: pointer;
  opacity: 0;
}

#id_post_types {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 14px;
}
#id_post_types div label {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
#id_post_types div label input {
  margin-right: 4px;
}

.select {
  display: flex;
  margin: 20px 0;
}

.selected-option {
  font-size: 12px;
  margin-bottom: 10px;
}

.select-mata, .select-region, .select-city, .select-color {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid black;
  position: relative;
  border-radius: 16px;
  margin-top: 10px;
  border: 1px solid #e9e9e9;
  border: none;
}
.select-mata select, .select-region select, .select-city select, .select-color select {
  font-size: 12px;
  width: 100%;
  padding: 7px 15px;
  margin-top: 10px;
  border: 1px solid #e9e9e9;
  border-radius: 16px;
  outline: none;
}
.select-mata select:focus, .select-region select:focus, .select-city select:focus, .select-color select:focus {
  border: 1px solid #e9e9e9;
}

.select-region, .select-city {
  align-items: start;
  margin-bottom: 20px;
}

#mataSelect {
  outline-color: #e1e1e1;
  border: 1px solid #e9e9e9;
}

.select-mata {
  flex-shrink: 0.4;
}

.select-color {
  flex-shrink: 0.6;
}

.color-wrapper {
  position: relative;
}
.color-wrapper p {
  margin-bottom: 10px;
}

input.call-picker {
  border: 1px solid #AAA;
  color: #666;
  text-transform: uppercase;
  float: left;
  outline: none;
  padding: 10px;
  text-transform: uppercase;
  width: 75%;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 15px;
  padding: 10px;
  border-radius: 16px;
  outline: none;
  border: 1px solid #e9e9e9;
}

.color-picker {
  background: #f3f3f3;
  padding: 5px;
  border: 5px solid #fff;
  box-shadow: 0px 0px 3px 1px #DDD;
  position: absolute;
  top: 61px;
  left: 2px;
}

.color-holder {
  background: #fff;
  cursor: pointer;
  border: 1px solid #AAA;
  width: 40px;
  height: 40px;
  float: left;
  margin-left: 5px;
  border-radius: 100px;
}

.color-picker .color-item {
  cursor: pointer;
  width: 30px;
  height: 30px;
  list-style-type: none;
  float: left;
  margin: 2px;
  border: 1px solid #DDD;
}

.color-picker .color-item:hover {
  border: 1px solid #666;
  opacity: 0.8;
  -moz-opacity: 0.8;
}

.color-footer {
  display: flex;
  align-items: center;
}

@media (max-width: 992px) {
  .select {
    flex-direction: column;
  }
  .color-holder {
    width: 30px;
    height: 30px;
  }
}
.price {
  margin: 20px 0;
}
.price label {
  font-size: 12px;
}
.price-product {
  display: flex;
  align-items: center;
}
.price-product input {
  margin-right: 4px;
}

#product-price {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 15px;
  margin-top: 15px;
  padding: 10px 15px;
  border-radius: 16px;
  outline: none;
  border: 1px solid #e9e9e9;
}

#price-input-container {
  display: none;
  margin-top: 10px;
}

.popup, .delete_modal {
  position: fixed;
  left: 50%;
}

button {
  outline: none;
  cursor: pointer;
  font-weight: 500;
  border-radius: 4px;
  border: 2px solid transparent;
  transition: background 0.1s linear, border-color 0.1s linear, color 0.1s linear;
}

.view-modal {
  cursor: pointer;
}

.popup, .delete_modal {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  top: -150%;
  max-width: 380px;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%) scale(1.2);
  transition: top 0s 0.2s ease-in-out, opacity 0.2s 0s ease-in-out, transform 0.2s 0s ease-in-out;
}
.popup.show, .delete_modal.show {
  top: 50%;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  transition: top 0s 0s ease-in-out, opacity 0.2s 0s ease-in-out, transform 0.2s 0s ease-in-out;
  z-index: 99;
}
.popup :is(header, .icons, .field), .delete_modal :is(header, .icons, .field) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup header, .delete_modal header {
  padding-bottom: 15px;
  border-bottom: 1px solid #ebedf9;
}

.close {
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.icons a {
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

header .close img {
  height: 25px;
  cursor: pointer;
}

.popup .popup-content {
  margin: 20px 0;
}

.icons {
  margin: 15px 0 20px 0;
}

.popup-content p {
  font-size: 16px;
}

.icons a {
  height: 50px;
  width: 50px;
  font-size: 20px;
  text-decoration: none;
  border: 1px solid transparent;
}

.icons a i {
  transition: transform 0.3s ease-in-out;
}
.icons a:nth-child(1) {
  color: #1877F2;
  border-color: #b7d4fb;
}
.icons a:hover {
  background: #1877F2;
}
.icons a:nth-child(2) {
  color: #46C1F6;
  border-color: #b6e7fc;
}
.icons a:hover {
  background: #46C1F6;
}
.icons a:nth-child(3) {
  color: #e1306c;
  border-color: #f5bccf;
}
.icons a:hover {
  background: #e1306c;
}
.icons a:nth-child(4) {
  color: #25D366;
  border-color: #bef4d2;
}
.icons a:hover {
  background: #25D366;
}
.icons a:nth-child(5) {
  color: #0088cc;
  border-color: #b3e6ff;
}
.icons a:hover {
  background: #0088cc;
}
.icons a:hover {
  color: #fff;
  border-color: transparent;
}
.icons a i {
  transform: scale(1.2);
}

.popup-content .field {
  margin: 12px 0 -5px 0;
  height: 45px;
  border-radius: 4px;
  padding: 0 5px;
  border: 1px solid #e1e1e1;
}

.field.active {
  border-color: #297373;
}
.field i {
  width: 50px;
  font-size: 18px;
  text-align: center;
  display: none;
}
.field.active i {
  color: #297373;
}
.field input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 15px;
}
.field button {
  color: #fff;
  padding: 5px 18px;
  background: #297373;
}
.hidden_user {
  display: none;
}

.line {
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 10px;
}

.followers, .following {
  display: block;
}
.followers__dialog, .following__dialog {
  overflow-y: initial;
}
.followers__body, .following__body {
  padding-right: 10px;
  height: 250px;
  overflow-y: auto;
}

#tags {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 8px;
  box-shadow: 1px 1px 4px #CCC inset;
  padding: 10px 15px;
  width: 100%;
  background: #fafafa;
  margin-bottom: 20px;
}

#tagInput {
  width: 100%;
  outline: none;
  border: none;
  margin-right: -25px;
  background-color: transparent;
  font-size: 12px;
  color: #333;
}

.tag {
  display: inline-block;
  background: #F95;
  color: #FFF;
  padding: 8px 10px;
  margin: 2px 2px 2px 20px;
  font: normal 16px sans-serif;
  position: relative;
  cursor: default;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: swing 1s;
  -o-animation: swing 1s;
  animation: swing 1s;
  font-size: 12px;
}
.tag:before {
  content: "";
  position: absolute;
  width: 0;
  background: inherit;
  height: 10px;
  border: 10px solid #fafafa;
  border-right-color: transparent;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  left: -20px;
  top: 0;
}
.tag:after {
  content: "";
  width: 6px;
  height: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #FFF;
  position: absolute;
  left: -3px;
  top: 12px;
  box-shadow: inset 1px 1px 0 #CCC;
}
.tag .close {
  position: absolute;
  background: inherit;
  left: -4px;
  z-index: 3;
  visibility: visible;
}
.tag .close:hover {
  color: rgba(0, 0, 0, 0.5);
}

.form__left {
  position: relative;
  width: 100%;
}
.form__left__items {
  width: -webkit-fill-available;
  margin: auto;
}

.add-img {
  position: absolute;
  bottom: 10px;
  left: 45%;
  z-index: 400;
  height: 30px;
}

#prev {
  left: 40px;
  padding: 5px 12px 5px 10px;
}

#next {
  right: 40px;
  padding: 5px 10px 5px 12px;
}

.form__left {
  display: grid;
  grid-template-rows: 3fr 1fr;
  background-color: #f1f1f1;
}

.main__post {
  display: flex;
  align-items: center;
}
.main__post__img {
  width: 100%;
  height: 100%;
  border-radius: 8px 0 0 0;
  object-fit: contain;
  max-height: 667px;
}

.new_added_images {
  display: flex;
  flex-direction: row;
  background-color: #f1f1f1;
}

.added__post {
  height: 120px;
  width: 90px;
  margin-right: 6px;
  border-radius: 12px;
  position: relative;
}
.added__post__img {
  height: 120px;
  width: 90px;
  margin-right: 6px;
  border-radius: 12px;
  object-fit: cover;
}
.added__post__close {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
  height: 20px;
  background-color: #f1f1f1;
  border-radius: 15px;
}
.added__posts {
  display: flex;
  align-items: center;
  padding: 15px;
  overflow: auto;
}
.added__posts__exists {
  display: flex;
  flex-direction: row;
  background-color: #f1f1f1;
  overflow: hidden;
}

.remove-existing-image-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
  height: 20px;
  background-color: #f1f1f1;
  border-radius: 15px;
}

.new__post {
  background-color: grey;
  height: 120px;
  width: 90px;
  margin-right: 6px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  cursor: pointer;
}
.new__post img {
  height: 30px;
}

.container {
  max-width: 2300px;
  margin: 0 auto;
}

.tabs {
  margin-bottom: 20px;
}

@media (max-width: 2300px) {
  .header__container {
    grid-template-columns: 20% 60% 20%;
  }
  .container {
    max-width: 1600px;
  }
  .business__account {
    width: 220px;
  }
  .business__account img {
    height: 220px;
    width: 100%;
  }
}
@media (max-width: 1600px) {
  .container {
    max-width: 1280px;
  }
  .search__filter .sidebar {
    width: 30%;
  }
}
@media (max-width: 1292px) {
  .container {
    max-width: 960px;
  }
  .header__container {
    grid-template-columns: 25% 45% 20%;
  }
  .account__bg {
    background-size: cover;
  }
  .details__img {
    width: 100%;
  }
  .form__left {
    margin-right: 20px;
  }
  .form__right {
    padding: 20px;
  }
  .form__img {
    width: 450px;
  }
  #mataselect {
    margin-left: 10px;
  }
  .header__right {
    justify-content: end;
  }
}
@media (min-width: 659px) and (max-width: 991px) {
  .search {
    /* &__fason
    *  grid-template-columns: 1fr 1fr
    *  &__img
    *      width: 40%
    *      object-fit: cover */
  }
  .search__tags {
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
  }
  .search__fixed {
    top: 100px;
  }
}
@media (max-width: 992px) {
  .collapsible__content ul {
    grid-template-columns: 1fr;
  }
  .grid-item:hover > .grid-item--img {
    object-fit: cover;
  }
  .grid-item2:hover > .grid-item--cover {
    display: none;
  }
  .container {
    max-width: 640px;
  }
  .home, .header__mid {
    display: none;
  }
  .header__container {
    grid-template-columns: 50% 50%;
  }
  .account__header {
    padding-top: 70px;
    margin-top: 0;
  }
  .account__header__2 {
    flex-direction: column;
  }
  .account__bg {
    height: 220px;
    margin-right: 0;
    width: 100%;
  }
  .account__bg img {
    top: 160px;
    right: 250px;
  }
  .form__img {
    width: 350px;
  }
  .form__left__items {
    left: 7%;
  }
  .form__left {
    margin-right: 10px;
  }
  .form__right {
    padding: 10px;
  }
  .modal__input {
    margin-top: 30px;
  }
  .business__account {
    width: 210px;
  }
  .business__account img {
    height: 210px;
  }
}
@media (max-width: 768px) {
  .details__back {
    display: none;
  }
  .search__filter .sidebar.active {
    width: 60%;
  }
  .collapsible__content ul {
    grid-template-columns: 1fr 1fr;
  }
  .ads__content {
    height: 510px;
  }
  .business__accounts {
    justify-content: space-between;
  }
  .business__account {
    width: 48%;
    border-radius: 10px;
  }
  .business__account img {
    height: 120px;
  }
}
@media (max-width: 658px) {
  #to-top {
    bottom: 100px;
  }
  .main__post__img {
    max-height: 400px;
  }
  .account__header {
    overflow-wrap: anywhere;
  }
  .account__header__2 {
    margin-top: 10px;
  }
  .account__bg img {
    right: 36%;
  }
  .alert {
    top: 10px;
    width: 90%;
    right: 5%;
  }
  .header {
    display: none;
  }
  .main_container {
    padding-top: 10px;
  }
  .mobile-footer {
    display: block;
  }
  .avatar__img {
    height: 100%;
  }
  .container {
    max-width: 480px;
  }
  .grid-item {
    margin-bottom: 5px;
  }
  .home {
    display: none;
  }
  .details__items {
    flex-direction: column;
  }
  .details__product__buy {
    padding: 8px 10px;
  }
  .details__bottom__cta {
    justify-content: center;
  }
  .acc__left {
    margin-bottom: 10px;
  }
  .acc__follow {
    padding: 10px;
    text-align: center;
  }
  .acc__followers {
    position: inherit;
  }
  .form {
    padding-bottom: 20px;
  }
  .form__img {
    width: 100%;
    height: 250px;
  }
  .form__left {
    margin: 0;
    border-radius: 8px 8px 0 0;
  }
  .form__left__items {
    left: 31%;
    top: 13%;
    max-width: 250px;
    text-align: center;
  }
  .modal__dialog {
    max-height: 95vh;
    overflow-y: scroll;
  }
  .modal__form {
    flex-direction: column;
  }
  .modal__send {
    align-items: center;
    justify-content: center;
  }
  .modal__close {
    margin-right: 10px;
  }
  .modal__close, .modal__button {
    padding: 8px 20px;
    font-size: 14px;
  }
  .modal__tag {
    height: 180px;
  }
  .account__business__adress {
    align-self: start;
    align-items: start;
  }
  .new__post, .added__post__img, .added__post {
    height: 80px;
    width: 60px;
  }
  .other-actions__visible {
    left: 0;
    top: -34px;
  }
  .created, .saved {
    margin-bottom: 80px;
  }
  .business__account img {
    height: 190px;
  }
}
@media (max-width: 490px) {
  .business__account {
    margin: 0;
    margin-bottom: 10px;
  }
  .search__filter .sidebar.active {
    width: 80%;
  }
  .collapsible__content ul {
    grid-template-columns: 1fr;
  }
  .container {
    max-width: 95%;
    margin-top: 20px;
  }
  .header {
    width: 95%;
    margin: auto;
  }
  .header__container {
    grid-template-columns: 59% 36%;
  }
  .edit {
    width: 95%;
    margin: auto;
  }
  .edit__title {
    text-align: center;
    font-size: 1.5em;
  }
  .edit__subtitle {
    text-align: center;
  }
  .form__left__items {
    left: 18%;
  }
  .followers__dialog, .following__dialog {
    width: 95%;
    padding: 15px;
  }
  .followers__img, .following__img {
    height: 35px;
    width: 35px;
  }
  .followers__names, .following__names {
    font-size: 12px;
  }
  .followers__name, .following__name {
    font-size: 10px;
  }
  .followers__remove, .following__remove {
    font-size: 12px;
  }
  .search__fav__box {
    width: 100%;
  }
}
.grid-item {
  margin-bottom: 10px;
  width: calc(25% - 10px);
  width: calc(33.333% - 10px);
  width: calc(50% - 10px);
  width: calc(50% - 10px);
  width: 100%;
}
@media (max-width: 335px) {
  .form__left__items {
    left: 6%;
  }
}/*# sourceMappingURL=style.css.map */