.title-h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #33ba00;
}

.titles {
  background: #fff;
  padding: 15px;
  margin-bottom: 14px;
}
.titles .breadcrumb {
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}
.titles .breadcrumb-item {
  font-size: 15px;
  color: #4f6276;
}
.titles .breadcrumb-item a:hover {
  color: #000;
  text-decoration: underline;
}
.titles .breadcrumb-item + .breadcrumb-item {
  position: relative;
  padding-left: 15px;
}
.titles .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b8d3ef;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5px;
  float: none;
  padding-right: 0;
}
.titles-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}
.titles .tag {
  font-size: 16px;
  height: 31px;
  padding-left: 10px;
  padding-right: 10px;
}
.titles .tag svg {
  stroke: #fff;
  display: none;
}

.site-section {
  padding-bottom: 1px;
}

.news-item {
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  position: relative;
  z-index: 1;
  display: block;
}
.news-item__buy {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #68b04d;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  padding: 12px 15px;
  line-height: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
  margin-top: 40px;
  white-space: nowrap;
}
.news-item__buy:hover {
  background: #579441;
}
.news-item:hover .news-item__buy {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.news-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%); /* Safari, старый Chrome */
background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%); /* Opera */
background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%); /* Все современные браузеры */

}
.news-item__img {
  display: block;
  width: 100%;
  height: 100%;
}
.news-item__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.12;
  color: #fff;
  margin-bottom: 6px;
}
.news-item__btn {
  background: #68b04d;
  border-radius: 8px;
  border-radius: 100px;
  padding: 1px 8px;
  font-size: 14px;
  line-height: 1.71;
  font-weight: 600;
  color: #fff;
  display: inline-block;
}
.news-item__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 9px 13px;
}
.news-item__type {
  position: absolute;
  top: 8px;
  right: 8px;
}
.news-item__type svg {
  display: block;
  stroke: #fff;
  fill: transparent;
}
.news-item__info {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  font-weight: 600;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-item__info svg {
  display: block;
  margin: 0 auto 5px;
  fill: transparent;
  stroke: #fff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.news-item__info .active svg{fill: #d52b1e;}
.news-item__info-btn {
  margin-bottom: 12px;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  padding: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.news-item__info-btn:hover {
  color: #68b04d;
}

.news-item__info-btn:hover svg {
  stroke: #68b04d;
}
.news-item__info-btn:last-child {
  margin-bottom: 0;
}
.news-item__info-btn-comment svg {
  fill: #fff;
  stroke: transparent;
}
.news-item__info-btn-comment:hover svg {
  stroke: transparent;
  fill: #68b04d;
}

.view {
  background: #fff;
  border-radius: 5px;
  padding: 16px 84px;
  position: relative;
  margin-bottom: 12px;
}
.view-prev {
  left: 32px;
}
.view-next {
  right: 32px;
}
.view-item {
  display: block; text-align: center;
}
.view-item__img {
  border-radius: 50%;
  overflow: hidden;
  width: 112px;
  height: 112px;
  position: relative;
  z-index: 1;
  border: 3px solid #edf1f5;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  margin-bottom: 10px;overflow:hidden;
}
.view-item__img::before { 
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.view-item__img img {
  display: block;
  width: 100%;
  height: auto;
}
.view-item__content {
  text-align: center;
}
.view-item__name {
  font-weight: 700;
  font-size: 14px;
  color: #000;
  line-height: 1.2142;
}
.view-item__name span {
  color: #68b04d;
}
.view-item__describe {
  font-weight: 600;
  font-size: 14px;
  color: #aab7c5;
  line-height: 1.2857;
}

.arrow-green {
  width: 28px;
  height: 28px;
  border-color: #33ba00;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.arrow-green:hover {
  background: #33ba00;
}
.arrow-green:hover svg {
  fill: #fff;
}
.arrow-green svg {
  fill: #000;
  width: auto;
  height: auto;
}


.swiper-button-lock {
  display: none !important;
}

.wrap__aside {
  width: 210px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.aside {
  margin-bottom: 20px;
}
.aside:last-child {
  margin-bottom: 0;
}
.aside-sublist {
  padding-left: 36px;
  padding-bottom: 10px;
  padding-top: 10px;
  display: none;
  width: 100%;
}
.aside-sublist li {
  position: relative;
}
.aside-sublist li::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #b8d3ef;
  top: 9px;
  left: -15px;
}
.aside-sublist a {
  display: inline-block;
  line-height: 1.43;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.aside-sublist a:hover {
  text-decoration: underline;
}
.aside-list {
  background: #fff;
}
.aside-list__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 4px;
  width: 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.aside-list__arrow.active svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.aside-list__arrow svg {
  display: block;
  stroke: transparent;
  fill: #33ba00;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  -o-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.aside-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding: 8px 12px;
  padding-right: 4px;
}
.aside-list > li.active {
  background: #e6edf4;
}
@media (hover: hover) {
  .aside-list > li:hover {
    background: #e6edf4;
  }
}
.aside-list > li > a {
  width: calc(100% - 20px);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
}
.aside-toggler {
  background: #68b04d;
  padding: 8px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}
.aside-toggler__title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.aside-toggler__burger svg {
  display: block;
  fill: #fff;
}
.aside-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.aside-close svg {
  display: block;
  fill: #000;
  stroke: #000;
}

body.hidden {
  overflow: hidden;
  padding-right: 0;
}

.annonce-item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.annonce-item__img {
  overflow: hidden;
  padding-top: 75.2%;
  border-radius: 5px 5px 0 0;
  display: block;
  position: relative;
}
.annonce-item__img--short {
  padding-top: 54%;
}
.annonce-item__img .labels {
  position: absolute;
  z-index: 1;
  bottom: 5px;
  left: 7px;
}
.annonce-item__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
}
.annonce-item__content {
  border-radius: 0 0 5px 5px;
  background: #fff;
  padding: 12px 12px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.annonce-item__content .user {
  margin-bottom: 10px;
}
.annonce-item__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.22;
  color: #000;
  -webkit-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
.annonce-item__title--15 {
  font-size: 15px;
}
.annonce-item__title:hover {
  color: #68b04d;
}
.annonce-item__view {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.17;
  color: #4f6276;
  margin-top: 6px;
}

.labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.labels__item {
  border: 1px solid #4f6276;
  border-radius: 100px;
  padding: 1px 5px;
  background: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  color: #4f6276;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.labels__item svg {
  fill: #68b04d;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}
.user-author {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #4f6276;
}
.user-header {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.user-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 33px;
  height: 33px;
}
.user-img--large {
  width: 50px;
  height: 50px;
}
.user-img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #33ba00;
}
.user-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 0.87;
  color: #33ba00;
  display: inline-block;
}
.user-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #4f6276;
  gap: 4px;
}
.user-date svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.user-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
.user-nav__link svg {
  display: block;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.user-nav__link.whatsup svg {
  fill: #30be7a;
}
.user-nav__link.whatsup:hover svg {
  fill: #289d65;
}
.user-nav__link.telegram svg {
  fill: #25a2e0;
}
.user-nav__link.telegram:hover svg {
  fill: #1b8ac1;
}

.postss {
  background: #fff;
  padding: 15px;
  margin-bottom: 14px;
}
.postss-slider {
  position: relative;
  z-index: 1;
  padding: 0 45px;
  margin-bottom: 30px;
}
.postss-slider img {
  display: block;
  margin: 0 auto;
}
.postss h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.12;
  color: #217a00;
  margin-bottom: 30px;
}
.postss h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #000;
}
.postss h3 {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #000;
}
.postss video {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.postss p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 30px;
  color: #4f6276;
}
.postss p:last-child {
  margin-bottom: 0;
}
.postss p a {
  font-weight: 700;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #68b04d;
}
.postss p a:hover {
  text-decoration: none;
}
.postss ol {
  margin-bottom: 30px;
  padding-left: 30px;
}
.postss ol li {
  list-style: decimal;
  margin-bottom: 14px;
  color: #4f6276;
  font-weight: 500;
}
.postss ol li::marker {
  color: #000;
  font-weight: 500;
}
.postss ol li:last-child {
  margin-bottom: 0;
}
.postss ul {
  margin-bottom: 30px;
  padding-left: 0;
}
.postss ul li {
  margin-bottom: 14px;
  color: #4f6276;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
}
.postss ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 14px;
  background: url("../img/posts-list.svg") no-repeat center center;
  background-size: contain;
}
.postss ul li:last-child {
  margin-bottom: 0;
}
.postss blockquote {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #4f6276;
  padding-left: 19px;
  border-left: 4px solid #68b04d;
  margin-bottom: 30px;
}
.postss blockquote p {
  margin-bottom: 16px;
}
.postss blockquote p:last-child {
  margin-bottom: 0;
}
.postss-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.postss-tags__link {
  background: #e3f6dc;
  border-radius: 100px;
  padding: 5px 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #299700;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.postss-tags__link:hover {
  background: #68b04d;
  color: #fff;
}
.postss-tags__link.active {
  background: #68b04d;
  color: #fff;
}

.reviews {
  border-radius: 5px;
  background: #fff;
  padding: 30px 15px;
  margin-bottom: 27px;
}
.reviews-box {
  max-width: 640px;
  margin: 0 auto;
}
.reviews-form {
  position: relative;
}
.reviews-form input {
  padding-left: 53px;
  padding-right: 60px;
  display: block;
  width: 100%;
  border: 1px solid #c6d6e5;
  border-radius: 100px;
  background: #f2f3f4;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 600;
  font-size: 15px;
  color: #000;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.reviews-form input:hover, .reviews-form input:focus {
  border-color: #91b0cd;
}
.reviews-form input::-webkit-input-placeholder {
  color: #7c7d7d;
  font-size: 15px;
  font-weight: 600;
}
.reviews-form input::-moz-placeholder {
  color: #7c7d7d;
  font-size: 15px;
  font-weight: 600;
}
.reviews-form input:-ms-input-placeholder {
  color: #7c7d7d;
  font-size: 15px;
  font-weight: 600;
}
.reviews-form input::-ms-input-placeholder {
  color: #7c7d7d;
  font-size: 15px;
  font-weight: 600;
}
.reviews-form input::placeholder {
  color: #7c7d7d;
  font-size: 15px;
  font-weight: 600;
}
.reviews-form button {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 20px;
  border: none;
  outline: none;
  background: transparent;
  padding: 0;
}
.reviews-form button:hover svg {
  fill: #579441;
}
.reviews-form button svg {
  display: block;
  fill: #68b04d;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.reviews-form--custom {
  max-width: 492px;
}
.reviews-form--custom input {
  padding-left: 18px;
}
.reviews-smiles {
  position: absolute;
  z-index: 2;
  left: 16px;
  top: 13px;
  cursor: pointer;
}
.reviews-smiles svg {
  display: block;
  stroke: #EC9C00;
  fill: transparent;
}
.reviews-nav {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
.reviews-wrap {
  margin-top: 30px;
}
.reviews-comment {
  display: none;
  margin-top: 10px;
}
.reviews-comment input {
  display: block;
  width: 100%;
  border: 1px solid #c6d6e5;
  border-radius: 100px;
  background: #f2f3f4;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  color: #000;
  padding: 10px 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.reviews-comment input:hover, .reviews-comment input:focus {
  border-color: #91b0cd;
}
.reviews-comment input::-webkit-input-placeholder {
  color: #7c7d7d;
  font-size: 14px;
  font-weight: 600;
}
.reviews-comment input::-moz-placeholder {
  color: #7c7d7d;
  font-size: 14px;
  font-weight: 600;
}
.reviews-comment input:-ms-input-placeholder {
  color: #7c7d7d;
  font-size: 14px;
  font-weight: 600;
}
.reviews-comment input::-ms-input-placeholder {
  color: #7c7d7d;
  font-size: 14px;
  font-weight: 600;
}
.reviews-comment input::placeholder {
  color: #7c7d7d;
  font-size: 14px;
  font-weight: 600;
}
.reviews-popover__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.reviews-popover__btn {
  width: calc(20% - 5px);
  cursor: pointer;
}
.reviews-popover__btn svg {
  display: block;
  stroke: #EC9C00;
  fill: transparent;
  margin: 0 auto;
}
.reviews-block {
  margin-bottom: 10px;
}
.reviews-block .reviews-block {
  margin-top: 10px;
  padding-left: 26px;
}
.reviews-block:last-child {
  margin-bottom: 0;
}
.reviews-item {
  background: #f2f3f4;
  border-radius: 5px;
  padding: 12px;
}
.reviews-item__answer {
  font-weight: 600;
  font-size: 12px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  outline: none;
  border: none;
  background: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.reviews-item__answer:hover {
  text-decoration: none;
}
.reviews-item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}
.reviews-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 4px;
}
.reviews-item__describe {
  font-size: 15px;
  color: #666;
}
.reviews-item__name {
  font-size: 14px;
  font-weight: 500;
}
.reviews-item__date {
  font-weight: 500;
  font-size: 10px;
  color: #8f8e8e;
}
.reviews-item__icon {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reviews-item__icon img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.reviews-item__icon svg {
  fill: #c6d6e5;
}
.reviews-item__like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  font-weight: 500;
  font-size: 11px;
  color: #aab7c5;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.reviews-item__like.active svg {
  fill: #d52b1e;
}
.reviews-item__like svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: #aab7c5;
}

.popover-short {
  width: 200px;
}
.popover-list {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #666;
}
.popover-list li {
  margin-bottom: 12px;
}
.popover-list li:last-child {
  margin-bottom: 0;
}
.popover-list a {
  -webkit-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
.popover-list a:hover {
  color: #000;
}

a.reviews-item__name {
  color: #217a00;
}
a.reviews-item__name:hover {
  text-decoration: underline;
}

.video-play {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: 34.2%;
}
.video-play video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.video-post {
  padding: 12px 24px;
  background: #fff;
}
.video-post__name {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  margin-bottom: 6px;
}
.video-post__view {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.17;
  color: #4f6276;
}
.video-post__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}
.video-post__header .tag {
  margin-right: auto;
}
.video-post__header .tag svg {
  display: none;
}
.video-post__header .reviews-item__like {
  font-size: 14px;
}

.model {
  background: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.model-wrap {
  position: relative;
}
.model-wrap .arrow-green {
  border: none;
  width: 28px;
  height: 28px;
}
.model-wrap .arrow-green svg {
  width: 16px;
  height: 12px;
}
.model-rate {
  background: #fff;
  border-radius: 0 0 5px 5px;
  padding: 6px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
.model-rate .rateofstar____control ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.model-rate .rateofstar____control li {
  width: 18px;
  height: 18px;
}
.model-rate .rateofstar____icon svg {
  width: 18px;
  height: 18px;
}
.model-rate .rateofstar____icon {
  color: #d14e4e;
}
.model-rate .rateofstar____icon, .model-rate .rateofstar____control li::before, .model-rate .rateofstar__[data-animation=on] .rateofstar____control ul:hover .rateofstar____icon {
  color: #d14e4e;
}
.model-rate .rateofstar____icon--inactive, .model-rate .rateofstar__[data-animation=on] .rateofstar____control li:hover ~ li .rateofstar____icon, .model-rate .rateofstar____item--checked ~ li .rateofstar____icon {
  color: #c6d6e5;
}
.model-rate__title {
  font-size: 12px;
}

@media only screen and (max-width: 700px) {
  .model-wrap .model-rate{justify-content: center;padding: 0 4px 4px 4px;}
}

[class^="svg-empty-"] {
    opacity: 0.2;
}


.model-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
}
.model-header__link {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #33ba00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -8px;
}
.model-header__link:first-child {
  margin-left: 0;
}
.model-header__link img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.model-body {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.model-body__rates {
  border: 2px solid #33ba00;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.33;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 12px;
  right: 8px;
}
.model-body .labels {
  position: absolute;
  left: 8px;
  top: 5px;
  z-index: 2;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.model-body .labels__item {
  font-weight: 800;
  font-size: 10px;
  text-transform: uppercase;
}
.model-img {
  display: block;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}
.model-img::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0; /* Затемнение снизу */
  width: 100%;
  height: 40%; /* Регулируй, насколько высоко поднимается затемнение */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none; /* Чтобы затемнение не мешало кликам */
}
.model-img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.model-info {
  position: absolute;
  z-index: 1;
  max-width: 80%;
  padding: 10px 8px;
  left: 0;
  bottom: 0;
}
.model-info__city {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.model-info__text {
  font-size: 11px;
  font-weight: 500;
  color: #fff;
}
.model-info__text b, .model-info__text span, .model-info__text strong {
  font-weight: 700;
  font-size: 16px;
}
.model-info__view {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 500;
  font-size: 11px;
  color: #fff;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2px;
}
.model-info__view svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: #fff;
}

.cards-body {
  background: #fff;
  border-radius: 5px;
  padding: 13px 21px 23px;
}
.cards-body .js-shows-more.active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cards-body .card-block {
  border: none !important;
  padding: 0 !important;
}
.cards-body .card-block__body {
  padding-bottom: 0 !important;
}
.cards-body .card-about {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.cards-body .card-about.active {
  display: block;
  overflow: visible;
}
.cards-body .phone-number {
  display: none;
}
.cards-body hr {
  opacity: 1;
  border-top-color: #dfdfdf;
}
.cards-top {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
  padding: 12px 12px;
}
.cards-top__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  -o-object-fit: cover;
     object-fit: cover;
}
.cards-top::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.cards-top__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}
.cards-top__title {
  font-weight: 800;
  font-size: 32px;
  color: #fff;
  margin-bottom: 8px;
}
.cards-top .news-item__info {
  position: static;
}
.cards-top__content p {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.14;
  color: #fff;
}
.cards-top__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
.cards-top__num-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.71;
  color: #fff;
  margin-top: 7px;
  text-align: center;
}
.cards-top__num-num {
  border-radius: 50%;
  background: #68b04d;
  width: 57px;
  height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #fff;
}
.cards-top .labels {
  gap: 3px;
}
.cards-top .labels__item {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  background: transparent;
  color: #c6d6e5;
  border-color: #c6d6e5;
}
.cards-top .labels__item--green {
  border-color: #7bc55f;
  color: #7bc55f;
}

.card-contacts__verif {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-weight: 500;
  font-size: 15px;
  color: #217a00;
}
.card-contacts__phone {
  min-width: 134px;
}
.card-contacts__email {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-weight: 600;
}
.card-contacts__email:hover {
  text-decoration: underline;
}

.coms-item {
  margin-bottom: 28px;
}
.coms-item:last-child {
  margin-bottom: 0;
}
.coms-item .js-shows-more.active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.coms-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 6px;
}
.coms-item__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.coms-item__stars svg {
  fill: #dd6464;
}
.coms-item__name {
  font-weight: 600;
  font-size: 20px;
  color: #000;
}
.coms-item__info {
  margin-bottom: 26px;
}
.coms-item__info-item {
  font-size: 14px;
  font-weight: 700;
  color: #217a00;
}
.coms-item__info-item span {
  color: #000;
}
.coms-item__date {
  font-weight: 600;
  font-size: 12px;
  color: #666;
  margin-bottom: 8px;
}
.coms-item__text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-weight: 600;
  font-size: 15px;
  color: #666;
}
.coms-item__text.active {
  display: block;
  overflow: visible;
}

