.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 38px;
  line-height: 36px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all .2s ease-in-out;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto
}

.nice-select:hover {
  border-color: #dbdbdb
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all .15s ease-in-out;
  width: 5px
}

.nice-select.open:after {
  transform: rotate(-135deg)
}

.nice-select.open .nice-select-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0)
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none
}

.nice-select.disabled:after {
  border-color: #ccc
}

.nice-select.wide {
  width: 100%
}

.nice-select.wide .nice-select-dropdown {
  left: 0 !important;
  right: 0 !important
}

.nice-select.right {
  float: right
}

.nice-select.right .nice-select-dropdown {
  left: auto;
  right: 0
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px
}

.nice-select.small:after {
  height: 4px;
  width: 4px
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px
}

.nice-select .nice-select-dropdown {
  margin-top: 4px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(19px);
  transition: all .2s cubic-bezier(0.5, 0, 0, 1.25), opacity .15s ease-out;
  z-index: 9;
  opacity: 0
}

.nice-select .list {
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  max-height: 260px;
  overflow-y: auto
}

.nice-select .list:hover .option:not(:hover) {
  background-color: rgba(0, 0, 0, 0) !important
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all .2s
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6
}

.nice-select .option.selected {
  font-weight: bold
}

.nice-select .option.disabled {
  background-color: rgba(0, 0, 0, 0);
  color: #999;
  cursor: default
}

.nice-select .optgroup {
  font-weight: bold
}

.no-csspointerevents .nice-select .nice-select-dropdown {
  display: none
}

.no-csspointerevents .nice-select.open .nice-select-dropdown {
  display: block
}

.nice-select .list::-webkit-scrollbar {
  width: 3px
}

.nice-select .has-multiple {
  white-space: inherit;
  height: auto;
  padding: 7px 12px;
  min-height: 36px;
  line-height: 22px
}

.nice-select .has-multiple span.current {
  border: 1px solid #ccc;
  background: #eee;
  padding: 0 10px;
  border-radius: 3px;
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 3px;
  margin-right: 3px
}

.nice-select .has-multiple .multiple-options {
  display: block;
  line-height: 24px;
  padding: 0
}

.nice-select .nice-select-search-box {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  pointer-events: none;
  border-radius: 5px 5px 0 0
}

.nice-select .nice-select-search {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  vertical-align: middle;
  padding: 7px 12px;
  margin: 0 10px 0 0;
  width: 100%;
  min-height: 36px;
  line-height: 22px;
  height: auto;
  outline: 0 !important;
  font-size: 14px
}

@font-face {
  font-family: "Raleway";
  src: url(/assets/fonts/Raleway-Regular.ttf) format("woff");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: "Raleway";
  src: url(/assets/fonts/Raleway-Medium.ttf) format("woff");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: "Raleway";
  src: url(/assets/fonts/Raleway-SemiBold.ttf) format("woff");
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: "Inknut Antiqua";
  src: url(/assets/fonts/InknutAntiqua-SemiBold.ttf) format("woff");
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: "Raleway";
  src: url(/assets/fonts/Raleway-Regular.ttf) format("woff");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: "Raleway";
  src: url(/assets/fonts/Raleway-Medium.ttf) format("woff");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: "Raleway";
  src: url(/assets/fonts/Raleway-SemiBold.ttf) format("woff");
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: "Inknut Antiqua";
  src: url(/assets/fonts/InknutAntiqua-SemiBold.ttf) format("woff");
  font-weight: 600;
  font-style: normal
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  margin-top: 0em;
  margin-bottom: 0em;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  word-break: break-all;
}

html {
  scroll-behavior: smooth;
  font-size: .5208335vw
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #f7f7f7;
  font-family: "Raleway", sans-serif;
  color: #111
}

button {
  background-color: unset;
  border: none;
  cursor: pointer
}

a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: unset;
  cursor: pointer
}

li {
  list-style: none
}

button,
input,
a,
textarea {
  outline: none;
  cursor: pointer;
  font: inherit
}

button:focus,
input:focus,
a:focus,
textarea:focus {
  outline: none
}

button:active,
input:active,
a:active,
textarea:active {
  outline: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font: inherit;
  margin: 0;
  padding: 0
}

p {
  margin-top: 0;
  margin-bottom: 0
}

img {
  width: 100%;
  height: auto;
  display: block
}

button {
  border: none;
  color: inherit;
  font: inherit;
  text-align: inherit;
  padding: 0;
  background-color: rgba(0, 0, 0, 0)
}

ul {
  padding: 0;
  margin: 0
}

ul li {
  margin: 0;
  padding: 0;
  list-style: none
}

input,
textarea {
  -webkit-animation: bugfix infinite 1s;
  line-height: inherit;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  color: inherit
}

.container {
  width: 152rem;
  margin: 0 auto
}

::-webkit-scrollbar {
  width: 1.2rem
}

::-webkit-scrollbar-track {
  background: rgba(20, 20, 20, .1803921569);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px
}

::-webkit-scrollbar-thumb {
  background: rgba(136, 136, 136, .57);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px
}

@media(min-width: 1920px) {
  html {
    font-size: 10px
  }
}

@media(max-width: 48em) {
  html {
    font-size: 5px;
    font-size: 1.5625vw;
    font-size: 1.3888888889vw;
    -webkit-text-size-adjust: none
  }

  body {
    -webkit-text-size-adjust: none
  }

  .container {
    padding: 0 2rem;
    width: 100%
  }
}

.btn-square {
  background-color: #6d1e8b;
  border-radius: 1.4rem;
  padding: 2rem 1.6rem;
  cursor: pointer
}

.btn_purple {
  border-radius: 2rem;
  background-color: #6d1e8b;
  padding: 2.5rem;
  text-align: center;
  color: #fff;
  display: block;
  width: 100%;
  cursor: pointer
}

.user-block {
  display: flex;
  gap: 2rem;
  align-items: center
}

.user-block__avatar {
  display: block;
  width: 10rem;
  height: 10rem;
  border-radius: 50%
}

.user-block__avatar img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover
}

.user-block__details {
  display: flex;
  flex-direction: column
}

.user-block__info {
  display: flex;
  margin-top: 1rem
}

.user-block__info-date {
  margin: .2rem 0 0 2rem
}

.user-block__actions {
  margin-left: auto
}

.user-block__actions .actions-share,
.user-block__actions .actions-logout {
  color: #777
}

.raiting {
  display: flex;
  align-items: center;
  gap: .5rem;
  background-color: #f7f7f7;
  border-radius: 2.2rem;
  padding: 0 1rem .5rem 1rem;
  line-height: normal
}

