/*Profile*/
.cabinet-wrap {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.96fr 30px 2fr;
  grid-template-columns: 0.96fr 2fr;
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .cabinet-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .cabinet-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.cabinet-wrap .peapl-side {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cabinet-wrap .peapl-side .peapl-profile {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1199px) {
  .cabinet-wrap .peapl-side .peapl-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    background: #fff;
    -webkit-box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12),
      0px 10px 32px -4px rgba(24, 39, 75, 0.1);
    box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12),
      0px 10px 32px -4px rgba(24, 39, 75, 0.1);
    border-radius: 16px;
  }
}
@media screen and (max-width: 768px) {
  .cabinet-wrap .peapl-side .peapl-profile {
    display: block;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }
}
.cabinet-wrap .peapl-side .peapl-profile .peapl-ava {
  border-radius: 8px 8px 0px 0px;
  max-width: 380px;
  width: 100%;
  height: 380px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .cabinet-wrap .peapl-side .peapl-profile .peapl-ava {
    border-radius: 8px 8px 0px 0px;
    height: 360px;
  }
}
@media screen and (max-width: 768px) {
  .cabinet-wrap .peapl-side .peapl-profile .peapl-ava {
    max-width: none;
    height: 340px;
    border-radius: 8px 8px 0px 0px;
  }
}
.cabinet-wrap .peapl-side .peapl-profile .peapl-ava img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cabinet-wrap .peapl-side .peapl-profile .peapl-data {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 0px 0px 8px 8px;
  border: 1px solid #d8d8d8;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .cabinet-wrap .peapl-side .peapl-profile .peapl-data {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .cabinet-wrap .peapl-side .peapl-profile .peapl-data {
    text-align: center;
  }
}
.cabinet-wrap .peapl-side .peapl-profile .peapl-data .dags-wrap {
  position: relative;
  padding: 15px 15px;
}
.cabinet-wrap .peapl-side .peapl-profile .peapl-data .peapl-nickname {
  position: relative;
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  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;
  text-align: center;
  font-feature-ndstings: 'pnum' on, 'lnum' on;
  color: rgba(49, 49, 49, 0.7);
  padding: 3px 0;
}
@media screen and (max-width: 1199px) {
  .cabinet-wrap .peapl-side .peapl-profile .peapl-data .peapl-nickname {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .cabinet-wrap .peapl-side .peapl-profile .peapl-data .peapl-nickname {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.cabinet-wrap .peapl-side .peapl-profile .peapl-data .papl-name {
  color: #191e1d;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
}
@media screen and (max-width: 1199px) {
  .cabinet-wrap .peapl-side .peapl-profile .peapl-data .papl-name {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .cabinet-wrap .peapl-side .peapl-profile .peapl-data .papl-name {
    text-align: center;
  }
}
.cabinet-wrap .peapl-side .peapl-profile .peapl-data .profile_footer {
  border-top: 1px solid #e6e6e6;
  padding: 10px 0;
  margin: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .cabinet-wrap .peapl-side .peapl-profile .peapl-data .profile_footer {
    border: 0;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .cabinet-wrap .peapl-side .peapl-profile .peapl-data .profile_footer {
    display: block;
    border-top: 1px solid #e6e6e6;
    padding: 20px 0;
    margin: 10px 0 0;
  }
}
.cabinet-wrap .peapl-side .peapl-profile .peapl-data .btn-gr {
  position: relative;
  max-width: none;
  margin: 15px 0 0;
  max-width: none;
  width: calc(100% - 30px);
}
@media screen and (max-width: 1199px) {
  .cabinet-wrap .peapl-side .peapl-profile .peapl-data .btn-gr {
    width: calc(100% - 0px);
  }
}
.cabinet-wrap .peapl-side .peapl-profile .peapl-data .btn-gr .btn-primary {
  width: 100%;
  max-width: none;
  border-radius: 8px;
  background: #73c1ff;
  padding: 13px 40px;
  max-width: none;
}
@media screen and (max-width: 768px) {
  .cabinet-wrap .peapl-side .peapl-profile .peapl-data .btn-gr .btn-primary {
    max-width: none;
    width: 100%;
  }
}
.cabinet-wrap .peapl-side .peapl-profile .peapl-data .btn-gr .btn-primary span {
  font-size: 12px;
}
.cabinet-wrap .data-side {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .cabinet-wrap .data-side {
    padding: 30px 0 0;
  }
}
.cabinet-wrap .data-side .peapl-full-info {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cabinet-wrap .data-side .peapl-full-info h1 {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .cabinet-wrap .data-side .peapl-full-info h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
  }
}
.cabinet-wrap .data-side .peapl-full-info .peapl-data-block {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #73c1ff;
  margin: 20px 0 0;
}
.cabinet-wrap
  .data-side
  .peapl-full-info
  .peapl-data-block
  .block-wrap
  .block-header {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 30px;
}
@media screen and (max-width: 768px) {
  .cabinet-wrap
    .data-side
    .peapl-full-info
    .peapl-data-block
    .block-wrap
    .block-header {
    padding: 20px 20px;
  }
}
.cabinet-wrap
  .data-side
  .peapl-full-info
  .peapl-data-block
  .block-wrap
  .block-header
  .block-tag {
  position: relative;
}
.cabinet-wrap
  .data-side
  .peapl-full-info
  .peapl-data-block
  .block-wrap
  .block-header
  .block-tag
  ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.cabinet-wrap
  .data-side
  .peapl-full-info
  .peapl-data-block
  .block-wrap
  .block-header
  .block-tag
  ul
  li
  a {
  display: block;
  padding: 6px 20px;
  border-radius: 8px;
  border: 1px solid rgba(126, 126, 126, 0.3);
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #1d1f21;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
}
.cabinet-wrap
  .data-side
  .peapl-full-info
  .peapl-data-block
  .block-wrap
  .block-header
  .block-tag
  ul
  li
  a:hover {
  background-color: #5196ff;
}
.cabinet-wrap
  .data-side
  .peapl-full-info
  .peapl-data-block
  .block-wrap
  .block-header
  .block-report {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .cabinet-wrap
    .data-side
    .peapl-full-info
    .peapl-data-block
    .block-wrap
    .block-header
    .block-report {
    padding: 20px 0 0;
  }
}
.cabinet-wrap
  .data-side
  .peapl-full-info
  .peapl-data-block
  .block-wrap
  .block-header
  .block-report
  .btn-report {
  color: var(--body, rgba(49, 49, 49, 0.7));
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  background-color: transparent;
  border: 0;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cabinet-wrap
  .data-side
  .peapl-full-info
  .peapl-data-block
  .block-wrap
  .block-header
  .block-report
  .btn-report:hover {
  opacity: 1;
}
.cabinet-wrap .data-side .peapl-full-info .peapl-data-block .block-content {
  position: relative;
  padding: 15px 30px;
}
@media screen and (max-width: 768px) {
  .cabinet-wrap .data-side .peapl-full-info .peapl-data-block .block-content {
    padding: 15px 20px;
  }
}
.cabinet-wrap
  .data-side
  .peapl-full-info
  .peapl-data-block
  .block-content
  .content-row {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-gap: 20px;
}
.cabinet-wrap
  .data-side
  .peapl-full-info
  .peapl-data-block
  .block-content
  .content-row
  .col-item {
  position: relative;
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cabinet-wrap
  .data-side
  .peapl-full-info
  .peapl-data-block
  .block-content
  .content-row
  .col-item
  strong {
  font-weight: bold;
  margin-right: -5px;
  display: inline-block;
}
.cabinet-wrap .data-side .peapl-full-info .peapl-data-block .social-media {
  position: relative;
  border-top: 1px solid rgba(64, 163, 229, 0.2);
  margin: 5px 0;
}
.cabinet-wrap
  .data-side
  .peapl-full-info
  .peapl-data-block
  .social-media
  .social-wrap {
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .cabinet-wrap
    .data-side
    .peapl-full-info
    .peapl-data-block
    .social-media
    .social-wrap {
    padding: 20px 20px;
  }
}
.cabinet-wrap
  .data-side
  .peapl-full-info
  .peapl-data-block
  .social-media
  .social-wrap
  ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 13px;
}
.cabinet-wrap
  .data-side
  .peapl-full-info
  .peapl-data-block
  .social-media
  .social-wrap
  ul
  li
  a {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-decoration: none;
}
.cabinet-wrap .data-side .peapl-full-info .btn-promote {
  border-radius: 0px 0px 8px 8px;
  background: linear-gradient(137deg, #73c1ff 0%, #1359e0 100%);
  border: 0;
  width: calc(100% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 15px 30px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #1d1f21;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .cabinet-wrap .data-side .peapl-full-info .btn-promote {
    text-align: center;
    padding: 22px 30px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.cabinet-wrap .data-side .peapl-full-info .btn-promote:hover {
  -webkit-box-shadow: 0 0 0 4px rgba(107, 166, 255, 0.1450980392);
  box-shadow: 0 0 0 4px rgba(107, 166, 255, 0.1450980392);
}
.cabinet-wrap .faq::before {
  display: none;
}

.block-popular {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .block-popular {
    padding: 100px 0 0;
  }
}
.block-popular .block-title {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .block-popular .block-title {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .block-popular .ctss-slide {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 15px;
    padding: 35px 0 0;
  }
  .block-popular .ctss-slide .slder-row:after {
    background-size: contain;
    width: 100%;
  }
  .block-popular .ctss-slide .cart-cover {
    max-width: none;
    height: 252px;
  }
  .block-popular .ctss-slide .cart-cover .triale {
    right: -60px;
  }
  .block-popular .ctss-slide .cart-cover .triale._free {
    font-family: Raleway;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .block-popular .ctss-slide {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    grid-gap: 30px;
  }
  .block-popular .ctss-slide .cart-cover {
    height: 208px;
  }
}
@media screen and (max-width: 768px) {
  .block-popular .ctss-slide {
    margin: 20px 0 0;
    grid-gap: 0px;
  }
  .block-popular .ctss-slide .cart-cover {
    height: 342px;
  }
}
.block-popular ._popular .swiper-paginations {
  display: none;
}
@media screen and (max-width: 768px) {
  .block-popular ._popular .swiper-paginations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }
}
.block-popular .cass-wrap {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 15px;
}
@media screen and (max-width: 768px) {
  .block-popular .cass-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px 0;
  }
}
.block-popular .cart-cover {
  max-width: 253px;
  height: 252px;
}
@media screen and (max-width: 768px) {
  .block-popular .cart-cover {
    max-width: none;
    height: 340px;
  }
}
.block-popular .cart-cover .triale {
  right: -60px;
}
.block-popular .cart-cover .triale._free {
  font-family: Raleway;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}

.profile-text {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.profile-text h3,
.profile-text h2 {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #000000;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .profile-text h3,
  .profile-text h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
  }
}
.profile-text p {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #7a8598;
  margin-bottom: 15px;
}
.profile-text p:last-child {
  margin-bottom: 0;
}
.profile-text blockquote {
  background: linear-gradient(114.23deg, #65fac6 0%, #6ba6ff 100%);
  border-radius: 16px;
  font-family: Raleway;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #1b5d78;
  padding: 20px 20px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .profile-text blockquote {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }
}
.profile-text blockquote a {
  text-decoration: underline;
  color: #000000;
}
.profile-text .subscribe {
  margin: 50px 0 0;
}
.profile-text .subscribe .subscribe-row {
  text-align: center;
  padding: 50px 30px;
}
.profile-text .subscribe .subs-left {
  max-width: 630px;
  margin: 0 auto;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}
.profile-text .faq {
  margin: 0px auto 0;
}
.profile-text .faq .faq_items {
  margin-bottom: 20px;
  border-radius: 8px;
}
.profile-text .faq .faq_items .blok_header .title {
  max-width: 560px;
}
@media screen and (max-width: 768px) {
  .profile-text .faq .faq_items .blok_header .title {
    max-width: 200px;
  }
}

.img-grs {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0;
}
.img-grs .img-row {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .img-grs .img-row {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 15px;
  }
}
.img-grs .img-row .img-item {
  border-radius: 8px;
  overflow: hidden;
  max-width: 375px;
  width: 100%;
  height: 325px;
}
@media screen and (max-width: 768px) {
  .img-grs .img-row .img-item {
    max-width: none;
    height: 140px;
  }
}
.img-grs .img-row img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.img-grs .mg-cptions {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  text-align: center;
  padding: 15px 0 5px;
}
@media screen and (max-width: 768px) {
  .img-grs .mg-cptions {
    text-align: left;
  }
}

.share-block {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0 0;
  margin: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.share-block span {
  font-family: Raleway;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #7a8598;
}
.share-block._post_share {
  max-width: 800px;
  width: calc(100% - 30px);
  margin: 20px auto 0;
}
.share-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Raleway;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}
.share-block ul li i {
  width: 16px;
  height: 16px;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .share-block ul li i {
    width: 10px;
    height: 10px;
  }
}
.share-block .ico-linkendin {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.25 3H4.21094C3.54688 3 3 3.58594 3 4.28906V19.25C3 19.9531 3.54688 20.5 4.21094 20.5H19.25C19.9141 20.5 20.5 19.9531 20.5 19.25V4.28906C20.5 3.58594 19.9141 3 19.25 3ZM8.27344 18H5.69531V9.67969H8.27344V18ZM6.98438 8.50781C6.125 8.50781 5.46094 7.84375 5.46094 7.02344C5.46094 6.20312 6.125 5.5 6.98438 5.5C7.80469 5.5 8.46875 6.20312 8.46875 7.02344C8.46875 7.84375 7.80469 8.50781 6.98438 8.50781ZM18 18H15.3828V13.9375C15.3828 13 15.3828 11.75 14.0547 11.75C12.6875 11.75 12.4922 12.8047 12.4922 13.8984V18H9.91406V9.67969H12.375V10.8125H12.4141C12.7656 10.1484 13.625 9.44531 14.875 9.44531C17.4922 9.44531 18 11.2031 18 13.4297V18Z' fill='%23333B42'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.share-block .ico-linkendin:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.25 3H4.21094C3.54688 3 3 3.58594 3 4.28906V19.25C3 19.9531 3.54688 20.5 4.21094 20.5H19.25C19.9141 20.5 20.5 19.9531 20.5 19.25V4.28906C20.5 3.58594 19.9141 3 19.25 3ZM8.27344 18H5.69531V9.67969H8.27344V18ZM6.98438 8.50781C6.125 8.50781 5.46094 7.84375 5.46094 7.02344C5.46094 6.20312 6.125 5.5 6.98438 5.5C7.80469 5.5 8.46875 6.20312 8.46875 7.02344C8.46875 7.84375 7.80469 8.50781 6.98438 8.50781ZM18 18H15.3828V13.9375C15.3828 13 15.3828 11.75 14.0547 11.75C12.6875 11.75 12.4922 12.8047 12.4922 13.8984V18H9.91406V9.67969H12.375V10.8125H12.4141C12.7656 10.1484 13.625 9.44531 14.875 9.44531C17.4922 9.44531 18 11.2031 18 13.4297V18Z' fill='%2316BFFD'/%3E%3C/svg%3E%0A");
}
.share-block .ico-twitter {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.9297 8.02344C19.9297 8.21875 19.9297 8.375 19.9297 8.57032C19.9297 14 15.8281 20.2109 8.28906 20.2109C5.94531 20.2109 3.79688 19.5468 2 18.375C2.3125 18.414 2.625 18.4531 2.97656 18.4531C4.89062 18.4531 6.64844 17.789 8.05469 16.6953C6.25781 16.6562 4.73438 15.4843 4.22656 13.8437C4.5 13.8828 4.73438 13.9218 5.00781 13.9218C5.35938 13.9218 5.75 13.8437 6.0625 13.7656C4.1875 13.375 2.78125 11.7344 2.78125 9.74219V9.70313C3.32812 10.0156 3.99219 10.1719 4.65625 10.2109C3.52344 9.46875 2.82031 8.21875 2.82031 6.8125C2.82031 6.03125 3.01562 5.32813 3.36719 4.74219C5.39844 7.20313 8.44531 8.84375 11.8438 9.03906C11.7656 8.72656 11.7266 8.41406 11.7266 8.10156C11.7266 5.83594 13.5625 4 15.8281 4C17 4 18.0547 4.46875 18.8359 5.28906C19.7344 5.09375 20.6328 4.74219 21.4141 4.27344C21.1016 5.25 20.4766 6.03125 19.6172 6.53906C20.4375 6.46094 21.2578 6.22656 21.9609 5.91406C21.4141 6.73438 20.7109 7.4375 19.9297 8.02344Z' fill='%23333B42'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.share-block .ico-twitter:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.9297 8.02344C19.9297 8.21875 19.9297 8.375 19.9297 8.57032C19.9297 14 15.8281 20.2109 8.28906 20.2109C5.94531 20.2109 3.79688 19.5468 2 18.375C2.3125 18.414 2.625 18.4531 2.97656 18.4531C4.89062 18.4531 6.64844 17.789 8.05469 16.6953C6.25781 16.6562 4.73438 15.4843 4.22656 13.8437C4.5 13.8828 4.73438 13.9218 5.00781 13.9218C5.35938 13.9218 5.75 13.8437 6.0625 13.7656C4.1875 13.375 2.78125 11.7344 2.78125 9.74219V9.70313C3.32812 10.0156 3.99219 10.1719 4.65625 10.2109C3.52344 9.46875 2.82031 8.21875 2.82031 6.8125C2.82031 6.03125 3.01562 5.32813 3.36719 4.74219C5.39844 7.20313 8.44531 8.84375 11.8438 9.03906C11.7656 8.72656 11.7266 8.41406 11.7266 8.10156C11.7266 5.83594 13.5625 4 15.8281 4C17 4 18.0547 4.46875 18.8359 5.28906C19.7344 5.09375 20.6328 4.74219 21.4141 4.27344C21.1016 5.25 20.4766 6.03125 19.6172 6.53906C20.4375 6.46094 21.2578 6.22656 21.9609 5.91406C21.4141 6.73438 20.7109 7.4375 19.9297 8.02344Z' fill='%2316BFFD'/%3E%3C/svg%3E%0A");
}
.share-block .ico-slink {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.17969 7.64234C9.03907 5.78297 12.0605 5.78297 13.9199 7.64234C15.7128 9.40211 15.7793 12.2576 14.1523 14.1501L13.9531 14.3493C13.6543 14.6814 13.1562 14.7146 12.8242 14.449C12.4921 14.1501 12.4589 13.6521 12.7578 13.32L12.9238 13.1209C14.0527 11.8591 13.9863 9.96656 12.791 8.77125C11.5625 7.50953 9.53711 7.50953 8.27539 8.77125L4.52344 12.5232C3.29493 13.7849 3.29493 15.7771 4.52344 17.0388C5.71875 18.2009 7.61133 18.2673 8.87305 17.1716L9.07227 17.0056C9.4043 16.7068 9.90235 16.74 10.2012 17.072C10.5 17.404 10.4668 17.9021 10.1348 18.2009L9.93555 18.3669C8.04297 20.0271 5.1875 19.9275 3.39453 18.1677C1.53516 16.3083 1.53516 13.2536 3.39453 11.3943L7.17969 7.64234ZM16.9414 15.9099C15.0488 17.7693 12.0273 17.7693 10.168 15.9099C8.375 14.1169 8.3086 11.2947 9.93555 9.40211L10.1016 9.20289C10.4004 8.87086 10.8984 8.83765 11.2305 9.13648C11.5625 9.43531 11.5957 9.93336 11.2969 10.2654L11.1641 10.4314C10.0352 11.6931 10.1016 13.5857 11.2969 14.781C12.5253 16.0095 14.5507 16.0095 15.8125 14.781L19.5644 11.0291C20.7929 9.76734 20.7929 7.77515 19.5644 6.51344C18.3692 5.35133 16.4765 5.28492 15.2148 6.38062L15.0156 6.54664C14.6835 6.84547 14.1855 6.81226 13.8867 6.48023C13.5878 6.1482 13.621 5.65015 13.9531 5.35133L14.1523 5.18531C16.0449 3.52515 18.9003 3.62476 20.6933 5.38453C22.5527 7.24391 22.5527 10.2654 20.6933 12.158L16.9414 15.9099Z' fill='%23333B42'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.share-block .ico-slink:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.17969 7.64234C9.03907 5.78297 12.0605 5.78297 13.9199 7.64234C15.7128 9.40211 15.7793 12.2576 14.1523 14.1501L13.9531 14.3493C13.6543 14.6814 13.1562 14.7146 12.8242 14.449C12.4921 14.1501 12.4589 13.6521 12.7578 13.32L12.9238 13.1209C14.0527 11.8591 13.9863 9.96656 12.791 8.77125C11.5625 7.50953 9.53711 7.50953 8.27539 8.77125L4.52344 12.5232C3.29493 13.7849 3.29493 15.7771 4.52344 17.0388C5.71875 18.2009 7.61133 18.2673 8.87305 17.1716L9.07227 17.0056C9.4043 16.7068 9.90235 16.74 10.2012 17.072C10.5 17.404 10.4668 17.9021 10.1348 18.2009L9.93555 18.3669C8.04297 20.0271 5.1875 19.9275 3.39453 18.1677C1.53516 16.3083 1.53516 13.2536 3.39453 11.3943L7.17969 7.64234ZM16.9414 15.9099C15.0488 17.7693 12.0273 17.7693 10.168 15.9099C8.375 14.1169 8.3086 11.2947 9.93555 9.40211L10.1016 9.20289C10.4004 8.87086 10.8984 8.83765 11.2305 9.13648C11.5625 9.43531 11.5957 9.93336 11.2969 10.2654L11.1641 10.4314C10.0352 11.6931 10.1016 13.5857 11.2969 14.781C12.5253 16.0095 14.5507 16.0095 15.8125 14.781L19.5644 11.0291C20.7929 9.76734 20.7929 7.77515 19.5644 6.51344C18.3692 5.35133 16.4765 5.28492 15.2148 6.38062L15.0156 6.54664C14.6835 6.84547 14.1855 6.81226 13.8867 6.48023C13.5878 6.1482 13.621 5.65015 13.9531 5.35133L14.1523 5.18531C16.0449 3.52515 18.9003 3.62476 20.6933 5.38453C22.5527 7.24391 22.5527 10.2654 20.6933 12.158L16.9414 15.9099Z' fill='%2316BFFD'/%3E%3C/svg%3E%0A");
}

.similar {
  padding: 0px 0 30px;
  position: relative;
}
.similar:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='497' height='855' viewBox='0 0 497 855' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.4' filter='url(%23filter0_f_51_16)'%3E%3Cellipse cx='69.0082' cy='427.256' rx='246.003' ry='248.5' transform='rotate(122.694 69.0082 427.256)' fill='white'/%3E%3C/g%3E%3Cmask id='mask0_51_16' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='-179' y='180' width='496' height='495'%3E%3Cellipse opacity='0.4' cx='69.0082' cy='427.256' rx='246.003' ry='248.5' transform='rotate(122.694 69.0082 427.256)' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_51_16)'%3E%3Cpath d='M175.923 303.038C166.007 452.325 303.058 548.143 383.513 613.829C363.028 693.443 322.618 782.491 269.248 877.091C211.16 980.053 116.506 958.021 30.6496 897.872C13.3371 893.655 -3.81408 881.083 -19.3645 857.976C-94.0117 791.327 -153.319 706.833 -161.162 673.679C-179.155 597.613 -161.933 524.132 -355.756 409.83C-559.931 289.423 -501.11 111.341 -449.922 111.866C-398.733 112.391 -371.839 175.304 -352.415 245.946C-332.992 316.588 -274.868 377.182 -232.054 352.876C-173.827 319.819 -137.669 213.407 -189.745 101.871C-230.605 14.36 -291.919 -105.571 -153.615 -77.6141C-76.9381 -62.1149 -1.31489 5.98723 49.946 94.5141C52.8426 84.2061 55.8202 74.716 58.5681 65.8305C83.0854 -13.4464 139.227 -50.0434 191.504 -14.702C243.781 20.6394 187.629 126.791 175.923 303.038Z' fill='white'/%3E%3Cpath d='M431.792 660.178C386.114 595.217 163.376 491.927 175.923 303.038C187.629 126.791 243.781 20.6394 191.504 -14.702C139.227 -50.0434 83.0854 -13.4464 58.5682 65.8305C42.3421 118.298 18.1097 191.841 49.8169 330.429C64.5562 394.852 143.95 491.693 135.439 541.676C128.213 584.108 55.6672 627.861 18.7841 535.233C-3.15242 480.142 12.5779 271.392 -83.8503 276.275C-139.543 279.094 -161.447 406.496 -111.037 494.669C-56.3781 590.274 174.069 670.033 150.973 773.701C127.876 877.369 40.4189 950.306 -20.9588 855.561C-82.3365 760.816 166.098 496.372 103.341 228.161C68.8556 80.7809 -41.2485 -54.9007 -153.615 -77.6141C-291.919 -105.571 -230.605 14.36 -189.745 101.871C-137.669 213.407 -173.826 319.819 -232.054 352.876C-274.868 377.182 -332.992 316.588 -352.415 245.946C-371.839 175.304 -398.733 112.391 -449.922 111.866C-501.11 111.341 -559.931 289.423 -355.756 409.83C-161.933 524.132 -179.155 597.613 -161.162 673.679C-143.168 749.744 145.721 1096.05 269.248 877.091C392.776 658.135 446.872 468.923 345.185 357.578C243.499 246.232 231.647 204.139 261.442 107.13C291.237 10.1213 400.421 24.2929 445.001 84.2518C489.582 144.211 431.08 152.233 429.328 233.245C427.83 302.504 453.981 323.11 489.84 402.12C527.493 485.08 518.087 606.529 505.033 674.385' stroke='%2373C1FF' stroke-opacity='0.5' stroke-width='4'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_51_16' x='-358.797' y='0.492676' width='855.611' height='853.527' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='90' result='effect1_foregroundBlur_51_16'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 497px;
  height: 855px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1199px) {
  .similar:after {
    display: none;
  }
}
.similar::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='791' height='1094' viewBox='0 0 791 1094' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.4' filter='url(%23filter0_f_51_12)'%3E%3Cellipse cx='569.549' cy='546.635' rx='361.107' ry='393.945' transform='rotate(112.988 569.549 546.635)' fill='white'/%3E%3C/g%3E%3Cmask id='mask0_51_12' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='180' y='180' width='779' height='734'%3E%3Cellipse opacity='0.4' cx='569.549' cy='546.635' rx='361.107' ry='393.945' transform='rotate(112.988 569.549 546.635)' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_51_12)'%3E%3Cpath d='M676.685 395.162C707.097 616.931 947.167 729.311 1090.98 809.17C1083.83 930.614 1048.93 1070.1 995.785 1220.47C937.948 1384.13 785.646 1371.48 635.216 1300.9C607.302 1298.31 577.081 1283.39 546.1 1252.63C410.919 1170.14 293.872 1058.19 271.67 1011.03C220.733 902.85 224.744 791.114 -108.285 663.392C-459.101 528.848 -423.111 254.486 -344.232 244.565C-265.353 234.644 -204.75 321.611 -153.274 421.514C-101.797 521.416 6.12098 598.448 64.5279 553.733C143.961 492.921 167.019 328.767 52.8189 175.504C-36.7823 55.2546 -167.757 -108.432 53.4844 -96.1824C176.141 -89.391 313.266 -4.96659 419.174 114.605C420.476 98.8303 422.152 84.2423 423.661 70.5919C437.116 -51.1975 512.259 -116.784 603.462 -75.6944C694.665 -34.605 640.781 133.343 676.685 395.162Z' fill='white'/%3E%3Cpath d='M1179.41 867.294C1089.29 781.237 715.165 675.761 676.685 395.162C640.781 133.343 694.665 -34.605 603.462 -75.6943C512.259 -116.784 437.116 -51.1975 423.66 70.5919C414.755 151.195 399.984 264.488 491.133 461.816C533.504 553.545 685.219 679.475 687.418 754.81C689.284 818.765 591.103 898.309 506.052 769.698C455.466 693.206 415.809 382.714 269.011 410.043C184.227 425.827 189.51 617.893 294.001 737.121C407.3 866.401 786.084 935.637 782.274 1093.02C778.464 1250.41 666.277 1376.02 542.91 1249.41C419.542 1122.8 720.71 681.733 542.164 300.132C444.054 90.4445 233.232 -86.2299 53.4844 -96.1824C-167.757 -108.432 -36.7823 55.2546 52.8189 175.504C167.019 328.767 143.961 492.921 64.5279 553.733C6.12097 598.448 -101.797 521.416 -153.274 421.514C-204.75 321.611 -265.353 234.644 -344.232 244.565C-423.111 254.486 -459.101 528.848 -108.285 663.392C224.744 791.114 220.733 902.85 271.67 1011.03C322.607 1119.22 872.791 1568.5 995.785 1220.47C1118.78 872.439 1144.1 582.684 953.664 440.066C763.231 297.447 732.13 237.977 748.279 88.9896C764.428 -59.9978 936.668 -61.9509 1023.56 16.9744C1110.46 95.8997 1022.95 119.926 1045.03 239.514C1063.91 341.752 1110.43 366.614 1189.74 475.397C1273.02 589.62 1295.7 770.315 1296.38 872.902' stroke='%2373C1FF' stroke-opacity='0.5' stroke-width='4'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_51_12' x='0.328125' y='0.241211' width='1138.44' height='1092.79' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='90' result='effect1_foregroundBlur_51_12'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 791px;
  height: 1094px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1199px) {
  .similar::before {
    display: none;
  }
}
.similar .filtr-wrap {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .similar .filtr-wrap {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media screen and (max-width: 768px) {
  .similar .filtr-wrap {
    display: block;
    width: 100%;
  }
}
.similar .filtr-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .similar .filtr-wrap ul {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .similar .filtr-wrap ul li {
    margin-bottom: 15px;
  }
  .similar .filtr-wrap ul li:last-child {
    margin-bottom: 0;
  }
}
.similar .filtr-wrap ul li a {
  text-decoration: none;
  display: block;
  padding: 13px 20px;
}
.similar .filtr-wrap ul li a.btn-filled {
  font-family: Raleway;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #212423;
  margin-right: -15px;
}
.similar .filtr-wrap ul li a.btn-blue {
  border-radius: 8px;
  background: #73c1ff;
  border-radius: 16px;
  color: #1d1f21;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.similar .filtr-wrap ul li a.btn-blue:hover {
  opacity: 0.8;
  -webkit-box-shadow: 0 0 0 4px rgba(64, 163, 229, 0.72);
  box-shadow: 0 0 0 4px rgba(64, 163, 229, 0.72);
}
.similar .filtr-wrap ul li a.btn-blue .ico-arrlft {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='13' viewBox='0 0 9 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.23602 6.42548L1.96129 12.9259L1.0279 12.0192L6.43927 6.43946L0.868307 1.04863L1.75812 0.127505L8.23602 6.42548Z' fill='%23000000'/%3E%3C/svg%3E%0A");
}
.similar .filtr-wrap ul li a.btn-purpule {
  border-radius: 8px;
  background: linear-gradient(147deg, #ff7f56 0%, #e7f97d 100%);
  border-radius: 16px;
  color: #1d1f21;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.similar .filtr-wrap ul li a.btn-purpule:hover {
  opacity: 0.8;
  -webkit-box-shadow: 0 0 0 4px rgba(101, 250, 198, 0.2470588235);
  box-shadow: 0 0 0 4px rgba(101, 250, 198, 0.2470588235);
}
.similar .filtr-wrap ul li a.btn-purpule .ico-arrlft {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='13' viewBox='0 0 9 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.23602 6.42548L1.96129 12.9259L1.0279 12.0192L6.43927 6.43946L0.868307 1.04863L1.75812 0.127505L8.23602 6.42548Z' fill='%231B5D78'/%3E%3C/svg%3E%0A");
}

.peapl-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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%;
  position: relative;
  padding: 0 0 30px;
}
.peapl-meta::before {
  content: '';
  background-color: rgba(33, 36, 35, 0.15);
  width: 100%;
  height: 1px;
  position: absolute;
  display: block;
  bottom: 0;
}

._user_profile .slder-row._vip {
  padding: 2px;
}