.rated {
  background: #dcecfc;
  padding: 23px 22px 28px;
  border-radius: 5px;
}
.rated-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
}
.rated-item {
  width: calc(20% - 8px);
  position: relative;
  z-index: 1;
}
.rated-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}
.rated-item.active {
  width: 23%;
}
.rated-item.active .rated-item__herb {
  margin-bottom: 20px;
}
.rated-item.active .rated-item__num {
  width: 56px;
  height: 56px;
  font-size: 22px;
}
.rated-item__bg {
  border-radius: 5px;
  width: 100%;
  min-height: 459px;
  -o-object-fit: cover;
     object-fit: cover;
}
.rated-item__content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 8px 4px;
}
.rated-item__herb {
  display: block;
  margin: 0 auto 13px;
}
.rated-item__num {
  border-radius: 50%;
  background: #c6d6e5;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 13px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}
.rated-item__num--green {
  background: #68b04d;
}
.rated-item__num--gold {
  background: -webkit-gradient(linear, left top, left bottom, from(#d66600), to(#ffe280));
  background: -o-linear-gradient(top, #d66600 0%, #ffe280 100%);
  background: linear-gradient(180deg, #d66600 0%, #ffe280 100%);
  position: relative;
  z-index: 1;
}
.rated-item__num--gold::before {
  content: "";
  position: absolute;
  width: 71px;
  height: 71px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#d66600), to(#ffe280));
  background: -o-linear-gradient(top, #d66600 0%, #ffe280 100%);
  background: linear-gradient(180deg, #d66600 0%, #ffe280 100%);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.5;
}
.rated-item__name {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
.rated-item__city {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}

.stories-slider .swiper-slide {
  width: 74px;
}

#priceSlider {
  width: 250px;
}
#priceSlider .noUi-connect {
  background: #217a00;
}
#priceSlider.noUi-target {
  background: #c6d6e5;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 5px;
  border-radius: 5px;
}
#priceSlider.noUi-target .noUi-tooltip {
  border-radius: 0;
  background: transparent;
  border: none;
}
#priceSlider.noUi-target .noUi-handle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #217a00;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  top: -3px;
  right: -6px;
  cursor: pointer;
}
#priceSlider.noUi-target .noUi-handle::before, #priceSlider.noUi-target .noUi-handle::after {
  display: none;
}

.sampler {
  border-radius: 5px;
  background: #fff;
  padding: 16px;
}
.sampler-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: #000;
  margin-top: 30px;
}
.sampler-range__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.sampler-alert {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.33;
  text-align: center;
  color: #185800;
  padding: 8px 44px;
  text-align: center;
  background: rgba(188, 228, 173, 0.53);
  border: 1.5px solid #68b04d;
  border-radius: 10px;
  margin-top: 20px;
}
.sampler-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 5px;
}
.sampler-filter__btn {
  border: 1px solid #4f6276;
  border-radius: 100px;
  background: #fff;
  padding: 7px 11px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: #4f6276;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.sampler-filter__btn:hover {
  background: #68b04d;
  color: #fff;
  border-color: #68b04d;
}
.sampler-filter__btn.active {
  background: #68b04d;
  color: #fff;
  border-color: #68b04d;
}
.sampler-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 12px;
}
.sampler-data a:hover {
  text-decoration: underline;
}
.sampler-date {
  font-weight: 500; 
  font-size: 14px;
  color: #4f6276;
  margin-bottom: 6px;
}
.sampler-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
}
.sampler-header .tag {
  margin-left: auto;
  font-weight: 800;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  height: 32px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sampler-header__verif {
  margin-right: 13px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 7px;
}
.sampler-header__verif svg {
  display: block;
  fill: #0093dd;
}
.sampler-header__age {
  margin-right: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #4f6276;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  margin-bottom: 3px;
}
.sampler-header__age span {
  font-weight: 700;
  color: #68b04d;
}
.sampler-header__name {
  font-weight: 700;
  font-size: 32px;
  color: #217a00;
  margin-right: 4px;
}
.sampler-edit {
  outline: none;
  border: none;
  background: transparent;
}
.sampler-edit svg {
  display: block;
  fill: #CAD4DF;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.sampler-edit:hover svg {
  fill: #68b04d;
}
.sampler-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sampler-content .card-contacts {
  margin-bottom: 25px;
  background: #edf1f5;
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 16px;
}
.sampler-content .card-contacts__title {
  margin-bottom: 4px;
}
.sampler-content .card-contacts .phone-number {
  display: none;
}
.sampler-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #cbd5df;
  padding-bottom: 12px;
}
.sampler-info__item {
  text-align: center;
}
.sampler-info__num {
  font-weight: 800;
  font-size: 20px;
  color: #68b04d;
}
.sampler-info__text {
  font-weight: 600;
  font-size: 14px;
  color: #666;
}
.sampler-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 37px;
  gap: 30px;
}
.sampler-gifts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sampler-gifts__img {
  width: 50px;
  height: 50px;
  border: 2px solid #edf1f5;
  border-radius: 50%;
  margin-left: -25px;
  background: #fff;
}
.sampler-gifts__img:first-child {
  margin-left: 0;
}
.sampler-user {
  margin-bottom: 9px;
}
.sampler-user img {
  width: 228px;
  display: inline-block;
  margin: 0 auto;
  border-radius: 10px;
}
.sampler-user a{display: inline-block;position:relative;}
.sampler-user .news-item__type{align-items: center !important;
  bottom:5px;top:auto;left:5px; right:auto;color:#fff;line-height: 15px;
  font-size: 11px;
}
.sampler-user .news-item__type>div{align-items: center !important;}
.sampler-user .news-item__type svg{height: 15px;}
.sampler-aside .tag {
  text-transform: uppercase;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  padding: 10px 13px;
  font-size: 12px;
  line-height: 1;
}
.sampler-aside .labels {
  margin-bottom: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;height: 16px;
      overflow: hidden;
      white-space: nowrap;
}
.sampler-aside .labels__item {
  text-transform: uppercase;
}
.sampler .view {
  padding: 0;
  margin-bottom: 25px;
}
.sampler .view .swiper-button-disabled {
  display: none !important;
}
.sampler .view-item:hover .view-item__describe {
  color: #68b04d;
}
.sampler .view-item{width: 74px;}
.sampler .view-item__img {
  width: 74px;
  height: 74px;
  margin-left: 0;
  margin-bottom: 5px;
}
.sampler .view-item__describe {
  font-weight: 600;
  font-size: 14px; 
  color: #435125;
  -webkit-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
.sampler-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-bottom: 22px;
  border: none;
}
.sampler-nav__btn {
  outline: none;
  border: none;
  padding: 11px 19px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background: transparent;
  border-radius: 100px !important;
  outline: none;
  border: none !important;
  line-height: 1;
}
.sampler-nav__btn-icon {
  display: none;
}
.sampler-nav__btn.active {
  color: #34a30a !important;
  background: #edf1f5 !important;
  border: none !important;
}
.sampler-nav__btn:hover {
  color: #34a30a;
  background: #edf1f5;
  border: none !important;
}