.raiting::after {
  content: "";
  display: block;
  background-image: url(/assets/images/rating-star.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 2rem;
  height: 2rem;
  margin-top: .5rem
}

.actions-fav,
.actions-share,
.actions-logout {
  color: #eaeaea;
  transition: color .3s ease;
  width: 4.8rem;
  height: 4.8rem
}

.actions-fav svg,
.actions-share svg,
.actions-logout svg {
  height: 100%;
  width: auto
}

.actions-fav.active,
.actions-share.active,
.actions-logout.active {
  color: #6d1e8b
}

.actions-login {
  display: flex;
  align-items: center;
  gap: 2rem
}

.actions-login p {
  color: #111
}

.action-state {
  display: flex;
  gap: 1rem;
  align-items: center
}

.action-dislike .opposite {
  fill: #fff
}

.action-dislike.active .opposite {
  fill: #111
}

.action-like.active .icon {
  fill: #ff1d1d;
  color: #ff1d1d
}

.leave-comment {
  display: flex;
  justify-content: space-between;
  gap: 2rem
}

.leave-comment__input {
  border-radius: 2rem;
  background-color: #f7f7f7;
  padding: 1.4rem 2.2rem;
  width: 100%;
  height: initial
}

.leave-comment__btn {
  border-radius: 2rem;
  padding: 2rem
}

.leave-comment__btn::after {
  content: "";
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  background-image: url(/assets/images/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center
}

.comment {
  padding: 1.5rem 0 1.5rem;
  width: 100%
}

.comment__header {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1rem
}

.comment__avatar {
  width: 8rem;
  height: 8rem;
  border-radius: 50%
}

.comment__avatar img {
  border-radius: inherit;
  height: 100%;
  width: auto;
  object-fit: cover
}

.comment__text {
  line-height: 150%
}

.comment__bottom {
  margin-top: 2rem;
  display: flex;
  gap: 2rem
}

.comment__btn-respond {
  color: #6d1e8b
}

.comment__btn-complain {
  margin-left: auto;
  color: #777
}

.comment .action-like {
  width: 3.6rem;
  height: 3.2rem;
  cursor: pointer
}

@media(min-width: 48rem) {
  .comment .action-like svg {
    width: auto;
    height: 100%
  }
}

.comment .action-dislike {
  width: 3rem;
  height: 3rem;
  cursor: pointer
}

@media(min-width: 48rem) {
  .comment .action-dislike {
    width: 3.6rem;
    height: 3.2rem
  }

  .comment .action-dislike svg {
    width: 100%;
    height: 109%
  }
}

.comment_replay {
  margin-left: 4rem;
  position: relative
}

.comment_replay::before {
  content: "";
  display: block;
  width: 2rem;
  height: 4rem;
  background-image: url(/assets/images/comment-thread-icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 1.5rem;
  left: -4rem
}

.comment_replay .leave-comment {
  margin-left: -4rem;
  padding: 1rem 0
}

.user-contact {
  display: grid;
  grid-template-columns: 10rem;
  row-gap: 2rem
}

.user-contact__field {
  display: flex;
  grid-column: 2;
  align-items: center
}

.user-contact__img {
  grid-column: 1;
  width: 8rem;
  height: 8rem;
  border-radius: 1rem;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem
}

.user-contact__input {
  border: solid .1rem rgba(0, 0, 0, 0);
  padding: 1rem 0;
  border-bottom: solid .1rem rgba(0, 0, 0, 0);
  width: 52rem;
  display: block
}

.user-contact__input._edit {
  border-bottom: solid .1rem #6d1e8b
}

.user-contact__action {
  width: 4rem;
  height: 4rem;
  margin-left: auto
}

.user-contact__action._edit .edit-img {
  display: none
}

.user-contact__action._edit .save-img {
  display: block
}

.user-contact__action .save-img {
  display: none
}

.user-contact__action .edit-img {
  display: block
}

.user-contact__action.contact-share {
  border-radius: 50%;
  background-color: #e7e4f9;
  color: #6d1e8b;
  width: 5rem;
  height: 5rem;
  padding: .5rem
}

.user-contact__action.contact-share svg {
  width: 4rem;
  height: 4rem
}

.settings-item {
  display: flex;
  gap: 2rem;
  padding: 2.4rem 2rem;
  border-radius: 2rem;
  background-color: #f7f7f7
}

.settings-item__checkbox {
  position: relative;
  width: 6rem;
  height: 3.2rem;
  display: inline-block
}

.settings-item__input {
  display: none
}

.settings-item__input:checked+.settings-item__slider {
  background-color: #6d1e8b
}

.settings-item__input:checked+.settings-item__slider:before {
  transform: translateX(2.9rem)
}

.settings-item__slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
  border-radius: 6.8rem
}

.settings-item__slider:before {
  background-color: #fff;
  bottom: .3rem;
  content: "";
  height: 2.6rem;
  left: .3rem;
  position: absolute;
  transition: .4s;
  width: 2.6rem;
  border-radius: 50%
}

.tl-logo {
  font-family: "Inknut Antiqua", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 4rem;
}

.txt16medium {
  font-size: 3.2rem;
  font-weight: 500
}

.txt16semibold {
  font-size: 3.2rem;
  font-weight: 600
}

.txt15medium {
  font-size: 3rem;
  font-weight: 500
}

.txt14reg {
  font-size: 2.8rem;
  font-weight: 400
}

.txt14medium {
  font-size: 2.8rem;
  font-weight: 500
}

.txt14semibold {
  font-size: 2.8rem;
  font-weight: 600
}

.txt13medium {
  font-size: 2.6rem;
  font-weight: 500
}

.txt13reg {
  font-size: 2.6rem;
  font-weight: 400
}

.txt12reg {
  font-size: 2.4rem;
  font-weight: 400
}

.txt12medium {
  font-size: 2.4rem;
  font-weight: 500
}

.hamburger__line,
.hamburger::after,
.hamburger::before {
  display: inline-block;
  background: #fff;
  height: .2rem;
  width: 100%;
  position: absolute;
  content: ""
}

.hamburger {
  display: inline-block;
  position: relative;
  margin: auto;
  width: 3rem;
  height: 2.2rem;
  z-index: 20
}

.hamburger::before {
  top: 0;
  left: 0
}

.hamburger::after {
  bottom: 0;
  left: 0
}

.hamburger__line {
  height: .2rem;
  top: calc(50% - .1rem)
}

.side-panel__wrapper {
  display: block;
  position: fixed;
  top: 0;
  right: 100vw;
  z-index: 20;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  transform: translateX(0vw);
  transition-property: transform;
  transition-duration: .4s;
  transition-timing-function: ease;
  background-color: #f7f7f7
}

.side-panel__wrapper .container {
  padding: 0
}

.side-panel__wrapper.active {
  transform: translateX(100vw)
}

.side-panel__close-img {
  width: 2.8rem;
  height: 2rem;
  display: flex
}

.side-panel__close-img img {
  object-fit: cover;
  transform: rotate(180deg);
}

.side-panel__header {
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding: 1rem 2rem 1rem 2rem;
  border-radius: 0 0 1.5rem 1.5rem;
  margin-bottom: 2rem;
  background-color: #fff
}

.side-panel__top {
  border-radius: 1.5rem;
  padding: 2rem;
  background-color: #fff;
  margin-bottom: 2rem
}

.side-panel__top .user-block__actions {
  display: flex;
  gap: 2rem
}

.side-panel__activity {
  border-radius: 1.5rem;
  padding: 2rem;
  background-color: #fff;
  margin-bottom: 2rem
}

.side-panel__activity-title {
  color: #777
}

.side-panel__activity-level {
  padding: 8rem 0rem 0rem;
  display: block
}

.side-panel__activity-line {
  position: relative
}

.side-panel__activity-line .line {
  display: block;
  width: 100%;
  height: .8rem;
  background-color: #6d1e8b;
  border-radius: 2rem
}

.side-panel__activity-line .dot {
  position: absolute;
  bottom: -0.5rem;
  --x: calc((var(--p) - var(--a)) * 100%);
  --y: calc(var(--b) - var(--a));
  --left: calc((var(--x) / var(--y)) - 2rem);
  left: var(--left);
  left: min(var(--left), 63rem);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column
}

.side-panel__activity-line .point {
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border-radius: 50%;
  border: solid .1rem #6d1e8b
}

.side-panel__activity-line .level {
  color: #fff;
  padding: .5rem 1rem;
  background-color: #6d1e8b;
  border-radius: 1rem;
  line-height: 124%;
  margin-bottom: 1.5rem
}

.side-panel__activity-line .level::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  transform: rotate(45deg);
  bottom: 2.9rem;
  left: calc(50% - .7rem);
  background-color: #6d1e8b
}

.side-panel__activity-img {
  width: 4rem;
  height: 4rem
}

.side-panel__activity-info {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem
}

.side-panel__activity-prev {
  display: flex;
  align-items: center;
  gap: 2rem
}

.side-panel__activity-next {
  display: flex;
  align-items: center;
  gap: 2rem
}

.side-panel__menu {
  border-radius: 1.5rem;
  padding: 2rem;
  background-color: #fff;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-bottom: 20rem;
}

.side-panel__menu-link {
  display: flex;
  gap: 2rem
}

.side-panel__menu-img {
  width: 4rem;
  height: 4rem
}

.side-panel__offer {
  padding: 4rem 2rem 20rem;
  color: #777
}

.overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 20;
  transition: .3s all
}

.modal {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  max-width: 310px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
  box-shadow: 0 3px 10px -0.5px rgba(0, 0, 0, .2);
  text-align: center;
  padding: 20px 25px;
  background-color: #fff;
  transition: .3s all;
  box-sizing: border-box;
  font-size: 4rem;
  border-radius: 2rem
}

@media(min-width: 48rem) {
  .modal {
    max-width: 84rem;
    padding: 5rem 10rem
  }
}

.modal__title {
  line-height: 125%
}

.modal.active,
.overlay.active {
  opacity: 1;
  visibility: visible
}

.wrap-btn-modal {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 10px
}

.wrap-btn-modal .btn_with_bg {
  background-color: #bef0c8;
  font-size: 4rem;
  color: #111;
  border-radius: 2rem;
  width: 16rem;
  padding: 2rem;
  cursor: pointer
}

.wrap-btn-modal .btn_with_bg._single {
  margin: 0 auto
}

.articles-form {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: .5rem 0 1rem
}

.announc-search-form {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: .5rem 0 1rem
}

.nice-select {
  background-color: #bef0c8;
  border: none;
  padding: 1.6rem 1rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 33rem;
  line-height: 100%
}

.nice-select .current {
  font-size: 2.6rem;
  font-weight: 500
}

