.visible {
  visibility: visible;
}
.mt-5 {
  margin-top: 1.25rem;
}
.table {
  display: table;
}
.rotate-90,.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.justify-around {
  justify-content: space-around;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.grayscale,.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.promo-article {
  padding-top: 16px;
}
.breadcrumbs {
  display: inline;
}
.breadcrumbs li {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.breadcrumbs li:after {
  display: flex;
  width: 24px;
  height: 24px;
  margin: 0 2px;
  content: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%2018L15%2012L9%206'%20stroke='%23191919'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs li span {
  color: #24853e;
}
.article-top {
  margin-top: 80px;
  align-items: flex-start;
}
.flex-tag {
  flex-wrap: wrap;
  margin: 0 -4px;
}
.tag {
  display: flex;
  font-size: 14px;
  padding: 5px 16px;
  border-radius: 48px;
  background-color: #f2f3f3;
  margin: 4px;
}
.article-top-part-text {
  width: 55%;
}
.article-headline {
  margin-top: 16px;
}
.img-article-wrp {
  width: 45%;
}
.img-article-wrp > img {
  width: 100%;
}
.article-timing {
  display: flex;
  margin-top: 16px;
  justify-content: center;
  color: #54585e;
}
.article-timing li {
  display: flex;
  flex-shrink: 0;
}
.article-timing li img {
  margin-right: 6px;
}
.article-timing li + li {
  margin-left: 24px;
  position: relative;
}
.article-timing li + li:before {
  content: "|";
  color: #aaadb0;
  position: absolute;
  left: -12px;
}
.authors-block-wrp {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
}
.authors-block {
  position: relative;
}
.authors-block + .authors-block {
  margin-left: 48px;
  padding-left: 49px;
}
.authors-block + .authors-block:before {
  position: absolute;
  bottom: 0;
  left: 1;
  content: "";
  display: inline-block; 
  width: 1px;
  height: 64px;
  background-color: #dadcdd;
}
.coauthors-name-wrp {
  display: flex;
  flex-direction: column;
}
.coauthors-name-wrp span {
  font-weight: 500;
}
.coauthors-name-wrp a {
  transition: 0.3s;
}
.coauthors-name-wrp a:hover span {
  color: #34a853;
}
.authors-block-top {
  display: flex;
  margin-bottom: 16px;
}
.authors-block-top img {
  margin-right: 4px;
}
.authors-block-top span {
  color: #7d8085;
  font-weight: 500;
  font-size: 18px;
}
.authors-block-bottom {
  display: flex;
}
.authors-block-bottom img {
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  margin-right: 16px;
}
.authors-name-wrp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.authors-name-wrp p:first-child {
  color: #34a853;
  font-weight: 600;
}
.authors-name-wrp p + p {
  margin-top: 0;
}
.audio-wrp {
  display: flex;
  margin-top: 32px;
}
.audio-block {
  max-width: 330px;
}
.media-blocks {
  margin-bottom: 72px;
}
.media-blocks p {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
}
.media-blocks + .media-blocks {
  margin-left: 56px;
}
.article-share {
  display: flex;
}
.article-share li {
  cursor: pointer;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #85cb98;
}
.article-share li + li {
  margin-left: 16px;
}
.banner-article {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 208px;
  background-color: #e9f5eb;
  border-radius: 16px;
}
.banner-article img {
  margin-right: 40px;
}
.banner-article .btn-primary {
  width: 328px;
}
.banner-article-text {
  margin-left: 40px;
}
.banner-article-text p {
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  line-height: 130%;
  margin-bottom: 16px;
}
.general-article-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-top: 80px;
}
.general-article-plan {
  width: 25%;
}
.general-article-plan .article-plan {
  padding-left: 24px;
  border-left: 3px solid #e8e9eb;
}
.general-article-plan .article-plan li {
  position: relative;
}
.general-article-plan .article-plan li:before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: -27px;
  width: 3px;
  height: 100%;
  background-color: #34a853;
}
.general-article-plan .article-plan li.active:before {
  display: block;
}
.general-article-plan .article-plan li + li {
  margin-top: 24px;
}
.general-article-plan .article-plan a {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 150%;
  color: #848c97;
}
.general-article-plan .article-plan a.active {
  color: #191919;
}
.general-article-plan .article-plan.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.general-article-main {
  width: 56%;
}
.general-article-share {
  width: 9%;
}
.article-share-side li {
  cursor: pointer;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #a5a5a5;
}
.article-share-side li + li {
  margin-top: 16px;
}
.general-article-main article h2 {
  margin-bottom: 16px;
}
.general-article-main article p + h2,article h5 {
  margin-top: 32px;
}
article h5 {
  margin-bottom: 16px;
}
article .videowrap {
  max-width: 100%;
  margin: 0 auto;
}
article .videoblock {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
article .videoblock iframe,
article object,
article embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
article table {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 40px;
}
article table tr {
  border-bottom: 1px solid #ececec;
}
article table tr td {
  padding: 12px 8px;
}
article table tr td:first-child {
  padding-left: 0;
}
article table tr:first-child {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #7d8d9a;
}
article table tr:first-child td {
  padding-bottom: 8px;
}
article > img {
  max-width: 100%;
  margin: 0 auto;
  border-radius: 40px;
}
article > img + img {
  margin-top: 20px;
}
article i {
  font-weight: 500;
}
article p + ul,
article p + ol {
  margin-top: 8px;
}
article ol {
  counter-reset: list;
}
article ol li {
  padding-left: 20px;
  position: relative;
}
article ol li:before {
  counter-increment: list;
  content: counter(list) ". ";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
}
article ul li {
  padding-left: 20px;
}
article ul li:before {
  font-size: 34px;
  line-height: 24px;
}
article ul li + li {
  margin-top: 8px;
}
p + .vstavka,
ul + .vstavka,
ol + .vstavka,p + blockquote,
ul + blockquote,
ol + blockquote {
  margin-top: 24px;
}
.vstavka {
  padding: 8px 0 8px 20px;
  border-left: 4px solid #34a853;
}
.vstavka + p {
  margin-top: 24px;
}
blockquote {
  padding: 32px 48px;
  background-color: #f4fff7;
  border-radius: 12px;
  position: relative;
}
blockquote:before {
  position: absolute;
  top: 20px;
  left: 20px;
  content: url("data:image/svg+xml,%3csvg%20width='44'%20height='40'%20viewBox='0%200%2044%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.3091%20-3.43323e-05C15.068%20-3.43323e-05%2016.638%200.703545%2016.638%202.9771C16.638%208.58607%2012.2603%2011.7326%2010.1626%2019.0874C15.068%2019.6151%2018.7356%2023.6411%2018.7356%2028.7224C18.7356%2033.7972%2014.5403%2037.999%209.28314%2037.999C4.20184%2037.999%200%2033.7972%200%2028.7224C0%2016.9898%208.58608%20-3.43323e-05%2013.3091%20-3.43323e-05Z'%20fill='%23D0F5DA'/%3e%3cpath%20d='M37.66%20-3.8147e-06C39.4161%20-3.8147e-06%2040.9883%200.703701%2040.9883%202.97964C40.9883%208.57757%2036.6139%2011.7347%2034.5092%2019.0887C39.4161%2019.6149%2043.0931%2023.6406%2043.0931%2028.7187C43.0931%2033.7968%2038.8899%2038%2033.6343%2038C28.5562%2038%2024.3594%2033.7968%2024.3594%2028.7187C24.3594%2016.984%2032.9369%20-3.8147e-06%2037.66%20-3.8147e-06Z'%20fill='%23D0F5DA'/%3e%3c/svg%3e");
  z-index: 1;
}
blockquote > p {
  position: relative;
  font-style: italic;
  font-weight: 500;
  z-index: 2;
}
blockquote + h2,
blockquote + h3,
blockquote + h4,
blockquote + h5,
blockquote + p {
  margin-top: 40px;
}
.blockquote-author {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.blockquote-author img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #d5d8db;
}
.blockquote-author > div {
  margin-left: 12px;
}
.blockquote-author > div p {
  line-height: 100%;
}
.blockquote-author > div p:first-child {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  color: #24853e;
}
.blockquote-author > div p + p {
  margin-top: 6px;
  font-size: 14px;
}
h3,
h4 {
  margin-bottom: 16px;
}
h3,
h4,p + h4 {
  margin-top: 24px;
}
.highlight {
  background-color: #edfff2;
  padding: 0 5px;
  border-radius: 6px;
}
.co-author-block {
  padding-bottom: 20px;
  border-bottom: 1px solid #64666a;
  margin-bottom: 16px;
}
.co-author-block + .co-author-block {
  margin-top: 32px;
}
.co-author {
  padding-left: 16px;
  position: relative;
  color: #191919;
  font-weight: 600;
}
.co-author:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #3d3d3d;
}
.co-author:hover {
  color: #34a853;
}
.co-author:hover:before {
  background-color: #34a853;
}
.survay-block {
  margin: 20px 0;
  padding: 40px 48px 64px;
  border-radius: 16px;
  border: 1px solid #cbcbcb;
  background: url(data:image/png;base64,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);
}
.survay-title {
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  line-height: 140%;
  font-weight: 600;
  margin-bottom: 24px;
}
.survay-list {
  display: inline-flex;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
}
.survay-list.survay-radio .checkbox {
  border-radius: 30px;
}
.survay-list.survay-radio .checkbox img {
  display: none;
}
.survay-list.survay-radio.active .checkbox {
  background-color: #fff;
}
.survay-list.survay-radio.active .checkbox:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #59be74;
}
.survay-list.active .checkbox {
  background-color: #59be74;
}
.survay-list + .survay-list {
  margin-top: 12px;
}
.checkbox-wrp {
  width: 28px;
  height: 30px;
  margin-right: 10px;
}
.checkbox-wrp,.checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkbox {
  position: relative;
  width: 22px;
  height: 22px;
  border: 2px solid #59be74;
  background-color: #fff;
  border-radius: 2px;
}
.survay-bottom {
  margin-top: 32px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.survay-bottom .btn-primary {
  width: 180px;
  height: 44px;
}
.lead-block {
  margin: 20px 0;
  position: relative;
  padding: 44px;
  border-radius: 16px;
  background: url(data:image/png;base64,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);
  box-shadow: 2px 2px 5px #0003;
}
.lead-block h5 {
  margin-top: 0;
  margin-bottom: 20px;
}
.lead-block > div {
  width: 50%;
}
.lead-block .btn-primary {
  width: 240px;
  height: 52px;
}
.lead-block img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.doit-block {
  display: flex;
  align-items: center;
  margin: 20px 0;
  position: relative;
  padding: 52px 48px;
  border-radius: 16px;
  background: url(/assets/bg-lead2-Cs2iHGOx.png);
  background-size: cover;
  box-shadow: 2px 2px 5px #0003;
}
.doit-block img {
  margin-right: 56px;
}
.doit-block .btn-primary {
  width: 240px;
  height: 52px;
}
.doit-title {
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: 600;
}
.source-block {
  margin: 32px 0 40px;
  padding: 32px 32px 40px;
  border-radius: 8px;
  background-color: #f5f5f6;
}
.source-list {
  margin-top: 8px;
  counter-reset: list;
}
.source-list li {
  font-size: 14px;
  padding-left: 20px;
  position: relative;
}
.source-list li b {
  font-weight: 500;
}
.source-list li:before {
  counter-increment: list;
  content: counter(list) ". ";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
}
.source-list li + li {
  margin-top: 4px;
}
.bottom-article-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px 0;
  border-top: 1px solid #949598;
}
.bottom-article-block p {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 150%;
  font-weight: 600;
}
.bottom-article-block > img {
  flex-shrink: 0;
}
.like-counter {
  display: flex;
  width: 64px;
  justify-content: flex-end;
}
.like-counter img {
  margin-right: 2px;
}
.author-card-block {
  margin-top: 62px;
  padding: 40px 48px 44px;
  background-color: #f1fff5;
  border-radius: 16px;
  box-shadow: 2px 2px 5px #0003;
}
.author-card-block .btn-primary {
  height: 52px;
  margin-top: 28px;
}
.author-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.author-card-img {
  width: 88px;
  height: 88px;
  border-radius: 4px;
  margin-right: 24px;
}
.author-card-icon img {
  margin-right: 4px;
}
.author-card-icon span {
  font-size: 18px;
  font-weight: 500;
}
.author-card-name p {
  line-height: 130%;
}
.author-card-name p:first-child {
  font-weight: 600;
  font-family: Open Sans, sans-serif;
  color: #24853e;
}
.author-card-name p + p {
  margin-top: 0;
}
.author-card-text,.author-card-text p {
  position: relative;
}
.author-card-text p {
  z-index: 2;
  font-weight: 500;
  font-style: italic;
}
.author-card-text:before {
  position: absolute;
  z-index: 1;
  content: url("data:image/svg+xml,%3csvg%20width='44'%20height='40'%20viewBox='0%200%2044%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.3091%20-3.43323e-05C15.068%20-3.43323e-05%2016.638%200.703545%2016.638%202.9771C16.638%208.58607%2012.2603%2011.7326%2010.1626%2019.0874C15.068%2019.6151%2018.7356%2023.6411%2018.7356%2028.7224C18.7356%2033.7972%2014.5403%2037.999%209.28314%2037.999C4.20184%2037.999%200%2033.7972%200%2028.7224C0%2016.9898%208.58608%20-3.43323e-05%2013.3091%20-3.43323e-05Z'%20fill='%23D0F5DA'/%3e%3cpath%20d='M37.66%20-3.8147e-06C39.4161%20-3.8147e-06%2040.9883%200.703701%2040.9883%202.97964C40.9883%208.57757%2036.6139%2011.7347%2034.5092%2019.0887C39.4161%2019.6149%2043.0931%2023.6406%2043.0931%2028.7187C43.0931%2033.7968%2038.8899%2038%2033.6343%2038C28.5562%2038%2024.3594%2033.7968%2024.3594%2028.7187C24.3594%2016.984%2032.9369%20-3.8147e-06%2037.66%20-3.8147e-06Z'%20fill='%23D0F5DA'/%3e%3c/svg%3e");
  top: -16px;
  left: -24px;
}
.author-card-price span {
  font-weight: 500;
}
.heart-icon {
  cursor: pointer;
}
.author-rev {
  margin-top: 112px;
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #f5f5f6;
}
.h2-wrap {
  max-width: 75%;
}
.topic-section {
  padding-top: 72px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 20px;
}
.row-block {
  width: calc(33% - 24px);
  margin: 20px 12px;
}
.topic-block {
  padding: 20px;
  display: flex;
  background-color: #eefff2;
}
.topic-block,.topic-block img {
  border: 1px solid #e4e6e8;
  border-radius: 8px;
}
.topic-block img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 130px;
  height: 130px;
  flex-shrink: 0;
  margin-right: 16px;
}
.topic-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.topic-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  font-family: Open Sans, sans-serif;
}
.topic-name + p {
  margin-top: 4px;
}
.topic-name + p,.topic-stazh {
  font-size: 14px;
}
.topic-stazh span {
  font-weight: 500;
}
.reading-section {
  margin-top: 92px;
}
.preview-block {
  display: flex;
  flex-direction: column;
}
.preview-block-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 24px 0 8px;
}
.preview-block-top .article-timing {
  margin-top: 0;
  margin-bottom: 4px;
}
.preview-block-top .article-timing li {
  font-size: 14px;
}
.preview-block-top .article-timing li img {
  margin-right: 4px;
}
.preview-block-top .article-timing li + li {
  margin-left: 16px;
}
.prev-name {
  font-size: 14px;
  font-weight: 600;
  color: #848c97;
  margin-right: 8px;
  margin-bottom: 4px;
}
.prev-title {
  font-family: Open Sans, sans-serif;
  line-height: 150%;
  font-size: 20px;
  font-weight: 600;
}
.prev-text {
  margin: 12px 0 30px;
  flex: 1;
}
.prev-img-wrp {
  width: 100%;
  height: 226px;
}
.prev-img-wrp img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: inherit;
}
.share-block-mobile {
  display: none;
}
.pagination-wrp {
  margin-top: 28px;
  margin-bottom: 70px;
}
.pagination-blog {
  gap: 0.5rem;
}
.pagination-blog,.page-item {
  display: flex;
  justify-content: center;
}
.page-item {
  width: 40px;
  height: 40px;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.page-item.active {
  background-color: #ddf1e2;
}
.page-item.dots {
  cursor: default;
}
.banner-article-blog {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e9f5eb;
  padding: 48px 0;
}
.banner-article-blog .banner-article-text p {
  text-align: center;
  margin-bottom: 32px;
}
.banner-article-blog img {
  margin-right: 40px;
}
@media (max-width: 1199px) {
  .authors-block-wrp {
    justify-content: space-between;
  }
  .authors-block + .authors-block {
    margin-left: 0;
    padding-left: 0;
  }
  .authors-block + .authors-block:before {
    display: none;
  }
}
.topic-block {
  padding: 16px;
}
.topic-block img {
  width: 88px;
  height: 100px;
}
.topic-name {
  font-size: 22px;
}
.flex-tag-mobile {
  display: none;
}
@media (max-width: 1023px) {
  .flex-tag {
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
  }
  .flex-tag .tag {
    margin: 4px;
  }
}
@media (max-width: 991px) {
  .general-article-share {
    display: none;
  }
  .general-article-plan {
    width: 30%;
  }
  .general-article-main {
    width: 69%;
  }
  .article-top {
    margin-top: 32px;
    flex-direction: column-reverse;
  }
  .img-article-wrp {
    margin-bottom: 32px;
  }
  .img-article-wrp,.article-top-part-text {
    width: 100%;
  }
  .flex-tag-desctop {
    display: none;
  }
  .flex-tag-mobile {
    display: flex;
    margin-bottom: 16px;
  }
  .authors-block {
    width: 50%;
    margin: 16px 0;
  }
  .authors-block.co-block {
    width: 100%;
  }
  .banner-article {
    flex-direction: column;
    height: auto;
    padding: 24px 0;
  }
  .banner-article img {
    margin-bottom: 16px;
    margin-right: 0;
  }
  .banner-article .banner-article-text {
    margin-left: 0;
  }
  .survay-block {
    padding: 24px;
  }
  .lead-block img {
    height: 70%;
  }
  .doit-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px 40px 32px;
  }
  .doit-block img {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .doit-block > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
  }
  .doit-block .doit-title {
    text-align: center;
  }
  .bottom-article-block {
    padding: 20px 0 0;
  }
  .bottom-article-block p {
    flex-shrink: 0;
  }
  .bottom-article-block img {
    width: 27vw;
    margin-left: 8px;
    flex-shrink: inherit;
  }
  .like-counter img {
    width: 24px;
  }
  .author-card-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .author-card-price {
    margin-top: 20px;
  }
  .row-block {
    width: calc(50% - 24px);
    margin: 16px 12px;
  }
}
@media (max-width: 767px) {
  .general-article-plan {
    display: none;
  }
  .general-article-main {
    width: 100%;
  }
  .share-block-desctop {
    display: none;
  }
  .share-block-mobile {
    display: block;
    margin-top: 16px;
    margin-bottom: 40px;
  }
  .share-block-mobile p {
    font-weight: 600;
  }
  .authors-block-wrp {
    margin-top: 8px;
  }
  .img-article-wrp {
    margin-bottom: 16px;
  }
  .authors-block:first-child {
    margin-right: 24px;
  }
  .authors-block:first-child .authors-block-bottom img {
    display: block;
  }
  .row-block {
    width: 100%;
  }
  .audio-wrp .media-blocks {
    margin-bottom: 40px;
  }
}
@media (max-width: 520px) {
  .author-rev {
    margin-top: 72px;
    padding-bottom: 44px;
  }
  .author-rev,.topic-section {
    padding-top: 44px;
  }
  .reading-section {
    margin-top: 56px;
  }
  .reading-section .row {
    margin-top: 6px;
  }
  .lead-block > div {
    width: 60%;
  }
  h5 {
    font-size: 18px;
  }
  .lead-block img {
    height: 55%;
  }
  .authors-block {
    width: 100%;
  }
  .audio-wrp {
    margin-top: 16px;
  }
  .audio-wrp p {
    margin-bottom: 8px;
  }
  .audio-block {
    width: 100%;
    max-width: 100%;
  }
  .general-article-row {
    margin-top: 40px;
  }
  .row-block {
    margin: 8px 12px;
  }
  blockquote {
    padding: 24px;
  }
  .author-card-block {
    padding: 24px 18px 30px;
  }
  .author-card-text:before {
    left: -8px;
  }
  .reading-section .row-block {
    margin: 24px 12px;
  }
  .reading-section .prev-text {
    margin-bottom: 16px;
  }
}
.search-section {
  margin-top: 26px;
  margin-bottom: 46px;
  padding: 24px 0;
  background-color: #f9f9fa;
}
.search-input-wrp {
  position: relative;
}
.search-input-wrp img {
  position: absolute;
  top: 16px;
  left: 18px;
}
.search-input {
  width: 400px;
  padding: 18px 24px 18px 54px;
  border-radius: 8px;
  border: 1px solid #191919;
  background-color: #f9f9fa;
}
.search-input::-moz-placeholder {
  color: #89898a;
}
.search-input::placeholder {
  color: #89898a;
}
.search-input:focus-visible {
  outline: none;
}
.search-input:focus {
  border-color: #34a853;
}
.search-content {
  justify-content: space-between;
  align-items: center;
}
.search-content,.category-wrp {
  display: flex;
}
.category-wrp > p {
  margin: 0 0 0 40px;
  cursor: pointer;
}
.all-category {
  display: flex;
  position: relative;
  cursor: pointer;
}
.all-category:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #191919;
  transition: all 0.3s;
}
.all-category:hover:after {
  width: 100%;
}
.all-category img {
  margin-left: 8px;
}
.category-dropdown-wrp {
  position: relative;
}
.category-dropdown {
  position: absolute;
  padding: 14px 0;
  background-color: #f9f9fa;
  left: -20px;
  top: 20px;
  width: calc(100% + 48px);
  border-radius: 0 0 12px 12px;
}
.category-dropdown li {
  position: relative;
  cursor: pointer;
  padding: 6px 20px;
}
.category-dropdown li:hover {
  background-color: #d8d8dc;
}
.arrowRubrika.rotate {
  transform: rotate(180deg);
}
.category-link {
  position: relative;
  cursor: pointer;
}
.category-link:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #191919;
  transition: all 0.3s;
}
.category-link + .all-category {
  margin-left: 40px;
}
.category-link:hover:after {
  width: 100%;
}
.section-blog-flex {
  display: flex;
}
.w50 {
  width: calc(50% - 24px);
  margin: 0 12px;
}
.prev-img-wrp.prev-img-wrp-main {
  height: 330px;
}
.preview-block-side {
  display: flex;
}
.preview-block-side .prev-img-wrp {
  height: auto;
  min-height: 192px;
  margin-right: 20px;
  width: calc(50% - 12px);
  flex-shrink: 0;
}
.preview-block-side + .preview-block-side {
  margin-top: 20px;
}
.preview-block-side-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.preview-block-side-right .preview-block-top {
  margin-top: 0;
}
.preview-block-side-right .prev-title {
  margin-bottom: 16px;
}
.main-preview-block {
  height: 100%;
}
.search-section-rel {
  position: relative;
}
.new-category-dropdown {
  font-size: 14px;
  position: absolute;
  background-color: #fff;
  left: 0;
  top: calc(100% + 28px);
  width: 100%;
  z-index: 2;
  padding: 16px 16px 0;
  border-radius: 12px;
  box-shadow: 0 0 4px #00000014;
}
.new-category-dropdown .category-dropdown {
  display: flex;
  flex-wrap: wrap;
  position: static;
  background-color: transparent;
  width: 100%;
  border-radius: 0;
  padding: 10px 0;
}
.new-category-dropdown .category-dropdown li {
  width: 25%;
  display: flex;
  align-items: center;
  padding: 6px 20px 6px 0;
}
.new-category-dropdown .category-dropdown li:hover {
  background-color: transparent;
}
.category-link.active {
  font-weight: 500;
}
.category-link.active:after {
  width: 100%;
}
.select-krugal {
  display: flex;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid #e4e6e8;
  border-radius: 50%;
  margin-right: 8px;
}
.select-krugal.active .select-krugal-inner {
  display: block;
}
.select-krugal-inner {
  display: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #34a853;
}
.search-input-category img {
  width: 20px;
  height: 20px;
  left: 12px;
}
.search-input-category .search-input {
  width: 100%;
  display: flex;
  height: 56px;
  padding: 0 12px 0 44px;
  font-size: 14px;
  background-color: #fff;
}
.search-input-category .search-input::-moz-placeholder {
  font-size: 14px;
  color: #848c97;
}
.search-input-category .search-input::placeholder {
  font-size: 14px;
  color: #848c97;
}
.bottom-button-cat-wrp {
  display: flex;
  width: 100%;
  justify-content: end;
  padding: 16px;
  position: relative;
}
.bottom-button-cat-wrp:after {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  width: calc(100% + 32px);
  height: 1px;
  background-color: #f5f5f6;
}
.bottom-button-cat {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  height: 40px;
  background-color: #34a853;
  color: #fff;
  padding: 0 18px;
}
.bottom-button-cat:hover {
  cursor: default;
  background-color: #24853e;
}
.bottom-button-cat.disabled {
  background-color: #99d3a9;
}
.category-mob {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  display: none;
  background-color: #fff;
}
.category-mob .new-category-dropdown {
  position: static;
  height: 100%;
}
.category-mob .new-category-dropdown .category-dropdown {
  height: calc(100vh - 240px);
  overflow-y: scroll;
}
.back-to-close {
  position: relative;
  display: flex;
  padding: 16px 0;
  font-weight: 600;
  margin-bottom: 24px;
}
.back-to-close p {
  font-size: 16px;
  margin-left: 16px;
}
.back-to-close:after {
  content: "";
  position: absolute;
  width: calc(100% + 32px);
  left: -16px;
  bottom: 0;
  height: 1px;
  background-color: #e4e6e8;
}
@media (max-width: 767px) {
  .new-category-desktop {
    display: none;
  }
  .category-mob {
    display: block;
  }
  .new-category-dropdown .category-dropdown li {
    width: 100%;
  }
  .category-link + .all-category {
    margin-left: 0;
  }
}
.therapy-section {
  background-color: #f5f5f6;
  margin-top: 86px;
  padding-top: 72px;
  padding-bottom: 88px;
}
.therapy-section .btn-link {
  color: #191919;
  fill: #191919;
}
.therapy-section .btn-link:hover {
  color: #000;
  fill: #000;
}
.therapy-section .load-more {
  margin-top: 40px;
}
.therapy-section .load-more img {
  transform: rotate(-90deg);
}
.therapy-block {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 16px 32px 16px 16px;
  border-radius: 8px;
}
.therapy-block > img {
  width: 164px;
  height: 164px;
  -o-object-fit: cover;
  object-fit: cover;
  flex-shrink: 0;
  margin-right: 16px;
  border-radius: 8px;
}
.therapy-block .preview-block-top {
  margin-top: 0;
}
.load-more {
  display: none;
}
@media (max-width: 1199px) {
  .search-content {
    display: block;
  }
  .search-input-wrp {
    margin-bottom: 16px;
  }
  .search-input,
  .w50 {
    width: 100%;
  }
  .main-preview-block {
    height: auto;
    margin-bottom: 40px;
  }
  .therapy-section .w50 + .w50 {
    margin-top: 24px;
  }
}
@media (max-width: 991px) {
  .load-more {
    display: flex;
  }
  .load-more-desktop {
    display: none;
  }
}
@media (max-width: 880px) {
  .banner-article-blog {
    flex-direction: column;
    height: auto;
  }
  .banner-article-blog img {
    width: 80%;
    margin-bottom: 32px;
    margin-right: 0;
  }
  .banner-article-blog .banner-article-text {
    margin-left: 0;
  }
  .banner-article-blog .banner-article-text p {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .category-link,.all-category:after {
    display: none;
  }
}
@media (max-width: 530px) {
  .search-section {
    margin-top: 0;
    margin-bottom: 32px;
  }
  .therapy-section {
    margin-top: 28px;
    padding-top: 44px;
    padding-bottom: 56px;
  }
  h2 {
    font-size: 32px;
  }
  .prev-img-wrp.prev-img-wrp-main {
    height: inherit;
  }
  .preview-block.main-preview-block h2 {
    font-size: 32px;
  }
  .preview-block.main-preview-block .prev-text {
    margin-bottom: 16px;
  }
  .preview-block-side {
    flex-direction: column;
    margin-bottom: 32px;
  }
  .preview-block-side .prev-img-wrp {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .preview-block-side .prev-title {
    margin-bottom: 12px;
  }
  .therapy-block {
    flex-direction: column;
    padding: 16px 16px 24px;
  }
  .therapy-block > img {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    min-height: 240px;
  }
  .pagination-wrp {
    margin-bottom: 40px;
  }
}
.top-filters-section {
  padding-top: 48px;
}
.upper-filters {
  margin-top: 40px;
  padding: 24px 0;
  background-color: #f5f5f6;
}
.upper-filters .container-qui {
  justify-content: space-between;
}
.upper-filters .container-qui,.oburannya {
  display: flex;
  align-items: center;
}
.oburannya h4 {
  margin: 0;
}
.oburannya-btn {
  display: flex;
  align-items: center;
  margin-left: 8px;
  cursor: pointer;
}
.oburannya-btn span {
  color: #34a853;
  transition: 0.3s;
}
.oburannya-btn svg {
  margin-left: 8px;
  fill: #34a853;
}
.oburannya-btn:hover span {
  color: #24853e;
}
.oburannya-btn:hover svg {
  fill: #24853e;
}
.search2-input-wrp {
  display: flex;
}
.search2-input {
  width: 336px;
  padding: 16px 18px;
  border-radius: 8px;
  border: 1px solid #191919;
  background-color: #f5f5f6;
}
.search2-input::-moz-placeholder {
  font-weight: 500;
  color: #848c97;
}
.search2-input::placeholder {
  font-weight: 500;
  color: #848c97;
}
.search2-input-btn {
  width: 56px;
  height: 56px;
  display: flex;
  background-color: #34a853;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-left: 8px;
  cursor: pointer;
  transition: all 0.3s;
}
.search2-input-btn:hover {
  background-color: #24853e;
}
.oburannya-wrp {
  position: relative;
}
.oburannya-wrp span {
  text-transform: lowercase;
}
.oburannya-wrp svg.rotated {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.oburannya-list {
  display: none;
  position: absolute;
  padding: 10px 0;
  left: calc(100% - 40px);
  top: 68px;
  width: 160px;
  z-index: 3;
  background-color: #f5f5f6;
}
.oburannya-list li {
  padding: 5px 16px;
  font-size: 14px;
  line-height: 150%;
  cursor: pointer;
  background-color: #f5f5f6;
  transition: all 0.3s;
}
.oburannya-list li:hover {
  background-color: #e4e6e8;
}
.oburannya-list.active {
  display: block;
}
.block-filters-wrp {
  margin: 24px -4px 12px;
  display: flex;
  flex-wrap: wrap;
}
.block-filter {
  margin: 4px;
  flex-shrink: 0;
  background-color: #f5f5f6;
  border: 1px solid #d5d8db;
  padding: 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.block-filter.active {
  color: #34a853;
  border-color: #34a853;
  background-color: #f0fdf3;
  font-weight: 600;
}
.sorted-section {
  padding-bottom: 12px;
  justify-content: space-between;
}
.sorted-section,.sort-checkbox-wrp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sort-checkbox-wrp {
  margin: 0 -12px;
}
.sort-checkbox {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #e4e6e8;
  margin-right: 8px;
}
.sort-checkbox img {
  display: none;
}
.sort-checkbox:checked img {
  display: block;
}
.sort-checkbox-text {
  display: flex;
  cursor: pointer;
  margin: 12px;
}
.sort-checkbox-text span {
  font-size: 14px;
}
.sort-checkbox-text.selected .sort-checkbox img {
  display: block;
}
.sort-sign-wrp {
  position: relative;
}
.sort-sign-wrp.open svg {
  fill: #34a853;
}
.sort-sign-wrp.open span {
  color: #34a853;
}
.sort-sign-wrp.open .sort-dropdown-style {
  display: block;
}
.sort-dropdown-style {
  width: -moz-max-content;
  width: max-content;
  border-radius: 12px;
  position: absolute;
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0 0 6px #00000005, 0 2px 4px #00000014;
  font-size: 14px;
  display: none;
}
.sort-dropdown-style li {
  padding: 5px 16px;
  font-size: 14px;
  cursor: pointer;
}
.sort-dropdown-style li:hover {
  background-color: #f5f5f6;
}
.sort-sign,
.tag-sign {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.sort-sign span,
.tag-sign span {
  font-size: 14px;
  font-weight: 500;
}
.sort-sign img,
.sort-sign svg,
.tag-sign img,
.tag-sign svg {
  margin-right: 8px;
}
.tag-sign {
  height: 32px;
  margin-top: 8px;
}
.tags-section {
  border-top: 1px solid #f5f5f6;
  padding-top: 8px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.tags-tablo {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 -4px;
}
.tag-search {
  margin: 4px;
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 10px 0 16px;
  border-radius: 48px;
  background-color: #f5f5f6;
}
.tag-search span {
  font-size: 14px;
  line-height: 150%;
}
.tag-search img {
  margin-left: 4px;
  cursor: pointer;
}
.section-search-card {
  padding-top: 36px;
  padding-bottom: 18px;
}
.container-search-card {
  width: 66.7%;
}
.search-card {
  display: flex;
  width: 100%;
  border: 1px solid #e4e6e8;
  border-radius: 12px;
}
.search-card + .search-card {
  margin-top: 16px;
}
.search-card-info {
  width: 61%;
  display: flex
;
  flex-direction: column;
  justify-content: space-between;
}

.address-tooltip {
  position: relative;
  cursor: pointer;
  text-decoration: underline;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tooltip {
  visibility: hidden;
  background-color: #000000b3;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 8px;
  position: absolute;
  left: -24px;
  top: -32px;
  z-index: 1;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
}
.address-tooltip:hover .tooltip {
  visibility: visible;
}
.search-card-info-top {
  display: flex;
  padding: 16px;
}
.search-card-img-wrp {
  height: -moz-fit-content;
  height: fit-content;
  flex-shrink: 0;
  border-radius: 8px;
  margin-right: 12px;
  position: relative;
  cursor: pointer;
}
.search-card-img-wrp:hover .search-card-play-btn {
  border-color: #34a853;
}
.search-card-img-wrp:hover .search-card-play-btn svg {
  fill: #34a853;
}
.search-card-play-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 8px;
  left: 8px;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  border: 1px solid #e4e6e8;
  background-color: #fff;
  transition: all 0.3s;
}
.search-card-play-btn svg {
  fill: #191919;
}
.search-card-info-top-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: --4;
}
.search-card-profi {
  margin-top: 2px;
  margin-bottom: 12px;
}
.search-card-profi span {
  position: relative;
  color: #848c97;
  font-size: 14px;
}
.search-card-profi span:not(:last-child) {
  margin-right: 1px;
}
.search-card-profi span:not(:last-child):after {
  content: "•";
  margin-left: 6px;
}
.search-card-supertag-wrp {
  display: flex;
  margin: 0 -4px;
  flex-wrap: wrap;
}
.search-card-supertag {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 8px;
  border-radius: 4px;
  background-color: #f0fdf3;
  font-weight: 500;
  color: #34a853;
  margin: 4px;
  flex-shrink: 0;
}
.search-card-supertag.red {
  color: #ff5454;
  background-color: #fff4f4;
}
.search-card-info-tags {
  border-top: 1px solid #e4e6e8;
  width: 100%;
  overflow-x: auto;
  display: flex;
  padding: 16px 12px 4px;
}
.search-card-info-tags span {
  margin: 0 4px;
  flex-shrink: 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 16px;
  border-radius: 48px;
  background-color: #f5f5f6;
}
.search-card-info-btns {
  margin-top: 8px;
  display: flex;
  padding: 0 16px 16px;
}
.fav-btn {
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #191919;
  cursor: pointer;
  margin-right: 12px;
  flex-shrink: 0;
  transform: all 0.3s;
}
.fav-btn svg {
  fill: #191919;
}
.fav-btn:hover {
  border-color: #34a853;
}
.fav-btn:hover svg {
  fill: #34a853;
}
.fav-btn.selected {
  border-color: #34a853;
  background-color: #f0fdf3;
}
.fav-btn.selected svg {
  fill: #34a853;
}
.btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  border-radius: 8px;
  border: 1px solid #191919;
  padding: 0 16px;
  flex-grow: 1;
  color: #191919;
  transform: all 0.3s;
  cursor: pointer;
}
.btn-more:hover {
  color: #34a853;
}
.search-card-booking {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px 12px;
  width: 39%;
  border-left: 1px solid #e4e6e8;
}
.format-block {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d5d8db;
  padding: 6px 12px;
  border-radius: 8px;
  cursor: pointer;
}
.format-block span {
  font-size: 14px;
}
.format-block svg {
  margin-right: 8px;
}
.format-block.active {
  background-color: #f0fdf3;
  border-color: #34a853;
}
.format-block.active span {
  font-weight: 600;
  color: #34a853;
}
.format-block.active svg {
  fill: #34a853;
}
.format-block + .format-block {
  margin-left: 4px;
}
.search-dropdown-wrp {
  position: relative;
  width: 100%;
}
.search-dropdown-wrp.active {
  z-index: 2;
}
.search-dropdown-wrp.active .search-dropdown-style {
  display: block;
}
.search-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-radius: 8px;
  height: 40px;
  border: 1px solid #e4e6e8;
  padding: 0 18px;
  margin-top: 4px;
  font-size: 14px;
  cursor: pointer;
}
.search-dropdown-style {
  width: 100%;
  border-radius: 12px;
  position: absolute;
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0 0 6px #00000005, 0 2px 4px #00000014;
  display: none;
}
.search-dropdown-style li {
  padding: 5px 16px;
  font-size: 14px;
  cursor: pointer;
}
.search-dropdown-style li:hover {
  background-color: #f5f5f6;
}
.search-time-wrp {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 4px -2px 6px;
}
.search-time-block {
  flex-shrink: 0;
  width: calc(25% - 4px);
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #d5d8db;
  font-size: 14px;
  margin: 0 2px 2px;
  cursor: pointer;
}
.search-time-block.active {
  color: #34a853;
  border-color: #34a853;
  background-color: #f0fdf3;
}
.post-info {
  display: flex;
}
.post-info img {
  flex-shrink: 0;
  margin-right: 4px;
}
.post-info span {
  font-size: 14px;
  color: #848c97;
}
.post-info span + img {
  margin: 0 0 0 4px;
  cursor: pointer;
}
.post-info + .post-info {
  margin-top: 2px;
}
.search-price-block {
  margin-top: 20px;
}
.search-price-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-price-main img {
  flex-shrink: 0;
  cursor: pointer;
}
.search-price {
  font-weight: 600;
}
.search-price.new {
  color: #34a853;
}
.search-price-text,.search-price-old {
  font-size: 14px;
}
.search-price-old {
  font-weight: 600;
  text-decoration: line-through;
}
.booking-btn {
  margin-top: 8px;
  width: 100%;
  height: 52px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #34a853;
  transition: all 0.3s;
  cursor: pointer;
}
.booking-btn:hover {
  background-color: #24853e;
}
.container-search-banner {
  padding-left: 24px;
  flex: auto;
  position: relative;
}
.search-banner-plashka {
  width: 100%;
  background-color: #F6F8FA;
  border-radius: 16px;
  position: sticky;
  top: 0;
  padding: 1rem 1rem 2rem;
}

.search-banner-placeholder{
  margin-top: 1.5rem;
  padding: 0 .5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.search-banner-placeholder h5{
  margin-bottom: .5rem;
}

.search-banner-placeholder p{
  margin-bottom: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
  font-size: 1rem;
}

.search-banner-placeholder button {
  margin: 0 4rem;
}

.info-popup {
  display: none;
  position: absolute;
  background-color: #fff;
  color: #191919;
  border-radius: 5px;
  padding: 8px;
  font-size: 14px;
  z-index: 10;
  max-width: 320px;
  box-shadow: 0 0 6px #00000005, 0 2px 4px #00000014;
}
.info-popup:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 6px solid #fff;
}
.info-tooltip {
  position: relative;
  cursor: pointer;
}
.info-tooltip:hover + .info-popup {
  display: block;
}
.how-to-write {
  padding-top: 72px;
  padding-bottom: 107px;
  background-color: #f5f5f6;
}
.how-to-write h2 {
  margin-bottom: 48px;
}
.how-to-write h2 img {
  display: inline-block;
  margin-left: 19px;
}
.search-how-blocks-wrp {
  margin: 2px -22px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.search-how-block {
  position: relative;
  padding: 20px 10px 24px 20px;
  width: calc(20% - 44px);
  margin: 0 22px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
}
.search-how-block:not(:last-child):after {
  content: url("data:image/svg+xml,%3csvg%20width='30'%20height='8'%20viewBox='0%200%2030%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M29.3536%204.35355C29.5488%204.15829%2029.5488%203.84171%2029.3536%203.64645L26.1716%200.464466C25.9763%200.269204%2025.6597%200.269204%2025.4645%200.464466C25.2692%200.659728%2025.2692%200.976311%2025.4645%201.17157L28.2929%204L25.4645%206.82843C25.2692%207.02369%2025.2692%207.34027%2025.4645%207.53553C25.6597%207.7308%2025.9763%207.7308%2026.1716%207.53553L29.3536%204.35355ZM0%204.5H3.625V3.5H0V4.5ZM10.875%204.5H18.125V3.5H10.875V4.5ZM25.375%204.5H29V3.5H25.375V4.5ZM29.3536%204.35355C29.5488%204.15829%2029.5488%203.84171%2029.3536%203.64645L26.1716%200.464466C25.9763%200.269204%2025.6597%200.269204%2025.4645%200.464466C25.2692%200.659728%2025.2692%200.976311%2025.4645%201.17157L28.2929%204L25.4645%206.82843C25.2692%207.02369%2025.2692%207.34027%2025.4645%207.53553C25.6597%207.7308%2025.9763%207.7308%2026.1716%207.53553L29.3536%204.35355ZM0%204.5H3.625V3.5H0V4.5ZM10.875%204.5H18.125V3.5H10.875V4.5ZM25.375%204.5H29V3.5H25.375V4.5Z'%20fill='%23191919'/%3e%3c/svg%3e");
  position: absolute;
  top: calc(50% - 4px);
  left: calc(100% + 8px);
}
.search-how-block:last-child {
  background-color: #f0fdf3;
  color: #34a853;
}
.more-profi-section-wrp {
  padding: 32px 0 70px;
}
.more-profi-section {
  padding: 16px 40px 30px;
  background-color: #f6f8fa;
  border-radius: 16px;
}
.more-profi-section h3 + p {
  margin-bottom: 17px;
}
.try-block-wrp {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.try-block {
  margin: 10px;
  width: calc(33% - 20px);
  padding: 20px;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  background-color: #fff;
}
.try-block h5 {
  margin-bottom: 8px;
}
.img-try {
  flex-shrink: 0;
  margin-right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background-color: #f6f8fa;
}
.all-filters {
  color: #34a853;
  font-weight: 500;
  border-color: #34a853;
  transition: all 0.3s;
}
.all-filters:hover {
  background-color: #f0fdf3;
}
.selected-filters-result {
  margin-bottom: 8px;
}
.clean-btn {
  transition: all 0.3s;
  color: #34a853;
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  border: 1px solid #34a853;
  cursor: pointer;
  background-color: #fff;
  margin-right: 12px;
}
.clean-btn:hover {
  background-color: #34a853;
  color: #fff;
}
.new-category-dropdown.filter-dropdown {
  position: relative;
}
.filter-dropdown-popup {
  display: none;
  position: absolute;
  left: 0;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #ddd;
  min-width: 300px;
  border-radius: 12px;
  width: 1128px;
}
.filter-dropdown-popup .bottom-button-cat {
  cursor: pointer;
}
.filter-dropdown-popup .bottom-button-cat.disabled {
  cursor: default;
}
.filter-dropdown-popup .bottom-button-cat-wrp {
  padding: 16px 0;
}
.filter-dropdown-popup.active {
  display: block;
}
.filter-container.pos-rel .filter-dropdown-popup {
  width: 300px;
}
.filter-container.pos-rel ul {
  display: block;
}
.filter-container.pos-rel ul li {
  width: 100%;
}
.block-filters-wrp .block-filter:nth-child(n + 8):not(.all-filters) {
  display: none;
}
.pos-rel,.range-slider {
  position: relative;
}
.range-slider {
  width: 100%;
  height: 4px;
  margin: 30px 0;
  background-color: #f5f5f6;
}
.slider-track {
  height: 100%;
  position: absolute;
  background-color: #34a853;
}
.range-slider input {
  position: absolute;
  width: 100%;
  background: none;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 4px;
  background: #34a853;
  pointer-events: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
input[type="range"]::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border-radius: 4px;
  background: #34a853;
  pointer-events: auto;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.input-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.input-wrap {
  width: 46%;
  position: relative;
}
.input-wrap span {
  position: absolute;
  right: 18px;
  font-size: 14px;
  color: #848c97;
  top: 10px;
}
.input-wrap input {
  width: 100%;
  height: 40px;
  border: 1px solid #e4e6e8;
  border-radius: 8px;
  padding-left: 18px;
  padding-right: 48px;
}
.input-wrap input:focus {
  border-color: #34a853;
}
.mob-block-768 {
  display: none;
}
.top-mobile-gray {
  padding: 24px 0;
  background-color: #f5f5f6;
  margin-bottom: 16px;
}
.top-mobile-gray p {
  font-size: 14px;
  font-weight: 600;
}
.mob-obrannya-wrp {
  display: flex;
  width: 100%;
  overflow-x: auto;
  margin-top: 16px;
}
.mob-obrannya-block {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 12px;
  font-size: 14px;
  border: 1px solid #d5d8db;
  background-color: #f5f5f6;
  border-radius: 8px;
}
.mob-obrannya-block.active {
  border-color: #34a853;
  background-color: #f0fdf3;
  color: #34a853;
  font-weight: 600;
}
.mob-obrannya-block + .mob-obrannya-block,.mob-search-psy-btn {
  margin-left: 8px;
}
.mob-search-psy-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #191919;
  cursor: pointer;
}
.mob-search-psy-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 5;
}
.mob-search-input-popup {
  position: relative;
  background-color: #fff;
  z-index: 2;
  padding: 16px 0;
}
.mob-search-input-popup .search2-input-wrp {
  justify-content: space-between;
}
.mob-search-input-popup .search2-input-wrp .search2-input {
  background-color: #fff;
}
.mob-search-psy-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0006;
  z-index: 1;
}
.mob-filters-wrp {
  width: 100%;
}
.mob-filters-wrp,.mob-filters-btn {
  display: flex;
  align-items: center;
}
.mob-filters-btn {
  height: 40px;
  flex: auto;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid #191919;
}
.mob-filters-btn img {
  flex-shrink: 0;
  margin-right: 8px;
}
.mob-filters-btn p {
  font-size: 14px;
  font-weight: 500;
}
.filter-mob-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  z-index: 3;
}
.filter-mob-popup .new-category-dropdown {
  position: static;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.filter-mob-popup .new-category-dropdown.new-category-dropdown-inner {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  overflow-y: auto;
  z-index: 4;
}
.filter-mob-popup .new-category-dropdown .back-to-close {
  margin-bottom: 0;
}
.filter-mob-popup .new-category-dropdown .back-to-close img {
  margin-right: 16px;
}
.filter-mob-popup
  .new-category-dropdown
  .back-to-close.back-to-close-filter-main
  img {
  margin: 0;
}
.filter-mob-popup .new-category-dropdown .back-to-close p {
  margin-left: 0;
}
.header-popup-mob-filter {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  position: relative;
}
.header-popup-mob-filter:before {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  width: calc(100% + 32px);
  height: 1px;
  background-color: #e4e6e8;
}
.body-popup-mob {
  border-top: 1px solid #e4e6e8;
}
.select-krugal.select-krugal-right {
  border-radius: 8px;
}
.select-krugal.select-krugal-right img {
  display: none;
}
.select-krugal.select-krugal-right.active img {
  display: block;
}
.popup-mob-prop {
  font-weight: 600;
}
.inner-overflow-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  flex: auto;
}
.inner-overflow-scroll .sort-checkbox-text {
  margin-left: 0;
}
.new-popup-mob-filter-btn .popup-mob-prop + img {
  transform: rotate(-90deg);
}
.body-popup-mob-filter .double-slider-box {
  margin-top: 16px;
}
.back-to-close-filter-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.back-to-close.back-to-close-filter-main {
  padding-top: 0;
}
@media (max-width: 1199px) {
  .block-filters-wrp .block-filter:nth-child(n + 8):not(.all-filters) {
    display: block;
  }
  .search-how-block {
    width: calc(45% - 44px);
    margin-bottom: 20px;
  }
  .sort-sign-wrp {
    margin-right: 64px;
  }
}
@media (max-width: 991px) {
  .oburannya {
    flex-direction: column;
    align-items: flex-start;
  }
  .oburannya-btn {
    margin-left: 0;
  }
  .search2-input {
    width: 300px;
  }
  .mob-search-input-popup .search2-input {
    flex: auto;
  }
  .container-search-card {
    width: 100%;
  }
  .container-search-banner {
    padding-left: 0;
    padding-bottom: 16px;
  }
  .try-block {
    flex-direction: column;
  }
  .img-try {
    margin-bottom: 14px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .search-how-block {
    width: 100%;
    margin: 0 0 20px;
  }
  .search-how-block:not(:last-child):after {
    display: none;
  }
  .search-card-info {
    border-bottom: 1px solid #e4e6e8;
  }
  .how-to-write {
    padding: 40px 0;
  }
  .how-to-write h2 {
    margin-bottom: 32px;
    font-size: 32px;
  }
  .desktop-block-768 {
    display: none;
  }
  .mob-block-768 {
    display: block;
  }
  .top-filters-section {
    padding-top: 0;
  }
  .upper-filters {
    margin-top: 0;
  }
  .search-card {
    display: block;
  }
  .search-card-info,
  .search-card-booking {
    width: 100%;
    overflow: hidden;
  }
  .section-search-card {
    padding-top: 16px;
  }
  .try-block {
    width: 100%;
    flex-direction: row;
  }
  .img-try {
    margin-right: 14px;
    margin-bottom: 0;
  }
  .search-time-wrp {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .search-how-blocks-wrp {
    margin: 0;
  }
}
html,
body {
  height: 100%;
}
.app-wrapper {
  min-height: 100%;
}
.app {
  flex: 1 1 auto;
}
@media (max-width: 1199px) {
  .redirect-section h1 {
    width: 100%;
  }
  .container-qui {
    width: 960px;
  }
  .therapists-section .swiper-pagination {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .part-redirect {
    width: 100%;
  }
  .part-redirect + .part-redirect {
    margin-top: 40px;
  }
  .container-qui-redirect {
    flex-direction: column;
  }
  .redirect-link {
    margin: 0 auto;
  }
  .container-qui {
    width: 720px;
  }
  .btn-secondary {
    width: 190px;
  }
  .hero-part.top-part.flex {
    display: block;
  }
  .hero-section {
    margin-top: 32px;
    height: auto;
    padding-bottom: 48px;
  }
  .hero-top-part-text,
  .img-hero-wrp {
    width: 100%;
  }
  .img-hero {
    margin-top: 0;
  }
  .btn-primary-desktop {
    display: none;
  }
  .btn-primary-mob.btn-primary.large {
    display: flex;
    width: 100%;
    margin-top: 29px;
    margin-bottom: 24px;
  }
  .signa-block {
    position: relative;
    margin-top: -40px;
    margin-bottom: 0;
    bottom: 0;
  }
  .bottom-part {
    padding-bottom: 0;
  }
  .bottom-part-card p {
    width: 90%;
  }
  .banner-block button {
    width: 100%;
  }
  .therapists-slide {
    max-width: 460px;
  }
  #reviews .therapists-slide,
  #recommendations .therapists-slide {
    margin-top: 0;
  }
  .popup {
    padding: 56px 48px;
  }
}
@media (max-width: 767px) {
  .redirect-section {
    padding-top: 32px;
  }
  .redirect-section h1 {
    margin-bottom: 16px;
  }
  .redirect-link + .redirect-link {
    margin-top: 16px;
  }
  .container-qui .swiper-slide {
    height: 100%;
  }
  .container-qui {
    width: 540px;
  }
  .pt-def {
    padding-top: 56px;
    padding-bottom: 64px;
  }
  .header-qui {
    padding: 18px 0;
  }
  .menu-block {
    padding-top: 18px;
  }
  h1 {
    font-size: 34px;
  }
  .signa-block {
    margin-top: -12px;
  }
  .how-h4 {
    min-height: 56px;
    display: flex;
    align-items: center;
  }
  .hero-part.bottom-part.flex {
    flex-direction: column;
  }
  .hero-headline + p {
    margin-bottom: 8px;
  }
  .bottom-part {
    margin: 0;
  }
  .bottom-part-card + .bottom-part-card {
    margin-top: 12px;
  }
  .img-hero img,
  .herapists-section .therapists-slide {
    margin-top: 0;
  }
  .therapists-section .swiper-pagination {
    margin-top: 28px;
  }
  .banner-inner-block {
    flex-direction: column;
  }
  .banner1-img-wrp {
    margin: 0;
  }
  .banner-inner-part {
    width: 100%;
  }
  .banner-inner-part button {
    margin-top: 24px;
  }
  .success-block,
  .btn-primary.btn-banner.large {
    width: 100%;
  }
  .qa-top {
    padding: 20px 8px 20px 20px;
  }
  .qa-top.opened-line {
    padding: 20px 8px 5px 20px;
  }
  .toggle-arrow {
    width: 40px;
  }
  .qa-content .pl-10.pb-10 {
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .qa-subtitle {
    margin-bottom: 24px;
  }
  .qa-subtitle img {
    width: 40px;
  }
  .qa-subtitle p {
    font-size: 26px;
    margin-left: 6px;
    padding-top: 2px;
  }
  .qa-separate + .qa-separate {
    margin-top: 44px;
  }
  .qa-last-block h2 {
    font-size: 32px;
  }
  .qa-last-block {
    margin-top: 48px;
  }
  .qa-last-block h2 + p {
    margin-bottom: 24px;
  }
  .qa-btn-wrp {
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
  }
  .qa-btn-soc {
    width: 320px;
    margin: 0;
  }
  .qa-btn-soc + .qa-btn-soc {
    margin-top: 16px;
  }
  .popup {
    padding: 40px 24px;
  }
  .popup h3 {
    margin-bottom: 20px;
  }
  .input-group input {
    height: 56px;
    padding: 16px 24px;
  }
  .popup .btn-primary {
    margin-top: 20px;
  }
  .pop-up-close-btn {
    top: 24px;
    right: 24px;
  }
}
@media (max-width: 575px) {
  .container-qui {
    width: 100%;
    padding: 0 16px;
  }
  .trust-icon {
    width: 74px;
    height: 74px;
  }
  .success-block .btn-primary.large {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .btn-code {
    position: static;
    width: 100%;
    border-radius: 6px;
    height: 48px;
    margin-top: 12px;
  }
  .code-link {
    text-align: center;
  }
}
@media not all and (min-width: 1024px) {
  .max-lg\:\!static {
    position: static !important;
  }
  .max-lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .max-lg\:ml-0 {
    margin-left: 0;
  }
  .max-lg\:mt-14 {
    margin-top: 3.5rem;
  }
  .max-lg\:mt-4 {
    margin-top: 1rem;
  }
  .max-lg\:mt-6 {
    margin-top: 1.5rem;
  }
  .max-lg\:block {
    display: block;
  }
  .max-lg\:hidden {
    display: none;
  }
  .max-lg\:max-h-\[200px\] {
    max-height: 200px;
  }
  .max-lg\:max-w-full {
    max-width: 100%;
  }
  .max-lg\:gap-0 {
    gap: 0px;
  }
  .max-lg\:gap-3 {
    gap: 0.75rem;
  }
  .max-lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .max-lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .max-lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .max-lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .max-lg\:pb-16 {
    padding-bottom: 4rem;
  }
  .max-lg\:pl-4 {
    padding-left: 1rem;
  }
  .max-lg\:pt-12 {
    padding-top: 3rem;
  }
}
@media (min-width: 768px) {
  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  .md\:col-start-2 {
    grid-column-start: 2;
  }
  .md\:mb-12 {
    margin-bottom: 3rem;
  }
  .md\:mt-12 {
    margin-top: 3rem;
  }
  .md\:mt-8 {
    margin-top: 2rem;
  }
  .md\:hidden {
    display: none;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:self-center {
    align-self: center;
  }
  .md\:border-r-2 {
    border-right-width: 2px;
  }
  .md\:px-\[70px\] {
    padding-left: 70px;
    padding-right: 70px;
  }
  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .md\:pt-\[60px\] {
    padding-top: 60px;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@charset "UTF-8";
*,
:before,
:after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e4e6e8;
}
:before,
:after {
  --tw-content: "";
}
html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre,fieldset {
  margin: 0;
}
fieldset,legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #d5d8db;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #d5d8db;
}
button,
[role="button"] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none;
}
h1,
h2,
h4,
h5,
h6 {
  font-family: Open Sans, sans-serif;
}
body {
  font-family: Montserrat;
  color: #191919;
}
h1 {
  font-size: 48px;
}
h1,h2 {
  font-weight: 400;
  line-height: 1.3;
}
h2 {
  font-size: 44px;
}
h3 {
  font-size: 28px;
  line-height: 1;
}
h3,h4 {
  font-weight: 600;
}
h4 {
  font-size: 24px;
  line-height: 1.3;
}
h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
button {
  font-size: 16px;
  font-weight: 500;
  line-height: auto;
}
*,
:before,
:after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .\!container {
    max-width: 640px !important;
  }
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .\!container {
    max-width: 768px !important;
  }
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .\!container {
    max-width: 1024px !important;
  }
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .\!container {
    max-width: 1280px !important;
  }
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .\!container {
    max-width: 1536px !important;
  }
  .container {
    max-width: 1536px;
  }
}
.\!static {
  position: static !important;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.bottom-\[-22\%\] {
  bottom: -22%;
}
.bottom-\[-5px\] {
  bottom: -5px;
}
.left-0 {
  left: 0;
}
.right-\[-15\%\] {
  right: -15%;
}
.right-\[-6px\] {
  right: -6px;
}
.z-50 {
  z-index: 50;
}
.col-span-11 {
  grid-column: span 11 / span 11;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mr-14 {
  margin-right: 3.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-7 {
  margin-right: 1.75rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[1\.02\] {
  aspect-ratio: 1.02;
}
.aspect-\[1\.04\] {
  aspect-ratio: 1.04;
}
.aspect-\[1\.25\] {
  aspect-ratio: 1.25;
}
.aspect-\[1\.2\] {
  aspect-ratio: 1.2;
}
.aspect-\[1\.3\] {
  aspect-ratio: 1.3;
}
.aspect-\[1\.64\] {
  aspect-ratio: 1.64;
}
.aspect-\[5\] {
  aspect-ratio: 5;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-6 {
  height: 1.5rem;
}
.h-\[60px\] {
  height: 60px;
}
.h-full {
  height: 100%;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-\[34vw\] {
  max-height: 34vw;
}
.max-h-max {
  max-height: -moz-max-content;
  max-height: max-content;
}
.min-h-\[420px\] {
  min-height: 420px;
}
.min-h-\[46px\] {
  min-height: 46px;
}
.\!w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.w-20 {
  width: 5rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-6\/12 {
  width: 50%;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[130px\] {
  width: 130px;
}
.w-\[184px\] {
  width: 184px;
}
.w-\[195px\] {
  width: 195px;
}
.w-\[23px\] {
  width: 23px;
}
.w-\[315px\] {
  width: 315px;
}
.w-\[33\%\] {
  width: 33%;
}
.w-\[41\%\] {
  width: 41%;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[56px\] {
  width: 56px;
}
.w-\[59\%\] {
  width: 59%;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[84px\] {
  width: 84px;
}
.w-\[88px\] {
  width: 88px;
}
.w-full {
  width: 100%;
}
.min-w-\[46px\] {
  min-width: 46px;
}
.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.max-w-\[1128px\] {
  max-width: 1128px;
}
.max-w-\[933px\] {
  max-width: 933px;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-24 {
  gap: 6rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-none {
  border-radius: 0;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.\!rounded-t-none {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-solid {
  border-style: solid;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(228 230 232 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(52 168 83 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 246 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 230 232 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 250 / var(--tw-bg-opacity));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 255 242 / var(--tw-bg-opacity));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 243 / var(--tw-bg-opacity));
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 168 83 / var(--tw-bg-opacity));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 238 238 / var(--tw-bg-opacity));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 244 244 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-\[64px\] {
  padding-left: 64px;
  padding-right: 64px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-3\.5 {
  padding-bottom: 0.875rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pl-\[60px\] {
  padding-left: 60px;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-3\.5 {
  padding-right: 0.875rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[1\.5\] {
  line-height: 1.5;
}
.leading-\[150\%\] {
  line-height: 150%;
}
.leading-none {
  line-height: 1;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(52 168 83 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-0 {
  opacity: 0;
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
}
.shadow-md,.shadow-xl {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.duration-300 {
  transition-duration: 0.3s;
}
.\[border-image\:url\(\'\/assets\/therapy-for-all-frame\.svg\'\)_7_stretch\] {
  -o-border-image: url("data:image/svg+xml,%3csvg%20width='362'%20height='429'%20viewBox='0%200%20362%20429'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M361.354%20425.354C361.549%20425.158%20361.549%20424.842%20361.354%20424.646L358.172%20421.464C357.976%20421.269%20357.66%20421.269%20357.464%20421.464C357.269%20421.66%20357.269%20421.976%20357.464%20422.172L360.293%20425L357.464%20427.828C357.269%20428.024%20357.269%20428.34%20357.464%20428.536C357.66%20428.731%20357.976%20428.731%20358.172%20428.536L361.354%20425.354ZM148%20425.5H361V424.5H148V425.5Z'%20fill='%2334A853'/%3e%3cpath%20d='M1%20111V13C1%206.37259%206.37258%201%2013%201H111'%20stroke='%2334A853'/%3e%3cpath%20d='M361%20111V13C361%206.37258%20355.627%201%20349%201H251'%20stroke='%2334A853'/%3e%3cpath%20d='M1%20315V413C1%20419.627%206.37258%20425%2013%20425H111'%20stroke='%2334A853'/%3e%3c/svg%3e")
    7 stretch;
  border-image: url("data:image/svg+xml,%3csvg%20width='362'%20height='429'%20viewBox='0%200%20362%20429'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M361.354%20425.354C361.549%20425.158%20361.549%20424.842%20361.354%20424.646L358.172%20421.464C357.976%20421.269%20357.66%20421.269%20357.464%20421.464C357.269%20421.66%20357.269%20421.976%20357.464%20422.172L360.293%20425L357.464%20427.828C357.269%20428.024%20357.269%20428.34%20357.464%20428.536C357.66%20428.731%20357.976%20428.731%20358.172%20428.536L361.354%20425.354ZM148%20425.5H361V424.5H148V425.5Z'%20fill='%2334A853'/%3e%3cpath%20d='M1%20111V13C1%206.37259%206.37258%201%2013%201H111'%20stroke='%2334A853'/%3e%3cpath%20d='M361%20111V13C361%206.37258%20355.627%201%20349%201H251'%20stroke='%2334A853'/%3e%3cpath%20d='M1%20315V413C1%20419.627%206.37258%20425%2013%20425H111'%20stroke='%2334A853'/%3e%3c/svg%3e")
    7 stretch;
}
.\[border-width\:5px\] {
  border-width: 5px;
}
.hero-section.psy-section .bottom-part-card p {
  width: 90%;
}
.hero-section.psy-section .bottom-part-card {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 246 / var(--tw-bg-opacity));
}
.btn-secondary-cabinet.btn-secondary {
  margin-top: 16px;
  width: 328px;
}
.btn-secondary-cabinet-mob.btn-secondary.large {
  display: none;
}
.wellcome-block-wrp {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.wellcome-block-wrp:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 18px;
  left: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(228 230 232 / var(--tw-bg-opacity));
  border-radius: 24px;
}
.wellcome-block {
  background-color: #fff;
  border-radius: 24px;
  padding: 24px 32px 24px 24px;
}
.wellcome-block,.welcome-list {
  position: relative;
  z-index: 2;
}
.welcome-list li {
  display: flex;
}
.welcome-list li h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 243 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(52 168 83 / var(--tw-text-opacity));
  margin-right: 16px;
}
.welcome-list li + li {
  margin-top: 16px;
}
.welcome-text {
  display: flex;
  align-items: center;
}
.welcome-text span {
  font-weight: 600;
}
.welcome-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.welcome-img img {
  position: relative;
  right: -50px;
}
.how-to-join {
  position: relative;
  background-color: #fff;
}
.how-to-join .container-qui {
  position: relative;
  z-index: 2;
}
.how-to-join:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fafafa;
  width: 50%;
  height: 100%;
  z-index: 1;
}
.join-block-wrp {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.join-block:not(:first-child) {
  margin-top: 60px;
  position: relative;
}
.join-block:not(:first-child):before {
  content: url("data:image/svg+xml,%3csvg%20width='8'%20height='45'%20viewBox='0%200%208%2045'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.64645%2044.3536C3.84171%2044.5488%204.15829%2044.5488%204.35355%2044.3536L7.53553%2041.1716C7.7308%2040.9763%207.7308%2040.6597%207.53553%2040.4645C7.34027%2040.2692%207.02369%2040.2692%206.82843%2040.4645L4%2043.2929L1.17157%2040.4645C0.976311%2040.2692%200.659728%2040.2692%200.464466%2040.4645C0.269204%2040.6597%200.269204%2040.9763%200.464466%2041.1716L3.64645%2044.3536ZM3.5%200V2.75H4.5V0L3.5%200ZM3.5%208.25L3.5%2013.75H4.5V8.25H3.5ZM3.5%2019.25V24.75H4.5L4.5%2019.25H3.5ZM3.5%2030.25L3.5%2035.75H4.5V30.25H3.5ZM3.5%2041.25V44H4.5V41.25H3.5ZM3.64645%2044.3536C3.84171%2044.5488%204.15829%2044.5488%204.35355%2044.3536L7.53553%2041.1716C7.7308%2040.9763%207.7308%2040.6597%207.53553%2040.4645C7.34027%2040.2692%207.02369%2040.2692%206.82843%2040.4645L4%2043.2929L1.17157%2040.4645C0.976311%2040.2692%200.659728%2040.2692%200.464466%2040.4645C0.269204%2040.6597%200.269204%2040.9763%200.464466%2041.1716L3.64645%2044.3536ZM3.5%200V2.75H4.5V0L3.5%200ZM3.5%208.25L3.5%2013.75H4.5V8.25H3.5ZM3.5%2019.25V24.75H4.5L4.5%2019.25H3.5ZM3.5%2030.25L3.5%2035.75H4.5V30.25H3.5ZM3.5%2041.25V44H4.5V41.25H3.5Z'%20fill='%23191919'/%3e%3c/svg%3e");
  position: absolute;
  height: 44px;
  width: 8px;
  top: -52px;
  left: calc(50% - 4px);
}
.join-text {
  display: flex;
  align-items: center;
}
#reviewsColleagues .swiper-pagination-progressbar {
  background-color: #00000026;
}
.join-pic-wrp {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 34px;
}
.comfort-section b {
  font-weight: 600;
}
@media (max-width: 1199px) {
  .welcome-img img {
    right: 0;
  }
}
@media (max-width: 1023px) {
  .join-pic-wrp {
    display: none;
  }
  .how-to-join.pt-def {
    padding-bottom: 0;
  }
  .how-to-join.pt-def:after {
    display: none;
  }
  .welcome-img {
    margin-top: 64px;
  }
  .welcome-img img {
    right: 0;
  }
  .join-block-wrp + .join-block-wrp {
    position: relative;
  }
  .join-block-wrp + .join-block-wrp > div {
    position: relative;
    z-index: 2;
  }
  .join-block-wrp + .join-block-wrp:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100vw;
    height: 100%;
    top: 0;
    left: calc((100vw - 100%) / -2);
    background-color: #fafafa;
  }
  .join-block {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .btn-secondary-cabinet.btn-secondary-desktop {
    display: none;
  }
  .btn-secondary-cabinet-mob.btn-secondary.large {
    display: flex;
    width: 100%;
    margin-bottom: 44px;
  }
  .for_psychotherapists-body .btn-primary-mob.btn-primary.large {
    margin-bottom: 12px;
  }
  #reviewsColleagues .therapists-slide {
    margin-top: 0;
  }
  .banner-block-psycho .btn-primary.large,
  .banner-block-psycho .btn-secondary-cabinet.btn-secondary {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .wellcome-block {
    padding: 24px 20px 24px 14px;
  }
  .welcome-list li h5 {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
  .join-block {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 425px) {
  .join-text h4 {
    font-size: 22px;
  }
  .join-block span {
    width: 56px;
    height: 56px;
  }
  .join-block p {
    padding: 0;
  }
}
:root {
  --swiper-pagination-color: #34a853;
  --swiper-pagination-bullet-size: 12px;
}
::-webkit-scrollbar {
  width: 14px;
  height: 4px;
}
::-webkit-scrollbar-track {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 250 / var(--tw-bg-opacity));
}
::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(228 230 232 / var(--tw-bg-opacity));
  border-radius: 10px;
  border: 1px solid #f1f1f1;
}
::-webkit-scrollbar-thumb:hover {
  background: #c3dbc8;
}
.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(52 168 83 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.btn-primary:hover {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(36 133 62 / var(--tw-bg-opacity));
}
.btn-primary {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 64px;
  border-radius: 8px;
}
.btn-primary.large {
  width: 328px;
}
.btn-link {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(52 168 83 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.btn-link:hover {
  --tw-text-opacity: 1;
  color: rgb(36 133 62 / var(--tw-text-opacity));
}
.btn-link {
  align-items: center;
  fill: #34a853;
}
.btn-link:hover {
  fill: #24853e;
}
.btn-secondary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(52 168 83 / var(--tw-border-opacity));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(52 168 83 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(52 168 83 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-secondary {
  height: 52px;
  width: 264px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.app {
  width: 100%;
}
.container-qui {
  width: 1128px;
  margin: 0 auto;
}
p + p {
  margin-top: 12px;
}
p + p.banner-text {
  margin-top: 24px;
}
.header-wrapper {
  width: 100%;
}
.header-qui {
  padding: 24px 0;
}
.nav-list a {
  position: relative;
}
.nav-list a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #191919;
  transition: all 0.3s;
}
.nav-list a:hover:after {
  width: 100%;
}
.selected-lang {
  margin: 0 4px;
  font-weight: 400;
}
.other-lang {
  padding-left: 22px;
}
.other-lang:hover {
  color: #24853e;
}
.arrowDown.rotate {
  transform: rotate(180deg);
}
.hero-section {
  height: calc(100vh - 100px);
}
.hero-section .container-qui {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.hero-headline {
  margin-bottom: 2.332361516vh;
}
.hero-headline + p {
  margin-bottom: 5.8309037901vh;
}
.top-part {
  flex: 1 1 auto;
}
.bottom-part {
  margin-left: -12px;
  margin-right: -12px;
  padding-bottom: 3.4985422741vh;
}
.bottom-part-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33%;
  margin: 0 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 243 / var(--tw-bg-opacity));
  border-radius: 12px;
  padding-top: 2.915451895vh;
  padding-bottom: 2.915451895vh;
}
.bottom-part-card p {
  font-size: 1rem;
  line-height: 1.5rem;
  width: 69%;
  text-align: center;
  margin-top: 1.166180758vh;
}
.hero-top-part-text {
  width: 45%;
  flex-direction: column;
}
.hero-top-part-text,.img-hero-wrp {
  display: flex;
  justify-content: center;
}
.img-hero-wrp {
  width: 55%;
  align-items: center;
}
.img-hero {
  width: 85%;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: -50px;
}
.signa-block {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 283px;
  border-radius: 12px;
  display: flex;
  border: 1px solid #7c7c7c;
  padding: 10px 12px;
  background-color: #fff;
}
.signa-block img {
  width: 24px;
  flex-shrink: 0;
}
.signa-block p {
  margin-left: 5px;
  font-size: 14px;
}
.pt-def {
  padding-top: 72px;
  padding-bottom: 80px;
}
.h2-method {
  letter-spacing: -2px;
}
.method-main-block {
  padding-top: 28px;
  padding-bottom: 35px;
}
.trust-icon {
  flex-shrink: 0;
  border-radius: 0 8px;
}
.review-btn {
  background: #0000;
}
.review-btn:hover {
  background: linear-gradient(180deg, #fcfffd, #f3fff6);
}
.qna-section {
  background: linear-gradient(180deg, #eee, #f5f5f6);
}
.emergency-section a svg {
  fill: #191919;
}
.emergency-section a:hover {
  color: #34a853;
}
.emergency-section a:hover svg {
  fill: #34a853;
}
.footer-wrapper {
  width: 100%;
}
footer a:hover {
  color: #34a853;
}
.btn-primary-mob {
  display: none;
}
.menu-block {
  padding-top: 24px;
}
.menu-inner {
  height: calc(100vh - 62px);
}
.menu-inner ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.menu-inner ul a {
  display: block;
  padding: 8px 0;
  text-align: center;
}
.btn-menu {
  margin-top: 19vh;
  margin-bottom: 4vh;
}
.success-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.qa-separate + .qa-separate {
  margin-top: 64px;
}
.qa-line + .qa-line {
  margin-top: 16px;
}
.qa-last-block {
  margin-top: 72px;
}
.qa-last-block h2,.qa-last-block h2 + p {
  text-align: center;
}
.qa-last-block h2 + p {
  margin-top: 12px;
  margin-bottom: 32px;
}
.qa-btn-mail {
  -o-border-image: url(../assets/mail-frame.svg) 1;
  border-image: url(../assets/mail-frame.svg) 1;
}
.qa-btn-mail:hover {
  background-color: #e6efe9;
}
.qa-btn-wrp {
  margin-top: 24px;
}
.qa-btn-wrp,.qa-btn-soc {
  display: flex;
  justify-content: center;
}
.qa-btn-soc {
  height: 56px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  padding: 0 24px;
  background-color: #0000;
  border-radius: 8px;
  border: 1px solid #34a853;
  cursor: pointer;
  color: #34a853;
  margin: 0 12px;
  transition: all 0.3s;
}
.qa-btn-soc span {
  padding-left: 6px;
}
.qa-btn-soc:hover {
  background-color: #d4e8da;
}
.qa-subtitle {
  display: flex;
  align-items: flex-start;
  margin-bottom: 28px;
}
.qa-subtitle img {
  width: 48px;
  flex-shrink: 0;
}
.qa-subtitle p {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  font-size: 28px;
  margin-left: 12px;
  padding-top: 4px;
}
.container-qui .swiper-slide {
  height: auto;
}
.therapists-slide {
  height: 100%;
}
.to-reviews {
  cursor: pointer;
}
article a {
  color: #34a853;
  position: relative;
  font-weight: 500;
}
article a:after {
  transition: all 0.3s;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #34a853;
}
article a:hover:after {
  width: 100%;
}
article b {
  font-weight: 600;
}
article p + ul,
article p + ol {
  margin-top: 4px;
}
article ul + p,
article ol + p {
  margin-top: 16px;
}
article ol {
  padding-left: 24px;
}
article ol li {
  list-style: decimal;
}
article ol li + li {
  margin-top: 8px;
}
article ul li {
  padding-left: 16px;
  position: relative;
}
article ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 32px;
}
.pop-up-overlay-wrapper {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
}
.pop-up-overlay-wrapper .overlay-pop-up {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #000;
  opacity: 0.702;
  z-index: 2;
}
.pop-up-overlay-wrapper.show-popup {
  display: flex;
}
.pop-up-wrapper,.pop-up-form-block {
  width: 100%;
  height: 100%;
}
.pop-up-form-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup {
  position: relative;
  padding: 64px 48px 56px;
  max-width: 480px;
  max-height: 90%;
  overflow-y: auto;
}
.popup.show-popup {
  display: block;
}
.popup h3 {
  margin-bottom: 24px;
}
.popup .btn-primary {
  width: 100%;
  margin-top: 24px;
}
.input-group {
  position: relative;
}
.input-group + .input-group {
  margin-top: 24px;
}
.input-group input {
  outline: none;
  width: 100%;
  height: 60px;
  padding: 18px 24px;
  border: 1px solid #e4e6e8;
  border-radius: 6px;
}
.input-group input::-moz-placeholder {
  color: #6c6c6c;
}
.input-group input::placeholder {
  color: #6c6c6c;
}
.input-group input:focus-visible {
  border-color: #34a853;
}
.input-group input.error {
  border-color: #ff5454;
}
.input-group input.error ~ .error-message,.input-group input.message-input ~ .message-text {
  display: inline-block;
}
.input-group-code-wrp {
  position: relative;
}
.btn-code {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  border-radius: 0 10px 10px 0;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #34a853;
  color: #fff;
  transition: all 0.15s;
}
.btn-code:hover {
  background-color: #24853e;
}
.code-link-wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  margin-bottom: 24px;
}
.code-link {
  position: relative;
  cursor: pointer;
}
.code-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background-color: #191919;
}
.code-link.green {
  color: #34a853;
}
.code-link.green:after {
  background-color: #34a853;
}
.code-link + .code-link {
  margin-left: 12px;
}
.capcha-wrp {
  margin: 16px 0;
}
.capcha-pic {
  width: 100%;
  height: 105px;
  background-color: #d9d9d9;
}
.pop-policy-text {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.pop-policy-text a {
  color: #34a853;
}
.pop-policy-text a:hover {
  color: #24853e;
}
.pop-policy-text b {
  font-weight: 500;
}
.error-message {
  color: #ff5454;
}
.error-message,.message-text {
  display: none;
  position: absolute;
  left: 8px;
  top: 100%;
  font-size: 12px;
}
.message-text b {
  font-weight: 500;
}
.toggle-password {
  background: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.05499%203.24544C4.98913%203.1712%204.90918%203.11077%204.81979%203.06765C4.7304%203.02453%204.63334%202.99958%204.53423%202.99425C4.43513%202.98892%204.33595%203.00331%204.24245%203.03659C4.14895%203.06987%204.06298%203.12137%203.98953%203.18812C3.91608%203.25487%203.85661%203.33554%203.81457%203.42544C3.77252%203.51534%203.74874%203.61269%203.7446%203.71186C3.74045%203.81102%203.75603%203.91002%203.79043%204.00311C3.82483%204.09621%203.87737%204.18155%203.94499%204.25419L5.74874%206.23888C2.34374%208.32857%200.879366%2011.5498%200.814679%2011.6961C0.772035%2011.792%200.75%2011.8958%200.75%2012.0008C0.75%2012.1057%200.772035%2012.2095%200.814679%2012.3054C0.847491%2012.3795%201.64155%2014.1401%203.40687%2015.9054C5.75905%2018.2567%208.72999%2019.4998%2012%2019.4998C13.6806%2019.5094%2015.3442%2019.1634%2016.8816%2018.4845L18.9441%2020.7542C19.0099%2020.8284%2019.0899%2020.8889%2019.1793%2020.932C19.2686%2020.9751%2019.3657%2021.0001%2019.4648%2021.0054C19.5639%2021.0107%2019.6631%2020.9963%2019.7566%2020.9631C19.8501%2020.9298%2019.9361%2020.8783%2020.0095%2020.8115C20.083%2020.7448%2020.1424%2020.6641%2020.1845%2020.5742C20.2265%2020.4843%2020.2503%2020.3869%2020.2544%2020.2878C20.2586%2020.1886%2020.243%2020.0896%2020.2086%2019.9965C20.1742%2019.9034%2020.1217%2019.8181%2020.0541%2019.7454L5.05499%203.24544ZM9.49218%2010.3554L13.3987%2014.6539C12.8105%2014.9634%2012.136%2015.0687%2011.4814%2014.9534C10.8268%2014.838%2010.229%2014.5085%209.78188%2014.0166C9.33481%2013.5247%209.06377%2012.8982%209.01134%2012.2355C8.9589%2011.5729%209.12804%2010.9116%209.49218%2010.3554ZM12%2017.9998C9.11437%2017.9998%206.59343%2016.9508%204.50655%2014.8826C3.64997%2014.0314%202.92145%2013.0603%202.34374%2011.9998C2.78343%2011.1758%204.18687%208.86951%206.7828%207.37044L8.4703%209.22201C7.81699%2010.0587%207.48052%2011.0995%207.52036%2012.1603C7.56021%2013.2211%207.97379%2014.2337%208.68802%2015.019C9.40225%2015.8044%2010.3711%2016.312%2011.4234%2016.4521C12.4757%2016.5921%2013.5436%2016.3557%2014.4384%2015.7845L15.8194%2017.3033C14.6006%2017.7708%2013.3053%2018.0071%2012%2017.9998ZM12.5625%209.05326C12.3671%209.01596%2012.1944%208.90256%2012.0826%208.73799C11.9708%208.57343%2011.9289%208.37119%2011.9662%208.17576C12.0035%207.98032%2012.1169%207.80771%2012.2815%207.6959C12.4461%207.58408%2012.6483%207.54221%2012.8437%207.57951C13.7996%207.76482%2014.67%208.25418%2015.325%208.97459C15.98%209.695%2016.3846%2010.6079%2016.4784%2011.577C16.4969%2011.775%2016.436%2011.9723%2016.3091%2012.1255C16.1822%2012.2786%2015.9996%2012.375%2015.8016%2012.3936C15.7781%2012.3949%2015.7547%2012.3949%2015.7312%2012.3936C15.5438%2012.3944%2015.3628%2012.3249%2015.224%2012.199C15.0852%2012.073%2014.9986%2011.8996%2014.9812%2011.7129C14.9181%2011.0683%2014.6486%2010.4613%2014.2128%209.98208C13.7771%209.50288%2013.1982%209.17713%2012.5625%209.05326ZM23.1825%2012.3054C23.1431%2012.3936%2022.1934%2014.4964%2020.055%2016.4117C19.9819%2016.4792%2019.8961%2016.5315%2019.8027%2016.5656C19.7092%2016.5996%2019.6099%2016.6148%2019.5105%2016.6101C19.4111%2016.6053%2019.3136%2016.5809%2019.2238%2016.5382C19.1339%2016.4954%2019.0535%2016.4352%2018.9871%2016.3611C18.9208%2016.287%2018.8698%2016.2004%2018.8373%2016.1064C18.8047%2016.0124%2018.7912%2015.9128%2018.7975%2015.8135C18.8037%2015.7142%2018.8297%2015.6172%2018.8739%2015.528C18.918%2015.4388%2018.9795%2015.3594%2019.0547%2015.2942C20.1038%2014.3516%2020.9851%2013.2377%2021.6609%2011.9998C21.0819%2010.9384%2020.3518%209.96665%2019.4934%209.11513C17.4066%207.04888%2014.8856%205.99982%2012%205.99982C11.392%205.99908%2010.7849%206.04831%2010.185%206.14701C10.0874%206.16426%209.98741%206.16201%209.89073%206.14039C9.79404%206.11877%209.70259%206.07821%209.62167%206.02105C9.54074%205.96388%209.47195%205.89125%209.41925%205.80735C9.36656%205.72345%209.33101%205.62994%209.31466%205.53222C9.29832%205.4345%209.30149%205.33451%209.32401%205.23803C9.34652%205.14155%209.38793%205.05048%209.44584%204.97009C9.50375%204.8897%209.57702%204.82158%209.6614%204.76967C9.74579%204.71775%209.83963%204.68307%209.93749%204.66763C10.6192%204.55507%2011.309%204.49894%2012%204.49982C15.27%204.49982%2018.2409%205.74294%2020.5931%208.09513C22.3584%209.86044%2023.1525%2011.622%2023.1853%2011.6961C23.2279%2011.792%2023.25%2011.8958%2023.25%2012.0008C23.25%2012.1057%2023.2279%2012.2095%2023.1853%2012.3054H23.1825Z'%20fill='%236C6C6C'/%3e%3c/svg%3e")
    no-repeat center center;
}
.toggle-password.show {
  background: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.1853%2011.6963C23.1525%2011.6222%2022.3584%209.86062%2020.5931%208.09531C18.2409%205.74312%2015.27%204.5%2012%204.5C8.72999%204.5%205.75905%205.74312%203.40687%208.09531C1.64155%209.86062%200.843741%2011.625%200.814679%2011.6963C0.772035%2011.7922%200.75%2011.896%200.75%2012.0009C0.75%2012.1059%200.772035%2012.2097%200.814679%2012.3056C0.847491%2012.3797%201.64155%2014.1403%203.40687%2015.9056C5.75905%2018.2569%208.72999%2019.5%2012%2019.5C15.27%2019.5%2018.2409%2018.2569%2020.5931%2015.9056C22.3584%2014.1403%2023.1525%2012.3797%2023.1853%2012.3056C23.2279%2012.2097%2023.25%2012.1059%2023.25%2012.0009C23.25%2011.896%2023.2279%2011.7922%2023.1853%2011.6963ZM12%2018C9.11437%2018%206.59343%2016.9509%204.50655%2014.8828C3.65028%2014.0313%202.92179%2013.0603%202.34374%2012C2.92164%2010.9396%203.65014%209.9686%204.50655%209.11719C6.59343%207.04906%209.11437%206%2012%206C14.8856%206%2017.4066%207.04906%2019.4934%209.11719C20.3514%209.9684%2021.0815%2010.9394%2021.6609%2012C20.985%2013.2619%2018.0403%2018%2012%2018ZM12%207.5C11.11%207.5%2010.2399%207.76392%209.49993%208.25839C8.7599%208.75285%208.18313%209.45566%207.84253%2010.2779C7.50194%2011.1002%207.41282%2012.005%207.58646%2012.8779C7.76009%2013.7508%208.18867%2014.5526%208.81801%2015.182C9.44735%2015.8113%2010.2492%2016.2399%2011.1221%2016.4135C11.995%2016.5872%2012.8998%2016.4981%2013.7221%2016.1575C14.5443%2015.8169%2015.2471%2015.2401%2015.7416%2014.5001C16.2361%2013.76%2016.5%2012.89%2016.5%2012C16.4988%2010.8069%2016.0242%209.66303%2015.1806%208.81939C14.337%207.97575%2013.1931%207.50124%2012%207.5ZM12%2015C11.4066%2015%2010.8266%2014.8241%2010.3333%2014.4944C9.83993%2014.1648%209.45542%2013.6962%209.22835%2013.148C9.00129%2012.5999%208.94188%2011.9967%209.05764%2011.4147C9.17339%2010.8328%209.45911%2010.2982%209.87867%209.87868C10.2982%209.45912%2010.8328%209.1734%2011.4147%209.05764C11.9967%208.94189%2012.5999%209.0013%2013.148%209.22836C13.6962%209.45542%2014.1648%209.83994%2014.4944%2010.3333C14.824%2010.8266%2015%2011.4067%2015%2012C15%2012.7956%2014.6839%2013.5587%2014.1213%2014.1213C13.5587%2014.6839%2012.7956%2015%2012%2015Z'%20fill='%236C6C6C'/%3e%3c/svg%3e")
    no-repeat center center;
}
.pop-up-close-btn {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 34px;
  height: 34px;
  justify-content: center;
  cursor: pointer;
}
.pop-up-close-btn,.pop-link-wrp {
  display: flex;
  align-items: center;
}
.pop-link-wrp {
  margin-top: 20px;
}
.pop-link-wrp p {
  font-size: 18px;
  margin-right: 8px;
}
.pop-link {
  font-size: 18px;
  font-weight: 500;
  color: #34a853;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.pop-link:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #34a853;
}
.pop-link:hover {
  color: #24853e;
}
.pop-link:hover:after {
  background-color: #24853e;
}
.redirect-section {
  min-height: calc(100vh - 100px);
  padding-top: 56px;
}
.redirect-section h1 {
  width: 75%;
  margin-bottom: 40px;
}
.container-qui-redirect {
  display: flex;
}
.part-redirect {
  width: 50%;
}
.part-redirect > img {
  width: 80%;
  margin: 0 auto;
}
.redirect-link {
  width: 380px;
  max-width: 100%;
}
.redirect-link img {
  width: 20px;
  margin-right: 4px;
}
.redirect-link + .redirect-link {
  margin-top: 24px;
}
@media screen and (max-width: 1199px) {
  .redirect-section h1 {
    width: 100%;
  }
  .container-qui {
    width: 960px;
  }
  .therapists-section .swiper-pagination {
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .part-redirect {
    width: 100%;
  }
  .part-redirect + .part-redirect {
    margin-top: 40px;
  }
  .container-qui-redirect {
    flex-direction: column;
  }
  .redirect-link {
    margin: 0 auto;
  }
  .container-qui {
    width: 720px;
  }
  .btn-secondary {
    width: 190px;
  }
  .hero-part.top-part.flex {
    display: block;
  }
  .hero-section {
    margin-top: 32px;
    height: auto;
    padding-bottom: 48px;
  }
  .hero-top-part-text,
  .img-hero-wrp {
    width: 100%;
  }
  .img-hero {
    margin-top: 0;
  }
  .btn-primary-desktop {
    display: none;
  }
  .btn-primary-mob.btn-primary.large {
    display: flex;
    width: 100%;
    margin-top: 29px;
    margin-bottom: 24px;
  }
  .signa-block {
    position: relative;
    margin-top: -40px;
    margin-bottom: 0;
    bottom: 0;
  }
  .bottom-part {
    padding-bottom: 0;
  }
  .bottom-part-card p {
    width: 90%;
  }
  .banner-block button {
    width: 100%;
  }
  .therapists-slide {
    max-width: 460px;
  }
  #reviews .therapists-slide,
  #recommendations .therapists-slide {
    margin-top: 0;
  }
  .popup {
    padding: 56px 48px !important;
  }
}
@media screen and (max-width: 767px) {
  .redirect-section {
    padding-top: 32px;
  }
  .redirect-section h1 {
    margin-bottom: 16px;
  }
  .redirect-link + .redirect-link {
    margin-top: 16px;
  }
  .container-qui .swiper-slide {
    height: 100%;
  }
  .container-qui {
    width: 540px;
  }
  .pt-def {
    padding-top: 56px;
    padding-bottom: 64px;
  }
  .header-qui {
    padding: 18px 0;
  }
  .menu-block {
    padding-top: 18px;
  }
  h1 {
    font-size: 34px;
  }
  .signa-block {
    margin-top: -12px;
  }
  .how-h4 {
    min-height: 56px;
    display: flex;
    align-items: center;
  }
  .hero-part.bottom-part.flex {
    flex-direction: column;
  }
  .hero-headline + p {
    margin-bottom: 8px;
  }
  .bottom-part {
    margin: 0;
  }
  .bottom-part-card + .bottom-part-card {
    margin-top: 12px;
  }
  .img-hero img,
  .herapists-section .therapists-slide {
    margin-top: 0;
  }
  .therapists-section .swiper-pagination {
    margin-top: 28px;
  }
  .banner-inner-block {
    flex-direction: column;
  }
  .banner1-img-wrp {
    margin: 0;
  }
  .banner-inner-part {
    width: 100%;
  }
  .banner-inner-part button {
    margin-top: 24px;
  }
  .success-block,
  .btn-primary.btn-banner.large {
    width: 100%;
  }
  .qa-top {
    padding: 20px 8px 20px 20px;
  }
  .qa-top.opened-line {
    padding: 20px 8px 5px 20px;
  }
  .toggle-arrow {
    width: 40px;
  }
  .qa-content .pl-10.pb-10 {
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .qa-subtitle {
    margin-bottom: 24px;
  }
  .qa-subtitle img {
    width: 40px;
  }
  .qa-subtitle p {
    font-size: 26px;
    margin-left: 6px;
    padding-top: 2px;
  }
  .qa-separate + .qa-separate {
    margin-top: 44px;
  }
  .qa-last-block h2 {
    font-size: 32px;
  }
  .qa-last-block {
    margin-top: 48px;
  }
  .qa-last-block h2 + p {
    margin-bottom: 24px;
  }
  .qa-btn-wrp {
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
  }
  .qa-btn-soc {
    width: 320px;
    margin: 0;
  }
  .qa-btn-soc + .qa-btn-soc {
    margin-top: 16px;
  }
  .popup {
    padding: 40px 24px !important;
  }
  .popup h3 {
    margin-bottom: 20px;
  }
  .input-group input {
    height: 56px;
    padding: 16px 24px;
  }
  .popup .btn-primary {
    margin-top: 20px;
  }
  .pop-up-close-btn {
    top: 24px;
    right: 24px;
  }
}
@media screen and (max-width: 575px) {
  .container-qui {
    width: 100%;
    padding: 0 16px;
  }
  .trust-icon {
    width: 74px;
    height: 74px;
  }
  .success-block .btn-primary.large {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .btn-code {
    position: static;
    width: 100%;
    border-radius: 6px;
    height: 48px;
    margin-top: 12px;
  }
  .code-link {
    text-align: center;
  }
}
.hover\:bg-green-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(36 133 62 / var(--tw-bg-opacity));
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}
@media not all and (min-width: 1280px) {
  .max-xl\:gap-0 {
    gap: 0px;
  }
  .max-xl\:gap-12 {
    gap: 3rem;
  }
}
@media not all and (min-width: 1024px) {
  .max-lg\:\!static {
    position: static !important;
  }
  .max-lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .max-lg\:ml-0 {
    margin-left: 0;
  }
  .max-lg\:mt-14 {
    margin-top: 3.5rem;
  }
  .max-lg\:mt-4 {
    margin-top: 1rem;
  }
  .max-lg\:mt-6 {
    margin-top: 1.5rem;
  }
  .max-lg\:hidden {
    display: none;
  }
  .max-lg\:max-h-\[200px\] {
    max-height: 200px;
  }
  .max-lg\:max-w-full {
    max-width: 100%;
  }
  .max-lg\:gap-0 {
    gap: 0px;
  }
  .max-lg\:gap-3 {
    gap: 0.75rem;
  }
  .max-lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .max-lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .max-lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .max-lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .max-lg\:pb-16 {
    padding-bottom: 4rem;
  }
  .max-lg\:pl-4 {
    padding-left: 1rem;
  }
  .max-lg\:pt-12 {
    padding-top: 3rem;
  }
}
@media not all and (min-width: 768px) {
  .max-md\:col-span-11 {
    grid-column: span 11 / span 11;
  }
  .max-md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .max-md\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .max-md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .max-md\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .max-md\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .max-md\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .max-md\:ml-0 {
    margin-left: 0;
  }
  .max-md\:ml-3 {
    margin-left: 0.75rem;
  }
  .max-md\:mt-0 {
    margin-top: 0;
  }
  .max-md\:mt-1 {
    margin-top: 0.25rem;
  }
  .max-md\:mt-1\.5 {
    margin-top: 0.375rem;
  }
  .max-md\:mt-10 {
    margin-top: 2.5rem;
  }
  .max-md\:mt-2 {
    margin-top: 0.5rem;
  }
  .max-md\:mt-3 {
    margin-top: 0.75rem;
  }
  .max-md\:mt-3\.5 {
    margin-top: 0.875rem;
  }
  .max-md\:mt-4 {
    margin-top: 1rem;
  }
  .max-md\:mt-6 {
    margin-top: 1.5rem;
  }
  .max-md\:mt-8 {
    margin-top: 2rem;
  }
  .max-md\:block {
    display: block;
  }
  .max-md\:hidden {
    display: none;
  }
  .max-md\:h-14 {
    height: 3.5rem;
  }
  .max-md\:max-h-\[32px\] {
    max-height: 32px;
  }
  .max-md\:min-h-\[56px\] {
    min-height: 56px;
  }
  .max-md\:w-9 {
    width: 2.25rem;
  }
  .max-md\:w-\[74px\] {
    width: 74px;
  }
  .max-md\:w-full {
    width: 100%;
  }
  .max-md\:min-w-\[56px\] {
    min-width: 56px;
  }
  .max-md\:max-w-full {
    max-width: 100%;
  }
  .max-md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .max-md\:flex-col {
    flex-direction: column;
  }
  .max-md\:flex-wrap {
    flex-wrap: wrap;
  }
  .max-md\:justify-center {
    justify-content: center;
  }
  .max-md\:gap-0 {
    gap: 0px;
  }
  .max-md\:gap-3 {
    gap: 0.75rem;
  }
  .max-md\:gap-4 {
    gap: 1rem;
  }
  .max-md\:border-b-2 {
    border-bottom-width: 2px;
  }
  .max-md\:p-5 {
    padding: 1.25rem;
  }
  .max-md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .max-md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .max-md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .max-md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .max-md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .max-md\:pb-12 {
    padding-bottom: 3rem;
  }
  .max-md\:pb-4 {
    padding-bottom: 1rem;
  }
  .max-md\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .max-md\:pb-\[20px\] {
    padding-bottom: 20px;
  }
  .max-md\:pl-0 {
    padding-left: 0;
  }
  .max-md\:pl-5 {
    padding-left: 1.25rem;
  }
  .max-md\:pl-\[20px\] {
    padding-left: 20px;
  }
  .max-md\:pr-\[20px\] {
    padding-right: 20px;
  }
  .max-md\:pt-10 {
    padding-top: 2.5rem;
  }
  .max-md\:text-mobile-h2 {
    font-size: 32px;
    line-height: 1.3;
  }
  .max-md\:text-mobile-h4 {
    font-size: 22px;
    line-height: 1.3;
  }
}
@media (min-width: 640px) {
  .sm\:w-full {
    width: 100%;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  .md\:col-start-2 {
    grid-column-start: 2;
  }
  .md\:mb-12 {
    margin-bottom: 3rem;
  }
  .md\:mt-12 {
    margin-top: 3rem;
  }
  .md\:mt-8 {
    margin-top: 2rem;
  }
  .md\:hidden {
    display: none;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:self-center {
    align-self: center;
  }
  .md\:border-r-2 {
    border-right-width: 2px;
  }
  .md\:px-\[70px\] {
    padding-left: 70px;
    padding-right: 70px;
  }
  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .md\:pt-\[60px\] {
    padding-top: 60px;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }
  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .lg\:mr-5 {
    margin-right: 1.25rem;
  }
  .lg\:\!block {
    display: block !important;
  }
  .lg\:\!grid {
    display: grid !important;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:w-2\/5 {
    width: 40%;
  }
  .lg\:max-w-\[50\%\] {
    max-width: 50%;
  }
  .lg\:columns-3 {
    -moz-columns: 3;
    columns: 3;
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .lg\:\!px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .lg\:pb-16 {
    padding-bottom: 4rem;
  }
  .lg\:pt-16 {
    padding-top: 4rem;
  }
}
.\[border-image\:url\(\'\/assets\/therapy-for-all-frame\.svg\'\)_7_stretch\] {
  -o-border-image: url(/assets/therapy-for-all-frame.svg) 7 stretch;
  border-image: url(/assets/therapy-for-all-frame.svg) 7 stretch;
}
.qa-btn-mail {
  -o-border-image: url(/assets/mail-frame.svg) 1;
  align-items: center;
  background-color: #d4e8da;
  border: 2px solid transparent;
  border-image: url(/assets/mail-frame.svg) 1;
  border-radius: 8px;
  color: #34a853;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  height: 56px;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 24px;
  transition: all 0.3s;
  width: 320px;
}
.popup {
  align-self: center;
  background-color: #fff;
  border-radius: 16px;
  display: none;
  justify-self: center;
  left: 50%;
  max-width: 584px;
  padding: 37px 48px 56px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 3;
}
.toggle-password {
  background: url("https://qui-cdn.azureedge.net/content/shared/ui/eye-icon.svg")
    no-repeat center center;
  cursor: pointer;
  height: 24px;
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.toggle-password.show {
  background: url("https://qui-cdn.azureedge.net/content/shared/ui/eye-icon-show.svg")
    no-repeat center center;
}
.min-h-44 {
  min-height: 11rem;
}
.max-h-44 {
  max-height: 11rem;
}
.h-44 {
  height: 11rem;
}
.btn-group {
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  min-width: 100%;
  margin-top: 16px;
}
.btn-group > button {
  width: 100%;
  height: 52px;
  margin-top: 0 !important;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.overflow-auto {
  overflow: auto;
}
.visible {
  visibility: visible;
}
.mt-5 {
  margin-top: 1.25rem;
}
.table {
  display: table;
}
.rotate-90,.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.justify-around {
  justify-content: space-around;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.grayscale,.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.promo-article {
  padding-top: 16px;
}
.breadcrumbs {
  display: inline;
}
.breadcrumbs li {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.breadcrumbs li:after {
  display: flex;
  width: 24px;
  height: 24px;
  margin: 0 2px;
  content: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%2018L15%2012L9%206'%20stroke='%23191919'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs li span {
  color: #24853e;
}
.article-top {
  margin-top: 80px;
  align-items: flex-start;
}
.flex-tag {
  flex-wrap: wrap;
  margin: 0 -4px;
}
.tag {
  display: flex;
  font-size: 14px;
  padding: 5px 16px;
  border-radius: 48px;
  background-color: #f2f3f3;
  margin: 4px;
}
.article-top-part-text {
  width: 55%;
}
.article-headline {
  margin-top: 16px;
}
.img-article-wrp {
  width: 45%;
}
.img-article-wrp > img {
  width: 100%;
}
.article-timing {
  display: flex;
  margin-top: 16px;
  justify-content: center;
  color: #54585e;
}
.article-timing li {
  display: flex;
  flex-shrink: 0;
}
.article-timing li img {
  margin-right: 6px;
}
.article-timing li + li {
  margin-left: 24px;
  position: relative;
}
.article-timing li + li:before {
  content: "|";
  color: #aaadb0;
  position: absolute;
  left: -12px;
}
.authors-block-wrp {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
}
.authors-block {
  position: relative;
}
.authors-block + .authors-block {
  margin-left: 48px;
  padding-left: 49px;
}
.authors-block + .authors-block:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 1px;
  height: 64px;
  background-color: #dadcdd;
}
.coauthors-name-wrp {
  display: flex;
  flex-direction: column;
}
.coauthors-name-wrp span {
  font-weight: 500;
}
.coauthors-name-wrp a {
  transition: 0.3s;
}
.coauthors-name-wrp a:hover span {
  color: #34a853;
}
.authors-block-top {
  display: flex;
  margin-bottom: 16px;
}
.authors-block-top img {
  margin-right: 4px;
}
.authors-block-top span {
  color: #7d8085;
  font-weight: 500;
  font-size: 18px;
}
.authors-block-bottom {
  display: flex;
}
.authors-block-bottom img {
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  margin-right: 16px;
}
.authors-name-wrp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.authors-name-wrp p:first-child {
  color: #34a853;
  font-weight: 600;
}
.authors-name-wrp p + p {
  margin-top: 0;
}
.audio-wrp {
  display: flex;
  margin-top: 32px;
}
.audio-block {
  max-width: 330px;
}
.media-blocks {
  margin-bottom: 72px;
}
.media-blocks p {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
}
.media-blocks + .media-blocks {
  margin-left: 56px;
}
.article-share {
  display: flex;
}
.article-share li {
  cursor: pointer;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #85cb98;
}
.article-share li + li {
  margin-left: 16px;
}
.banner-article {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 208px;
  background-color: #e9f5eb;
  border-radius: 16px;
}
.banner-article img {
  margin-right: 40px;
}
.banner-article .btn-primary {
  width: 328px;
}
.banner-article-text {
  margin-left: 40px;
}
.banner-article-text p {
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  line-height: 130%;
  margin-bottom: 16px;
}
.general-article-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-top: 80px;
}
.general-article-plan {
  width: 25%;
}
.general-article-plan .article-plan {
  padding-left: 24px;
  border-left: 3px solid #e8e9eb;
}
.general-article-plan .article-plan li {
  position: relative;
}
.general-article-plan .article-plan li:before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: -27px;
  width: 3px;
  height: 100%;
  background-color: #34a853;
}
.general-article-plan .article-plan li.active:before {
  display: block;
}
.general-article-plan .article-plan li + li {
  margin-top: 24px;
}
.general-article-plan .article-plan a {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 150%;
  color: #848c97;
}
.general-article-plan .article-plan a.active {
  color: #191919;
}
.general-article-plan .article-plan.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.general-article-main {
  width: 56%;
}
.general-article-share {
  width: 9%;
}
.article-share-side li {
  cursor: pointer;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #a5a5a5;
}
.article-share-side li + li {
  margin-top: 16px;
}
.general-article-main article h2 {
  margin-bottom: 16px;
}
.general-article-main article p + h2,article h5 {
  margin-top: 32px;
}
article h5 {
  margin-bottom: 16px;
}
article .videowrap {
  max-width: 100%;
  margin: 0 auto;
}
article .videoblock {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
article .videoblock iframe,
article object,
article embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
article table {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 40px;
}
article table tr {
  border-bottom: 1px solid #ececec;
}
article table tr td {
  padding: 12px 8px;
}
article table tr td:first-child {
  padding-left: 0;
}
article table tr:first-child {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #7d8d9a;
}
article table tr:first-child td {
  padding-bottom: 8px;
}
article > img {
  max-width: 100%;
  margin: 0 auto;
  border-radius: 40px;
}
article > img + img {
  margin-top: 20px;
}
article i {
  font-weight: 500;
}
article p + ul,
article p + ol {
  margin-top: 8px;
}
article ol {
  counter-reset: list;
}
article ol li {
  padding-left: 20px;
  position: relative;
}
article ol li:before {
  counter-increment: list;
  content: counter(list) ". ";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
}
article ul li {
  padding-left: 20px;
}
article ul li:before {
  font-size: 34px;
  line-height: 24px;
}
article ul li + li {
  margin-top: 8px;
}
p + .vstavka,
ul + .vstavka,
ol + .vstavka,p + blockquote,
ul + blockquote,
ol + blockquote {
  margin-top: 24px;
}
.vstavka {
  padding: 8px 0 8px 20px;
  border-left: 4px solid #34a853;
}
.vstavka + p {
  margin-top: 24px;
}
blockquote {
  padding: 32px 48px;
  background-color: #f4fff7;
  border-radius: 12px;
  position: relative;
}
blockquote:before {
  position: absolute;
  top: 20px;
  left: 20px;
  content: url("data:image/svg+xml,%3csvg%20width='44'%20height='40'%20viewBox='0%200%2044%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.3091%20-3.43323e-05C15.068%20-3.43323e-05%2016.638%200.703545%2016.638%202.9771C16.638%208.58607%2012.2603%2011.7326%2010.1626%2019.0874C15.068%2019.6151%2018.7356%2023.6411%2018.7356%2028.7224C18.7356%2033.7972%2014.5403%2037.999%209.28314%2037.999C4.20184%2037.999%200%2033.7972%200%2028.7224C0%2016.9898%208.58608%20-3.43323e-05%2013.3091%20-3.43323e-05Z'%20fill='%23D0F5DA'/%3e%3cpath%20d='M37.66%20-3.8147e-06C39.4161%20-3.8147e-06%2040.9883%200.703701%2040.9883%202.97964C40.9883%208.57757%2036.6139%2011.7347%2034.5092%2019.0887C39.4161%2019.6149%2043.0931%2023.6406%2043.0931%2028.7187C43.0931%2033.7968%2038.8899%2038%2033.6343%2038C28.5562%2038%2024.3594%2033.7968%2024.3594%2028.7187C24.3594%2016.984%2032.9369%20-3.8147e-06%2037.66%20-3.8147e-06Z'%20fill='%23D0F5DA'/%3e%3c/svg%3e");
  z-index: 1;
}
blockquote > p {
  position: relative;
  font-style: italic;
  font-weight: 500;
  z-index: 2;
}
blockquote + h2,
blockquote + h3,
blockquote + h4,
blockquote + h5,
blockquote + p {
  margin-top: 40px;
}
.blockquote-author {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.blockquote-author img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #d5d8db;
}
.blockquote-author > div {
  margin-left: 12px;
}
.blockquote-author > div p {
  line-height: 100%;
}
.blockquote-author > div p:first-child {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  color: #24853e;
}
.blockquote-author > div p + p {
  margin-top: 6px;
  font-size: 14px;
}
h3,
h4 {
  margin-bottom: 16px;
}
h3,
h4,p + h4 {
  margin-top: 24px;
}
.highlight {
  background-color: #edfff2;
  padding: 0 5px;
  border-radius: 6px;
}
.co-author-block {
  padding-bottom: 20px;
  border-bottom: 1px solid #64666a;
  margin-bottom: 16px;
}
.co-author-block + .co-author-block {
  margin-top: 32px;
}
.co-author {
  padding-left: 16px;
  position: relative;
  color: #191919;
  font-weight: 600;
}
.co-author:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #3d3d3d;
}
.co-author:hover {
  color: #34a853;
}
.co-author:hover:before {
  background-color: #34a853;
}
.survay-block {
  margin: 20px 0;
  padding: 40px 48px 64px;
  border-radius: 16px;
  border: 1px solid #cbcbcb;
  background: url(data:image/png;base64,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);
}
.survay-title {
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  line-height: 140%;
  font-weight: 600;
  margin-bottom: 24px;
}
.survay-list {
  display: inline-flex;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
}
.survay-list.survay-radio .checkbox {
  border-radius: 30px;
}
.survay-list.survay-radio .checkbox img {
  display: none;
}
.survay-list.survay-radio.active .checkbox {
  background-color: #fff;
}
.survay-list.survay-radio.active .checkbox:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #59be74;
}
.survay-list.active .checkbox {
  background-color: #59be74;
}
.survay-list + .survay-list {
  margin-top: 12px;
}
.checkbox-wrp {
  width: 28px;
  height: 30px;
  margin-right: 10px;
}
.checkbox-wrp,.checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkbox {
  position: relative;
  width: 22px;
  height: 22px;
  border: 2px solid #59be74;
  background-color: #fff;
  border-radius: 2px;
}
.survay-bottom {
  margin-top: 32px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.survay-bottom .btn-primary {
  width: 180px;
  height: 44px;
}
.lead-block {
  margin: 20px 0;
  position: relative;
  padding: 44px;
  border-radius: 16px;
  background: url(data:image/png;base64,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);
  box-shadow: 2px 2px 5px #0003;
}
.lead-block h5 {
  margin-top: 0;
  margin-bottom: 20px;
}
.lead-block > div {
  width: 50%;
}
.lead-block .btn-primary {
  width: 240px;
  height: 52px;
}
.lead-block img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.doit-block {
  display: flex;
  align-items: center;
  margin: 20px 0;
  position: relative;
  padding: 52px 48px;
  border-radius: 16px;
  background: url(/assets/bg-lead2-Cs2iHGOx.png);
  background-size: cover;
  box-shadow: 2px 2px 5px #0003;
}
.doit-block img {
  margin-right: 56px;
}
.doit-block .btn-primary {
  width: 240px;
  height: 52px;
}
.doit-title {
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: 600;
}
.source-block {
  margin: 32px 0 40px;
  padding: 32px 32px 40px;
  border-radius: 8px;
  background-color: #f5f5f6;
}
.source-list {
  margin-top: 8px;
  counter-reset: list;
}
.source-list li {
  font-size: 14px;
  padding-left: 20px;
  position: relative;
}
.source-list li b {
  font-weight: 500;
}
.source-list li:before {
  counter-increment: list;
  content: counter(list) ". ";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
}
.source-list li + li {
  margin-top: 4px;
}
.bottom-article-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px 0;
  border-top: 1px solid #949598;
}
.bottom-article-block p {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 150%;
  font-weight: 600;
}
.bottom-article-block > img {
  flex-shrink: 0;
}
.like-counter {
  display: flex;
  width: 64px;
  justify-content: flex-end;
}
.like-counter img {
  margin-right: 2px;
}
.author-card-block {
  margin-top: 62px;
  padding: 40px 48px 44px;
  background-color: #f1fff5;
  border-radius: 16px;
  box-shadow: 2px 2px 5px #0003;
}
.author-card-block .btn-primary {
  height: 52px;
  margin-top: 28px;
}
.author-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.author-card-img {
  width: 88px;
  height: 88px;
  border-radius: 4px;
  margin-right: 24px;
}
.author-card-icon img {
  margin-right: 4px;
}
.author-card-icon span {
  font-size: 18px;
  font-weight: 500;
}
.author-card-name p {
  line-height: 130%;
}
.author-card-name p:first-child {
  font-weight: 600;
  font-family: Open Sans, sans-serif;
  color: #24853e;
}
.author-card-name p + p {
  margin-top: 0;
}
.author-card-text,.author-card-text p {
  position: relative;
}
.author-card-text p {
  z-index: 2;
  font-weight: 500;
  font-style: italic;
}
.author-card-text:before {
  position: absolute;
  z-index: 1;
  content: url("data:image/svg+xml,%3csvg%20width='44'%20height='40'%20viewBox='0%200%2044%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.3091%20-3.43323e-05C15.068%20-3.43323e-05%2016.638%200.703545%2016.638%202.9771C16.638%208.58607%2012.2603%2011.7326%2010.1626%2019.0874C15.068%2019.6151%2018.7356%2023.6411%2018.7356%2028.7224C18.7356%2033.7972%2014.5403%2037.999%209.28314%2037.999C4.20184%2037.999%200%2033.7972%200%2028.7224C0%2016.9898%208.58608%20-3.43323e-05%2013.3091%20-3.43323e-05Z'%20fill='%23D0F5DA'/%3e%3cpath%20d='M37.66%20-3.8147e-06C39.4161%20-3.8147e-06%2040.9883%200.703701%2040.9883%202.97964C40.9883%208.57757%2036.6139%2011.7347%2034.5092%2019.0887C39.4161%2019.6149%2043.0931%2023.6406%2043.0931%2028.7187C43.0931%2033.7968%2038.8899%2038%2033.6343%2038C28.5562%2038%2024.3594%2033.7968%2024.3594%2028.7187C24.3594%2016.984%2032.9369%20-3.8147e-06%2037.66%20-3.8147e-06Z'%20fill='%23D0F5DA'/%3e%3c/svg%3e");
  top: -16px;
  left: -24px;
}
.author-card-price span {
  font-weight: 500;
}
.heart-icon {
  cursor: pointer;
}
.author-rev {
  margin-top: 112px;
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #f5f5f6;
}
.h2-wrap {
  max-width: 75%;
}
.topic-section {
  padding-top: 72px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 20px;
}
.row-block {
  width: calc(33% - 24px);
  margin: 20px 12px;
}
.topic-block {
  padding: 20px;
  display: flex;
  background-color: #eefff2;
}
.topic-block,.topic-block img {
  border: 1px solid #e4e6e8;
  border-radius: 8px;
}
.topic-block img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 130px;
  height: 130px;
  flex-shrink: 0;
  margin-right: 16px;
}
.topic-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.topic-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  font-family: Open Sans, sans-serif;
}
.topic-name + p {
  margin-top: 4px;
}
.topic-name + p,.topic-stazh {
  font-size: 14px;
}
.topic-stazh span {
  font-weight: 500;
}
.reading-section {
  margin-top: 92px;
}
.preview-block {
  display: flex;
  flex-direction: column;
}
.preview-block-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 24px 0 8px;
}
.preview-block-top .article-timing {
  margin-top: 0;
  margin-bottom: 4px;
}
.preview-block-top .article-timing li {
  font-size: 14px;
}
.preview-block-top .article-timing li img {
  margin-right: 4px;
}
.preview-block-top .article-timing li + li {
  margin-left: 16px;
}
.prev-name {
  font-size: 14px;
  font-weight: 600;
  color: #848c97;
  margin-right: 8px;
  margin-bottom: 4px;
}
.prev-title {
  font-family: Open Sans, sans-serif;
  line-height: 150%;
  font-size: 20px;
  font-weight: 600;
}
.prev-text {
  margin: 12px 0 30px;
  flex: 1;
}
.prev-img-wrp {
  width: 100%;
  height: 226px;
}
.prev-img-wrp img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: inherit;
}
.share-block-mobile {
  display: none;
}
.pagination-wrp {
  margin-top: 28px;
  margin-bottom: 70px;
}
.pagination-blog {
  gap: 0.5rem;
}
.pagination-blog,.page-item {
  display: flex;
  justify-content: center;
}
.page-item {
  width: 40px;
  height: 40px;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.page-item.active {
  background-color: #ddf1e2;
}
.page-item.dots {
  cursor: default;
}
.banner-article-blog {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e9f5eb;
  padding: 48px 0;
}
.banner-article-blog .banner-article-text p {
  text-align: center;
  margin-bottom: 32px;
}
.banner-article-blog img {
  margin-right: 40px;
}
@media (max-width: 1199px) {
  .authors-block-wrp {
    justify-content: space-between;
  }
  .authors-block + .authors-block {
    margin-left: 0;
    padding-left: 0;
  }
  .authors-block + .authors-block:before {
    display: none;
  }
}
.topic-block {
  padding: 16px;
}
.topic-block img {
  width: 88px;
  height: 100px;
}
.topic-name {
  font-size: 22px;
}
.flex-tag-mobile {
  display: none;
}
@media (max-width: 1023px) {
  .flex-tag {
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
  }
  .flex-tag .tag {
    margin: 4px;
  }
}
@media (max-width: 991px) {
  .general-article-share {
    display: none;
  }
  .general-article-plan {
    width: 30%;
  }
  .general-article-main {
    width: 69%;
  }
  .article-top {
    margin-top: 32px;
    flex-direction: column-reverse;
  }
  .img-article-wrp {
    margin-bottom: 32px;
  }
  .img-article-wrp,.article-top-part-text {
    width: 100%;
  }
  .flex-tag-desctop {
    display: none;
  }
  .flex-tag-mobile {
    display: flex;
    margin-bottom: 16px;
  }
  .authors-block {
    width: 50%;
    margin: 16px 0;
  }
  .authors-block.co-block {
    width: 100%;
  }
  .banner-article {
    flex-direction: column;
    height: auto;
    padding: 24px 0;
  }
  .banner-article img {
    margin-bottom: 16px;
    margin-right: 0;
  }
  .banner-article .banner-article-text {
    margin-left: 0;
  }
  .survay-block {
    padding: 24px;
  }
  .lead-block img {
    height: 70%;
  }
  .doit-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px 40px 32px;
  }
  .doit-block img {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .doit-block > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
  }
  .doit-block .doit-title {
    text-align: center;
  }
  .bottom-article-block {
    padding: 20px 0 0;
  }
  .bottom-article-block p {
    flex-shrink: 0;
  }
  .bottom-article-block img {
    width: 27vw;
    margin-left: 8px;
    flex-shrink: inherit;
  }
  .like-counter img {
    width: 24px;
  }
  .author-card-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .author-card-price {
    margin-top: 20px;
  }
  .row-block {
    width: calc(50% - 24px);
    margin: 16px 12px;
  }
}
@media (max-width: 767px) {
  .general-article-plan {
    display: none;
  }
  .general-article-main {
    width: 100%;
  }
  .share-block-desctop {
    display: none;
  }
  .share-block-mobile {
    display: block;
    margin-top: 16px;
    margin-bottom: 40px;
  }
  .share-block-mobile p {
    font-weight: 600;
  }
  .authors-block-wrp {
    margin-top: 8px;
  }
  .img-article-wrp {
    margin-bottom: 16px;
  }
  .authors-block:first-child {
    margin-right: 24px;
  }
  .authors-block:first-child .authors-block-bottom img {
    display: block;
  }
  .row-block {
    width: 100%;
  }
  .audio-wrp .media-blocks {
    margin-bottom: 40px;
  }
}
@media (max-width: 520px) {
  .author-rev {
    margin-top: 72px;
    padding-bottom: 44px;
  }
  .author-rev,.topic-section {
    padding-top: 44px;
  }
  .reading-section {
    margin-top: 56px;
  }
  .reading-section .row {
    margin-top: 6px;
  }
  .lead-block > div {
    width: 60%;
  }
  h5 {
    font-size: 18px;
  }
  .lead-block img {
    height: 55%;
  }
  .authors-block {
    width: 100%;
  }
  .audio-wrp {
    margin-top: 16px;
  }
  .audio-wrp p {
    margin-bottom: 8px;
  }
  .audio-block {
    width: 100%;
    max-width: 100%;
  }
  .general-article-row {
    margin-top: 40px;
  }
  .row-block {
    margin: 8px 12px;
  }
  blockquote {
    padding: 24px;
  }
  .author-card-block {
    padding: 24px 18px 30px;
  }
  .author-card-text:before {
    left: -8px;
  }
  .reading-section .row-block {
    margin: 24px 12px;
  }
  .reading-section .prev-text {
    margin-bottom: 16px;
  }
}
.search-section {
  margin-top: 26px;
  margin-bottom: 46px;
  padding: 24px 0;
  background-color: #f9f9fa;
}
.search-input-wrp {
  position: relative;
}
.search-input-wrp img {
  position: absolute;
  top: 16px;
  left: 18px;
}
.search-input {
  width: 400px;
  padding: 18px 24px 18px 54px;
  border-radius: 8px;
  border: 1px solid #191919;
  background-color: #f9f9fa;
}
.search-input::-moz-placeholder {
  color: #89898a;
}
.search-input::placeholder {
  color: #89898a;
}
.search-input:focus-visible {
  outline: none;
}
.search-input:focus {
  border-color: #34a853;
}
.search-content {
  justify-content: space-between;
  align-items: center;
}
.search-content,.category-wrp {
  display: flex;
}
.category-wrp > p {
  margin: 0 0 0 40px;
  cursor: pointer;
}
.all-category {
  display: flex;
  position: relative;
  cursor: pointer;
}
.all-category:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #191919;
  transition: all 0.3s;
}
.all-category:hover:after {
  width: 100%;
}
.all-category img {
  margin-left: 8px;
}
.category-dropdown-wrp {
  position: relative;
}
.category-dropdown {
  position: absolute;
  padding: 14px 0;
  background-color: #f9f9fa;
  left: -20px;
  top: 20px;
  width: calc(100% + 48px);
  border-radius: 0 0 12px 12px;
}
.category-dropdown li {
  position: relative;
  cursor: pointer;
  padding: 6px 20px;
}
.category-dropdown li:hover {
  background-color: #d8d8dc;
}
.arrowRubrika.rotate {
  transform: rotate(180deg);
}
.category-link {
  position: relative;
  cursor: pointer;
}
.category-link:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #191919;
  transition: all 0.3s;
}
.category-link + .all-category {
  margin-left: 40px;
}
.category-link:hover:after {
  width: 100%;
}
.section-blog-flex {
  display: flex;
}
.w50 {
  width: calc(50% - 24px);
  margin: 0 12px;
}
.prev-img-wrp.prev-img-wrp-main {
  height: 330px;
}
.preview-block-side {
  display: flex;
}
.preview-block-side .prev-img-wrp {
  height: auto;
  min-height: 192px;
  margin-right: 20px;
  width: calc(50% - 12px);
  flex-shrink: 0;
}
.preview-block-side + .preview-block-side {
  margin-top: 20px;
}
.preview-block-side-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.preview-block-side-right .preview-block-top {
  margin-top: 0;
}
.preview-block-side-right .prev-title {
  margin-bottom: 16px;
}
.main-preview-block {
  height: 100%;
}
.search-section-rel {
  position: relative;
}
.new-category-dropdown {
  font-size: 14px;
  position: absolute;
  background-color: #fff;
  left: 0;
  top: calc(100% + 28px);
  width: 100%;
  z-index: 2;
  padding: 16px 16px 0;
  border-radius: 12px;
  box-shadow: 0 0 4px #00000014;
}
.new-category-dropdown .category-dropdown {
  display: flex;
  flex-wrap: wrap;
  position: static;
  background-color: transparent;
  width: 100%;
  border-radius: 0;
  padding: 10px 0;
}
.new-category-dropdown .category-dropdown li {
  width: 25%;
  display: flex;
  align-items: center;
  padding: 6px 20px 6px 0;
}
.new-category-dropdown .category-dropdown li:hover {
  background-color: transparent;
}
.category-link.active {
  font-weight: 500;
}
.category-link.active:after {
  width: 100%;
}
.select-krugal {
  display: flex;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid #e4e6e8;
  border-radius: 50%;
  margin-right: 8px;
}
.select-krugal.active .select-krugal-inner {
  display: block;
}
.select-krugal-inner {
  display: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #34a853;
}
.search-input-category img {
  width: 20px;
  height: 20px;
  left: 12px;
}
.search-input-category .search-input {
  width: 100%;
  display: flex;
  height: 56px;
  padding: 0 12px 0 44px;
  font-size: 14px;
  background-color: #fff;
}
.search-input-category .search-input::-moz-placeholder {
  font-size: 14px;
  color: #848c97;
}
.search-input-category .search-input::placeholder {
  font-size: 14px;
  color: #848c97;
}
.bottom-button-cat-wrp {
  display: flex;
  width: 100%;
  justify-content: end;
  padding: 16px;
  position: relative;
}
.bottom-button-cat-wrp:after {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  width: calc(100% + 32px);
  height: 1px;
  background-color: #f5f5f6;
}
.bottom-button-cat {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  height: 40px;
  background-color: #34a853;
  color: #fff;
  padding: 0 18px;
}
.bottom-button-cat:hover {
  cursor: default;
  background-color: #24853e;
}
.bottom-button-cat.disabled {
  background-color: #99d3a9;
}
.category-mob {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  display: none;
  background-color: #fff;
}
.category-mob .new-category-dropdown {
  position: static;
  height: 100%;
}
.category-mob .new-category-dropdown .category-dropdown {
  height: calc(100vh - 240px);
  overflow-y: scroll;
}
.back-to-close {
  position: relative;
  display: flex;
  padding: 16px 0;
  font-weight: 600;
  margin-bottom: 24px;
}
.back-to-close p {
  font-size: 16px;
  margin-left: 16px;
}
.back-to-close:after {
  content: "";
  position: absolute;
  width: calc(100% + 32px);
  left: -16px;
  bottom: 0;
  height: 1px;
  background-color: #e4e6e8;
}
@media (max-width: 767px) {
  .new-category-desktop {
    display: none;
  }
  .category-mob {
    display: block;
  }
  .new-category-dropdown .category-dropdown li {
    width: 100%;
  }
  .category-link + .all-category {
    margin-left: 0;
  }
}
.therapy-section {
  background-color: #f5f5f6;
  margin-top: 86px;
  padding-top: 72px;
  padding-bottom: 88px;
}
.therapy-section .btn-link {
  color: #191919;
  fill: #191919;
}
.therapy-section .btn-link:hover {
  color: #000;
  fill: #000;
}
.therapy-section .load-more {
  margin-top: 40px;
}
.therapy-section .load-more img {
  transform: rotate(-90deg);
}
.therapy-block {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 16px 32px 16px 16px;
  border-radius: 8px;
}
.therapy-block > img {
  width: 164px;
  height: 164px;
  -o-object-fit: cover;
  object-fit: cover;
  flex-shrink: 0;
  margin-right: 16px;
  border-radius: 8px;
}
.therapy-block .preview-block-top {
  margin-top: 0;
}
.load-more {
  display: none;
}
@media (max-width: 1199px) {
  .search-content {
    display: block;
  }
  .search-input-wrp {
    margin-bottom: 16px;
  }
  .search-input,
  .w50 {
    width: 100%;
  }
  .main-preview-block {
    height: auto;
    margin-bottom: 40px;
  }
  .therapy-section .w50 + .w50 {
    margin-top: 24px;
  }
}
@media (max-width: 991px) {
  .load-more {
    display: flex;
  }
  .load-more-desktop {
    display: none;
  }
}
@media (max-width: 880px) {
  .banner-article-blog {
    flex-direction: column;
    height: auto;
  }
  .banner-article-blog img {
    width: 80%;
    margin-bottom: 32px;
    margin-right: 0;
  }
  .banner-article-blog .banner-article-text {
    margin-left: 0;
  }
  .banner-article-blog .banner-article-text p {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .category-link,.all-category:after {
    display: none;
  }
}
@media (max-width: 530px) {
  .search-section {
    margin-top: 0;
    margin-bottom: 32px;
  }
  .therapy-section {
    margin-top: 28px;
    padding-top: 44px;
    padding-bottom: 56px;
  }
  h2 {
    font-size: 32px;
  }
  .prev-img-wrp.prev-img-wrp-main {
    height: inherit;
  }
  .preview-block.main-preview-block h2 {
    font-size: 32px;
  }
  .preview-block.main-preview-block .prev-text {
    margin-bottom: 16px;
  }
  .preview-block-side {
    flex-direction: column;
    margin-bottom: 32px;
  }
  .preview-block-side .prev-img-wrp {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .preview-block-side .prev-title {
    margin-bottom: 12px;
  }
  .therapy-block {
    flex-direction: column;
    padding: 16px 16px 24px;
  }
  .therapy-block > img {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    min-height: 240px;
  }
  .pagination-wrp {
    margin-bottom: 40px;
  }
}
.top-filters-section {
  padding-top: 48px;
}
.upper-filters {
  margin-top: 40px;
  padding: 24px 0;
  background-color: #f5f5f6;
}
.upper-filters .container-qui {
  justify-content: space-between;
}
.upper-filters .container-qui,.oburannya {
  display: flex;
  align-items: center;
}
.oburannya h4 {
  margin: 0;
}
.oburannya-btn {
  display: flex;
  align-items: center;
  margin-left: 8px;
  cursor: pointer;
}
.oburannya-btn span {
  color: #34a853;
  transition: 0.3s;
}
.oburannya-btn svg {
  margin-left: 8px;
  fill: #34a853;
}
.oburannya-btn:hover span {
  color: #24853e;
}
.oburannya-btn:hover svg {
  fill: #24853e;
}
.search2-input-wrp {
  display: flex;
}
.search2-input {
  width: 336px;
  padding: 16px 18px;
  border-radius: 8px;
  border: 1px solid #191919;
  background-color: #f5f5f6;
}
.search2-input::-moz-placeholder {
  font-weight: 500;
  color: #848c97;
}
.search2-input::placeholder {
  font-weight: 500;
  color: #848c97;
}
.search2-input-btn {
  width: 56px;
  height: 56px;
  display: flex;
  background-color: #34a853;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-left: 8px;
  cursor: pointer;
  transition: all 0.3s;
}
.search2-input-btn:hover {
  background-color: #24853e;
}
.oburannya-wrp {
  position: relative;
}
.oburannya-wrp span {
  text-transform: lowercase;
}
.oburannya-wrp svg.rotated {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.oburannya-list {
  display: none;
  position: absolute;
  padding: 10px 0;
  left: calc(100% - 40px);
  top: 68px;
  width: 160px;
  z-index: 3;
  background-color: #f5f5f6;
}
.oburannya-list li {
  padding: 5px 16px;
  font-size: 14px;
  line-height: 150%;
  cursor: pointer;
  background-color: #f5f5f6;
  transition: all 0.3s;
}
.oburannya-list li:hover {
  background-color: #e4e6e8;
}
.oburannya-list.active {
  display: block;
}
.block-filters-wrp {
  margin: 24px -4px 12px;
  display: flex;
  flex-wrap: wrap;
}
.block-filter {
  margin: 4px;
  flex-shrink: 0;
  background-color: #f5f5f6;
  border: 1px solid #d5d8db;
  padding: 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.block-filter.active {
  color: #34a853;
  border-color: #34a853;
  background-color: #f0fdf3;
  font-weight: 600;
}
.block-filter:hover{
  border-color: #34A853;
}
.sorted-section {
  padding-bottom: 12px;
  justify-content: space-between;
}
.sorted-section,.sort-checkbox-wrp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sort-checkbox-wrp {
  margin: 0 -12px;
}
.sort-checkbox {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #e4e6e8;
  margin-right: 8px;
}
.sort-checkbox img {
  display: none;
}
.sort-checkbox:checked img {
  display: block;
}
.sort-checkbox-text {
  display: flex;
  cursor: pointer;
  margin: 12px;
}
.sort-checkbox-text span {
  font-size: 14px;
}
.sort-checkbox-text.selected .sort-checkbox img {
  display: block;
}
.sort-sign-wrp {
  position: relative;
}
.sort-sign-wrp.open svg {
  fill: #34a853;
}
.sort-sign-wrp.open span {
  color: #34a853;
}
.sort-sign-wrp.open .sort-dropdown-style {
  display: block;
}
.sort-dropdown-style {
  width: -moz-max-content;
  width: max-content;
  border-radius: 12px;
  position: absolute;
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0 0 6px #00000005, 0 2px 4px #00000014;
  font-size: 14px;
  display: none;
}
.sort-dropdown-style li {
  padding: 5px 16px;
  font-size: 14px;
  cursor: pointer;
}
.sort-dropdown-style li:hover {
  background-color: #f5f5f6;
}
.sort-sign,
.tag-sign {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.sort-sign span,
.tag-sign span {
  font-size: 14px;
  font-weight: 500;
}
.sort-sign img,
.sort-sign svg,
.tag-sign img,
.tag-sign svg {
  margin-right: 8px;
}
.tag-sign {
  height: 32px;
  margin-top: 8px;
}
.tags-section {
  border-top: 1px solid #f5f5f6;
  padding-top: 8px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.tags-tablo {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 -4px;
}
.tag-search {
  margin: 4px;
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 10px 0 16px;
  border-radius: 48px;
  background-color: #f5f5f6;
}
.tag-search span {
  font-size: 14px;
  line-height: 150%;
}
.tag-search img {
  margin-left: 4px;
  cursor: pointer;
}
.section-search-card {
  padding-top: 36px;
  padding-bottom: 18px;
}
.container-search-card {
  width: 66.7%;
}
.search-card {
  display: flex;
  width: 100%;
  border: 1px solid #e4e6e8;
  border-radius: 12px;
}
.search-card + .search-card {
  margin-top: 16px;
}
.search-card-info {
  width: 61%;
}
.address-tooltip {
  position: relative;
  cursor: pointer;
  text-decoration: underline;
}
.tooltip {
  visibility: hidden;
  background-color: #000000b3;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 8px;
  position: absolute;
  left: -24px;
  top: -32px;
  z-index: 1;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
}
.address-tooltip:hover .tooltip {
  visibility: visible;
}
.search-card-info-top {
  display: flex;
  padding: 16px;
}
.search-card-img-wrp {
  height: -moz-fit-content;
  height: fit-content;
  flex-shrink: 0;
  margin-right: 12px;
  position: relative;
  cursor: pointer;
}
.search-card-img-wrp:hover .search-card-play-btn {
  border-color: #34a853;
}
.search-card-img-wrp:hover .search-card-play-btn svg {
  fill: #34a853;
}
.search-card-play-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 8px;
  left: 8px;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  border: 1px solid #e4e6e8;
  background-color: #fff;
  transition: all 0.3s;
}
.search-card-play-btn svg {
  fill: #191919;
}
.search-card-info-top-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: --4;
}
.search-card-profi {
  margin-top: 2px;
  margin-bottom: 12px;
}
.search-card-profi span {
  position: relative;
  color: #848c97;
  font-size: 14px;
}
.search-card-profi span:not(:last-child) {
  margin-right: 1px;
}
.search-card-profi span:not(:last-child):after {
  content: "•";
  margin-left: 6px;
}
.search-card-supertag-wrp {
  display: flex;
  margin: 0 -4px;
  flex-wrap: wrap;
}
.search-card-supertag {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 8px;
  border-radius: 4px;
  background-color: #f0fdf3;
  font-weight: 500;
  color: #34a853;
  margin: 4px;
  flex-shrink: 0;
}
.search-card-supertag.red {
  color: #ff5454;
  background-color: #fff4f4;
}
.search-card-info-tags {
  border-top: 1px solid #e4e6e8;
  width: 100%;
  overflow-x: auto;
  display: flex;
  padding: 16px 12px 4px;
}
.search-card-info-tags span {
  margin: 0 4px;
  flex-shrink: 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 16px;
  border-radius: 48px;
  background-color: #f5f5f6;
}
.search-card-info-btns {
  margin-top: 8px;
  display: flex;
  padding: 0 16px 16px;
}
.fav-btn {
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #191919;
  cursor: pointer;
  margin-right: 12px;
  flex-shrink: 0;
  transform: all 0.3s;
}
.fav-btn svg {
  fill: #191919;
}
.fav-btn:hover {
  border-color: #34a853;
}
.fav-btn:hover svg {
  fill: #34a853;
}
.fav-btn.selected {
  border-color: #34a853;
  background-color: #f0fdf3;
}
.fav-btn.selected svg {
  fill: #34a853;
}
.btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  border-radius: 8px;
  border: 1px solid #191919;
  padding: 0 16px;
  flex-grow: 1;
  color: #191919;
  transform: all 0.3s;
  cursor: pointer;
}
.btn-more:hover {
  color: #34a853;
}
.search-card-booking {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px 12px;
  width: 39%;
  border-left: 1px solid #e4e6e8;
}
.format-block {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d5d8db;
  padding: 6px 12px;
  border-radius: 8px;
  cursor: pointer;
}
.format-block span {
  font-size: 14px;
}
.format-block svg {
  margin-right: 8px;
}
.format-block.active {
  background-color: #f0fdf3;
  border-color: #34a853;
}
.format-block.active span {
  font-weight: 600;
  color: #34a853;
}
.format-block.active svg {
  fill: #34a853;
}
.format-block + .format-block {
  margin-left: 4px;
}
.search-dropdown-wrp {
  position: relative;
  width: 100%;
}
.search-dropdown-wrp.active {
  z-index: 2;
}
.search-dropdown-wrp.active .search-dropdown-style {
  display: block;
}
.search-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-radius: 8px;
  height: 40px;
  border: 1px solid #e4e6e8;
  padding: 0 18px;
  margin-top: 4px;
  font-size: 14px;
  cursor: pointer;
}
.search-dropdown-style {
  width: 100%;
  border-radius: 12px;
  position: absolute;
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0 0 6px #00000005, 0 2px 4px #00000014;
  display: none;
}
.search-dropdown-style li {
  padding: 5px 16px;
  font-size: 14px;
  cursor: pointer;
}
.search-dropdown-style li:hover {
  background-color: #f5f5f6;
}
.search-time-wrp {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 4px -2px 6px;
}
.search-time-block {
  flex-shrink: 0;
  width: calc(25% - 4px);
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #d5d8db;
  font-size: 14px;
  margin: 0 2px 2px;
  cursor: pointer;
}
.search-time-block.active {
  color: #34a853;
  border-color: #34a853;
  background-color: #f0fdf3;
}
.post-info {
  display: flex;
}
.post-info img {
  flex-shrink: 0;
  margin-right: 4px;
}
.post-info span {
  font-size: 14px;
  color: #848c97;
}
.post-info span + img {
  margin: 0 0 0 4px;
  cursor: pointer;
}
.post-info + .post-info {
  margin-top: 2px;
}
.search-price-block {
  margin-top: 20px;
}
.search-price-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-price-main img {
  flex-shrink: 0;
  cursor: pointer;
}
.search-price {
  font-weight: 600;
}
.search-price.new {
  color: #34a853;
}
.search-price-text,.search-price-old {
  font-size: 14px;
}
.search-price-old {
  font-weight: 600;
  text-decoration: line-through;
}
.booking-btn {
  margin-top: 8px;
  width: 100%;
  height: 52px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #34a853;
  transition: all 0.3s;
  cursor: pointer;
}
.booking-btn:hover {
  background-color: #24853e;
}
.container-search-banner {
  padding-left: 24px;
  flex: auto;
}
.info-popup {
  display: none;
  position: absolute;
  background-color: #fff;
  color: #191919;
  border-radius: 5px;
  padding: 8px;
  font-size: 14px;
  z-index: 10;
  max-width: 320px;
  box-shadow: 0 0 6px #00000005, 0 2px 4px #00000014;
}
.info-popup:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 6px solid #fff;
}
.info-tooltip {
  position: relative;
  cursor: pointer;
}
.info-tooltip:hover + .info-popup {
  display: block;
}
.how-to-write {
  padding-top: 72px;
  padding-bottom: 107px;
  background-color: #f5f5f6;
}
.how-to-write h2 {
  margin-bottom: 48px;
}
.how-to-write h2 img {
  display: inline-block;
  margin-left: 19px;
}
.search-how-blocks-wrp {
  margin: 2px -22px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.search-how-block {
  position: relative;
  padding: 20px 10px 24px 20px;
  width: calc(20% - 44px);
  margin: 0 22px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
}
.search-how-block:not(:last-child):after {
  content: url("data:image/svg+xml,%3csvg%20width='30'%20height='8'%20viewBox='0%200%2030%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M29.3536%204.35355C29.5488%204.15829%2029.5488%203.84171%2029.3536%203.64645L26.1716%200.464466C25.9763%200.269204%2025.6597%200.269204%2025.4645%200.464466C25.2692%200.659728%2025.2692%200.976311%2025.4645%201.17157L28.2929%204L25.4645%206.82843C25.2692%207.02369%2025.2692%207.34027%2025.4645%207.53553C25.6597%207.7308%2025.9763%207.7308%2026.1716%207.53553L29.3536%204.35355ZM0%204.5H3.625V3.5H0V4.5ZM10.875%204.5H18.125V3.5H10.875V4.5ZM25.375%204.5H29V3.5H25.375V4.5ZM29.3536%204.35355C29.5488%204.15829%2029.5488%203.84171%2029.3536%203.64645L26.1716%200.464466C25.9763%200.269204%2025.6597%200.269204%2025.4645%200.464466C25.2692%200.659728%2025.2692%200.976311%2025.4645%201.17157L28.2929%204L25.4645%206.82843C25.2692%207.02369%2025.2692%207.34027%2025.4645%207.53553C25.6597%207.7308%2025.9763%207.7308%2026.1716%207.53553L29.3536%204.35355ZM0%204.5H3.625V3.5H0V4.5ZM10.875%204.5H18.125V3.5H10.875V4.5ZM25.375%204.5H29V3.5H25.375V4.5Z'%20fill='%23191919'/%3e%3c/svg%3e");
  position: absolute;
  top: calc(50% - 4px);
  left: calc(100% + 8px);
}
.search-how-block:last-child {
  background-color: #f0fdf3;
  color: #34a853;
}
.more-profi-section-wrp {
  padding: 32px 0 70px;
}
.more-profi-section {
  padding: 40px 40px 30px;
  background-color: #f6f8fa;
  border-radius: 16px;
}
.more-profi-section h3 + p {
  margin-bottom: 17px;
}
.try-block-wrp {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.try-block {
  margin: 10px;
  width: calc(33% - 20px);
  padding: 20px;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  background-color: #fff;
}
.try-block h5 {
  margin-bottom: 8px;
}
.img-try {
  flex-shrink: 0;
  margin-right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background-color: #f6f8fa;
}

.img-try img {
  height: 20px;
  width: 20px;
}
.all-filters {
  color: #34a853;
  font-weight: 500;
  border-color: #34a853;
  transition: all 0.3s;
}
.all-filters:hover {
  background-color: #f0fdf3;
}
.selected-filters-result {
  margin-bottom: 8px;
}
.clean-btn {
  transition: all 0.3s;
  color: #34a853;
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  border: 1px solid #34a853;
  cursor: pointer;
  background-color: #fff;
  margin-right: 12px;
}
.clean-btn:hover {
  background-color: #34a853;
  color: #fff;
}
.new-category-dropdown.filter-dropdown {
  position: relative;
}
.filter-dropdown-popup {
  display: none;
  position: absolute;
  left: 0;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #ddd;
  min-width: 300px;
  border-radius: 12px;
  width: 1128px;
}
.filter-dropdown-popup .bottom-button-cat {
  cursor: pointer;
}
.filter-dropdown-popup .bottom-button-cat.disabled {
  cursor: default;
}
.filter-dropdown-popup .bottom-button-cat-wrp {
  padding: 16px 0;
}
.filter-dropdown-popup.active {
  display: block;
}
.filter-container.pos-rel .filter-dropdown-popup {
  width: 300px;
}
.filter-container.pos-rel ul {
  display: block;
}
.filter-container.pos-rel ul li {
  width: 100%;
}
.block-filters-wrp .block-filter:nth-child(n + 8):not(.all-filters) {
  display: none;
}
.pos-rel,.range-slider {
  position: relative;
}
.range-slider {
  width: 100%;
  height: 4px;
  margin: 30px 0;
  background-color: #f5f5f6;
}
.slider-track {
  height: 100%;
  position: absolute;
  background-color: #34a853;
}
.range-slider input {
  position: absolute;
  width: 100%;
  background: none;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 4px;
  background: #34a853;
  pointer-events: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
input[type="range"]::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border-radius: 4px;
  background: #34a853;
  pointer-events: auto;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.input-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.input-wrap {
  width: 46%;
  position: relative;
}
.input-wrap span {
  position: absolute;
  right: 18px;
  font-size: 14px;
  color: #848c97;
  top: 10px;
}
.input-wrap input {
  width: 100%;
  height: 40px;
  border: 1px solid #e4e6e8;
  border-radius: 8px;
  padding-left: 18px;
  padding-right: 48px;
}
.input-wrap input:focus {
  border-color: #34a853;
}
.mob-block-768 {
  display: none;
}
.top-mobile-gray {
  padding: 24px 0;
  background-color: #f5f5f6;
  margin-bottom: 16px;
}
.top-mobile-gray p {
  font-size: 14px;
  font-weight: 600;
}
.mob-obrannya-wrp {
  display: flex;
  width: 100%;
  overflow-x: auto;
  margin-top: 16px;
}
.mob-obrannya-block {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 12px;
  font-size: 14px;
  border: 1px solid #d5d8db;
  background-color: #f5f5f6;
  border-radius: 8px;
}
.mob-obrannya-block.active {
  border-color: #34a853;
  background-color: #f0fdf3;
  color: #34a853;
  font-weight: 600;
}
.mob-obrannya-block + .mob-obrannya-block,.mob-search-psy-btn {
  margin-left: 8px;
}
.mob-search-psy-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #191919;
  cursor: pointer;
}
.mob-search-psy-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 5;
}
.mob-search-input-popup {
  position: relative;
  background-color: #fff;
  z-index: 2;
  padding: 16px 0;
}
.mob-search-input-popup .search2-input-wrp {
  justify-content: space-between;
}
.mob-search-input-popup .search2-input-wrp .search2-input {
  background-color: #fff;
}
.mob-search-psy-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0006;
  z-index: 1;
}
.mob-filters-wrp {
  width: 100%;
}
.mob-filters-wrp,.mob-filters-btn {
  display: flex;
  align-items: center;
}
.mob-filters-btn {
  height: 40px;
  flex: auto;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid #191919;
}
.mob-filters-btn img {
  flex-shrink: 0;
  margin-right: 8px;
}
.mob-filters-btn p {
  font-size: 14px;
  font-weight: 500;
}
.filter-mob-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  z-index: 3;
}
.filter-mob-popup .new-category-dropdown {
  position: static;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.filter-mob-popup .new-category-dropdown.new-category-dropdown-inner {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  overflow-y: auto;
  z-index: 4;
}
.filter-mob-popup .new-category-dropdown .back-to-close {
  margin-bottom: 0;
}
.filter-mob-popup .new-category-dropdown .back-to-close img {
  margin-right: 16px;
}
.filter-mob-popup
  .new-category-dropdown
  .back-to-close.back-to-close-filter-main
  img {
  margin: 0;
}
.filter-mob-popup .new-category-dropdown .back-to-close p {
  margin-left: 0;
}
.header-popup-mob-filter {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  position: relative;
}
.header-popup-mob-filter:before {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  width: calc(100% + 32px);
  height: 1px;
  background-color: #e4e6e8;
}
.body-popup-mob {
  border-top: 1px solid #e4e6e8;
}
.select-krugal.select-krugal-right {
  border-radius: 8px;
}
.select-krugal.select-krugal-right img {
  display: none;
}
.select-krugal.select-krugal-right.active img {
  display: block;
}
.popup-mob-prop {
  font-weight: 600;
}
.inner-overflow-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  flex: auto;
}
.inner-overflow-scroll .sort-checkbox-text {
  margin-left: 0;
}
.new-popup-mob-filter-btn .popup-mob-prop + img {
  transform: rotate(-90deg);
}
.body-popup-mob-filter .double-slider-box {
  margin-top: 16px;
}
.back-to-close-filter-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.back-to-close.back-to-close-filter-main {
  padding-top: 0;
}
@media (max-width: 1199px) {
  .block-filters-wrp .block-filter:nth-child(n + 8):not(.all-filters) {
    display: block;
  }
  .search-how-block {
    width: calc(45% - 44px);
    margin-bottom: 20px;
  }
  .sort-sign-wrp {
    margin-right: 64px;
  }
}
@media (max-width: 991px) {
  .oburannya {
    flex-direction: column;
    align-items: flex-start;
  }
  .oburannya-btn {
    margin-left: 0;
  }
  .search2-input {
    width: 300px;
  }
  .mob-search-input-popup .search2-input {
    flex: auto;
  }
  .container-search-card {
    width: 100%;
  }
  .container-search-banner {
    padding-left: 0;
    display: none;
    padding-bottom: 16px;
  }
  .try-block {
    flex-direction: column;
  }
  .img-try {
    margin-bottom: 14px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .search-how-block {
    width: 100%;
    margin: 0 0 20px;
  }
  .search-how-block:not(:last-child):after {
    display: none;
  }
  .how-to-write {
    padding: 40px 0;
  }
  .how-to-write h2 {
    margin-bottom: 32px;
  }
  .desktop-block-768 {
    display: none;
  }
  .mob-block-768 {
    display: block;
  }
  .top-filters-section {
    padding-top: 0;
  }
  .upper-filters {
    margin-top: 0;
  }
  .search-card {
    display: block;
  }
  .search-card-info,
  .search-card-booking {
    width: 100%;
    overflow: hidden;
  }
  .section-search-card {
    padding-top: 16px;
  }
  .try-block {
    width: 100%;
    flex-direction: row;
  }
  .img-try {
    margin-right: 14px;
    margin-bottom: 0;
  }
  .search-time-wrp {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .search-how-blocks-wrp {
    margin: 0;
  }
  .more-profi-section h3 {
    font-size: 26px;
  }

  .more-profi-section{
    padding-left: 6px;
    padding-right: 6px;
  }
}
html,
body {
  height: 100%;
}
.app-wrapper {
  min-height: 100%;
}
.app {
  flex: 1 1 auto;
}
@media (max-width: 1199px) {
  .redirect-section h1 {
    width: 100%;
  }
  .container-qui {
    width: 960px;
  }
  .therapists-section .swiper-pagination {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .part-redirect {
    width: 100%;
  }
  .part-redirect + .part-redirect {
    margin-top: 40px;
  }
  .container-qui-redirect {
    flex-direction: column;
  }
  .redirect-link {
    margin: 0 auto;
  }
  .container-qui {
    width: 720px;
  }
  .btn-secondary {
    width: 190px;
  }
  .hero-part.top-part.flex {
    display: block;
  }
  .hero-section {
    margin-top: 32px;
    height: auto;
    padding-bottom: 48px;
  }
  .hero-top-part-text,
  .img-hero-wrp {
    width: 100%;
  }
  .img-hero {
    margin-top: 0;
  }
  .btn-primary-desktop {
    display: none;
  }
  .btn-primary-mob.btn-primary.large {
    display: flex;
    width: 100%;
    margin-top: 29px;
    margin-bottom: 24px;
  }
  .signa-block {
    position: relative;
    margin-top: -40px;
    margin-bottom: 0;
    bottom: 0;
  }
  .bottom-part {
    padding-bottom: 0;
  }
  .bottom-part-card p {
    width: 90%;
  }
  .banner-block button {
    width: 100%;
  }
  .therapists-slide {
    max-width: 460px;
  }
  #reviews .therapists-slide,
  #recommendations .therapists-slide {
    margin-top: 0;
  }
  .popup {
    padding: 56px 48px;
  }
}
@media (max-width: 767px) {
  .redirect-section {
    padding-top: 32px;
  }
  .redirect-section h1 {
    margin-bottom: 16px;
  }
  .redirect-link + .redirect-link {
    margin-top: 16px;
  }
  .container-qui .swiper-slide {
    height: 100%;
  }
  .container-qui {
    width: 540px;
  }
  .pt-def {
    padding-top: 56px;
    padding-bottom: 64px;
  }
  .header-qui {
    padding: 18px 0;
  }
  .menu-block {
    padding-top: 18px;
  }
  h1 {
    font-size: 34px;
  }
  .signa-block {
    margin-top: -12px;
  }
  .how-h4 {
    min-height: 56px;
    display: flex;
    align-items: center;
  }
  .hero-part.bottom-part.flex {
    flex-direction: column;
  }
  .hero-headline + p {
    margin-bottom: 8px;
  }
  .bottom-part {
    margin: 0;
  }
  .bottom-part-card + .bottom-part-card {
    margin-top: 12px;
  }
  .img-hero img,
  .herapists-section .therapists-slide {
    margin-top: 0;
  }
  .therapists-section .swiper-pagination {
    margin-top: 28px;
  }
  .banner-inner-block {
    flex-direction: column;
  }
  .banner1-img-wrp {
    margin: 0;
  }
  .banner-inner-part {
    width: 100%;
  }
  .banner-inner-part button {
    margin-top: 24px;
  }
  .success-block,
  .btn-primary.btn-banner.large {
    width: 100%;
  }
  .qa-top {
    padding: 20px 8px 20px 20px;
  }
  .qa-top.opened-line {
    padding: 20px 8px 5px 20px;
  }
  .toggle-arrow {
    width: 40px;
  }
  .qa-content .pl-10.pb-10 {
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .qa-subtitle {
    margin-bottom: 24px;
  }
  .qa-subtitle img {
    width: 40px;
  }
  .qa-subtitle p {
    font-size: 26px;
    margin-left: 6px;
    padding-top: 2px;
  }
  .qa-separate + .qa-separate {
    margin-top: 44px;
  }
  .qa-last-block h2 {
    font-size: 32px;
  }
  .qa-last-block {
    margin-top: 48px;
  }
  .qa-last-block h2 + p {
    margin-bottom: 24px;
  }
  .qa-btn-wrp {
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
  }
  .qa-btn-soc {
    width: 320px;
    margin: 0;
  }
  .qa-btn-soc + .qa-btn-soc {
    margin-top: 16px;
  }
  .popup {
    padding: 40px 24px;
  }
  .popup h3 {
    margin-bottom: 20px;
  }
  .input-group input {
    height: 56px;
    padding: 16px 24px;
  }
  .popup .btn-primary {
    margin-top: 20px;
  }
  .pop-up-close-btn {
    top: 24px;
    right: 24px;
  }
}
@media (max-width: 575px) {
  .container-qui {
    width: 100%;
    padding: 0 16px;
  }
  .trust-icon {
    width: 74px;
    height: 74px;
  }
  .success-block .btn-primary.large {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .btn-code {
    position: static;
    width: 100%;
    border-radius: 6px;
    height: 48px;
    margin-top: 12px;
  }
  .code-link {
    text-align: center;
  }
}
@media not all and (min-width: 1024px) {
  .max-lg\:\!static {
    position: static !important;
  }
  .max-lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .max-lg\:ml-0 {
    margin-left: 0;
  }
  .max-lg\:mt-14 {
    margin-top: 3.5rem;
  }
  .max-lg\:mt-4 {
    margin-top: 1rem;
  }
  .max-lg\:mt-6 {
    margin-top: 1.5rem;
  }
  .max-lg\:block {
    display: block;
  }
  .max-lg\:hidden {
    display: none;
  }
  .max-lg\:max-h-\[200px\] {
    max-height: 200px;
  }
  .max-lg\:max-w-full {
    max-width: 100%;
  }
  .max-lg\:gap-0 {
    gap: 0px;
  }
  .max-lg\:gap-3 {
    gap: 0.75rem;
  }
  .max-lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .max-lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .max-lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .max-lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .max-lg\:pb-16 {
    padding-bottom: 4rem;
  }
  .max-lg\:pl-4 {
    padding-left: 1rem;
  }
  .max-lg\:pt-12 {
    padding-top: 3rem;
  }
}
@media (min-width: 768px) {
  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  .md\:col-start-2 {
    grid-column-start: 2;
  }
  .md\:mb-12 {
    margin-bottom: 3rem;
  }
  .md\:mt-12 {
    margin-top: 3rem;
  }
  .md\:mt-8 {
    margin-top: 2rem;
  }
  .md\:hidden {
    display: none;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:self-center {
    align-self: center;
  }
  .md\:border-r-2 {
    border-right-width: 2px;
  }
  .md\:px-\[70px\] {
    padding-left: 70px;
    padding-right: 70px;
  }
  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .md\:pt-\[60px\] {
    padding-top: 60px;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@charset "UTF-8";
*,
:before,
:after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e4e6e8;
}
:before,
:after {
  --tw-content: "";
}
html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre,fieldset {
  margin: 0;
}
fieldset,legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #d5d8db;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #d5d8db;
}
button,
[role="button"] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none;
}
h1,
h2,
h4,
h5,
h6 {
  font-family: Open Sans, sans-serif;
}
body {
  font-family: Montserrat;
  color: #191919;
}
h1 {
  font-size: 48px;
}
h1,h2 {
  font-weight: 400;
  line-height: 1.3;
}
h2 {
  font-size: 44px;
}
h3 {
  font-size: 28px;
  line-height: 1;
}
h3,h4 {
  font-weight: 600;
}
h4 {
  font-size: 24px;
  line-height: 1.3;
}
h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
button {
  font-size: 16px;
  font-weight: 500;
  line-height: auto;
}
*,
:before,
:after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .\!container {
    max-width: 640px !important;
  }
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .\!container {
    max-width: 768px !important;
  }
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .\!container {
    max-width: 1024px !important;
  }
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .\!container {
    max-width: 1280px !important;
  }
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .\!container {
    max-width: 1536px !important;
  }
  .container {
    max-width: 1536px;
  }
}
.\!static {
  position: static !important;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.bottom-\[-22\%\] {
  bottom: -22%;
}
.bottom-\[-5px\] {
  bottom: -5px;
}
.left-0 {
  left: 0;
}
.right-\[-15\%\] {
  right: -15%;
}
.right-\[-6px\] {
  right: -6px;
}
.z-50 {
  z-index: 50;
}
.col-span-11 {
  grid-column: span 11 / span 11;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mr-14 {
  margin-right: 3.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-7 {
  margin-right: 1.75rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[1\.02\] {
  aspect-ratio: 1.02;
}
.aspect-\[1\.04\] {
  aspect-ratio: 1.04;
}
.aspect-\[1\.25\] {
  aspect-ratio: 1.25;
}
.aspect-\[1\.2\] {
  aspect-ratio: 1.2;
}
.aspect-\[1\.3\] {
  aspect-ratio: 1.3;
}
.aspect-\[1\.64\] {
  aspect-ratio: 1.64;
}
.aspect-\[5\] {
  aspect-ratio: 5;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-6 {
  height: 1.5rem;
}
.h-\[60px\] {
  height: 60px;
}
.h-full {
  height: 100%;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-\[34vw\] {
  max-height: 34vw;
}
.max-h-max {
  max-height: -moz-max-content;
  max-height: max-content;
}
.min-h-\[420px\] {
  min-height: 420px;
}
.min-h-\[46px\] {
  min-height: 46px;
}
.\!w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.w-20 {
  width: 5rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-6\/12 {
  width: 50%;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[130px\] {
  width: 130px;
}
.w-\[184px\] {
  width: 184px;
}
.w-\[195px\] {
  width: 195px;
}
.w-\[23px\] {
  width: 23px;
}
.w-\[315px\] {
  width: 315px;
}
.w-\[33\%\] {
  width: 33%;
}
.w-\[41\%\] {
  width: 41%;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[56px\] {
  width: 56px;
}
.w-\[59\%\] {
  width: 59%;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[84px\] {
  width: 84px;
}
.w-\[88px\] {
  width: 88px;
}
.w-full {
  width: 100%;
}
.min-w-\[46px\] {
  min-width: 46px;
}
.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.max-w-\[1128px\] {
  max-width: 1128px;
}
.max-w-\[933px\] {
  max-width: 933px;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-24 {
  gap: 6rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-none {
  border-radius: 0;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.\!rounded-t-none {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-solid {
  border-style: solid;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(228 230 232 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(52 168 83 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 246 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 230 232 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 250 / var(--tw-bg-opacity));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 255 242 / var(--tw-bg-opacity));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 243 / var(--tw-bg-opacity));
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 168 83 / var(--tw-bg-opacity));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 238 238 / var(--tw-bg-opacity));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 244 244 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-\[64px\] {
  padding-left: 64px;
  padding-right: 64px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-3\.5 {
  padding-bottom: 0.875rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pl-\[60px\] {
  padding-left: 60px;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-3\.5 {
  padding-right: 0.875rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[1\.5\] {
  line-height: 1.5;
}
.leading-\[150\%\] {
  line-height: 150%;
}
.leading-none {
  line-height: 1;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(52 168 83 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-0 {
  opacity: 0;
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
}
.shadow-md,.shadow-xl {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.duration-300 {
  transition-duration: 0.3s;
}
.\[border-image\:url\(\'\/assets\/therapy-for-all-frame\.svg\'\)_7_stretch\] {
  -o-border-image: url("data:image/svg+xml,%3csvg%20width='362'%20height='429'%20viewBox='0%200%20362%20429'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M361.354%20425.354C361.549%20425.158%20361.549%20424.842%20361.354%20424.646L358.172%20421.464C357.976%20421.269%20357.66%20421.269%20357.464%20421.464C357.269%20421.66%20357.269%20421.976%20357.464%20422.172L360.293%20425L357.464%20427.828C357.269%20428.024%20357.269%20428.34%20357.464%20428.536C357.66%20428.731%20357.976%20428.731%20358.172%20428.536L361.354%20425.354ZM148%20425.5H361V424.5H148V425.5Z'%20fill='%2334A853'/%3e%3cpath%20d='M1%20111V13C1%206.37259%206.37258%201%2013%201H111'%20stroke='%2334A853'/%3e%3cpath%20d='M361%20111V13C361%206.37258%20355.627%201%20349%201H251'%20stroke='%2334A853'/%3e%3cpath%20d='M1%20315V413C1%20419.627%206.37258%20425%2013%20425H111'%20stroke='%2334A853'/%3e%3c/svg%3e")
    7 stretch;
  border-image: url("data:image/svg+xml,%3csvg%20width='362'%20height='429'%20viewBox='0%200%20362%20429'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M361.354%20425.354C361.549%20425.158%20361.549%20424.842%20361.354%20424.646L358.172%20421.464C357.976%20421.269%20357.66%20421.269%20357.464%20421.464C357.269%20421.66%20357.269%20421.976%20357.464%20422.172L360.293%20425L357.464%20427.828C357.269%20428.024%20357.269%20428.34%20357.464%20428.536C357.66%20428.731%20357.976%20428.731%20358.172%20428.536L361.354%20425.354ZM148%20425.5H361V424.5H148V425.5Z'%20fill='%2334A853'/%3e%3cpath%20d='M1%20111V13C1%206.37259%206.37258%201%2013%201H111'%20stroke='%2334A853'/%3e%3cpath%20d='M361%20111V13C361%206.37258%20355.627%201%20349%201H251'%20stroke='%2334A853'/%3e%3cpath%20d='M1%20315V413C1%20419.627%206.37258%20425%2013%20425H111'%20stroke='%2334A853'/%3e%3c/svg%3e")
    7 stretch;
}
.\[border-width\:5px\] {
  border-width: 5px;
}
.hero-section.psy-section .bottom-part-card p {
  width: 90%;
}
.hero-section.psy-section .bottom-part-card {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 246 / var(--tw-bg-opacity));
}
.btn-secondary-cabinet.btn-secondary {
  margin-top: 16px;
  width: 328px;
}
.btn-secondary-cabinet-mob.btn-secondary.large {
  display: none;
}
.wellcome-block-wrp {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.wellcome-block-wrp:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 18px;
  left: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(228 230 232 / var(--tw-bg-opacity));
  border-radius: 24px;
}
.wellcome-block {
  background-color: #fff;
  border-radius: 24px;
  padding: 24px 32px 24px 24px;
}
.wellcome-block,.welcome-list {
  position: relative;
  z-index: 2;
}
.welcome-list li {
  display: flex;
}
.welcome-list li h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 243 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(52 168 83 / var(--tw-text-opacity));
  margin-right: 16px;
}
.welcome-list li + li {
  margin-top: 16px;
}
.welcome-text {
  display: flex;
  align-items: center;
}
.welcome-text span {
  font-weight: 600;
}
.welcome-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.welcome-img img {
  position: relative;
  right: -50px;
}
.how-to-join {
  position: relative;
  background-color: #fff;
}
.how-to-join .container-qui {
  position: relative;
  z-index: 2;
}
.how-to-join:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fafafa;
  width: 50%;
  height: 100%;
  z-index: 1;
}
.join-block-wrp {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.join-block:not(:first-child) {
  margin-top: 60px;
  position: relative;
}
.join-block:not(:first-child):before {
  content: url("data:image/svg+xml,%3csvg%20width='8'%20height='45'%20viewBox='0%200%208%2045'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.64645%2044.3536C3.84171%2044.5488%204.15829%2044.5488%204.35355%2044.3536L7.53553%2041.1716C7.7308%2040.9763%207.7308%2040.6597%207.53553%2040.4645C7.34027%2040.2692%207.02369%2040.2692%206.82843%2040.4645L4%2043.2929L1.17157%2040.4645C0.976311%2040.2692%200.659728%2040.2692%200.464466%2040.4645C0.269204%2040.6597%200.269204%2040.9763%200.464466%2041.1716L3.64645%2044.3536ZM3.5%200V2.75H4.5V0L3.5%200ZM3.5%208.25L3.5%2013.75H4.5V8.25H3.5ZM3.5%2019.25V24.75H4.5L4.5%2019.25H3.5ZM3.5%2030.25L3.5%2035.75H4.5V30.25H3.5ZM3.5%2041.25V44H4.5V41.25H3.5ZM3.64645%2044.3536C3.84171%2044.5488%204.15829%2044.5488%204.35355%2044.3536L7.53553%2041.1716C7.7308%2040.9763%207.7308%2040.6597%207.53553%2040.4645C7.34027%2040.2692%207.02369%2040.2692%206.82843%2040.4645L4%2043.2929L1.17157%2040.4645C0.976311%2040.2692%200.659728%2040.2692%200.464466%2040.4645C0.269204%2040.6597%200.269204%2040.9763%200.464466%2041.1716L3.64645%2044.3536ZM3.5%200V2.75H4.5V0L3.5%200ZM3.5%208.25L3.5%2013.75H4.5V8.25H3.5ZM3.5%2019.25V24.75H4.5L4.5%2019.25H3.5ZM3.5%2030.25L3.5%2035.75H4.5V30.25H3.5ZM3.5%2041.25V44H4.5V41.25H3.5Z'%20fill='%23191919'/%3e%3c/svg%3e");
  position: absolute;
  height: 44px;
  width: 8px;
  top: -52px;
  left: calc(50% - 4px);
}
.join-text {
  display: flex;
  align-items: center;
}
#reviewsColleagues .swiper-pagination-progressbar {
  background-color: #00000026;
}
.join-pic-wrp {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 34px;
}
.comfort-section b {
  font-weight: 600;
}
@media (max-width: 1199px) {
  .welcome-img img {
    right: 0;
  }
}
@media (max-width: 1023px) {
  .join-pic-wrp {
    display: none;
  }
  .how-to-join.pt-def {
    padding-bottom: 0;
  }
  .how-to-join.pt-def:after {
    display: none;
  }
  .welcome-img {
    margin-top: 64px;
  }
  .welcome-img img {
    right: 0;
  }
  .join-block-wrp + .join-block-wrp {
    position: relative;
  }
  .join-block-wrp + .join-block-wrp > div {
    position: relative;
    z-index: 2;
  }
  .join-block-wrp + .join-block-wrp:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100vw;
    height: 100%;
    top: 0;
    left: calc((100vw - 100%) / -2);
    background-color: #fafafa;
  }
  .join-block {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .btn-secondary-cabinet.btn-secondary-desktop {
    display: none;
  }
  .btn-secondary-cabinet-mob.btn-secondary.large {
    display: flex;
    width: 100%;
    margin-bottom: 44px;
  }
  .for_psychotherapists-body .btn-primary-mob.btn-primary.large {
    margin-bottom: 12px;
  }
  #reviewsColleagues .therapists-slide {
    margin-top: 0;
  }
  .banner-block-psycho .btn-primary.large,
  .banner-block-psycho .btn-secondary-cabinet.btn-secondary {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .wellcome-block {
    padding: 24px 20px 24px 14px;
  }
  .welcome-list li h5 {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
  .join-block {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 425px) {
  .join-text h4 {
    font-size: 22px;
  }
  .join-block span {
    width: 56px;
    height: 56px;
  }
  .join-block p {
    padding: 0;
  }
}
:root {
  --swiper-pagination-color: #34a853;
  --swiper-pagination-bullet-size: 12px;
}
::-webkit-scrollbar {
  width: 14px;
  height: 4px;
}
::-webkit-scrollbar-track {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 250 / var(--tw-bg-opacity));
}
::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(228 230 232 / var(--tw-bg-opacity));
  border-radius: 10px;
  border: 1px solid #f1f1f1;
}
::-webkit-scrollbar-thumb:hover {
  background: #c3dbc8;
}
.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(52 168 83 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.btn-primary:hover {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(36 133 62 / var(--tw-bg-opacity));
}
.btn-primary {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 64px;
  border-radius: 8px;
}
.btn-primary.large {
  width: 328px;
}
.btn-link {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(52 168 83 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.btn-link:hover {
  --tw-text-opacity: 1;
  color: rgb(36 133 62 / var(--tw-text-opacity));
}
.btn-link {
  align-items: center;
  fill: #34a853;
}
.btn-link:hover {
  fill: #24853e;
}
.btn-secondary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(52 168 83 / var(--tw-border-opacity));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(52 168 83 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(52 168 83 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-secondary {
  height: 52px;
  width: 264px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.app {
  width: 100%;
}
.container-qui {
  width: 1128px;
  margin: 0 auto;
}
p + p {
  margin-top: 12px;
}
p + p.banner-text {
  margin-top: 24px;
}
.header-wrapper {
  width: 100%;
}
.header-qui {
  padding: 24px 0;
}
.nav-list a {
  position: relative;
}
.nav-list a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #191919;
  transition: all 0.3s;
}
.nav-list a:hover:after {
  width: 100%;
}
.selected-lang {
  margin: 0 4px;
  font-weight: 400;
}
.other-lang {
  padding-left: 22px;
}
.other-lang:hover {
  color: #24853e;
}
.arrowDown.rotate {
  transform: rotate(180deg);
}
.hero-section {
  height: calc(100vh - 100px);
}
.hero-section .container-qui {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.hero-headline {
  margin-bottom: 2.332361516vh;
}
.hero-headline + p {
  margin-bottom: 5.8309037901vh;
}
.top-part {
  flex: 1 1 auto;
}
.bottom-part {
  margin-left: -12px;
  margin-right: -12px;
  padding-bottom: 3.4985422741vh;
}
.bottom-part-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33%;
  margin: 0 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 243 / var(--tw-bg-opacity));
  border-radius: 12px;
  padding-top: 2.915451895vh;
  padding-bottom: 2.915451895vh;
}
.bottom-part-card p {
  font-size: 1rem;
  line-height: 1.5rem;
  width: 69%;
  text-align: center;
  margin-top: 1.166180758vh;
}
.hero-top-part-text {
  width: 45%;
  flex-direction: column;
}
.hero-top-part-text,.img-hero-wrp {
  display: flex;
  justify-content: center;
}
.img-hero-wrp {
  width: 55%;
  align-items: center;
}
.img-hero {
  width: 85%;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: -50px;
}
.signa-block {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 283px;
  border-radius: 12px;
  display: flex;
  border: 1px solid #7c7c7c;
  padding: 10px 12px;
  background-color: #fff;
}
.signa-block img {
  width: 24px;
  flex-shrink: 0;
}
.signa-block p {
  margin-left: 5px;
  font-size: 14px;
}
.pt-def {
  padding-top: 72px;
  padding-bottom: 80px;
}
.h2-method {
  letter-spacing: -2px;
}
.method-main-block {
  padding-top: 28px;
  padding-bottom: 35px;
}
.trust-icon {
  flex-shrink: 0;
  border-radius: 0 8px;
}
.review-btn {
  background: #0000;
}
.review-btn:hover {
  background: linear-gradient(180deg, #fcfffd, #f3fff6);
}
.qna-section {
  background: linear-gradient(180deg, #eee, #f5f5f6);
}
.emergency-section a svg {
  fill: #191919;
}
.emergency-section a:hover {
  color: #34a853;
}
.emergency-section a:hover svg {
  fill: #34a853;
}
.footer-wrapper {
  width: 100%;
}
footer a:hover {
  color: #34a853;
}
.btn-primary-mob {
  display: none;
}
.menu-block {
  padding-top: 24px;
}
.menu-inner {
  height: calc(100vh - 62px);
}
.menu-inner ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.menu-inner ul a {
  display: block;
  padding: 8px 0;
  text-align: center;
}
.btn-menu {
  margin-top: 19vh;
  margin-bottom: 4vh;
}
.success-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.qa-separate + .qa-separate {
  margin-top: 64px;
}
.qa-line + .qa-line {
  margin-top: 16px;
}
.qa-last-block {
  margin-top: 72px;
}
.qa-last-block h2,.qa-last-block h2 + p {
  text-align: center;
}
.qa-last-block h2 + p {
  margin-top: 12px;
  margin-bottom: 32px;
}
.qa-btn-mail {
  -o-border-image: url(../assets/mail-frame.svg) 1;
  border-image: url(../assets/mail-frame.svg) 1;
}
.qa-btn-mail:hover {
  background-color: #e6efe9;
}
.qa-btn-wrp {
  margin-top: 24px;
}
.qa-btn-wrp,.qa-btn-soc {
  display: flex;
  justify-content: center;
}
.qa-btn-soc {
  height: 56px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  padding: 0 24px;
  background-color: #0000;
  border-radius: 8px;
  border: 1px solid #34a853;
  cursor: pointer;
  color: #34a853;
  margin: 0 12px;
  transition: all 0.3s;
}
.qa-btn-soc span {
  padding-left: 6px;
}
.qa-btn-soc:hover {
  background-color: #d4e8da;
}
.qa-subtitle {
  display: flex;
  align-items: flex-start;
  margin-bottom: 28px;
}
.qa-subtitle img {
  width: 48px;
  flex-shrink: 0;
}
.qa-subtitle p {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  font-size: 28px;
  margin-left: 12px;
  padding-top: 4px;
}
.container-qui .swiper-slide {
  height: auto;
}
.therapists-slide {
  height: 100%;
}
.to-reviews {
  cursor: pointer;
}
article a {
  color: #34a853;
  position: relative;
  font-weight: 500;
}
article a:after {
  transition: all 0.3s;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #34a853;
}
article a:hover:after {
  width: 100%;
}
article b {
  font-weight: 600;
}
article p + ul,
article p + ol {
  margin-top: 4px;
}
article ul + p,
article ol + p {
  margin-top: 16px;
}
article ol {
  padding-left: 24px;
}
article ol li {
  list-style: decimal;
}
article ol li + li {
  margin-top: 8px;
}
article ul li {
  padding-left: 16px;
  position: relative;
}
article ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 32px;
}
.pop-up-overlay-wrapper {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
}
.pop-up-overlay-wrapper .overlay-pop-up {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #000;
  opacity: 0.702;
  z-index: 2;
}
.pop-up-overlay-wrapper.show-popup {
  display: flex;
}
.pop-up-wrapper,.pop-up-form-block {
  width: 100%;
  height: 100%;
}
.pop-up-form-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup {
  position: relative;
  padding: 64px 48px 56px;
  max-width: 480px;
  max-height: 90%;
  overflow-y: auto;
}
.popup.show-popup {
  display: block;
}
.popup h3 {
  margin-bottom: 24px;
}
.popup .btn-primary {
  width: 100%;
  margin-top: 24px;
}
.input-group {
  position: relative;
}
.input-group + .input-group {
  margin-top: 24px;
}
.input-group input {
  outline: none;
  width: 100%;
  height: 60px;
  padding: 18px 24px;
  border: 1px solid #e4e6e8;
  border-radius: 6px;
}
.input-group input::-moz-placeholder {
  color: #6c6c6c;
}
.input-group input::placeholder {
  color: #6c6c6c;
}
.input-group input:focus-visible {
  border-color: #34a853;
}
.input-group input.error {
  border-color: #ff5454;
}
.input-group input.error ~ .error-message,.input-group input.message-input ~ .message-text {
  display: inline-block;
}
.input-group-code-wrp {
  position: relative;
}
.btn-code {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  border-radius: 0 10px 10px 0;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #34a853;
  color: #fff;
  transition: all 0.15s;
}
.btn-code:hover {
  background-color: #24853e;
}
.code-link-wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  margin-bottom: 24px;
}
.code-link {
  position: relative;
  cursor: pointer;
}
.code-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background-color: #191919;
}
.code-link.green {
  color: #34a853;
}
.code-link.green:after {
  background-color: #34a853;
}
.code-link + .code-link {
  margin-left: 12px;
}
.capcha-wrp {
  margin: 16px 0;
}
.capcha-pic {
  width: 100%;
  height: 105px;
  background-color: #d9d9d9;
}
.pop-policy-text {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.pop-policy-text a {
  color: #34a853;
}
.pop-policy-text a:hover {
  color: #24853e;
}
.pop-policy-text b {
  font-weight: 500;
}
.error-message {
  color: #ff5454;
}
.error-message,.message-text {
  display: none;
  position: absolute;
  left: 8px;
  top: 100%;
  font-size: 12px;
}
.message-text b {
  font-weight: 500;
}
.toggle-password {
  background: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.05499%203.24544C4.98913%203.1712%204.90918%203.11077%204.81979%203.06765C4.7304%203.02453%204.63334%202.99958%204.53423%202.99425C4.43513%202.98892%204.33595%203.00331%204.24245%203.03659C4.14895%203.06987%204.06298%203.12137%203.98953%203.18812C3.91608%203.25487%203.85661%203.33554%203.81457%203.42544C3.77252%203.51534%203.74874%203.61269%203.7446%203.71186C3.74045%203.81102%203.75603%203.91002%203.79043%204.00311C3.82483%204.09621%203.87737%204.18155%203.94499%204.25419L5.74874%206.23888C2.34374%208.32857%200.879366%2011.5498%200.814679%2011.6961C0.772035%2011.792%200.75%2011.8958%200.75%2012.0008C0.75%2012.1057%200.772035%2012.2095%200.814679%2012.3054C0.847491%2012.3795%201.64155%2014.1401%203.40687%2015.9054C5.75905%2018.2567%208.72999%2019.4998%2012%2019.4998C13.6806%2019.5094%2015.3442%2019.1634%2016.8816%2018.4845L18.9441%2020.7542C19.0099%2020.8284%2019.0899%2020.8889%2019.1793%2020.932C19.2686%2020.9751%2019.3657%2021.0001%2019.4648%2021.0054C19.5639%2021.0107%2019.6631%2020.9963%2019.7566%2020.9631C19.8501%2020.9298%2019.9361%2020.8783%2020.0095%2020.8115C20.083%2020.7448%2020.1424%2020.6641%2020.1845%2020.5742C20.2265%2020.4843%2020.2503%2020.3869%2020.2544%2020.2878C20.2586%2020.1886%2020.243%2020.0896%2020.2086%2019.9965C20.1742%2019.9034%2020.1217%2019.8181%2020.0541%2019.7454L5.05499%203.24544ZM9.49218%2010.3554L13.3987%2014.6539C12.8105%2014.9634%2012.136%2015.0687%2011.4814%2014.9534C10.8268%2014.838%2010.229%2014.5085%209.78188%2014.0166C9.33481%2013.5247%209.06377%2012.8982%209.01134%2012.2355C8.9589%2011.5729%209.12804%2010.9116%209.49218%2010.3554ZM12%2017.9998C9.11437%2017.9998%206.59343%2016.9508%204.50655%2014.8826C3.64997%2014.0314%202.92145%2013.0603%202.34374%2011.9998C2.78343%2011.1758%204.18687%208.86951%206.7828%207.37044L8.4703%209.22201C7.81699%2010.0587%207.48052%2011.0995%207.52036%2012.1603C7.56021%2013.2211%207.97379%2014.2337%208.68802%2015.019C9.40225%2015.8044%2010.3711%2016.312%2011.4234%2016.4521C12.4757%2016.5921%2013.5436%2016.3557%2014.4384%2015.7845L15.8194%2017.3033C14.6006%2017.7708%2013.3053%2018.0071%2012%2017.9998ZM12.5625%209.05326C12.3671%209.01596%2012.1944%208.90256%2012.0826%208.73799C11.9708%208.57343%2011.9289%208.37119%2011.9662%208.17576C12.0035%207.98032%2012.1169%207.80771%2012.2815%207.6959C12.4461%207.58408%2012.6483%207.54221%2012.8437%207.57951C13.7996%207.76482%2014.67%208.25418%2015.325%208.97459C15.98%209.695%2016.3846%2010.6079%2016.4784%2011.577C16.4969%2011.775%2016.436%2011.9723%2016.3091%2012.1255C16.1822%2012.2786%2015.9996%2012.375%2015.8016%2012.3936C15.7781%2012.3949%2015.7547%2012.3949%2015.7312%2012.3936C15.5438%2012.3944%2015.3628%2012.3249%2015.224%2012.199C15.0852%2012.073%2014.9986%2011.8996%2014.9812%2011.7129C14.9181%2011.0683%2014.6486%2010.4613%2014.2128%209.98208C13.7771%209.50288%2013.1982%209.17713%2012.5625%209.05326ZM23.1825%2012.3054C23.1431%2012.3936%2022.1934%2014.4964%2020.055%2016.4117C19.9819%2016.4792%2019.8961%2016.5315%2019.8027%2016.5656C19.7092%2016.5996%2019.6099%2016.6148%2019.5105%2016.6101C19.4111%2016.6053%2019.3136%2016.5809%2019.2238%2016.5382C19.1339%2016.4954%2019.0535%2016.4352%2018.9871%2016.3611C18.9208%2016.287%2018.8698%2016.2004%2018.8373%2016.1064C18.8047%2016.0124%2018.7912%2015.9128%2018.7975%2015.8135C18.8037%2015.7142%2018.8297%2015.6172%2018.8739%2015.528C18.918%2015.4388%2018.9795%2015.3594%2019.0547%2015.2942C20.1038%2014.3516%2020.9851%2013.2377%2021.6609%2011.9998C21.0819%2010.9384%2020.3518%209.96665%2019.4934%209.11513C17.4066%207.04888%2014.8856%205.99982%2012%205.99982C11.392%205.99908%2010.7849%206.04831%2010.185%206.14701C10.0874%206.16426%209.98741%206.16201%209.89073%206.14039C9.79404%206.11877%209.70259%206.07821%209.62167%206.02105C9.54074%205.96388%209.47195%205.89125%209.41925%205.80735C9.36656%205.72345%209.33101%205.62994%209.31466%205.53222C9.29832%205.4345%209.30149%205.33451%209.32401%205.23803C9.34652%205.14155%209.38793%205.05048%209.44584%204.97009C9.50375%204.8897%209.57702%204.82158%209.6614%204.76967C9.74579%204.71775%209.83963%204.68307%209.93749%204.66763C10.6192%204.55507%2011.309%204.49894%2012%204.49982C15.27%204.49982%2018.2409%205.74294%2020.5931%208.09513C22.3584%209.86044%2023.1525%2011.622%2023.1853%2011.6961C23.2279%2011.792%2023.25%2011.8958%2023.25%2012.0008C23.25%2012.1057%2023.2279%2012.2095%2023.1853%2012.3054H23.1825Z'%20fill='%236C6C6C'/%3e%3c/svg%3e")
    no-repeat center center;
}
.toggle-password.show {
  background: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.1853%2011.6963C23.1525%2011.6222%2022.3584%209.86062%2020.5931%208.09531C18.2409%205.74312%2015.27%204.5%2012%204.5C8.72999%204.5%205.75905%205.74312%203.40687%208.09531C1.64155%209.86062%200.843741%2011.625%200.814679%2011.6963C0.772035%2011.7922%200.75%2011.896%200.75%2012.0009C0.75%2012.1059%200.772035%2012.2097%200.814679%2012.3056C0.847491%2012.3797%201.64155%2014.1403%203.40687%2015.9056C5.75905%2018.2569%208.72999%2019.5%2012%2019.5C15.27%2019.5%2018.2409%2018.2569%2020.5931%2015.9056C22.3584%2014.1403%2023.1525%2012.3797%2023.1853%2012.3056C23.2279%2012.2097%2023.25%2012.1059%2023.25%2012.0009C23.25%2011.896%2023.2279%2011.7922%2023.1853%2011.6963ZM12%2018C9.11437%2018%206.59343%2016.9509%204.50655%2014.8828C3.65028%2014.0313%202.92179%2013.0603%202.34374%2012C2.92164%2010.9396%203.65014%209.9686%204.50655%209.11719C6.59343%207.04906%209.11437%206%2012%206C14.8856%206%2017.4066%207.04906%2019.4934%209.11719C20.3514%209.9684%2021.0815%2010.9394%2021.6609%2012C20.985%2013.2619%2018.0403%2018%2012%2018ZM12%207.5C11.11%207.5%2010.2399%207.76392%209.49993%208.25839C8.7599%208.75285%208.18313%209.45566%207.84253%2010.2779C7.50194%2011.1002%207.41282%2012.005%207.58646%2012.8779C7.76009%2013.7508%208.18867%2014.5526%208.81801%2015.182C9.44735%2015.8113%2010.2492%2016.2399%2011.1221%2016.4135C11.995%2016.5872%2012.8998%2016.4981%2013.7221%2016.1575C14.5443%2015.8169%2015.2471%2015.2401%2015.7416%2014.5001C16.2361%2013.76%2016.5%2012.89%2016.5%2012C16.4988%2010.8069%2016.0242%209.66303%2015.1806%208.81939C14.337%207.97575%2013.1931%207.50124%2012%207.5ZM12%2015C11.4066%2015%2010.8266%2014.8241%2010.3333%2014.4944C9.83993%2014.1648%209.45542%2013.6962%209.22835%2013.148C9.00129%2012.5999%208.94188%2011.9967%209.05764%2011.4147C9.17339%2010.8328%209.45911%2010.2982%209.87867%209.87868C10.2982%209.45912%2010.8328%209.1734%2011.4147%209.05764C11.9967%208.94189%2012.5999%209.0013%2013.148%209.22836C13.6962%209.45542%2014.1648%209.83994%2014.4944%2010.3333C14.824%2010.8266%2015%2011.4067%2015%2012C15%2012.7956%2014.6839%2013.5587%2014.1213%2014.1213C13.5587%2014.6839%2012.7956%2015%2012%2015Z'%20fill='%236C6C6C'/%3e%3c/svg%3e")
    no-repeat center center;
}
.pop-up-close-btn {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 34px;
  height: 34px;
  justify-content: center;
  cursor: pointer;
}
.pop-up-close-btn,.pop-link-wrp {
  display: flex;
  align-items: center;
}
.pop-link-wrp {
  margin-top: 20px;
}
.pop-link-wrp p {
  font-size: 18px;
  margin-right: 8px;
}
.pop-link {
  font-size: 18px;
  font-weight: 500;
  color: #34a853;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.pop-link:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #34a853;
}
.pop-link:hover {
  color: #24853e;
}
.pop-link:hover:after {
  background-color: #24853e;
}
.redirect-section {
  min-height: calc(100vh - 100px);
  padding-top: 56px;
}
.redirect-section h1 {
  width: 75%;
  margin-bottom: 40px;
}
.container-qui-redirect {
  display: flex;
}
.part-redirect {
  width: 50%;
}
.part-redirect > img {
  width: 80%;
  margin: 0 auto;
}
.redirect-link {
  width: 380px;
  max-width: 100%;
}
.redirect-link img {
  width: 20px;
  margin-right: 4px;
}
.redirect-link + .redirect-link {
  margin-top: 24px;
}
@media screen and (max-width: 1199px) {
  .redirect-section h1 {
    width: 100%;
  }
  .container-qui {
    width: 960px;
  }
  .therapists-section .swiper-pagination {
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .part-redirect {
    width: 100%;
  }
  .part-redirect + .part-redirect {
    margin-top: 40px;
  }
  .container-qui-redirect {
    flex-direction: column;
  }
  .redirect-link {
    margin: 0 auto;
  }
  .container-qui {
    width: 720px;
  }
  .btn-secondary {
    width: 190px;
  }
  .hero-part.top-part.flex {
    display: block;
  }
  .hero-section {
    margin-top: 32px;
    height: auto;
    padding-bottom: 48px;
  }
  .hero-top-part-text,
  .img-hero-wrp {
    width: 100%;
  }
  .img-hero {
    margin-top: 0;
  }
  .btn-primary-desktop {
    display: none;
  }
  .btn-primary-mob.btn-primary.large {
    display: flex;
    width: 100%;
    margin-top: 29px;
    margin-bottom: 24px;
  }
  .signa-block {
    position: relative;
    margin-top: -40px;
    margin-bottom: 0;
    bottom: 0;
  }
  .bottom-part {
    padding-bottom: 0;
  }
  .bottom-part-card p {
    width: 90%;
  }
  .banner-block button {
    width: 100%;
  }
  .therapists-slide {
    max-width: 460px;
  }
  #reviews .therapists-slide,
  #recommendations .therapists-slide {
    margin-top: 0;
  }
  .popup {
    padding: 56px 48px !important;
  }
}
@media screen and (max-width: 767px) {
  .redirect-section {
    padding-top: 32px;
  }
  .redirect-section h1 {
    margin-bottom: 16px;
  }
  .redirect-link + .redirect-link {
    margin-top: 16px;
  }
  .container-qui .swiper-slide {
    height: 100%;
  }
  .container-qui {
    width: 540px;
  }
  .pt-def {
    padding-top: 56px;
    padding-bottom: 64px;
  }
  .header-qui {
    padding: 18px 0;
  }
  .menu-block {
    padding-top: 18px;
  }
  h1 {
    font-size: 34px;
  }
  .signa-block {
    margin-top: -12px;
  }
  .how-h4 {
    min-height: 56px;
    display: flex;
    align-items: center;
  }
  .hero-part.bottom-part.flex {
    flex-direction: column;
  }
  .hero-headline + p {
    margin-bottom: 8px;
  }
  .bottom-part {
    margin: 0;
  }
  .bottom-part-card + .bottom-part-card {
    margin-top: 12px;
  }
  .img-hero img,
  .herapists-section .therapists-slide {
    margin-top: 0;
  }
  .therapists-section .swiper-pagination {
    margin-top: 28px;
  }
  .banner-inner-block {
    flex-direction: column;
  }
  .banner1-img-wrp {
    margin: 0;
  }
  .banner-inner-part {
    width: 100%;
  }
  .banner-inner-part button {
    margin-top: 24px;
  }
  .success-block,
  .btn-primary.btn-banner.large {
    width: 100%;
  }
  .qa-top {
    padding: 20px 8px 20px 20px;
  }
  .qa-top.opened-line {
    padding: 20px 8px 5px 20px;
  }
  .toggle-arrow {
    width: 40px;
  }
  .qa-content .pl-10.pb-10 {
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .qa-subtitle {
    margin-bottom: 24px;
  }
  .qa-subtitle img {
    width: 40px;
  }
  .qa-subtitle p {
    font-size: 26px;
    margin-left: 6px;
    padding-top: 2px;
  }
  .qa-separate + .qa-separate {
    margin-top: 44px;
  }
  .qa-last-block h2 {
    font-size: 32px;
  }
  .qa-last-block {
    margin-top: 48px;
  }
  .qa-last-block h2 + p {
    margin-bottom: 24px;
  }
  .qa-btn-wrp {
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
  }
  .qa-btn-soc {
    width: 320px;
    margin: 0;
  }
  .qa-btn-soc + .qa-btn-soc {
    margin-top: 16px;
  }
  .popup {
    padding: 40px 24px !important;
  }
  .popup h3 {
    margin-bottom: 20px;
  }
  .input-group input {
    height: 56px;
    padding: 16px 24px;
  }
  .popup .btn-primary {
    margin-top: 20px;
  }
  .pop-up-close-btn {
    top: 24px;
    right: 24px;
  }
}
@media screen and (max-width: 575px) {
  .container-qui {
    width: 100%;
    padding: 0 16px;
  }
  .trust-icon {
    width: 74px;
    height: 74px;
  }
  .success-block .btn-primary.large {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .btn-code {
    position: static;
    width: 100%;
    border-radius: 6px;
    height: 48px;
    margin-top: 12px;
  }
  .code-link {
    text-align: center;
  }
}
.hover\:bg-green-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(36 133 62 / var(--tw-bg-opacity));
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}
@media not all and (min-width: 1280px) {
  .max-xl\:gap-0 {
    gap: 0px;
  }
  .max-xl\:gap-12 {
    gap: 3rem;
  }
}
@media not all and (min-width: 1024px) {
  .max-lg\:\!static {
    position: static !important;
  }
  .max-lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .max-lg\:ml-0 {
    margin-left: 0;
  }
  .max-lg\:mt-14 {
    margin-top: 3.5rem;
  }
  .max-lg\:mt-4 {
    margin-top: 1rem;
  }
  .max-lg\:mt-6 {
    margin-top: 1.5rem;
  }
  .max-lg\:hidden {
    display: none;
  }
  .max-lg\:max-h-\[200px\] {
    max-height: 200px;
  }
  .max-lg\:max-w-full {
    max-width: 100%;
  }
  .max-lg\:gap-0 {
    gap: 0px;
  }
  .max-lg\:gap-3 {
    gap: 0.75rem;
  }
  .max-lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .max-lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .max-lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .max-lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .max-lg\:pb-16 {
    padding-bottom: 4rem;
  }
  .max-lg\:pl-4 {
    padding-left: 1rem;
  }
  .max-lg\:pt-12 {
    padding-top: 3rem;
  }
}
@media not all and (min-width: 768px) {
  .max-md\:col-span-11 {
    grid-column: span 11 / span 11;
  }
  .max-md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .max-md\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .max-md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .max-md\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .max-md\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .max-md\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .max-md\:ml-0 {
    margin-left: 0;
  }
  .max-md\:ml-3 {
    margin-left: 0.75rem;
  }
  .max-md\:mt-0 {
    margin-top: 0;
  }
  .max-md\:mt-1 {
    margin-top: 0.25rem;
  }
  .max-md\:mt-1\.5 {
    margin-top: 0.375rem;
  }
  .max-md\:mt-10 {
    margin-top: 2.5rem;
  }
  .max-md\:mt-2 {
    margin-top: 0.5rem;
  }
  .max-md\:mt-3 {
    margin-top: 0.75rem;
  }
  .max-md\:mt-3\.5 {
    margin-top: 0.875rem;
  }
  .max-md\:mt-4 {
    margin-top: 1rem;
  }
  .max-md\:mt-6 {
    margin-top: 1.5rem;
  }
  .max-md\:mt-8 {
    margin-top: 2rem;
  }
  .max-md\:block {
    display: block;
  }
  .max-md\:hidden {
    display: none;
  }
  .max-md\:h-14 {
    height: 3.5rem;
  }
  .max-md\:max-h-\[32px\] {
    max-height: 32px;
  }
  .max-md\:min-h-\[56px\] {
    min-height: 56px;
  }
  .max-md\:w-9 {
    width: 2.25rem;
  }
  .max-md\:w-\[74px\] {
    width: 74px;
  }
  .max-md\:w-full {
    width: 100%;
  }
  .max-md\:min-w-\[56px\] {
    min-width: 56px;
  }
  .max-md\:max-w-full {
    max-width: 100%;
  }
  .max-md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .max-md\:flex-col {
    flex-direction: column;
  }
  .max-md\:flex-wrap {
    flex-wrap: wrap;
  }
  .max-md\:justify-center {
    justify-content: center;
  }
  .max-md\:gap-0 {
    gap: 0px;
  }
  .max-md\:gap-3 {
    gap: 0.75rem;
  }
  .max-md\:gap-4 {
    gap: 1rem;
  }
  .max-md\:border-b-2 {
    border-bottom-width: 2px;
  }
  .max-md\:p-5 {
    padding: 1.25rem;
  }
  .max-md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .max-md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .max-md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .max-md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .max-md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .max-md\:pb-12 {
    padding-bottom: 3rem;
  }
  .max-md\:pb-4 {
    padding-bottom: 1rem;
  }
  .max-md\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .max-md\:pb-\[20px\] {
    padding-bottom: 20px;
  }
  .max-md\:pl-0 {
    padding-left: 0;
  }
  .max-md\:pl-5 {
    padding-left: 1.25rem;
  }
  .max-md\:pl-\[20px\] {
    padding-left: 20px;
  }
  .max-md\:pr-\[20px\] {
    padding-right: 20px;
  }
  .max-md\:pt-10 {
    padding-top: 2.5rem;
  }
  .max-md\:text-mobile-h2 {
    font-size: 32px;
    line-height: 1.3;
  }
  .max-md\:text-mobile-h4 {
    font-size: 22px;
    line-height: 1.3;
  }
}
@media (min-width: 640px) {
  .sm\:w-full {
    width: 100%;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  .md\:col-start-2 {
    grid-column-start: 2;
  }
  .md\:mb-12 {
    margin-bottom: 3rem;
  }
  .md\:mt-12 {
    margin-top: 3rem;
  }
  .md\:mt-8 {
    margin-top: 2rem;
  }
  .md\:hidden {
    display: none;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:self-center {
    align-self: center;
  }
  .md\:border-r-2 {
    border-right-width: 2px;
  }
  .md\:px-\[70px\] {
    padding-left: 70px;
    padding-right: 70px;
  }
  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .md\:pt-\[60px\] {
    padding-top: 60px;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }
  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .lg\:mr-5 {
    margin-right: 1.25rem;
  }
  .lg\:\!block {
    display: block !important;
  }
  .lg\:\!grid {
    display: grid !important;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:w-2\/5 {
    width: 40%;
  }
  .lg\:max-w-\[50\%\] {
    max-width: 50%;
  }
  .lg\:columns-3 {
    -moz-columns: 3;
    columns: 3;
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .lg\:\!px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .lg\:pb-16 {
    padding-bottom: 4rem;
  }
  .lg\:pt-16 {
    padding-top: 4rem;
  }
}
.\[border-image\:url\(\'\/assets\/therapy-for-all-frame\.svg\'\)_7_stretch\] {
  -o-border-image: url(/assets/therapy-for-all-frame.svg) 7 stretch;
  border-image: url(/assets/therapy-for-all-frame.svg) 7 stretch;
}
.qa-btn-mail {
  -o-border-image: url(/assets/mail-frame.svg) 1;
  align-items: center;
  background-color: #d4e8da;
  border: 2px solid transparent;
  border-image: url(/assets/mail-frame.svg) 1;
  border-radius: 8px;
  color: #34a853;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  height: 56px;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 24px;
  transition: all 0.3s;
  width: 320px;
}
.popup {
  align-self: center;
  background-color: #fff;
  border-radius: 16px;
  display: none;
  justify-self: center;
  left: 50%;
  max-width: 584px;
  padding: 37px 48px 56px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 3;
}
.toggle-password {
  background: url("https://qui-cdn.azureedge.net/content/shared/ui/eye-icon.svg")
    no-repeat center center;
  cursor: pointer;
  height: 24px;
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.toggle-password.show {
  background: url("https://qui-cdn.azureedge.net/content/shared/ui/eye-icon-show.svg")
    no-repeat center center;
}
.min-h-44 {
  min-height: 11rem;
}
.max-h-44 {
  max-height: 11rem;
}
.h-44 {
  height: 11rem;
}
.btn-group {
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  min-width: 100%;
  margin-top: 16px;
}
.btn-group > button {
  width: 100%;
  height: 52px;
  margin-top: 0 !important;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.overflow-auto {
  overflow: auto;
}
.h2{
  font-size: 44px;
  font-weight: 400;
  line-height: 1.3;
}
.regionSelectDropdown {
    z-index: 10000;
    overflow-y: auto;
    max-height: 450px;
}