.popover-arrow {
  display: none !important;
}

.gifts {
  margin-top: 20px;
}
.gifts-title {
  font-weight: 700;
  font-size: 24px;
  color: #000;
  line-height: 1.25;
  margin-bottom: 25px;
}
.gifts-block {
  margin-bottom: 30px;
}
.gifts-block:last-child {
  margin-bottom: 0;
}
.gifts-item img {
  max-width: 110px;
  display: block;
  margin: 0 auto;
}

#model_post_comments_modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}
#model_post_comments_modal.show {
  pointer-events: initial;
}
#model_post_comments_modal.show .modal-dialog {
  pointer-events: initial;
}
.models-modal__wrap {
  position: relative;
  z-index: 1;
}
#model_post_comments_modal .btn-close {
  position: absolute;
  top: -16px;
  right: -16px;
  padding: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #33ba00;
  opacity: 1;
  z-index: 5;
  margin: 0;
}
.models-modal__slider .swiper-slide {
  height: auto;
}
.models-modal__slider img, .models-modal__slider video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#model_post_comments_modal .modal-dialog {
  width: 100%;
  max-width: 933px;
  height: auto;
}
.models-modal__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.models-modal__view {
  width: 50%;
  position: relative;
}
.models-modal__view .models-modal__nav {
  display: none;
}
.models-modal__view .arrow-green {
  border: none;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.models-modal__view .arrow-green.swiper-button-disabled {
  opacity: 0 !important;
}
.models-modal__view .arrow-green:hover {
  background: #fff;
}
.models-modal__view .arrow-green:hover svg {
  fill: #000;
}
.models-modal__view .arrow-green svg {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.models-modal__content {
  width: 50%;
  background: #fff;
  padding: 12px 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.models-modal__content .reviews-form {
  margin-top: auto;
}
.models-modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.models-modal__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow-y: auto;
  max-height: 100vh;
  margin-bottom: 20px;
}
.models-modal__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  margin-bottom: 15px;
}
.models-modal__comment:last-child {
  margin-bottom: 0;
}
.models-modal__comment-content p {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.models-modal__comment-content p b, .models-modal__comment-content p strong {
  font-weight: 700;
}
.models-modal__comment-time {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #666;
}
.models-modal__comment-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 53px;
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid #33ba00;
}
.models-modal__comment-img img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.models-modal__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.models-modal__nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  font-weight: 600;
  font-size: 10px;
  text-align: center;
  line-height: 1;
  color: #000;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.models-modal__nav-btn_gor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  color: #000;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.models-modal__nav-btn_gor span{margin-left:5px;line-height: 17px;}
.models-modal__nav-btn.active {
  color: #33ba00;
}
.models-modal__nav-btn.active svg {
  stroke: #33ba00;
}


.models-modal__nav-btn.active.__like {
  color: #fff;
}
.models-modal__nav-btn.active.__like svg,.models-modal__nav-btn_gor.active.__like svg {
  stroke: #a70000;
  fill:#a70000;
}

.models-modal__nav-btn.active.__book,.models-modal__nav-btn_gor.active.__book {
  color: #000;
}
.models-modal__nav-btn.active.__book,.models-modal__nav-btn_gor.active.__comment {
  color: #000;
}
.models-modal__nav-btn.active.__book svg,.models-modal__nav-btn_gor.active.__book svg {
  stroke: #000;
  fill:#000;
}


.models-modal__nav-btn:hover {
  color: #33ba00;
}
.models-modal__nav-btn:hover svg {
  stroke: #33ba00;
}
.models-modal__nav-btn svg,.models-modal__nav-btn_gor svg {
  display: block;
  margin: 0 auto;
  fill: transparent;
  stroke: #000;
  margin-bottom: 4px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.models-modal__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.models-modal__user-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 53px;
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid #33ba00;
}
.models-modal__user-img img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.models-modal__user-time {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  margin-top: 8px;
  color: #666;
}
.models-modal__user-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #000;
}
.models-modal__user-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  font-size: 14px;
  font-weight: 500;
  margin-left: 8px;
}
.models-modal__user-view svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media only screen and (max-width: 1600px) {
  .rated-item__bg {
    min-height: 300px;
  }
}
@media only screen and (max-width: 1300px) {
  .rated-item__bg {
    min-height: 250px;
  }
}
@media only screen and (max-width: 1199px) {
  .wrap {
    gap: 0;
  }
  .wrap__aside {
    width: 0;
  }
  .wrap__aside > * {
    display: none;
  }
  .wrap__aside .aside {
    display: block;
  }
  .titles {
    margin-bottom: 8px;
  }
  .aside {
    position: fixed;
    left: 0;
    top: 0;
    width: 275px;
    height: 100%;
    z-index: 2000;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    pointer-events: none;
  }
  .aside.open {
    pointer-events: initial;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .aside-list {
    padding-top: 10px;
    height: 100%;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 1023px) {
  #model_post_comments_modal {
    display: block !important;
  }
  .models-modal__content {
  }
  .models-modal__view {
    width: 100%;
  }
  .models-modal__view .swiper-slide {
    position: relative;
  }
  .models-modal__viewxxx .swiper-slidexxx::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
  }
  .models-modal__view .models-modal__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 2;
  }
  .models-modal__view .models-modal__nav-btn {
    color: #fff;
  }
  .models-modal__view .models-modal__nav-btn svg {
    stroke: #fff;
  }
  #model_post_comments_modal .modal-dialog {
    max-width: 450px;margin: auto !important;
  }
  .modelsmodalmob {
    background: rgba(0, 0, 0, 0.8);
  }
  .modelsmodalmob .reviews-smiles svg {
    stroke: #AAB7C5;
  }
  .modelsmodalmob .reviews-form input {
    background: #191919;
    color: #fff;
    border-color: #191919;
  }
  .modelsmodalmob .reviews-form input::-webkit-input-placeholder {
    color: #787878;
  }
  .modelsmodalmob .reviews-form input::-moz-placeholder {
    color: #787878;
  }
  .modelsmodalmob .reviews-form input:-ms-input-placeholder {
    color: #787878;
  }
  .modelsmodalmob .reviews-form input::-ms-input-placeholder {
    color: #787878;
  }
  .modelsmodalmob .reviews-form input::placeholder {
    color: #787878;
  }
  .modelsmodalmob .models-modal__header {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .modelsmodalmob .models-modal__body {
    max-height: none;
    overflow-y: initial;
  }
  .modelsmodalmob .models-modal__comment-img {
    background: #fff;
  }
  .modelsmodalmob .models-modal__comment-time {
    color: #8f8f8f;
  }
  .modelsmodalmob .models-modal__nav-btn {
    color: #fff;
  }
  .modelsmodalmob .models-modal__nav-btn svg {
    stroke: #fff;
  }
  .modelsmodalmob .models-modal__user-img {
    background: #fff;
  }
  .modelsmodalmob .models-modal__user-name {
    color: #fff;
  }
  .modelsmodalmob .models-modal__user-view svg {
    fill: #fff;
  }
  .modelsmodalmob .models-modal__user-time {
    color: #c3c3c3;
  }
  .modelsmodalmob .models-modal__content {
    width: 100%;
    display: block;
    background: transparent;
    color: #fff;
  }
  .video-play {
    padding-top: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #model_post_comments_modal.show .modal-dialog {
    margin: 0;
    padding: 20px 15px;
  }
  #model_post_comments_modal .btn-close {
    right: -10px;
  }
  .rated {
    padding: 8px;
  }
  #main_photo_swip .model-info {
  
  bottom: 23px;
}
  .rated-row {
    gap: 2px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 27% 46% 27%;
    grid-template-columns: 27% 46% 27%;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .rated-item {
    width: 100%;
  }
  .rated-item__herb {
    width: 47px;
    margin-bottom: 5px;
  }
  .rated-item__info {
    display: none;
  }
  .rated-item__num {
    width: 26px;
    height: 26px;
    font-size: 11px;
    margin-bottom: 0;
  }
  .rated-item__bg {
    min-height: auto !important;
    height: 100%;
  }
  .rated-item.active {
    width: 100%;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
    height: 100%;
  }
  .rated-item.active .rated-item__herb {
    width: 92px;
  }
  .rated-item.active .rated-item__info {
    display: block;
  }
  .rated-item.active .rated-item__num {
    width: 43px;
    height: 43px;
    font-size: 22px;
  }
  .rated-item.active .rated-item__num::before {
    width: 54px;
    height: 54px;
  }
  .view {
    padding-left: 42px;
    padding-right: 42px;
  }
  .view-prev {
    left: 4px;
    width: 24px !important;
    height: 24px !important;
    margin-top: -12px;
  }
  .view-next {
    right: 4px;
    width: 24px !important;
    height: 24px !important;
    margin-top: -12px;
  }
  .view-item__img {
    width: 80px;
    height: 80px;
    margin-left: 0;
  }
  .view-item__name, .view-item__describe {
    font-size: 11px;
  }
  .model-rate__title {
    font-size: 10px;
    line-height: 1.25;
  }
  .titles .breadcrumb {
    margin-bottom: 15px;
  }
  .titles .tag {
    width: 43px;
    height: 43px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .titles .tag span {
    display: none;
  }
  .titles .tag svg {
    display: block;
  }
  .news-item__buy {
    display: none;
  }
  .news-item__type {
    right: 8px;
    top: 8px;
  }
  .news-item__type svg {
    width: 20px;
    height: 17px;
  }
  .news-item__content {
    padding: 8px;
  }
  .news-item__title {
    font-size: 14px;
  }
  .postss-tags {
    margin-bottom: 20px;
  }
  .postss h1 {
    font-size: 18px;
    line-height: 1.11;
    margin-bottom: 20px;
  }
  .postss h2, .postss h3 {
    font-size: 16px;
    line-height: 1.12;
    margin-bottom: 20px;
  }
  .postss p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.33;
  }
  .postss ol, .postss ul {
    margin-bottom: 20px;
  }
  .postss ol li, .postss ul li {
    font-size: 15px;
    line-height: 1.33;
    margin-bottom: 10px;
  }
  .postss blockquote {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.33;
    padding-left: 5px;
    border-left-width: 1px;
  }
  .postss video {
    margin-bottom: 20px;
    height: 220px;
  }
  .postss-slider {
    margin-bottom: 20px;
    padding: 0;
  }
  .reviews {
    padding: 24px 16px;
  }
  .reviews-wrap {
    margin-top: 20px;
  }
  .reviews-block .reviews-block {
    padding-left: 15px;
  }
  .annonce-item__content {
    padding: 8px;
  }
  .annonce-item__title {
    font-size: 12px;
    line-height: 1.17;
    display: inline-block;
  }
  .video-post {
    padding: 24px 16px 8px;
  }
  .video-post__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
  }
  .model-body .news-item__info {
    right: 0;
  }
  .cards-top .labels__item {
    font-size: 14px;
  }
  .cards-top__num-num {
    width: 40px;
    height: 40px;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
  }
  .cards-top__num-text {
    line-height: 1;
  }
  .cards-top__title {
    font-size: 24px;
  }
  .stories-slider .swiper-slide {
    width: 64px;
  }
  .sampler-alert {
    padding: 12px;
    font-size: 14px;
  }
  .sampler-range {
    display: block;
  }
  .sampler-range__row {
    white-space: nowrap;
    margin-top: 30px;
  }
  .sampler-filter {
    gap: 8px 4px;
  }
  .sampler-filter__btn {
    padding: 5px 8px;
    font-size: 12px;
  }
  .sampler-user img {
    margin-left: 0;
  }
  .sampler-gifts {
    margin-bottom: 0;
  }
  .sampler-aside .tag {
    margin-left: 12px;
  }
  .sampler-content .card-contacts {
    margin-bottom: 12px;
  }
 
  .sampler-content .card-contacts__social .icon {
    width: 20px;
    height: 20px;
  }
  .sampler-content .card-contacts__verif {
    font-size: 12px;
    gap: 4px;
  }
  .sampler-content .card-contacts__verif svg {
    width: 15px;
  }
  .sampler-content .card-contacts__phone {
    min-width: 87px;
  }
  
  .sampler-content .card-contacts__title {
    display: none;
  }
  .sampler .view-item__img {
    width: 74px;
    height: 74px;
    border-width: 3px;
  }
  .sampler .view-item__describe {
    font-size: 11px;max-height: 30px;
  }
  .sampler-info__num {
    font-size: 14px;
  }
  .sampler-info__text {
    font-size: 12px;
  }
  .sampler-edit {
    padding: 0;
  }
  .sampler-edit svg {
    width: 18px;
    height: 18px;
  }
  .sampler-row {
    display: block;
    margin-bottom: 18px;
  }
  .sampler-date {
    margin-bottom: 3px; 
  }
  .sampler-data {
    margin-bottom: 6px;
  }
  .sampler-aside {
    margin-bottom: 24px;
  }
  .sampler-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 4px;
    gap: 4px;max-height: 25px;
    overflow: clip;
  }
  .sampler-header__name {
    font-size: 24px;
  }
  .sampler-header__verif {
    margin-right: 8px;
  }
  .sampler-header__age {
    font-size: 12px;
    margin-right: 6px;
  }
  .sampler-header .tag {
    margin-left: auto;
    font-size: 12px;
  }
  .sampler-nav {
    gap: 12px;
  }
  .sampler-nav__btn {
    font-weight: 600;
    font-size: 11px;
    color: #4f6276;
    text-align: center;
    padding: 0;
    border-radius: 0;
  }
  .sampler-nav__btn:hover {
    background: transparent !important;
  }
  .sampler-nav__btn.active {
    border-radius: 0;
    background: transparent !important;
  }
  .sampler-nav__btn.active .sampler-nav__btn-icon {
    background: #68b04d;
  }
  .sampler-nav__btn.active .sampler-nav__btn-icon svg {
    stroke: #fff;
  }
  .sampler-nav__btn-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #edf1f5;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
  }
  .sampler-nav__btn-icon svg {
    fill: transparent;
    stroke: #000;
  }


  .sampler-user .news-item__type>div{align-items: center !important;}
  .sampler-user .news-item__type svg{height: 12px;}
  
}