.nice-select:after {
  background-image: url(/assets/images/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  border: none;
  transform: rotate(0deg);
  height: 3rem;
  width: 3rem;
  right: 1rem;
  top: 2.5rem
}

@media(min-width: 48rem) {
  .nice-select:after {
    top: auto;
    bottom: calc(50% - 1.5rem)
  }
}

.nice-select.open::after {
  transform: rotate(180deg) translateX(1rem) translateY(1rem)
}

.nice-select-dropdown {
  width: 100%
}

.nice-select-dropdown .option {
  padding: 1.6rem 1rem;
  line-height: normal;
  font-size: 2.6rem
}

.nice-select-dropdown .option.selected.focus {
  background-color: #c3f1cd
}

.articles {
  padding: 2rem 0
}

.articles .container {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2.8rem
}

.articles__item {
  border-radius: 3rem;
  background-color: #fff;
  padding: 2rem
}

.articles__item-header {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-bottom: 2rem
}

.articles__item-header-date {
  margin: .2rem 0 0 2rem
}

.articles__item-actions {
  margin-left: auto;
  margin-top: -5rem;
  color: #eaeaea;
  display: flex;
  gap: 2rem
}

.articles__item-title {
  margin-bottom: 2.6rem
}

.articles__item-preview {
  line-height: 150%;
  margin-bottom: 2rem
}

.articles__item-img {
  max-height: 44rem;
  max-width: 68rem;
  border-radius: 2rem
}

.articles__item-img img {
  border-radius: inherit
}

.articles__item-more {
  padding: 2rem 0 0 0;
  line-height: 150%
}

.articles__item-more-text p {
  margin-bottom: 2rem
}

.articles__item-more-text ul {
  padding: 2rem 0
}

.articles__item-more-text li {
  list-style: disc;
  list-style-position: inside
}

.articles__item-more-text li::marker {
  font-size: 2rem;
  line-height: 100%
}

.articles__item-btn {
  display: flex;
  gap: 1.8rem;
  align-items: center;
  padding: 2.6rem;
  width: 100%;
  background-color: #bef0c8;
  border-radius: 2rem;
  justify-content: center;
  margin-top: 2rem
}

.articles__item-btn ._hide {
  display: none
}

.articles__item-btn.active ._show {
  display: none
}

.articles__item-btn.active ._hide {
  display: block
}

.articles__item-btn.active::after {
  transform: rotate(180deg)
}

.articles__item-btn::after {
  content: "";
  display: block;
  width: 2.8rem;
  height: 1.2rem;
  background-image: url(/assets/images/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transition: transform .3s ease
}

.articles__item-stats {
  display: flex;
  align-items: center;
  gap: 2rem
}

.articles__item-stats-item {
  display: flex;
  gap: 1rem;
  align-items: center
}

.articles__item-stats-num {
  background-color: #f7f7f7;
  border-radius: 2.2rem;
  padding: .5rem 1.4rem
}

.articles__item-stats-like {
  width: 3.8rem;
  height: 4.4rem;
  display: flex;
  align-items: center;
  cursor: pointer
}

.articles__item-stats-like svg {
  width: auto;
  height: 100%
}

.articles__item-stats-dislike {
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  cursor: pointer
}

.articles__item-stats-dislike svg {
  width: 100%;
  height: 86%
}

.articles__item-comments {
  padding: 2rem
}

.articles__item-comments-more {
  margin-top: 2rem
}

.articles__item-comments-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer
}

.articles__item-comments-header::after {
  content: "";
  display: block;
  width: 2.8rem;
  height: 2rem;
  background-image: url(/assets/images/comments-arrow-icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: rotate(180deg);
  transition: transform .3s ease
}

.articles__item-comments-header.active::after {
  transform: rotate(0deg)
}

.articles__item-comments-num {
  color: #6d1e8b
}

.sale-announc {
  padding: 2rem 0
}

.sale-announc .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2rem
}

.sale-announc__item {
  width: 33rem;
  position: relative
}

.sale-announc__item-img {
  border-radius: 2rem;
  width: 100%;
  height: 33rem;
  display: block
}

.sale-announc__item-img img {
  border-radius: inherit;
  height: 100%;
  width: auto;
  object-fit: cover
}

.sale-announc__item-actions {
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: flex;
  gap: 1rem
}

.sale-announc__item-actions .actions-share,
.sale-announc__item-actions .actions-fav {
  border-radius: 50%;
  background-color: #fff;
  padding: .7rem;
  color: #6d1e8b;
  width: 4.6rem;
  height: 4.6rem
}

.sale-announc__item-actions .actions-share svg,
.sale-announc__item-actions .actions-fav svg {
  width: 100%;
  height: 100%
}

.sale-announc__item-actions .actions-fav {
  color: #c3f1cd
}

.sale-announc__item-actions .actions-fav.active {
  color: #6d1e8b
}

.sale-announc__item-info {
  display: flex;
  margin-top: 2rem;
  gap: 1rem
}

.sale-announc__item-user .raiting {
  padding: 0
}

.sale-announc__item-avatar {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  display: block
}

.sale-announc__item-avatar img {
  border-radius: inherit
}

.sale-announc__item-price {
  margin: 1rem 0;
  font-weight: 700
}

.sale-announc__item-date {
  color: #777
}

.tabs__nav {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0
}

.tabs__btn {
  -webkit-text-decoration: none;
  text-decoration: none;
  border: none;
  background: unset;
  cursor: pointer;
  border-bottom: solid 1px rgba(0, 0, 0, 0)
}

.tabs__btn_active {
  cursor: default;
  border-bottom: 1px solid;
  border-color: #6d1e8b;
  color: #6d1e8b
}

.tabs__pane {
  display: none
}

.tabs__pane_show {
  display: flex
}

.fav .container {
  padding: 2rem 0 1rem
}

.fav-header {
  justify-content: space-between
}

.fav-header__btn {
  display: flex;
  gap: 1rem;
  padding: 1.5rem 0 1rem 0;
  border-bottom: solid .1rem rgba(0, 0, 0, 0)
}

.fav-header__btn .bg {
  fill: rgba(0, 0, 0, 0)
}

.fav-header__btn.tabs__btn_active {
  color: #6d1e8b;
  border-bottom: solid .1rem #6d1e8b
}

.fav-header__btn.tabs__btn_active .bg {
  fill: #e7e4f9
}

.fav-header__svg {
  width: 4rem;
  height: 4rem
}

@media(min-width: 48rem) {
  .fav-header__svg svg {
    width: auto;
    height: 100%
  }
}

.fav-article {
  border-radius: 3rem;
  background-color: #fff;
  padding: 2rem
}

.fav-article__wrapper {
  gap: 2rem;
  flex-direction: column
}

.fav-article__delete {
  margin-left: auto;
  margin-bottom: auto;
  width: 4.8rem;
  height: 4.8rem
}

.fav-article__body {
  margin-top: 2rem
}

.fav-article__body-title {
  margin-bottom: 2rem
}

.fav-article__body-text {
  line-height: 150%
}

.fav-announc__wrapper {
  flex-wrap: wrap;
  gap: 2rem;
  padding: 0 2rem
}

.fav-announc__delete {
  width: 4.8rem;
  height: 4.8rem
}

.fav-user {
  background-color: #fff;
  border-radius: 3rem;
  padding: 2rem
}

.fav-user__wrapper {
  flex-direction: column;
  gap: 2rem
}

.fav-user__delete {
  margin-left: auto;
  width: 4.8rem;
  height: 4.8rem
}

.act-raiting {
  border-radius: 3rem;
  background-color: #fff;
  padding: 1rem 2rem;
  margin-top: 2rem
}

.act-raiting__item {
  display: flex;
  gap: 2rem;
  align-items: center;
  border-radius: 3rem;
  padding: 1rem 0
}

.act-raiting__item-num {
  width: 5rem
}

.act-raiting__item._current {
  background: linear-gradient(270deg, rgba(109, 30, 139, 0.2), rgba(109, 30, 139, 0) 100%)
}

.act-raiting__item .user-block__avatar {
  width: 8rem;
  height: 8rem
}

.act-raiting__top {
  border-bottom: solid .1rem #eaeaea;
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem
}

.act-raiting__section {
  display: flex;
  flex-direction: column;
  padding-top: 1rem
}

.profile {
  border-radius: 3rem;
  background-color: #fff;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem 0 0
}

.profile__user .user-block__avatar {
  width: 14rem;
  height: 14rem;
  position: relative
}

.profile__user .raiting {
  position: absolute;
  bottom: -1.3rem;
  right: calc(50% - 4rem);
  z-index: 2
}

.profile .user-block__info-date {
  margin: 0
}

.profile .user-block__details {
  margin-top: 1.5rem
}

.profile__actions {
  margin-left: auto
}

.profile__actions .user-profile-share,
.profile__actions .user-profile-fav {
  width: 4.8rem;
  height: 4.8rem
}

.profile__actions .user-profile-share svg,
.profile__actions .user-profile-fav svg {
  height: 100%;
  width: auto
}

.profile__tabs {
  margin-top: 3.5rem;
  gap: 4rem
}

.profile__tab {
  padding-bottom: 1rem
}

.profile__tab_settings {
  margin-left: auto;
  width: 4.8rem;
  height: 4.8rem
}

.profile__tab_settings svg {
  height: 100%;
  width: 100%
}

.profile .user-profile-fav {
  transition: color .3s ease;
  color: #c3f1cd
}

.profile .user-profile-fav.active {
  color: #6d1e8b
}

.profile__user-avatar-input {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0
}

.profile-name:focus {
  border-bottom: solid 1px #6d1e8b
}

.profile-gen {
  overflow: hidden
}

.profile-gen .container {
  padding: 0
}

.profile-gen__pane {
  flex-direction: column;
  gap: 2rem;
  padding: 0 2rem
}

.profile-gen__pane._gen {
  margin-bottom: 5rem;
  border-radius: 3rem;
  background-color: #fff;
  padding: 2rem
}

.profile-gen__pane._sale {
  flex-wrap: wrap;
  flex-direction: row
}

.profile-gen__pane._articles {
  padding: 0
}

.profile-gen__desc {
  margin-bottom: 4rem
}

.profile-gen__desc-title {
  margin-bottom: 2.5rem
}

.profile-gen__desc-text {
  line-height: 150%
}

.profile-gen__desc-text p {
  margin-bottom: 2rem
}

.profile-gen__desc-text ul {
  padding: 2rem 0
}

.profile-gen__desc-text li {
  list-style: disc;
  list-style-position: inside
}

.profile-gen__desc-text li::marker {
  font-size: 2rem;
  line-height: 100%
}

.profile-gen__contacts {
  display: flex;
  flex-direction: column;
  gap: 4rem
}

.profile-gen__req {
  margin-bottom: 0rem
}

.profile-gen__req .user-contact {
  display: flex
}

.profile-gen__req .user-contact__field {
  width: 100%;
  position: relative
}

.profile-gen__req .user-contact__info {
  width: 100%
}

.profile-gen__req .user-contact__input {
  padding: 2.4rem 2rem;
  line-height: 130%;
  border-radius: 2rem;
  background-color: #f7f7f7;
  width: 100%;
  margin-top: 1.5rem
}

.profile-gen__req .user-contact__input._edit {
  border: solid 1px #6d1e8b
}

.profile-gen__req .user-contact__action {
  position: absolute;
  right: 1.5rem;
  bottom: 2.5rem
}

.profile-gen__req .user-contact__action.contact-share {
  bottom: 2rem
}

.profile-gen__userid .id {
  color: #6d1e8b;
  font-weight: 800
}

.profile-gen__settings-notifications {
  margin: 2rem 0 4.5rem
}

.profile-gen__settings-list {
  display: flex;
  flex-direction: column;
  gap: 2rem
}

.profile-gen__article {
  position: relative;
  border-radius: 3rem;
  background-color: #fff;
  padding: 2rem
}

.profile-gen__article .my-article__delete {
  position: absolute;
  top: 2rem;
  right: 2rem
}

.profile-gen .user-article {
  position: relative;
  border-radius: 3rem;
  background-color: #fff;
  padding: 2rem
}

.profile-gen .user-article__actions {
  color: #eaeaea;
  position: absolute;
  top: 1rem;
  right: 1rem
}

.profile-gen .user-article-fav {
  transition: color .3s ease;
  width: 4.8rem;
  height: 4.8rem
}

.profile-gen .user-article-fav svg {
  height: 100%;
  width: auto
}

.profile-gen .user-article-fav.active {
  color: #6d1e8b
}

.profile-gen .user-article-share {
  width: 4.8rem;
  height: 4.8rem
}

.profile-gen .user-article-share svg {
  height: 100%;
  width: auto
}

.profile-gen .my-public__delete {
  width: 4.8rem;
  height: 4.8rem
}

.profile-gen .my-public__delete svg {
  height: 100%;
  width: 100%
}

.profile-imgs {
  padding: 4rem 0
}

.profile-imgs__title {
  margin-bottom: 1.5rem
}

.profile-imgs__slide {
  position: relative;
  border-radius: 2rem;
  background-color: #f7f7f7;
  width: 40rem;
  height: 40rem;
  display: flex;
  align-items: center;
  justify-content: center
}

.profile-imgs__img {
  border-radius: 2rem;
  width: 40rem;
  height: 40rem;
  overflow: hidden
}

.profile-imgs__img img {
  height: 100%;
  width: auto;
  object-fit: cover
}

.profile-imgs__delete {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 2rem;
  right: 2rem;
  padding: .5rem
}

.profile-imgs__add {
  width: 8rem;
  height: 8rem;
  position: relative
}

.profile-imgs__add img {
  position: absolute;
  top: 0;
  right: 0
}

.profile-imgs__input {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
  opacity: 0
}

.header {
  padding: 1.2rem 0;
  background-color: #fff;
  border-radius: 0rem 0rem 2rem 2rem
}

.header._border-none {
  border-radius: 0rem
}

.header__panel {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.header__logo {
  display: flex;
  gap: 1rem;
  color: #6d1e8b;
  align-items: center;
  width: 37rem;
  opacity: 1;
  transition: width .4s ease, opacity .4s ease
}

.header__logo._hide {
  width: 0rem;
  opacity: 0
}

@media(min-width: 48rem) {
  .header__logo._hide {
    width: 28rem;
    opacity: 1
  }
}

.header__logo-img {
  width: 6rem;
  height: 6rem;
  min-width: 6rem
}

.header__search {
  position: relative
}

.header__search-input {
  background-color: #f7f7f7;
  color: #f7f7f7;
  border-radius: 1rem;
  padding: 1rem 2rem;
  width: 6rem;
  height: 6rem;
  transition: width .4s ease
}

.header__search-input._wide {
  color: #111111;
  width: 60rem
}

.header__search-btn {
  position: absolute;
  top: calc(50% - 1.5rem);
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  background-image: url(/assets/images/search-icon.svg);
  background-repeat: no-repeat;
  background-size: 100%
}

main {
  padding-bottom: 16rem
}

.footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0px 0px 9.3px 0px rgba(118, 118, 118, .25);
  z-index: 25
}

.footer .container {
  display: flex;
  justify-content: center;
  align-items: center
}

.footer.active_1 .footer__link:nth-child(1) {
  color: #6d1e8b
}

.footer.active_2 .footer__link:nth-child(2) {
  color: #6d1e8b
}

.footer.active_3 .footer__link:nth-child(3) {
  color: #6d1e8b
}

.footer__link {
  width: 24rem;
  height: 14rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem
}

.footer__link-img {
  width: 5rem;
  height: 5rem
}

@media(min-width: 48rem) {
  .footer__link-img svg {
    width: auto;
    height: 100%
  }
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
  touch-action: pan-y
}

.swiper-vertical {
  touch-action: pan-x
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-3d {
  perspective: 1200px
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
  scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
  scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
  scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-left: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0)
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size)
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/44*27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size)/2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto
}