.g-1, .gy-1 {
  --bs-gutter-y: 0.1rem !important;
}
.g-1, .gx-1 {
  --bs-gutter-x: 0.1rem !important;
}

@media only screen and (max-width: 767px) {
  .container-fluid{padding-right: calc(var(--bs-gutter-x) * .1);
    padding-left: calc(var(--bs-gutter-x) * .1);
  }
}
#message_content {
  min-height: calc(100vh - 380px) !important;
}


.jq-stars {
  display: inline-block;
}

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}

.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
}

.jq-star-svg {
  padding-left: 3px;
  width: 100%;
  height: 100% ;
}

.jq-star:hover .fs-star-svg path {
}

.jq-star-svg path {
  /* stroke: #000; */
  stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
  -webkit-filter: drop-shadow( -2px -2px 2px #888 );
  filter: drop-shadow( -2px -2px 2px #888 );
}

.styled-text li{display:flow-root list-item;}

@media (min-width: 1900px) {
  .col-xxxl-1 { width: 8.33%; }
  .col-xxxl-2 { width: 16.66%; }
  .col-xxxl-3 { width: 25%; }
  .col-xxxl-4 { width: 33.33%; }
  .col-xxxl-5 { width: 41.66%; }
  .col-xxxl-6 { width: 50%; }
  .col-xxxl-7 { width: 58.33%; }
  .col-xxxl-8 { width: 66.66%; }
  .col-xxxl-9 { width: 75%; }
  .col-xxxl-10 { width: 83.33%; }
  .col-xxxl-11 { width: 91.66%; }
  .col-xxxl-12 { width: 100%; }
}
@media (min-width: 1900px) {
  .d-xxxl-block { display: block !important; }
  .d-xxxl-inline { display: inline !important; }
  .d-xxxl-inline-block { display: inline-block !important; }
  .d-xxxl-flex { display: flex !important; }
  .d-xxxl-inline-flex { display: inline-flex !important; }
  .d-xxxl-none { display: none !important; }
}

@media only screen and (max-width: 767px) {
  .sampler-user {
    width: 140px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 16px;
  }
}@media only screen and (max-width: 767px) {
  .sampler-gifts {
    margin-bottom: 0;
  }
}
.sampler-tops .button--success {
  font-weight: 800;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  height: 32px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sampler-header__age {
  margin-right: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #4f6276;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  margin-bottom: 3px;
}@media only screen and (max-width: 767px) {
  .sampler-tops .button--success {
    font-size: 10px;
    height: 21px;
    padding: 2px 5px;
  }
  .sampler-data { font-size: 14px;}

  .sampler-block {
    position: absolute;
    left: 174px;
    top: 37px;
    width: calc(100% - 128px);
  }

  .sampler-tops {
    position: absolute;
    top: 8px;
    right: 7px;
  }

  .sampler-header__age {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    color: #000;
  }

  .sampler-info {
    margin-bottom: 18px;
    padding-bottom: 6px;
  }
}

@media only screen and (max-width: 700px) {
  .models-modal__content {
    width: 100%;
  }
  #model_post_comments_modal .models-modal__row{flex-direction: column !important;}

  .btn-picture{
    min-width: auto;font-size: 12px;
  }
}

.usermenuli li{list-style: none;}






.model-wrap .swiper { 
  width: 100%;
} 

.model-wrap .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 285px;
  height: auto;
  position: relative;
  overflow: hidden;
}

.model-wrap .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: all 0.2s ease;
}

.model-wrap .swiper-slide-active img:hover {
  transform: scale(1.1);
}



.model-wrap .swiper-slide-active h3 {
  display: initial;
}



.model-wrap .swiper-button-next, .swiper-button-prev {
  
  transition: all 0.2s ease;
}









[dir="rtl"] body {
  direction: rtl;
  unicode-bidi: embed;
}

[dir="rtl"] .footer__logo::before {
  left: calc(100% - 1px) !important;
  right:auto !important;
}
[dir="rtl"] .footer__content {
  padding-right: 36px;
  padding-left: 0;
}
[dir="rtl"] .header__top{
  padding: 5px 36px 5px 0;
}
[dir="rtl"] .header__logo::before {
  left: calc(100% - 1px) !important;
  right:auto !important;
} 
[dir="rtl"] .header__logo {
  z-index: 1;
}
[dir="rtl"] .header__bottom {
  padding: 10px 36px 10px 1px; 
}
[dir="rtl"] .styled-text,[dir="rtl"] .cc-menu-dropdown,[dir="rtl"] .cc-menu,[dir="rtl"] .sampler-content{ text-align: right;}

@media only screen and (max-width: 767px) {
  [dir="rtl"] .sampler-block {
    left: 6px;
  }

  [dir="rtl"] .sampler-tops {
    left: 3px;
    right:auto;
  }
}

[dir="rtl"] .wrap__content{ text-align: right;}
[dir="rtl"] .blogtitle{ text-align: right !important;} 

[dir="rtl"] .search-btn{margin-left: 0 !important;margin-right: 5px !important;}
[dir="rtl"] .city-btn{margin-right: 5px !important;}
[dir="rtl"] .burger{margin-left: auto;margin-right: 0 !important;} 
[dir="rtl"] .model-info{width: 80%;}

.model-info__text{white-space: nowrap;}

@keyframes arrowMove {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}

.icon-arrow-right {
  animation: arrowMove 1s infinite ease-in-out; 
} 