.swiper-button-lock {
  display: none
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-feature-settings: ;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next"
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33)
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2)
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet:only-child {
  display: none !important
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-vertical>.swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0)
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0
}

.swiper-vertical>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-vertical>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube {
  overflow: visible
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-flip {
  overflow: visible
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height
}

.swiper-cards {
  overflow: visible
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden
}

.no-picture img {
  object-fit: none;
  background-color: #fff;
  width: auto;
  height: auto;
}

.user-block__avatar.no-picture img {
  height: 100%;
  object-fit: cover;
}

.sale-announc__item-img.no-picture {
  object-fit: none;
  background-color: #FFF;
  display: flex;
}

.sale-announc__item-img.no-picture img {
  object-fit: none;
}

.card .header__search-input {
  color: #111111
}

.announc-section {
  padding: 2rem 0;
  overflow: hidden;
}

.announc {
  border-radius: 3rem;
  background-color: #fff;
  padding: 2rem;
  position: relative;
}

.announc .sale-announc__item-actions {
  flex-direction: column;
}

.announc__title-edit {
  display: flex;
  width: 49rem;
  align-items: center;
}

.announc__title-edit .input-edit {
  width: 44rem;
}

.announc__item-title {
  border: solid 0.1rem transparent;
  border-radius: 1rem;
  padding: 0.5rem;
}

.announc__item-title._edit {
  border: solid 0.1rem #777;
}

.announc__details {
  display: flex;
  gap: 1rem;
}

.announc__moder-status span {
  font-weight: 700;
}

.announc__img-input {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

.announc__img-box {
  width: 100%;
  max-height: 64rem;
  height: 64rem;
  width: 64rem;
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.announc__img-box .no-picture {
  height: auto;
  object-fit: none;
  width: 100%;
  border-radius: 2rem;
}

.announc__info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.announc__info-category .nice-select,
.announc__info-type .nice-select {
  width: 100%;
}

.announc__info-descr {
  width: 100%;
}

.announc__info-descr textarea {
  max-width: 64rem;
  min-width: 64rem;
  border: solid 0.1rem #777;
  border-radius: 1rem;
  padding: 1rem;
  min-height: 21rem;
  margin-bottom: 2rem;
}

.announc__info-contacts {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.announc__price-edit {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.announc__price-edit input {
  width: 20rem;
  background-color: #f7f7f7;
  padding: 0.5rem 1rem;
  border: solid 0.1rem transparent;
  border-radius: 1rem;
}

.announc__price-edit input._edit {
  border: solid 0.1rem #777;
}

.announc__info-type-no-edit span {
  font-weight: 700;
}

.announc__descr-save,
.articles-form__option {
  text-align: center;
  padding: 2.6rem;
  width: 100%;
  background-color: #bef0c8;
  border-radius: 2rem;
}

.announc__info-link {
  padding: 1rem 0;
}

.announc__info-link span {
  color: #6d1e8b;
}

.articles-create__title {
  text-align: center;
}

.articles-create__form,
.article-create__form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border-radius: 3rem;
  background-color: #fff;
  padding: 2rem;
  position: relative;
}

.art-create-input {
  background-color: #f7f7f7;
  border-radius: 1rem;
  padding: 1rem 2rem;
  width: 100%;
}

.articles-create__form .nice-select,
.article-create__form .nice-select {
  width: 100%;
}

.art-create-input {
  max-width: 68rem;
  min-width: 68rem;
  min-height: 6rem;
}

.modal__complain-input {
  width: 100%;
  border-radius: 2rem;
  border: solid 0.1rem #777;
  padding: 1rem;
  margin-top: 3rem;
}

.contact-share {
  position: relative;
}

.contact-share .mess {
  font-size: 2.6rem;
  font-weight: 400;
  position: absolute;
  background-color: #E7E4F9;
  border-radius: 1.5rem;
  padding: 1rem;
  top: -8rem;
  left: -12rem;
  display: none;
}

.contact-share .mess.show {
  display: block;
}

.modal__raiting-form .wrap-btn-modal .btn_with_bg {
  width: 22rem;
}

:root {
  --boxW: 6.9rem;
  --boxH: 6.9rem;
  --borderW: 20%;
  --borderH: 20%;
  --borderSize: 2px;
}

.active_1 .footer__link:nth-child(1) .footer__link-img,
.active_2 .footer__link:nth-child(2) .footer__link-img,
.active_3 .footer__link:nth-child(3) .footer__link-img {
  width: 6.9rem;
  height: 6.9rem;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  background-image: linear-gradient(#6D1E8B var(--borderH), transparent var(--borderH), transparent calc(var(--boxH) - var(--borderH)), #6D1E8B calc(var(--boxH) - var(--borderH))),
    linear-gradient(90deg, #6D1E8B var(--borderW), transparent var(--borderW), transparent calc(var(--boxW) - var(--borderW)), #6D1E8B calc(var(--boxW) - var(--borderW))),
    linear-gradient(#6D1E8B var(--borderH), transparent var(--borderH), transparent calc(var(--boxH) - var(--borderH)), #6D1E8B calc(var(--boxH) - var(--borderH))),
    linear-gradient(90deg, #6D1E8B var(--borderW), transparent var(--borderW), transparent calc(var(--boxW) - var(--borderW)), #6D1E8B calc(var(--boxW) - var(--borderW)));
  background-size: var(--borderSize) var(--boxH), var(--boxW) var(--borderSize), var(--borderSize) var(--boxH), var(--boxW) var(--borderSize);
  background-position: 0 0, 0 0, 100% 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;

  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.side-panel__activity-info .side-panel__activity-img.no-picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fav-header__svg {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fav-header__svg svg {
  width: 100%;
  height: 100%;
}

.profile__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
}

.profile__tab svg {
  width: 100%;
  height: 100%;
}

.comment__avatar {
  position: relative;
}

.comment__avatar .raiting {
  position: absolute;
  bottom: -1rem;
}

.articles__item-stats-views {
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.comment .action-like,
.comment .action-dislike {
  display: flex;
  align-items: center;
  justify-content: center;
}

.comment__bottom-stats-item.action-state {
  margin-right: -1rem;
}

.comment__bottom-stats-like.action-like.active .icon {
  fill: #6d1e8b47;
}

.comment__bottom-stats-dislike.action-dislike.active .icon {
  fill: #6d1e8b47;
}

.comment__btn-respond {
  margin-left: 1rem;
}

.articles__views {
  margin-left: 2rem;
}

.comment__btn-edit {
  position: relative;
  margin-left: auto;

  .icon {
    color: #6d1e8b;
    transform: rotate(90deg);
  }

}

.comment__btn-edit+.comment__btn-share {
  margin-left: 0;
}

.comment__btn-share {
  position: relative;
  margin-left: auto;

  .icon {
    color: #6d1e8b;
  }
}

.comment__btn-share .mess {
  font-size: 2.6rem;
  font-weight: 400;
  position: absolute;
  background-color: #E7E4F9;
  border-radius: 1.5rem;
  padding: 1rem;
  top: -6rem;
  left: -14rem;
  display: none;
}

.comment__btn-share .mess.show {
  display: block;
}

.comment__btn-share svg {
  transform: rotate(90deg);
}

.comment__btn-user-raiting .full-stars {
  pointer-events: none;

  label svg {
    height: 15px;
    width: 15px;
  }
}

.comment__text.edit {
  border: solid 1px #6d1e8b;
  border-radius: 1rem;
  padding: 0.5rem;
  width: 100%;
  margin-top: 1rem;
}

.comment__save-edit-btn {
  display: flex;
  gap: 1.8rem;
  align-items: center;
  padding: 1.6rem;
  width: 100%;
  background-color: #bef0c8;
  border-radius: 2rem;
  justify-content: center;
  margin-top: 2rem;
}

@charset "UTF-8";

.comment__delete-btn {
  margin-left: auto;
}

.comment__delete-btn~.comment__btn-edit {
  margin-left: 0;
}

.comment__delete-btn~.comment__btn-share {
  margin-left: 0;
}

.raiting-star {
  margin: 0 1px;
}

.raiting-star svg {
  width: 15px;
  height: 15px;
  fill: #e3e3e3;
}

.raiting-star.checked svg {
  fill: #ffe500;
}

.user-profile-fav_guest {
  width: 4.8rem;
  height: 4.8rem;
  color: #777;
}

.profile__user .rating-group {
  margin: 5px 1px 1px -1px;
}

.profile__user .rating-group svg {
  width: 15px;
  height: 15px;
  fill: #e3e3e3;
}

.profile__user .full-stars {
  text-align: left;
}

.profile-gen__desc {
  margin: 3rem 0 0;
}

.profile-gen__desc .profile-gen__desc-title {
  margin: 0;
}

.side-panel__wrapper_filter,
.side-panel__wrapper_settings,
.side-panel__wrapper_notif {
  display: block;
  position: fixed;
  top: 0;
  right: 100vw;
  z-index: 20;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  transform: translate(0);
  transition-property: transform;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  background-color: #f7f7f7;
}

.side-panel__wrapper_filter .side-panel__header,
.side-panel__wrapper_settings .side-panel__header,
.side-panel__wrapper_notif .side-panel__header {
  padding-left: 0;
  padding-right: 0;
  justify-content: center;
}

/* .side-panel__wrapper_filter .hamburger__wrapper,
.side-panel__wrapper_settings .hamburger__wrapper,
.side-panel__wrapper_notif .hamburger__wrapper, */
.side-panel__wrapper_filter .header__logo,
.side-panel__wrapper_settings .header__logo,
.side-panel__wrapper_notif .header__logo {
  margin-right: auto;
}

.side-panel__wrapper_filter.active,
.side-panel__wrapper_settings.active,
.side-panel__wrapper_notif.active {
  transform: translate(100vw);
}

.side-panel__wrapper_filter.active .container,
.side-panel__wrapper_settings.active .container,
.side-panel__wrapper_notif.active .container {
  padding-bottom: 16rem;
}

.form-filter {
  flex-direction: column;
  gap: 2rem;
}

.form-filter .form-filter__filedset {
  border: none;
}

.form-filter .form-filter__filedset._checkbox .form-filter__container {
  flex-direction: column;
}

.form-filter .form-filter__filedset._checkbox label {
  background-color: transparent;
  position: relative;
  margin-left: 1rem;
}

.form-filter .form-filter__filedset._checkbox input {
  position: relative;
  opacity: 0;
}

.form-filter .form-filter__filedset._checkbox label:before {
  content: '\2713';
  font-size: 3rem;
  line-height: 100%;
  color: #fff;
  position: absolute;
  bottom: 1rem;
  display: block;
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  border: solid 1px #6d1e8b;
  border-radius: 1rem;
}

.form-filter .form-filter__filedset._checkbox input[type='checkbox']:checked+label:before {
  background-color: #6d1e8b;
}

.form-filter .form-filter__filedset input[type='radio']:checked+label {
  background-color: #6d1e8b;
  color: #fff;
}

.form-filter .form-filter__filedset input[type='radio'] {
  display: none;
}

.form-filter .form-filter__filedset_raiting {
  border: none;
}

.form-filter label {
  border-radius: 1rem;
  background-color: #fff;
  padding: 1rem;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}

.form-filter .form-filter__container {
  margin: 2rem 0;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

.form-filter .form-filter__btn-submit {
  background-color: #bef0c8;
  border: none;
  padding: 1.6rem 1rem;
  border-radius: 1rem;
  text-align: center;
}

.form-filter .form-filter__box {
  display: flex;
  flex-direction: row-reverse;
  gap: 1rem;
  width: 100%;
}

.form-filter .form-filter__box label {
  background-color: transparent;
  width: auto;
}

.form-filter .form-filter__box input[type='number'] {
  background-color: #fff;
  padding: 1rem;
  border-radius: 1rem;
  width: 100%;
}

.form-filter .full-stars {
  background-color: transparent;
}

.form-filter .full-stars svg {
  width: 5rem;
  height: 5rem;
}

.modal[data-modal='invite-people'] .user-block {
  display: flex;
  flex-direction: column;
  margin: 4rem 0 2rem;
  align-items: flex-start;
}

.modal[data-modal='invite-people'] .modal__box {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-direction: row-reverse;
  color: #777;
}

.modal[data-modal='invite-people'] .actions-share {
  color: #777;
}

.modal[data-modal='invite-people'] .user-block__actions-share._modal {
  width: 100%;
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-direction: row-reverse;
}

.modal[data-modal='invite-people'] .user-block__actions-share._modal svg {
  width: 4.8rem;
  height: 4.8rem;
}

.modal[data-modal='invite-people'] .invite-people__qr-share {
  display: flex;
  gap: 2rem;
  align-items: center;
  flex-direction: row-reverse;
}

.modal[data-modal='invite-people'] .invite-people__qr-share img {
  width: 4.8rem;
  height: 4.8rem;
}

.comment-thread__open {
  display: flex;
  gap: 1.8rem;
  align-items: center;
  color: #6d1e8b;
}

.comment-thread__open ._show {
  display: block;
}

.comment-thread__open ._hide,
.comment-thread__open.active ._show {
  display: none;
}

.comment-thread__open.active ._hide {
  display: block;
}

.comment-thread__open:after {
  content: '';
  display: block;
  width: 2.8rem;
  height: 1.2rem;
  background-image: url(/assets/images/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transition: transform 0.3s ease;
}

.comment-thread__open.active:after {
  transform: rotate(180deg);
}

.profile-gen__pane._su {
  padding: 0rem;
}

.profile-gen__pane._su .su-user-form__field {
  background-color: #fff;
  border-radius: 2rem;
  padding: 2rem;
}

.profile-gen__pane._su .su-user-form__field p {
  padding-bottom: 2rem;
}

.profile-gen__pane._su input[type='number'] {
  padding: 1rem;
  border: solid 1px #6d1e8b;
  border-radius: 2rem;
}

.my-profile .profile-gen__desc-text {
  border: solid 1px #6d1e8b;
  border-radius: 1rem;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 1rem;
  padding: 0.5rem;
}

.profile-gen__pane._stats {
  background: #fff;
  border-radius: 2rem;
  padding: 2rem;
}

.profile-gen__stats {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.profile-gen__stats p span {
  font-weight: 700;
}

.full-stars {
  position: relative;
}

.full-stars .mess {
  font-size: 2.6rem;
  font-weight: 400;
  position: absolute;
  background-color: #e7e4f9;
  border-radius: 1.5rem;
  padding: 1rem;
  top: -8rem;
  left: -12rem;
  display: none;
}

.full-stars .mess.show {
  display: block;
}

.announc__info-type input._edit {
  border: solid 0.1rem #777;
}

.announc__info-type input {
  background-color: #f7f7f7;
  padding: 1rem;
  border: solid 0.1rem transparent;
  border-radius: 1rem;
  width: 100%;
}

.rating-group .raiting-star._active svg {
  fill: #ffe500;
}

.user__review-item {
  background-color: #f9f9f9;
  border-radius: 2rem;
  padding: 2rem;
}

.user__review-item .comment__user-raiting {
  display: flex;
  margin: 2rem 0 1rem;
}

.full-stars._hide {
  display: none;
}

.modal[data-modal='user-raiting-edit'] .rating-group svg {
  width: 30px;
  height: 30px;
}

.modal[data-modal='user-raiting-edit'] textarea {
  min-width: 100%;
  max-width: 100%;
  border-radius: 1rem;
  border: solid 1px #6d1e8b;
  padding: 1rem;
  margin-top: 2rem;
}

.modal[data-modal='user-raiting-edit'] .btn_with_bg {
  width: 22rem;
}

.modal[data-modal='user-raiting'] .rating-group svg {
  width: 30px;
  height: 30px;
}

.modal[data-modal='user-raiting'] textarea {
  min-width: 100%;
  max-width: 100%;
  border-radius: 1rem;
  border: solid 1px #6d1e8b;
  padding: 1rem;
  margin-top: 2rem;
}

.side-panel__menu-link {
  align-items: center;
}

.side-panel__su-settings-form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.side-panel__su-settings-form .su-settings-form__label {
  font-weight: 600;
}

.side-panel__su-settings-form .su-settings-form__input,
.side-panel__su-settings-form .su-settings-form__textarea {
  border: solid 1px #6d1e8b;
  border-radius: 1rem;
  padding: 1rem;
}

.side-panel__su-settings-form .su-settings-form__textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 6rem;
}

.side-panel__su-settings-form .su-settings-form__btn-submit {
  background-color: #bef0c8;
  border: none;
  padding: 1.6rem 1rem;
  border-radius: 1rem;
  text-align: center;
}

.side-panel__su-settings-form .su-settings-form__block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #fff;
  padding: 2rem;
  border-radius: 2rem;
}

.side-panel__su-tg-message-form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.side-panel__su-tg-message-form .su-settings-form__label {
  font-weight: 600;
}

.side-panel__su-tg-message-form .su-settings-form__input,
.side-panel__su-tg-message-form .su-settings-form__textarea {
  border: solid 1px #6d1e8b;
  border-radius: 1rem;
  padding: 1rem;
}

.side-panel__su-tg-message-form .su-settings-form__textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 6rem;
}

.side-panel__su-tg-message-form .su-settings-form__btn-submit {
  background-color: #bef0c8;
  border: none;
  padding: 1.6rem 1rem;
  border-radius: 1rem;
  text-align: center;
}

.side-panel__su-tg-message-form .su-settings-form__block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #fff;
  padding: 2rem;
  border-radius: 2rem;
}

.invite-people__qr-img {
  width: 100%;
  height: 57rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.invite-people__qr-img img {
  height: 100%;
  width: auto;
}

.invite-people__qr-img canvas {
  height: 23rem;
}

.modal__user-ban-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal__user-ban-form p {
  margin-bottom: 2rem;
}

.modal__user-ban-form .wrap-btn-modal {
  width: 100%;
}

.modal__user-ban-form .wrap-btn-modal .btn_with_bg {
  width: 22rem;
}

.profile__actions {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.profile-ban-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile-ban-btn img {
  width: 4.8rem;
  height: 4.8rem;
}

.profile-ban-btn {
  filter: grayscale(1);
}

.profile-ban-btn._ban {
  filter: grayscale(0);
  color: #ce1d1d;
}

.modal[data-modal='user-ban'] .btn_with_bg {
  font-size: 3rem;
}

.act-raiting__item._su {
  background: linear-gradient(270deg,
      rgba(255, 23, 23, 0.38),
      rgba(109, 30, 139, 0) 100%);
}

.act-raiting__item._moderator {
  background: linear-gradient(270deg,
      rgba(36, 201, 6, 0.38),
      rgba(109, 30, 139, 0) 100%);
}

.act-rating__su-panel {
  display: flex;
  justify-content: flex-end;
}

.act-rating__su-panel .act-rating__su-show-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.articles__item-moderation {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 15rem;
}

.articles__item-moderation .icon {
  font-size: 3rem;
}

.articles__item-moderation .time {
  font-size: 2.5rem;
  color: #111;
}

.modal__article-moderation-form .btn_with_bg {
  font-size: 3rem;
  width: 23rem;
}

.modal__article-moderation-form .article-moder-decline-btn {
  background: #f0bebe;
}

.profile-gen__reviews-title {
  text-align: center;
}

.art-create-box {
  display: flex;
}

.art-create-box .art-create-input {
  max-width: 62rem;
  min-width: 62rem;
}

.art-create__address-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.article__form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border-radius: 3rem;
  background-color: #fff;
  padding: 2rem;
  position: relative;
}

.article__form .header__search-input {
  width: 100%;
  color: #111;
}

.article__form .nice-select {
  width: 100%;
}

.user-profile-qr img {
  width: 4.8rem;
  height: 4.8rem;
}

.modal[data-modal='user-qr-share'] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.modal[data-modal='user-qr-share'] .user__qr-share-code {
  max-width: 30rem;
}

.modal[data-modal='user-qr-share'] .user-name {
  font-weight: 700;
}

.modal[data-modal='user-qr-share'] ._link {
  text-decoration: underline;
}

.user-profile-fav_guest svg {
  width: 4.8rem;
  height: 4.8rem;
}

.actions-login svg {
  width: 4.8rem;
  height: 4.8rem;
}

.user-block__actions img,
.form-filter__open img {
  width: 4.8rem;
  height: 4.8rem;
}

.footer__link-img svg {
  width: 4.8rem;
  height: 4.8rem;
}

.announc__details._lift {
  flex-direction: column;
  gap: 1rem;
  margin: 2rem 0;
  border: solid 1px #6d1e8b;
  padding: 1rem;
  border-radius: 2rem;
}

.announc__details._lift .announc__moder-status {
  font-weight: 700;
}

.announc__details._lift .announc__list-checkbox-box {
  display: flex;
  gap: 1rem;
}

.announc__details._lift .announc__list-checkbox-box .input-wrapper {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.announc__details._lift .announc__list-checkbox-box .input-wrapper input[type='radio'] {
  display: none;
}

.announc__details._lift .announc__list-checkbox-box .input-wrapper label {
  border-radius: 1rem;
  background-color: #fff;
  padding: 1rem;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  border: solid 1px #6d1e8b;
}

.announc__details._lift .announc__list-checkbox-box .input-wrapper input[type='radio']:checked+label {
  background-color: #6d1e8b;
  color: #fff;
}

.announc__details._lift .box {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.announc__details._lift .box._period {
  display: none;
}

.announc__details._lift .box._period.active {
  display: flex;
}

.announc__details._lift .announc__lift-save-btn {
  background-color: #bef0c8;
  border: none;
  padding: 1.6rem 1rem;
  border-radius: 1rem;
  text-align: center;
  width: fit-content;
}

.announc__details._lift .box_bg {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
  position: relative;
}

.announc__details._lift .box_bg._moder {
  flex-direction: row;
  align-items: center;
}

.announc__details._lift .mess {
  bottom: 9rem;
  top: auto;
  left: 2rem;
}

.profile__user-avatar-input_fetch {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

.articles__item-stats-num_view {
  background-color: #f7f7f7;
  border-radius: 2.2rem;
  padding: 0.5rem 1.4rem;
}

.sale-announc__item-details {
  display: flex;
  flex-direction: column;
}

.sale-announc__item-price {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.sale-announc__item-price .span-price {
  white-space: nowrap;
}

.articles__item-stats-icon {
  width: 3.8rem;
  height: 4.4rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.comment__bottom-stats-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.2rem;
  cursor: pointer;
}

.articles__item-share.actions-share {
  color: #6d1e8b;
}

.articles__item-fav.actions-fav {
  color: #c3f1cd;
}

.articles__item-fav.actions-fav.active {
  color: #6d1e8b;
}

.user-exp__block {
  margin-left: auto;
  margin-right: 3rem;
}

.profile__actions,
.user-block__info {
  flex-direction: column;
}

.raiting {
  width: fit-content;
}

.user-contact__info {
  position: relative;
}

.user-contact__info .mess {
  font-size: 2.6rem;
  font-weight: 400;
  position: absolute;
  background-color: #e7e4f9;
  border-radius: 1.5rem;
  padding: 1rem;
  top: -1rem;
  left: -1rem;
  display: none;
}

.user-contact__info .mess.show {
  display: block;
}

.side-panel__header .header__logo {
  margin: 0 auto;
}

.sale-announc__item-avatar img,
.user-block__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.announc__info-contacts {
  flex-direction: row;
}

.sale-announc__item-img img {
  width: 100%;
}

.announc._edit .announc__info-category,
.announc._edit .announc__info-type {
  width: 58rem;
}

.announc._edit .announc__title-edit {
  width: 100%;
  margin: 8rem 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.announc._edit .announc__title-edit .announc__item-title {
  border: solid 1px #6d1e8b;
  max-width: 64rem;
  min-width: 64rem;
  text-align: start;
}

.announc._edit .announc__img-box {
  border: solid 1px #6d1e8b;
  border-radius: 2rem;
  max-width: 64rem;
}

.announc._edit .announc__img-box s img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.announc._edit .announc__info-price {
  margin: 2rem 0;
}

.announc._edit .announc__info-price input {
  border-color: #6d1e8b;
}

.announc._edit .announc__info-type._adress {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.announc._edit .announc__info-type._adress input {
  background-color: transparent;
}

.announc._edit .announc__info-link input {
  border: solid 1px #6d1e8b;
  border-radius: 1rem;
  padding: 0.5rem;
  width: 100%;
}

.announc._edit .announc__info {
  gap: 0rem;
}

.announc._edit .announc__details {
  margin: 1rem 0;
}

.announc._edit .announc__info-category,
.announc__info-type {
  width: 58rem;
}

.announc._edit.announc__title-edit {
  width: 100%;
  margin: 8rem 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.announc._edit.announc__title-edit .announc__item-title {
  border: solid 1px #6d1e8b;
  max-width: 64rem;
  min-width: 64rem;
}

.announc._edit.announc__img-box {
  border: solid 1px #6d1e8b;
  border-radius: 2rem;
  max-width: 64rem;
}

.announc._edit.announc__img-box img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.announc._edit.announc__info-price {
  margin: 2rem 0;
}

.announc._edit.announc__info-price input {
  border-color: #6d1e8b;
}

.announc._edit.announc__info-type._adress {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.announc._edit.announc__info-type._adress input {
  background-color: transparent;
}

.announc._edit.announc__info-link input {
  border: solid 1px #6d1e8b;
  border-radius: 1rem;
  padding: 0.5rem;
  width: 100%;
}

.announc._edit.announc__info {
  gap: 0rem;
}

.announc._edit.announc__details {
  margin: 1rem 0;
}

.announc._show .announc__info-category,
.announc._show .announc__info-type-no-edit,
.announc._show .announc__item-title {
  text-align: center;
  width: 100%;
}

.announc._show .announc__info-category,
.announc__info-type-no-edit,
.announc__item-title {
  text-align: center;
  width: 100%;
}

.announc._show .announc__title-edit {
  width: 100%;
}

.announc._show .announc__item-title {
  font-weight: 900;
  padding: 2rem 0;
}

.announc._show .announc__info-type._adress {
  display: flex;
  justify-content: flex-end;
}

.announc._show .announc__info-type._adress .announc__info-type-no-edit {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: flex-end;
}

.announc._show .announc__info-type._adress .announc__address-link {
  width: 5rem;
  height: 5rem;
  max-width: 5rem;
}

.announc._show .announc__info-type._adress .announc__address-link img {
  width: 5rem;
  height: 5rem;
  max-width: 5rem;
  max-height: 5rem;
  object-fit: contain;
}

.announc._show .announc__info-descr {
  border: solid 1px #6d1e8b;
  border-radius: 1rem;
  padding: 1rem;
  margin: 0 0 2rem;
}

.announc._show .articles__item-header {
  margin: 0;
}

.announc._show .profile-gen__contacts-item {
  display: flex;
}

.announc__info-id {
  margin-top: 2rem;
}

.profile-photos__swiper {
  overflow: hidden;
}

.profile-photos__swiper .profile-imgs__slide,
.profile-photos__swiper .profile-imgs__img {
  width: 68rem;
  height: 68rem;
}

.profile-photos__swiper .profile-imgs__img img {
  width: 100%;
}

.profile-photos__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
}

.profile-photos__icon {
  position: relative;
}

.profile-photos__icon img {
  width: 8rem;
  height: 8rem;
}

.profile-photos__icon input {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

.profile-body .header__logo {
  margin: 0 auto;
}

.announc__info-box._galley {
  margin: 2rem 0;
}

.comment__avatar img {
  width: 100%;
}

.search-title {
  text-align: center;
  margin-bottom: 2rem;
}

.profile-photos {
  background: #fff;
  border-radius: 2rem;
  padding: 0rem 0 3rem;
}

.profile-photos h3 {
  text-align: center;
  margin: 2rem 0;
  font-size: 4rem;
  padding: 2rem 0 1rem;
}

.profile-photos__icon {
  border-radius: 3rem;
  background-color: #6d1e8b;
  border: solid #ffffff 3px;
  padding: 1.5rem;
}

.announc__img-main {
  object-fit: cover;
  height: auto;
  width: 100%;
  border-radius: 2rem;
}

.user-block__info-date {
  margin: 0.2rem 0 0 0.5rem;
}

.announc__info._user {
  border: solid 3px #f7f7f7;
  border-radius: 1rem;
  padding: 1rem;
}

[data-modal='delete-announc'] .btn_with_bg,
[data-modal='delete-article'] .btn_with_bg {
  width: 22rem;
}

.wrap-btn-modal .announc-btn-delete,
.wrap-btn-modal .article-btn-delete {
  background-color: #f0bebe;
}

@media (min-width: 48rem) {
  .header__logo {
    margin-left: auto;
    margin-right: auto;
  }

  .form-filter__open {
    margin-left: 2rem;
  }
}

.profile-photos .profile-imgs__slide,
.profile-photos .profile-imgs__slide .profile-imgs__img {
  width: 60rem;
  height: 60rem;
}

.announc__info-slider {
  margin-bottom: 2rem;
}

.articles__item-preview._short {
  padding: 4px 6px;
}

.user-raiting-page {
  padding: 2rem 0;
}

.user-raiting-page .user-rating__wrapper {
  display: flex;
  margin: 4rem 0 0rem;
}

.user-raiting-page .raiting-star svg {
  width: 30px;
  height: 30px;
}

.user-raiting-page form {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 2rem 0;
}

.user-raiting-page textarea {
  border-radius: 2rem;
  background-color: #f7f7f7;
  padding: 1.4rem 2.2rem;
  width: 100%;
  height: initial;
  min-height: 7rem;
  min-width: 59rem;
}

.user-raiting-page .btn-square {
  padding: 2rem 1.6rem;
  width: 9rem;
}

.user-raiting-page .user-rating__comment-form {
  flex-direction: column;
  align-items: flex-start;
}

.user-raiting-page .user-rating__comment-form .comment__wrapper {
  display: flex;
  width: 100%;
}

.user-raiting-page .user-rating__comment-form-edit {
  flex-direction: column;
  align-items: flex-start;
}

.user-raiting-page .user-rating__comment-form-edit .comment__wrapper {
  display: flex;
  width: 100%;
}

.user-raiting-page .user__review-item {
  display: flex;
  justify-content: space-between;
}

.full-stars {
  text-align: center;
}

.full-stars .rating-group {
  display: inline-flex;
}

.full-stars .star-input {
  position: absolute;
  left: -9999px;
}

.full-stars .star-label {
  margin: 0;
  cursor: pointer;
}

.full-stars .star-label .svg {
  margin: 2px;
  height: 40px;
  width: 40px;
  fill: #ffe500;
  transition: fill 0.3s;
}

.full-stars .star-input:checked~.star-label .svg {
  fill: #e3e3e3;
}

.full-stars .rating-group:hover .star-label .svg {
  fill: #ffe500;
}

.full-stars .rating-group .star-input:hover~.star-label .svg {
  fill: #e3e3e3;
}

.full-stars-2 {
  text-align: center;
}

.full-stars-2 .rating-group-2 {
  display: inline-flex;
}

.full-stars-2 .star-input-2 {
  position: absolute;
  left: -9999px;
}

.full-stars-2 .star-label-2 {
  margin: 0;
  cursor: pointer;
}

.full-stars-2 .star-label-2 .svg-2 {
  margin: 2px;
  height: 40px;
  width: 40px;
  fill: #ffe500;
  transition: fill 0.3s;
}

.full-stars-2 .star-input-2:checked~.star-label-2 .svg-2 {
  fill: #e3e3e3;
}

.full-stars-2 .rating-group-2:hover .star-label-2 .svg-2 {
  fill: #ffe500;
}

.full-stars-2 .rating-group-2 .star-input-2:hover~.star-label-2 .svg-2 {
  fill: #e3e3e3;
}

.full-stars {
  text-align: center;
}

.full-stars .rating-group {
  display: inline-flex;
}

.full-stars input {
  position: absolute;
  left: -9999px;
}

.full-stars label {
  margin: 0;
  cursor: pointer;
}

.full-stars label svg {
  margin: 2px;
  height: 40px;
  width: 40px;
  fill: #ffe500;
  transition: fill 0.3s;
}

.full-stars input:checked~label svg {
  fill: #e3e3e3;
}

.full-stars .rating-group:hover label svg {
  fill: #ffe500;
}

.full-stars .rating-group input:hover~label svg {
  fill: #e3e3e3;
}

.announc__details .box._moder .articles__item-moderation {
  flex-direction: row;
  width: fit-content;
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 1rem;
  border: solid 1px #6d1e8b;
}

.announc__details .min {
  margin-top: 2px;
}

._moder-ban-txt {
  text-align: center;
}

.articles__item-img {
  width: 100%;
  height: 33rem;
}

.articles__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.articles__item-img.no-picture {
  height: auto;
}

.articles__item-img.no-picture img {
  object-fit: none;
  background-color: #fff;
  width: auto;
  height: auto;
}

.profile-gen__settings .box {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 2rem;
}

.profile-gen__settings .box.settings-item.column {
  flex-direction: column;
  align-items: stretch;
}

.profile-gen__settings .user-block__name {
  border: solid 1px #6d1e8b;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
}

input._invalid {
  border: 2px solid red;
}

#description._invalid+.note-editor {
  border: 2px solid red;
}

#short_description._invalid+.note-editor {
  border: 2px solid red;
}

.act-rating__su-panel input {
  display: none;
}

.act-rating__su-panel label {
  border: solid 2px transparent;
  border-radius: 1rem;
  padding: 0.2rem 1rem;
}

.act-filter__su-show-input:checked~label {
  border-color: #6d1e8b;
}

.container-reg {
  padding: 0 2rem;
}

.mess {
  font-size: 2.6rem;
  font-weight: 400;
  position: absolute;
  background-color: #e7e4f9;
  border-radius: 1.5rem;
  padding: 1rem;
  top: -1rem;
  left: -1rem;
  display: none;
}

.mess.show {
  display: block;
}

.comment__header button {
  width: 4.8rem;
}

.act-raiting__item.fav-user {
  padding: 1rem 1rem 1rem 3rem;
}

.act-raiting__item.fav-user .fav-user__delete {
  margin: 0;
}

.articles__item-preview p,
.articles__item-preview span,
.articles__item-more-text p,
.articles__item-more-text span {
  font-size: 2.6rem !important;
}

.art-create__address-box .box,
.announc-form .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.art-create__address-box .box .art-create-input,
.announc-form .box .art-create-input {
  max-width: 53rem;
  min-width: 53rem;
}

.art-create__address-box .btn,
.announc-form .btn {
  width: 6rem;
  height: 6rem;
  padding: 1rem;
}

.art-create__address-box .btn img,
.announc-form .btn img {
  width: 100%;
  height: 100%;
}

.announc-form {
  overflow: hidden;
}

.announc-form .box {
  gap: 1rem;
}

.announc-form .profile-imgs__img img {
  width: 100%;
}

.articles__item-fav,
.user-profile-fav_guest {
  color: #c3f1cd;
}

.articles__item-share {
  color: #6d1e8b;
}

.profile-gen .my-public__share {
  position: absolute;
  top: 2rem;
  right: 8rem;
  width: 4.8rem;
  height: 4.8rem;
}

.sale-announc__item-share {
  border-radius: 50%;
  background-color: #fff;
  padding: 0.7rem;
  color: #6d1e8b;
  width: 4.6rem;
  height: 4.6rem;
}

@media (min-width: 48rem) {
  .art-create__address-box .box {
    justify-content: flex-start;
    gap: 1rem;
  }
}

.modal.info-modal {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.modal.info-modal .btn_with_bg {
  width: 100%;
}

.faqs__title {
  text-align: center;
  margin-top: 2rem;
}

.faqs__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 3rem;
}

.faqs__link.btn__square {
  padding: 2rem;
  font-size: 2.4rem;
}

.faqs__link.btn__square._action {
  width: 6rem;
  height: 6rem;
  display: block;
  padding: 1rem;
  min-width: 6rem;
}

.faqs__link.btn__square._action img {
  width: 100%;
  height: 100%;
}

.faqs__item {
  display: flex;
  gap: 2rem;
}

.faqs__item-wrapper {
  background-color: #fff;
  border-radius: 2rem;
  width: 100%;
  position: relative;
}

.faqs__item-wrapper h3 {
  width: 70%;
}

.faqs__item-wrapper .faqs__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  color: #6d1e8b;
}

.faqs__item-wrapper .faqs__header:after {
  content: '\25c0';
  display: block;
  font-size: 2.4rem;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.faqs__item-wrapper .faqs__header._accordion-active:after {
  transform: rotate(-90deg);
}

.faqs__item-wrapper .faqs__body {
  padding: 0 2rem 2rem;
}

.faqs__item-actions {
  display: flex;
  gap: 1rem;
  position: absolute;
  top: 0.6rem;
  right: 6rem;
}

.faqs__settings {
  display: flex;
  padding: 1rem;
  margin: 2rem 0;
  border-radius: 2rem;
  border: solid 1px #6d1e8b;
}

.btn__square {
  padding: 2.6rem;
  background-color: #bef0c8;
  border-radius: 2rem;
}

.faqs-create {
  margin: 2rem 0;
}

.faqs-create .faqs-create__form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border-radius: 3rem;
  background-color: #fff;
  padding: 2rem;
  position: relative;
}

.faqs-create .input {
  background-color: #f7f7f7;
  border-radius: 1rem;
  padding: 1rem 2rem;
  width: 100%;
}

.faqs-create .btn {
  text-align: center;
}

.faqs-create .box {
  display: flex;
  flex-direction: column;
}

.faqs-create h2 {
  text-align: center;
  margin: 1rem 0;
}

[data-modal='delete-faq'] .wrap-btn-modal .btn_with_bg {
  width: 22rem;
}

.announc__info__swiper {
  overflow: hidden;
  border-radius: 2rem;
}

.profile-photos__swiper {
  border-radius: 2rem;
  overflow: hidden;
}

.profile-photos__swiper .profile-imgs__slide,
.profile-photos__swiper .profile-imgs__slide .profile-imgs__img,
.profile-photos__swiper .profile-imgs__img {
  width: 68rem;
  height: 68rem;
}

.user-search .not-found {
  margin: 0 2rem;
}

.comment-list>.comment-thread__open {
  display: none;
}

.comment-thread:focus-visible {
  outline: none;
  border-radius: 1rem;
  background-color: #f4ebf7;
}

.user-block__actions-invite {
  width: 7rem;
}

.user-block__actions-invite img {
  width: auto;
  height: 4rem;
}

.user-block__rating-block {
  position: absolute;
  bottom: -1.3rem;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
}

.user-block__rating-block .user-block__info-raiting {
  position: relative;
  bottom: auto;
  right: auto;
}

.user-block__avatar {
  position: relative;
}

.sale-announc__item-user,
.comment__avatar {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sale-announc__item-update {
  border-radius: 50%;
  background-color: #6d1e8b;
  width: 4.6rem;
  height: 4.6rem;
  border: solid 2px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sale-announc__item-update img {
  width: 2.2rem;
}

.action-stats.disable {
  pointer-events: none;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 1000;
}

main {
  padding-top: 8.2rem;
}

.form-filter__open,
.btn-header-add {
  background-color: #f7f7f7;
  color: #f7f7f7;
  border-radius: 1rem;
  padding: 1rem 2rem;
  width: 6rem;
  height: 6rem;
  transition: width 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-header-add img {
  width: 4rem;
  height: 4rem;
}

.fav-article__body-text span,
.articles__item-more-text,
.articles__item-more-text p {
  font-size: 2.6rem !important;
}

.header__search {
  width: 9%;
}

.header__search-input._wide {
  width: 100%;
}

.header__logo._hide~.header__search {
  width: 90%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.modal {
  z-index: 1010;
}

.fav {
  padding-top: 6rem;
}

.fav-article {
  display: flex;
  flex-direction: column;
}

.act-raiting__item .user-block__avatar {
  margin-bottom: 1rem;
}

@media (min-width: 48rem) {
  .btn-header-add {
    margin-left: 2rem;
  }

  .header__search {
    width: 6rem;
  }

  .header__search-input._wide {
    width: 60rem;
  }

  .header__logo._hide~.header__search {
    width: auto;
  }
}

.installContainer {
  width: 100%;
  height: 250px;
  background-color: #fff;
  box-shadow: 4px -4px 23px #00000030;
  z-index: 999;
  border-radius: 15px 15px 0 0;
  padding: 20px;
  position: fixed;
  bottom: 0;
}

.ri-download-2-line {
  font-size: 47px;
  color: #00b072;
}

.installContainer.hidden {
  display: none;
}

.installContainer .text-install .title {
  color: #111;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
}

.installContainer .text-install .info-install {
  color: #939393;
  font-size: 16px;
  margin-bottom: 40px;
}

.installContainer .btn-install {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.installContainer .btn-install #close {
  border-radius: 24px;
  color: #6d1e8b;
  border: 1px solid #6d1e8b;
  background-color: #fff;
  padding: 14px 50px;
  font-size: 16px;
}

.installContainer .btn-install #install_button,
.installContainer .btn-install .install_button {
  border-radius: 24px;
  border: 1px solid #6d1e8b;
  background-color: #6d1e8b;
  color: #fff;
  padding: 14px 35px;
  font-size: 16px;
}

.su-user-form__field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.su-user-form__field .btn__square {
  padding: 1.6rem;
  margin-top: 2rem;
}

.sale-announc__item-avatar {
  position: relative;
}

.sale-announc__item-avatar .user-block__rating-block {
  bottom: -2.3rem;
}

.sale-announc__item-user .raiting {
  padding: 0 1rem 0.5rem;
  background-color: #fff;
}

.disable {
  pointer-events: none;
}

.comment__btn-edit~.comment__btn-share {
  margin-left: 0;
}

.announc__details._btns {
  flex-direction: row;
}

.announc__details._btns .btn__flat {
  background-color: #bef0c8;
  border: none;
  padding: 1.6rem 1rem;
  border-radius: 1rem;
  text-align: center;
  width: fit-content;
}

.announc__info-box .user-contact__img {
  grid-column: 1;
  width: 8rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 0;
}

.announc._show .announc__info-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.announc._show .announc__info-type-no-edit {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
}

.announc._show .announc__info-type._adress img {
  width: 5rem;
  height: 5rem;
  max-width: 5rem;
  max-height: 5rem;
  object-fit: contain;
}

.announc._show .announc__item-title {
  text-align: center;
  width: 100%;
}

.announc._show .announc__info-type {
  width: 100%;
}

.sale-announc .container {
  row-gap: 3rem;
}

.fav .user-profile-fav {
  transition: color .3s ease;
  color: #777;
}

.fav .user-profile-fav.active {
  color: #6d1e8b;
}


.art-create-chekcbox__box label {
  background-color: transparent;
  position: relative;
  margin-left: 1rem;
  padding: 0.5rem;
}

.art-create-chekcbox__box input {
  position: relative;
  opacity: 0;
}

.art-create-chekcbox__box label:before {
  content: '\2713';
  font-size: 3rem;
  line-height: 100%;
  color: #fff;
  position: absolute;
  bottom: 1rem;
  display: block;
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  border: solid 1px #6d1e8b;
  border-radius: 1rem;
}

.art-create-chekcbox__box input[type='checkbox']:checked+label:before {
  background-color: #6d1e8b;
}

.announc__time-info {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 1rem;
}

.announc__info-link textarea {
  border: solid 1px #6d1e8b;
  border-radius: 1rem;
  max-width: 100%;
  min-width: 100%;
}

.announc__info-link._link {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.announc__info-link {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.articles-create__form textarea {
  border: solid 1px #6d1e8b;
  border-radius: 1rem;
  max-width: 100%;
  min-width: 100%;
}

.form-filter__container._type-checkbox input {
  display: none;
}

.form-filter__container._type-checkbox input[type='checkbox']:checked+label {
  background-color: #6d1e8b;
  color: #fff;
}

.sale-announc__views {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #777;
}

.sale-announc__views .articles__item-stats-views {
  width: 2.5rem;
  height: 2.5rem;
}

.sale-announc__views .articles__item-stats-num_view {
  padding: 0;
}

.fav-article .fav-share-btn {
  margin-left: auto;
  margin-bottom: auto;
}

.fav-article .fav-article__delete {
  margin-left: 0rem;
}

.term {
  border-radius: 2rem;
  background-color: #fff;
  padding: 2rem;
}

.term h3 {
  text-align: center;
  margin-bottom: 2rem;
}

.term .save-btn {
  margin-top: 2rem;
}

.fav .fav-share-btn {
  width: 4rem;
  height: 4rem;
}

.fav .user-profile-fav {
  width: 4rem;
  height: 4rem;

  svg {
    width: 100%;
    height: 100%;
  }
}

.fav .actions-fav {
  width: 4rem;
  height: 4rem;

  svg {
    width: 100%;
  }
}

.modal[data-modal="open-map"] .map-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.modal[data-modal="open-map"] .announc__address-link {
  width: 30px;
}

.header__logo-text-img {
  width: 30rem;
}

@media (max-width: 64em) {
  html {
    font-size: 5px;
    font-size: 1.5625vw;
    font-size: calc((100 / 360) * 5vw);
    -webkit-text-size-adjust: none;
  }

  body {
    -webkit-text-size-adjust: none;
  }

  .container {
    padding: 0 2rem;
    width: 100%;
  }
}

.ban-creat-error {
  text-align: center;
  line-height: 190%;
}

.side-panel__wrapper_settings .hamburger__wrapper {
  margin-right: 0;
}

.fav-article__body-text {
  margin-bottom: 2rem;
}

.fav .user-profile-fav {
  color: #c3f1cd;
}

.act-raiting__item:focus-visible {
  outline: none;
}

/* горизонтальная ориентация */
@media (max-width: 48rem) and (orientation:landscape) {
  .footer__link {
    height: 7rem;
  }

  .footer__link-img svg {
    width: 4rem;
    height: 4rem;
  }

  .active_1 .footer__link:nth-child(1) .footer__link-img,
  .active_2 .footer__link:nth-child(2) .footer__link-img,
  .active_3 .footer__link:nth-child(3) .footer__link-img {
    --boxW: 5.9rem;
    --boxH: 5.9rem;
    width: 5.9rem;
    height: 5.9rem;
  }
}

.requisites-alr,
.mess {
  position: absolute;
  top: 30px;
  font-size: 20px;
  font-weight: 500;
  background-color: #fff;
  padding: 5px 5px 5px 0;
  color: green;
  display: none;
}

.search-alr {
  position: absolute;
  top: 10px;
  width: 260px;
  left: -265px;
  font-size: 18px;
  background-color: #fff;
  padding: 5px;
  color: red;
  display: none;
}

@media (max-width: 768px) {
  .search-alr {
    top: 39px;
    left: 10px;
  }
}

.box-img-lv {
  display: flex;
  gap: 5px;
  flex-direction: row-reverse;
  width: fit-content;
}

.box-img-lv .avatar-img {
  width: 24px;
  object-fit: cover;
}
