/* .modal[aria-hidden="true"]{
	z-index: -1 !important;
} */

.catalog--psychologists__item {
  background-color: #fff;
  border-radius: 24px;
  -webkit-box-shadow: 0 4px 24px 0 rgba(47, 67, 35, 0.051);
  box-shadow: 0 4px 24px 0 rgba(47, 67, 35, 0.051);
  padding: 32px;
}

.catalog--psychologists__item:not(:last-child) {
  margin-bottom: 16px;
}

.catalog--psychologists__item--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.catalog--psychologists__item--header:not(:last-child) {
  margin-bottom: 20px;
}

.catalog--psychologists__item--header__info {
  max-width: 100%;
  width: 100%;
}

.catalog--psychologists__item--header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 24px;
  justify-content: space-between;
}

.catalog--psychologists__item--header__top:not(:last-child) {
  margin-bottom: 16px;
}

.catalog--psychologists__item--header__top--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.catalog--psychologists__item--header__top--left .h4 {
  font-size: 20px;
  line-height: 24px;
}

.catalog--psychologists__item--header__top--left span {
  opacity: 0.6;
}

.catalog--psychologists__item--header__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog--psychologists__item--header__rating:not(:last-child) {
  margin-bottom: 16px;
}

.catalog--psychologists__item--header__reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.catalog--psychologists__item--header__reviews path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.catalog--psychologists__item--header__reviews span {
  color: #30420a;
  line-height: 1.2;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.catalog--psychologists__item--header__reviews:hover path {
  fill: rgba(105, 126, 60, 0.8);
}

.catalog--psychologists__item--header__reviews:hover span {
  color: #697e3c;
}

.catalog--psychologists__item--header__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.catalog--psychologists__item--header__tags:not(:last-child) {
  margin-bottom: 16px;
}

.catalog--psychologists__item--header__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background: #e9f0db;
  border-radius: 40px;
  gap: 8px;
  justify-content: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.catalog--psychologists__item--header__tag span {
  color: #30420a;
}

.catalog--psychologists__item--header__tag.no--bg {
  background-color: transparent;
  color: #30420a;
  padding: 0;
}

.catalog--psychologists__item--header__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.catalog--psychologists__item--header__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.catalog--psychologists__item--header__block strong {
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  white-space: nowrap;
}

.catalog--psychologists__item--footer > .button {
  font-size: 18px;
  min-height: 48px;
}

.catalog--psychologists__item--specializations {
  background: hsla(80, 41%, 90%, 0.4);
  border-radius: 16px;
  padding: 20px 4px 20px 24px;
}

.catalog--psychologists__item--specializations:not(:last-child) {
  margin-bottom: 16px;
}

.catalog--psychologists__item--specializations .h4:not(:last-child) {
  margin-bottom: 20px;
}

.catalog--psychologists__item--specializations__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto;
  gap: 10px 30px;
  grid-template-rows: auto;
}

.catalog--psychologists__item--specializations__list > :first-child {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}

.catalog--psychologists__item--specializations__list > :nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}

.catalog--psychologists__item--specializations__list > :nth-child(3) {
  -ms-grid-column: 5;
  -ms-grid-row: 1;
}

.catalog--psychologists__item--specializations__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
}

.catalog--psychologists__item--specializations__item span {
  font-size: 15px;
}

.catalog--psychologists__item--specializations__all {
  color: #2a2a2a;
  display: none;
  font-size: 16px;
}

.catalog--psychologists__item--price {
  background: hsla(80, 41%, 90%, 0.4);
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 50px;
  justify-content: space-between;
  padding: 10px 24px;
}

.catalog--psychologists__item--price strong {
  font-weight: 500;
}

.catalog--psychologists__item--price:not(:last-child) {
  margin-bottom: 20px;
}

.catalog--psychologists__item--popupVideos .modal--wrapper {
  border-radius: 16px;
  max-width: 854px;
  width: 100%;
}

.catalog--psychologists__item--popupVideos .splide__arrow--prev {
  left: -30px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.catalog--psychologists__item--popupVideo {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog--psychologists__item--popupVideo iframe {
  height: 480px;
  width: 100%;
}

.catalog--psychologists__filterButton {
  display: none;
}

.catalog--cart__wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  margin: 0 auto;
  /* max-width: 1224px; */
}

.catalog--cart__left,
.catalog--cart__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* .catalog--cart__left {
    bottom: 0;
    overflow: hidden;
    position: sticky;
    top: 100px;
    -webkit-box-flex: 1;
    background-color: #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0 4px 24px 0 rgba(47, 67, 35, .051);
    box-shadow: 0 4px 24px 0 rgba(47, 67, 35, .051);
    -ms-flex: 1 1 calc(40% - 20px);
    flex: 1 1 calc(40% - 20px);
    padding: 20px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 280px;
    width: 100%
} */

.catalog--cart__left--price:not(:last-child) {
  margin-bottom: 20px;
}

.catalog--cart__left .catalog--psychologists__item--header__top--left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 4px;
}

.catalog--cart__left
  .catalog--psychologists__item--header__top--left:not(:last-child) {
  margin-bottom: 20px;
}

.catalog--cart__left .catalog--psychologists__item--slider:not(:last-child) {
  margin-bottom: 20px;
}

.catalog--cart__left .catalog--psychologists__item--video {
  background: #ffe4d0;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 4px 16px;
  position: static;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.catalog--cart__left .catalog--psychologists__item--video span {
  color: #ac4a00;
  font-size: 16px;
}

.catalog--cart__left .catalog--psychologists__item--video:not(:last-child) {
  margin-bottom: 20px;
}

.catalog--cart__left .catalog--psychologists__item--video:hover {
  background-color: #ffc295;
}

.catalog--cart__left > .button {
  font-size: 18px;
  min-height: 48px;
  width: 100%;
}

.catalog--cart__right {
  /* max-width: 674px; */
  width: 100%;
}

.catalog--cart__right--block {
  background-color: #fff;
  border-radius: 16px;
  padding: 20px 24px;
}

.catalog--cart__right--block:not(:first-child) {
  -webkit-box-shadow: 0 4px 24px 0 rgba(47, 67, 35, 0.051);
  box-shadow: 0 4px 24px 0 rgba(47, 67, 35, 0.051);
}

.catalog--cart__right--block > .h4 {
  font-size: 20px;
  line-height: 24px;
}

.catalog--cart__right--block > .h4:not(:last-child) {
  margin-bottom: 8px;
}

.catalog--cart__right--block > .button {
  display: none;
}

.catalog--cart__right--block
  .catalog--psychologists__item--header__top:not(:last-child) {
  margin-bottom: 12px;
}

.catalog--cart__right--block .catalog--psychologists__item--header__top--left {
  gap: 12px;
}

.catalog--cart__right--block
  .catalog--psychologists__item--header__rating:not(:last-child) {
  margin-bottom: 24px;
}

.catalog--cart__right--block
  .catalog--psychologists__item--header__tags:not(:last-child) {
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.catalog--cart__right--block.requests > .h4 {
  margin-bottom: 16px;
}

.catalog--cart__right--block.requests
  .catalog--psychologists__item--header__rating {
  gap: 8px;
}

.catalog--cart__right--block__educations,
.catalog--cart__right--block__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.catalog--cart__right--block__education {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.catalog--cart__right--block__education--image {
  cursor: pointer;
  max-width: 93px;
  width: 100%;
}

.catalog--cart__right--block__education--image img {
  height: 100%;
  width: 100%;
}

.catalog--cart__right--block__education--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
}

.catalog--cart__right--block__education--text span {
  line-height: 25px;
}

.catalog--cart__right--block__education--text span:last-child {
  opacity: 0.6;
}

.catalog--cart__right--block__reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.catalog--cart__right--block__reviews--all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.4;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.catalog--cart__right--block__reviews--all:hover {
  color: #2a2a2a;
  opacity: 1;
}

.catalog--cart__right--block__review {
  background: hsla(80, 41%, 90%, 0.4);
  border-radius: 16px;
  padding: 20px;
}

.catalog--cart__right--block__review--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 50px;
  justify-content: space-between;
}

.catalog--cart__right--block__review--title:not(:last-child) {
  margin-bottom: 16px;
}

.catalog--cart__right--block__review--title__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.catalog--cart__right--block__review--title__right div {
  opacity: 0.5;
}

.catalog--cart__right--block__review--rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.catalog--cart__right--block__review--rate img {
  max-width: 86px;
}

.catalog--cart__right--block__review--text {
  line-height: 1.5;
}

.catalog--cart__right--block .feedback {
  margin: 31px auto 0;
  min-height: 48px;
  min-width: 356px;
}

.catalog--cart__right--block:not(:last-child) {
  margin-bottom: 20px;
}

.catalog--cart__right--price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.catalog--cart__right--price li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 50px;
  justify-content: space-between;
}

.catalog--cart__right--price li strong {
  font-weight: 500;
}

.catalog--cart__right--requests {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.catalog--cart__right--requests__icon {
  height: 20px;
  min-width: 20px;
  width: 20px;
}

.catalog--cart__right--requests li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.catalog--cart__right--requests li svg {
  margin-top: 2px;
}

.catalog--categories .h2:not(:last-child) {
  margin-bottom: 24px;
}

.catalog--categories__block {
  background-color: #fff;
  border-radius: 24px;
  -webkit-box-shadow: 0 4px 24px 0 rgba(84, 81, 81, 0.102);
  box-shadow: 0 4px 24px 0 rgba(84, 81, 81, 0.102);
  padding: 40px;
}

.catalog--categories__block .h3:not(:last-child) {
  margin-bottom: 24px;
}

.catalog--categories__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.catalog--categories__buttons:not(:last-child) {
  margin-bottom: 24px;
}

.catalog--categories__buttons .button {
  background-color: rgba(95, 118, 45, 0.102);
  border: none;
  border-radius: 40px;
  color: #2a2a2a !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  min-height: 40px;
  padding: 9px 16px;
}

.catalog--categories__buttons .button.active {
  background-color: #697e3c;
  color: #fff !important;
}

.catalog--categories__buttons .button:hover {
  background-color: #697e3c;
  color: #fff !important;
}

.catalog--categories__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog--categories__item {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 13px 32px;
}

.catalog--categories__item a {
  background-color: rgba(95, 118, 45, 0.149);
  border-radius: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  padding: 28px 32px 25px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 32px);
  flex: 1 1 calc(50% - 32px);
  max-width: 48.7%;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.catalog--categories__item a:hover {
  background-color: #697e3c;
  color: #fff;
}

.catalog--categories__item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer {
  padding-bottom: 32px;
  padding-top: 32px;
}

.footer--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer--block .h4:not(:last-child) {
  margin-bottom: 16px;
}

.footer--block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.footer--block ul li {
  font-size: 14px;
  opacity: 0.6;
}

.footer--block .button {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 32px;
  min-height: 48px;
  min-width: 280px;
}

.footer--block__copyright {
  font-size: 14px;
  line-height: 16px;
  opacity: 0.5;
  text-align: center;
}

/* .modal {
    background-color: rgba(42, 42, 42, .502);
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: opacity .3s ease, z-index .3s ease;
    transition: opacity .3s ease, z-index .3s ease;
    width: 100vw;
    z-index: -1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
} */

.modal--wrapper {
  position: relative;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modal--close {
  cursor: pointer;
  position: absolute;
  right: -30px;
  top: -30px;
}

.modal--close path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.modal--close:hover path {
  fill: #ffa25c;
}

.modal.active {
  opacity: 1;
  z-index: 99999;
}

.modal.active .splide {
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

.modal.active .modal--wrapper {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.modal--general {
  scrollbar-width: none;
}

.modal--general::-webkit-scrollbar {
  display: none;
}

.modal--general .modal--close {
  right: 32px;
  top: 30px;
}

.modal--general .modal--wrapper {
  background-color: #fff;
  border-radius: 15px;
  max-width: 385px;
  min-width: 385px;
  padding: 26px 32px;
}

.modal--general .modal--wrapper .h3 {
  line-height: 1;
  white-space: nowrap;
}

.modal--general .modal--wrapper .h3:not(:last-child) {
  margin-bottom: 24px;
}

.modal--general .modal--form,
.modal--general .modal--form__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal--general .modal--form__block {
  gap: 8px;
}

.modal--general .modal--form__block label {
  font-size: 16px;
}

.modal--general .modal--form__block--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.modal--general .modal--form__block--wrapper a {
  color: #ffa25c;
}

.modal--general .modal--form__block--wrapper a:hover {
  color: #f59044;
}

.modal--general .modal--form__block:not(:last-child) {
  margin-bottom: 16px;
}

.modal--general .modal--form .button {
  border-radius: 12px;
  font-weight: 400;
  margin-top: 8px;
}

.modal--general .modal--form .button:not(:last-child) {
  margin-bottom: 24px;
}

.modal--general .modal--form__accept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal--general .modal--form__accept:not(:last-child) {
  margin-bottom: 24px;
}

.modal--general .modal--form__accept--block .radio--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal--general .modal--form__accept--block .radio--button:not(:last-child) {
  margin-bottom: 11px;
}

.modal--general .modal--form__accept--block label {
  color: #7f7f7f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 22px;
}

.modal--general .modal--form__accept--block label span {
  font-size: 14px;
  line-height: 21px;
}

.modal--general .modal--form__accept--block label a {
  color: #30420a;
  text-decoration: underline;
}

.modal--general .modal--form__accept--block label a:hover {
  color: #697e3c;
}

.modal--cookie {
  background: hsla(0, 0%, 100%, 0.898);
  border-radius: 15px;
  bottom: 40px;
  left: 24px;
  max-width: 351px;
  opacity: 0;
  padding: 16px 24px;
  position: fixed;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  z-index: -1;
}

.modal--cookie__close {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 12px;
  position: absolute;
  right: 27px;
  top: 19px;
  z-index: 1;
}

.modal--cookie__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  margin-bottom: 8px;
  opacity: 0.6;
}

.modal--cookie__text {
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 8px;
  opacity: 0.6;
}

.modal--cookie > a {
  color: #ffa25c;
  font-size: 14px;
  line-height: 17px;
}

.modal--cookie > a:hover {
  color: #2a2a2a;
}

@media only screen and (max-width: 1280px) {
  .container {
    max-width: 1280px;
  }
  .container .row {
    padding: 0 40px;
  }
  .main--header__info {
    max-width: 50%;
  }
  .main--header .h1 br {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .splide__arrow--next,
  .splide__arrow--prev {
    height: 54px;
    min-width: 54px;
    width: 54px;
  }
  .main--header__psychologist .main--header__info {
    max-width: 55%;
    padding: 44px;
  }
  .main--header__psychologist .main--header__info .h1 {
    font-size: 52px;
  }
  .main--header__psychologist .main--header__block {
    max-width: 45%;
  }
  .main--header__psychologist .main--header__image,
  .main--header__psychologist .main--header__psychologist--info {
    max-height: none;
  }
  .main--header__psychologist .main--header__psychologist--info {
    padding: 38px 30px 34px;
  }
  .main--header__psychologist .main--header__psychologist--title .h3 {
    font-size: 20px;
  }
  .main--problemsSolve__item {
    padding: 30px 22px;
  }
  .main--problemsSolve__item--text {
    font-size: 16px;
    line-height: 26px;
  }
  .main--advantages__item {
    padding: 30px 22px;
  }
  .main--support__wrapper {
    background-position: 100% 100%;
    background-size: 582px 90%;
  }
  .main--support__info {
    padding-left: 39px;
    padding-right: 39px;
  }
  .main--professionals__wrapper {
    padding-left: 39px;
  }
  .main--professionals__info--text br {
    display: none;
  }
  .main--working__item {
    padding: 38px 21px 44px;
  }
  .main--working__item--text {
    font-size: 14px;
  }
  .main--reviews__slide {
    padding: 22px 30px;
  }
  .main--reviews__slide--text {
    font-size: 14px;
  }
  .main--articles__slide .button,
  .main--articles__slide .h3 {
    margin: 0;
  }
  .catalog--psychologists__filter {
    max-width: 300px;
  }
  .catalog--psychologists__item--header__rating,
  .catalog--psychologists__item--header__tags {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .catalog--psychologists__item--specializations__list {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .catalog--psychologists__item--specializations__list > :first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .catalog--psychologists__item--specializations__list > :nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .footer--wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 50px;
  }
  .footer--block:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .footer--block:last-child .button {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 992px) {
  .overflow {
    margin-right: 0;
  }
  .overflow .header {
    left: 0;
    right: 0;
  }
  .h1,
  h1 {
    font-size: 42px;
    line-height: 47px;
  }
  .h2,
  h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .h3,
  h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .subtitle {
    font-size: 18px;
    line-height: 26px;
  }
  .header--block {
    position: fixed;
    right: -390px;
    top: 83px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 390px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 99999;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 4px 24px 0 rgba(84, 81, 81, 0.102);
    box-shadow: 0 4px 24px 0 rgba(84, 81, 81, 0.102);
    gap: 24px;
  }
  .header--block.active {
    right: 0;
  }
  .header--burger {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 22px;
    overflow: hidden;
    position: relative;
    width: 22px;
  }
  .header--burger span {
    background-color: #30420a;
    border-radius: 2px;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 22px;
  }
  .header--burger span:nth-of-type(2) {
    top: calc(50% - 8px);
  }
  .header--burger span:last-of-type {
    top: calc(50% + 8px);
  }
  .header--burger.active span:first-of-type {
    top: 50%;
    -webkit-transform: translate(-50%) rotate(45deg);
    -ms-transform: translate(-50%) rotate(45deg);
    transform: translate(-50%) rotate(45deg);
  }
  .header--burger.active span:nth-of-type(2) {
    left: -100%;
    opacity: 0;
  }
  .header--burger.active span:last-of-type {
    top: 50%;
    -webkit-transform: translate(-50%) rotate(-45deg);
    -ms-transform: translate(-50%) rotate(-45deg);
    transform: translate(-50%) rotate(-45deg);
  }
  .header--menu {
    width: 100%;
  }
  .header--menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  .header--menu ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 68px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-bottom: 1px solid rgba(255, 162, 92, 0.2);
    justify-content: center;
    width: 100%;
  }
  .header--menu ul li a {
    padding-left: 30px;
    padding-right: 30px;
  }
  .header--logIn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 28px;
  }
  .header--logIn .button {
    margin-left: 0;
    max-width: 282px;
    width: 100%;
  }
  .catalog--psychologists__item--header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .catalog--psychologists__item--popupVideos .modal--wrapper {
    margin: 40px 80px;
  }
  .catalog--psychologists__item--popupVideo iframe {
    height: 370px;
  }
  .catalog--categories__buttons {
    margin-left: -40px;
    margin-right: -40px;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-left: 40px;
    padding-right: 40px;
    scrollbar-width: none;
  }
  .catalog--categories__buttons::-webkit-scrollbar {
    display: none;
  }
  .catalog--categories__item {
    gap: 13px 22px;
  }
  .catalog--categories__item a {
    font-size: 18px;
    max-width: 48.4%;
    padding: 18px 22px;
  }
  .main--header__psychologist .main--header__info .h1 {
    font-size: 42px;
  }
  .main--header__psychologist .main--header__image {
    height: auto;
  }
  .main--header__psychologist .main--header__psychologist--bottom {
    padding: 12px 18px;
  }
  .main--support__wrapper {
    background-position: bottom;
    background-size: contain;
  }
  .main--support__info {
    max-width: 100%;
    padding-bottom: 60%;
  }
  .main--support__info .h2 br,
  .main--support__info--text br {
    display: none;
  }
  .main--faq__item--button > span {
    font-size: 18px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 900px) {
  .main--header__wrapper {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .main--header__info {
    max-width: 450px;
  }
  .main--header__image {
    height: 100%;
  }
  .main--advantages__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main--advantages__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 24px);
    flex: 1 1 calc(50% - 24px);
  }
  .catalog .main--header__info {
    max-width: 90%;
  }
  .catalog--psychologists__filter {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    bottom: 0;
    bottom: -45px;
    left: 0;
    max-height: 0;
    max-width: 360px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 24px 32px;
    position: fixed;
    scrollbar-width: none;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    width: 100%;
    z-index: 9;
  }
  .catalog--psychologists__filter::-webkit-scrollbar {
    display: none;
  }
  .catalog--psychologists__filter.active {
    bottom: 45px;
    max-height: 550px;
  }
  .catalog--psychologists__item--header {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .catalog--psychologists__filterButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: none;
    border-radius: 0;
    bottom: 0;
    -webkit-box-shadow: 0 4px 24px 0 rgba(47, 67, 35, 0.051);
    box-shadow: 0 4px 24px 0 rgba(47, 67, 35, 0.051);
    gap: 8px;
    left: 0;
    max-width: 360px;
    position: fixed;
    width: 100%;
    z-index: 10;
  }
  .catalog--psychologists__filterButton path {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  .catalog--psychologists__filterButton:hover {
    background-color: #ffa25c;
    color: #fff;
  }
  .catalog--psychologists__filterButton:hover path {
    fill: #fff;
  }
  .catalog ~ .footer {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 820px) {
  .main--header__psychologist .main--header__info {
    padding: 20px 25px 20px 20px;
  }
  .main--problemsSolve__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 24px);
    flex: 1 1 calc(50% - 24px);
    max-width: 48.8%;
  }
  .main--professionals__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .main--professionals__image,
  .main--professionals__info {
    max-width: 100%;
  }
  .catalog--cart__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog--cart__left {
    position: static;
  }
  .catalog--cart__right {
    max-width: 100%;
  }
  .footer--wrapper {
    gap: 50px 25px;
  }
  .footer--block:not(:last-child) {
    max-width: 42%;
  }
}

@media only screen and (max-width: 768px) {
  .main--header__wrapper {
    padding-bottom: 60%;
  }
  .main--header__info {
    max-width: 100%;
  }
  .main--header__image {
    bottom: 0;
    left: 0;
    max-height: 50%;
    right: auto;
    top: auto;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .main--header__psychologist .main--header__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main--header__psychologist .main--header__info {
    max-width: 100%;
  }
  .main--header__psychologist .main--header__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
  }
  .main--header__psychologist .main--header__image,
  .main--header__psychologist .main--header__psychologist--info {
    max-width: 100%;
  }
  .main--working__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main--working__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .catalog .main--header__info {
    max-width: 100%;
  }
}

@media only screen and (max-width: 650px) {
  .main--header__tags {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main--header__psychologist .main--header__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main--header__psychologist .main--header__image,
  .main--header__psychologist .main--header__psychologist--info {
    max-width: 100%;
  }
  .main--reviews__title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px 30px;
  }
  .catalog .main--header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .catalog .main--header__info .h1 {
    text-align: center;
  }
  .catalog--psychologists__item--header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 480px) {
  .section,
  section {
    margin-bottom: 40px;
  }
  .container .row {
    padding: 0 16px;
  }
  .h1,
  h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .h2,
  h2 {
    font-size: 24px;
    line-height: 27px;
  }
  .h3,
  h3 {
    font-size: 18px;
    line-height: 21px;
  }
  .subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .button {
    border-radius: 12px;
    font-weight: 400;
  }
  .header--block {
    max-height: 0;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    right: 0;
  }
  .header--block.active {
    max-height: 400px;
  }
  .main--header .h1:not(:last-child) {
    margin-bottom: 24px;
  }
  .main--header__wrapper {
    padding: 24px 24px 260px;
  }
  .main--header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main--header__info .h1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .main--header__tags {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .main--header__select {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .main--header__select .select:not(:last-child) {
    margin-bottom: 8px;
  }
  .main--header__image {
    max-height: 250px;
    max-width: 250px;
  }
  .main--header__psychologist .main--header__info .h1 {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    font-size: 32px;
    order: 0;
    text-align: center;
  }
  .main--header__psychologist .main--header__info .h1:not(:last-child) {
    margin-bottom: 24px;
  }
  .main--header__psychologist .main--header__info .subtitle {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
  }
  .main--header__psychologist .main--header__info .subtitle span,
  .main--header__psychologist .main--header__info .subtitle strong {
    font-weight: 700;
  }
  .main--header__psychologist .main--header__info .subtitle:not(:last-child) {
    margin-bottom: 20px;
  }
  .main--header__psychologist .main--header__tags {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main--header__psychologist .main--header__tag {
    text-align: center;
  }
  .main--header__psychologist .main--header__psychologist--info {
    padding: 24px 24px 39px;
  }
  .main--header__psychologist .main--header__psychologist--top {
    gap: 8px;
  }
  .main--header__psychologist
    .main--header__psychologist--top:not(:last-child) {
    margin-bottom: 20px;
  }
  .main--header__psychologist .main--header__psychologist--bottom {
    font-weight: 600;
  }
  .main--problemsSolve__title:not(:last-child) {
    margin-bottom: 16px;
  }
  .main--problemsSolve__title .h2:not(:last-child) {
    margin-bottom: 10px;
  }
  .main--problemsSolve__list {
    gap: 16px;
  }
  .main--problemsSolve__item {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 24px;
  }
  .main--problemsSolve__item--icon:not(:last-child) {
    margin-bottom: 16px;
  }
  .main--problemsSolve__item--icon .h3:not(:last-child) {
    margin-bottom: 6px;
  }
  .main--problemsSolve__item--text:not(:last-child) {
    margin-bottom: 16px;
  }
  .main--advantages .h2:not(:last-child) {
    margin-bottom: 24px;
  }
  .main--advantages__item {
    padding: 20px 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .main--advantages__item--icon:not(:last-child) {
    margin-bottom: 16px;
  }
  .main--advantages__item .h3:not(:last-child) {
    margin-bottom: 8px;
  }
  .main--support__info {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
  }
  .main--support__info .h2:not(:last-child) {
    margin-bottom: 10px;
  }
  .main--professionals__wrapper {
    padding: 24px 23px;
  }
  .main--professionals__info {
    padding-top: 0;
  }
  .main--professionals__info .h2:not(:last-child) {
    margin-bottom: 10px;
  }
  .main--professionals__info--text:not(:last-child) {
    margin-bottom: 16px;
  }
  .main--faq .h2:not(:last-child) {
    margin-bottom: 24px;
  }
  .main--faq__item--button {
    padding: 16px 20px;
  }
  .main--working .h2:not(:last-child) {
    margin-bottom: 24px;
  }
  .main--working__list {
    gap: 16px;
  }
  .main--working__list:not(:last-child) {
    margin-bottom: 24px;
  }
  .main--working__item {
    padding: 24px;
  }
  .main--working__item .h3:not(:last-child) {
    margin-bottom: 10px;
  }
  .main--working__item--text {
    font-size: 16px;
  }
  .main--reviews {
    margin-bottom: 40px;
  }
  .main--reviews__slide {
    max-width: 285px;
    min-width: 285px;
  }
  .main--reviews__slide--title > img {
    height: 56px;
    min-width: 56px;
    width: 56px;
  }
  .main--reviews__slide--title__right {
    gap: 2px;
  }
  .main--reviews__slide--rate span {
    font-size: 12px;
    line-height: 1;
  }
  .main--reviews__slide--rate img {
    max-width: 70px;
  }
  .main--reviews__slide--date {
    font-size: 12px;
    line-height: 15px;
  }
  .main--articles__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
  }
  .main--articles__title:not(:last-child) {
    margin-bottom: 24px;
  }
  .main--articles__slide {
    gap: 16px;
    max-width: 330px;
    min-width: 330px;
    padding: 20px 20px 24px;
  }
  .main--articles__slide--image {
    min-height: 108px;
  }
  .main--articles__slide .h3 {
    margin-bottom: 8px;
  }
  .catalog .main--header__wrapper {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    padding-bottom: 24px;
  }
  .catalog .main--header__info .h1 {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: 0;
  }
  .catalog .main--header__info--subtitle {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px 8px;
  }
  .catalog .main--header__info--subtitle:not(:last-child) {
    margin-bottom: 20px;
  }
  .catalog .main--header__tag {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 19px;
  }
  .catalog--psychologists__list .select {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
  .catalog--psychologists__filter {
    max-width: 100%;
    width: 100%;
  }
  .catalog--psychologists__filterButton {
    border-radius: 0;
    max-width: 100%;
    width: 100%;
  }
  .catalog--psychologists__item {
    padding: 24px 20px;
  }
  .catalog--psychologists__item--slider {
    border-radius: 17px;
    max-width: 100%;
  }
  .catalog--psychologists__item--slide {
    max-width: 100%;
    width: 100%;
  }
  .catalog--psychologists__item--slide img {
    width: 100%;
  }
  .catalog--psychologists__item--header__block strong {
    font-size: 16px;
    line-height: 19px;
  }
  .catalog--psychologists__item--specializations {
    padding: 16px 18px;
  }
  .catalog--psychologists__item--specializations .h4 {
    text-align: center;
  }
  .catalog--psychologists__item--specializations .h4:not(:last-child) {
    margin-bottom: 10px;
  }
  .catalog--psychologists__item--specializations__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin: 0 auto;
    max-width: 80%;
  }
  .catalog--psychologists__item--specializations__list > :first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .catalog--psychologists__item--specializations__item {
    display: none;
  }
  .catalog--psychologists__item--specializations__item:first-child,
  .catalog--psychologists__item--specializations__item:nth-child(2),
  .catalog--psychologists__item--specializations__item:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog--psychologists__item--specializations__all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    gap: 9px;
    margin: 0 auto;
    opacity: 0.4;
  }
  .catalog--psychologists__item--price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 6px;
    justify-content: center;
    padding: 10px 18px;
    text-align: center;
  }
  .catalog--psychologists__item--popupVideos .modal--wrapper {
    margin: 0;
    max-width: 80%;
  }
  .catalog--psychologists__item--popupVideos .splide__arrow--next,
  .catalog--psychologists__item--popupVideos .splide__arrow--prev {
    height: 40px;
    min-width: 40px;
    width: 40px;
  }
  .catalog--psychologists__item--popupVideos .splide__arrow--next svg,
  .catalog--psychologists__item--popupVideos .splide__arrow--prev svg {
    height: 10px;
    width: 20px;
  }
  .catalog--psychologists__item--popupVideos .splide__arrow--prev {
    left: -20px;
  }
  .catalog--psychologists__item--popupVideos .splide__arrow--next {
    right: -20px;
  }
  .catalog--psychologists__item--popupVideo iframe {
    height: 280px;
  }
  .catalog--cart__wrapper {
    background-color: #fff;
    border-radius: 24;
    -webkit-box-shadow: 0 4px 24px 0 rgba(47, 67, 35, 0.051);
    box-shadow: 0 4px 24px 0 rgba(47, 67, 35, 0.051);
    position: relative;
  }
  .catalog--cart__left {
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
    padding-bottom: 0;
    position: static;
    background-color: transparent;
    padding: 0;
  }
  .catalog--cart__left > .button {
    display: none;
  }
  .catalog--cart__left .catalog--psychologists__item--video {
    max-width: 100%;
    min-height: 39px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .catalog--cart__left .catalog--psychologists__item--video:not(:last-child) {
    margin-bottom: 0;
  }
  .catalog--cart__left .catalog--psychologists__item--header__top--left,
  .catalog--cart__left--price {
    display: none;
  }
  .catalog--cart__right--block {
    box-shadow: 0 4px 24px 0 rgba(47, 67, 35, 0.051);
    -webkit-box-shadow: 0 4px 24px 0 rgba(47, 67, 35, 0.051);
  }
  /* .catalog--cart__right--block {
        border-radius: 0;
        padding-bottom: 0
    }
    .catalog--cart__right--block:first-child {
        padding-top: 0
    }
    .catalog--cart__right--block:not(:first-child) {
        -webkit-box-shadow: none;
        box-shadow: none
    } */
  .catalog--cart__right--block:not(:last-child) {
    margin-bottom: 0;
  }
  .catalog--cart__right--block:last-child {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    padding-bottom: 20px;
  }
  .catalog--cart__right--block.requests {
    overflow: hidden;
  }
  .catalog--cart__right--block.requests .h4 {
    margin-bottom: 10px;
  }
  .catalog--cart__right--block > .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 400;
    min-height: 48px;
    width: 100%;
  }
  .catalog--cart__right--block > .button:not(:last-child) {
    margin-bottom: 16px;
  }
  .catalog--cart__right--block__reviews {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }
  .catalog--cart__right--block__reviews::-webkit-scrollbar {
    display: none;
  }
  .catalog--cart__right--block__reviews--all {
    border: 1px solid #ffa25c;
    border-radius: 12px;
    color: #ffa25c;
    font-size: 18px;
    margin-top: 24px;
    min-height: 48px;
    opacity: 1;
    padding: 14px 18px;
  }
  .catalog--cart__right--block__reviews--all span {
    line-height: 1;
  }
  .catalog--cart__right--block__reviews--all svg {
    display: none;
  }
  .catalog--cart__right--block .feedback {
    font-size: 18px;
    margin-top: 12px;
    max-width: 100%;
    min-width: 100%;
    padding: 14px 18px;
    width: 100%;
  }
  .catalog--cart__right--price li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2px;
  }
  .catalog--cart__right--price li span {
    opacity: 0.6;
  }
  .catalog--cart__right--price li strong {
    font-weight: 400;
  }
  .catalog--cart__right .main--reviews__slide--rate span {
    font-size: 16px;
  }
  .catalog--cart__right
    .catalog--psychologists__item--header__top:not(:last-child) {
    margin-bottom: 16px;
  }
  .catalog--cart__right
    .catalog--psychologists__item--header__rating:not(:last-child) {
    margin-bottom: 16px;
  }
  .catalog--cart__right
    .catalog--psychologists__item--header__tags:not(:last-child) {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 16px;
  }
  .catalog--cart__right .catalog--psychologists__item--header__text {
    gap: 10px;
  }
  .catalog--cart__right .catalog--psychologists__item--header__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2px;
  }
  .catalog--cart__right .catalog--psychologists__item:not(:first-child) {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .catalog--categories__block {
    padding: 24px 20px;
  }
  .catalog--categories__buttons {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .catalog--categories__item {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }
  .catalog--categories__item a {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}

@media only screen and (max-width: 430px) {
  .catalog--psychologists__item--popupVideo iframe {
    height: 23vh;
  }
}

@media only screen and (max-width: 390px) {
  .catalog--psychologists__item--popupVideo iframe {
    height: 180px;
  }
}

.catalog--cart__wrapper .image-ver-3 {
  /* margin-right: 24px; */
  flex-shrink: 0;
  position: relative;
  max-width: 100%;
  width: 100%;
  display: flex;
  max-height: 225px;
  flex-direction: column;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .catalog--cart__wrapper .image-ver-3 {
    margin-bottom: 24px;
    max-width: 100%;
    margin-right: 0;
  }
}

.catalog--cart__wrapper .image-ver-3 img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 12px;
  flex-grow: 1;
}

.catalog--cart__wrapper .image-ver-3 .logo-card-ver-3 {
  position: absolute;
  bottom: 8px;
  border-radius: 12px;
  height: auto;
  background: #fff;
  max-width: 168px;
  overflow: hidden;
  vertical-align: bottom;
  width: auto;
  display: inline-block;
  left: 10px;
  padding: 5px;
}

.catalog--cart__wrapper .image-ver-3 .logo-card-ver-3 img {
  max-width: 100%;
  max-height: 50px;
  height: auto;
  width: auto;
  position: static;
  border-radius: 0;
  object-fit: contain;
  vertical-align: bottom;
}

.catalog--cart__wrapper button:not(.slick-arrow),
.catalog--cart__wrapper .btn-blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  padding: 10px 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-size: 18px;
  min-height: 48px !important;
  margin-bottom: 10px;
}

.catalog--cart__left button:not(.slick-arrow),
.catalog--cart__left .btn-blue {
  width: 100%;
}

.catalog--cart__right .buttons {
  display: none;
}

@media only screen and (max-width: 430px) {
  .catalog--cart__right button:not(.slick-arrow),
  .catalog--cart__right .btn-blue,
  .catalog--cart__right .buttons {
    display: block;
    width: 100%;
  }
}

.catalog--cart__right button.favorite {
  display: block;
}

.catalog--cart__right button.favorite svg {
  transform: translateX(-25%);
}

.catalog--psychologists__item--header__top {
  position: relative;
}

.catalog--cart__right .tabs_object .tab-content .tab-pane {
  display: block !important;
  opacity: 1;
  background-color: #fff;
  border-radius: 16px;
  padding: 20px 24px;
  margin-bottom: 20px;
}

.catalog--cart__right .tabs_object .navs_over {
  display: none;
}

.catalog--cart__right .tabs_object {
  background: none;
  box-shadow: none;
}

.catalog--cart__right .tabs_object .tab-content {
  padding: 0 !important;
}

/* код Марата */

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 48px;
}

.spoiler .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 20px;
  padding: 13px 32px;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
}

.links_object {
  box-shadow: 0 4px 24px 0 rgba(105, 126, 60, 0.102);
}

.tabs_object .nav li h2 {
  padding: 17px 12px;
  font-size: 12px;
  cursor: pointer;
  font-weight: 500;
  color: #2a2a2a;
  display: block;
}

.breadcrumbs__separator {
  font-size: 12px;
  margin: 0 5px;
}

.no_acc a {
  margin-right: 15px;
}

.checkbox__text {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  display: block;
}

.checkbox__text a {
  text-decoration: underline;
}

a.show-cat {
  box-shadow: 0 4px 24px 0 rgba(47, 67, 35, 0.051);
}

/* asd */

.catalog--cart__right button.favorite {
  position: initial;
}

.catalog--cart__left .catalog--psychologists__item--header__top {
  flex-direction: column;
}


.single-messia_object {
  background-color: #fbfbfb;
  height: 100%;
}

.catalog--cart__wrapper .image-ver-3 {
  margin-right: 0;
  max-width: 100%;
  margin-bottom: 20px;
}

.catalog--cart__left .catalog--psychologists__item--header__top--left {
  text-align: center;
}

.catalog--cart__right .tabs_object .tab-content .tab-pane {
  box-shadow: 0 4px 24px 0 rgba(47, 67, 35, 0.051);
  -webkit-box-shadow: 0 4px 24px 0 rgba(47, 67, 35, 0.051);
}

@media (max-width: 480px) {
  .catalog--cart__right .tabs_object .tab-content .tab-pane {
    box-shadow: none;
  }
  .catalog--cart__right .tabs_object .tab-content #panel-1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .catalog--cart__right .tabs_object .tab-content .tab-pane {
    padding-top: 0;
    padding-bottom: 0;
  }

  .catalog--cart__wrapper .image-ver-3 img {
    max-width: 100%;
  }
} /* .modal[aria-hidden="true"]{
	z-index: -1 !important;
} */

.catalog--psychologists__item {
  background-color: #fff;
  border-radius: 24px;
  -webkit-box-shadow: 0 4px 24px 0 rgba(47, 67, 35, 0.051);
  box-shadow: 0 4px 24px 0 rgba(47, 67, 35, 0.051);
  padding: 32px;
}

.catalog--psychologists__item:not(:last-child) {
  margin-bottom: 16px;
}

.catalog--psychologists__item--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.catalog--psychologists__item--header:not(:last-child) {
  margin-bottom: 20px;
}

.catalog--psychologists__item--header__info {
  max-width: 100%;
  width: 100%;
}

.catalog--psychologists__item--header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 24px;
  justify-content: space-between;
}

.catalog--psychologists__item--header__top:not(:last-child) {
  margin-bottom: 16px;
}

.catalog--psychologists__item--header__top--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.catalog--psychologists__item--header__top--left .h4 {
  font-size: 20px;
  line-height: 24px;
}

.catalog--psychologists__item--header__top--left span {
  opacity: 0.6;
}

.catalog--psychologists__item--header__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog--psychologists__item--header__rating:not(:last-child) {
  margin-bottom: 16px;
}

.catalog--psychologists__item--header__reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.catalog--psychologists__item--header__reviews path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.catalog--psychologists__item--header__reviews span {
  color: #30420a;
  line-height: 1.2;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.catalog--psychologists__item--header__reviews:hover path {
  fill: rgba(105, 126, 60, 0.8);
}

.catalog--psychologists__item--header__reviews:hover span {
  color: #697e3c;
}

.catalog--psychologists__item--header__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.catalog--psychologists__item--header__tags:not(:last-child) {
  margin-bottom: 16px;
}

.catalog--psychologists__item--header__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background: #e9f0db;
  border-radius: 40px;
  gap: 8px;
  justify-content: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.catalog--psychologists__item--header__tag span {
  color: #30420a;
}

.catalog--psychologists__item--header__tag.no--bg {
  background-color: transparent;
  color: #30420a;
  padding: 0;
}

.catalog--psychologists__item--header__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.catalog--psychologists__item--header__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.catalog--psychologists__item--header__block strong {
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  white-space: nowrap;
}

.catalog--psychologists__item--footer > .button {
  font-size: 18px;
  min-height: 48px;
}

.catalog--psychologists__item--specializations {
  background: hsla(80, 41%, 90%, 0.4);
  border-radius: 16px;
  padding: 20px 4px 20px 24px;
}

.catalog--psychologists__item--specializations:not(:last-child) {
  margin-bottom: 16px;
}

.catalog--psychologists__item--specializations .h4:not(:last-child) {
  margin-bottom: 20px;
}

.catalog--psychologists__item--specializations__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto;
  gap: 10px 30px;
  grid-template-rows: auto;
}

.catalog--psychologists__item--specializations__list > :first-child {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}

.catalog--psychologists__item--specializations__list > :nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}

.catalog--psychologists__item--specializations__list > :nth-child(3) {
  -ms-grid-column: 5;
  -ms-grid-row: 1;
}

.catalog--psychologists__item--specializations__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
}

.catalog--psychologists__item--specializations__item span {
  font-size: 15px;
}

.catalog--psychologists__item--specializations__all {
  color: #2a2a2a;
  display: none;
  font-size: 16px;
}

.catalog--psychologists__item--price {
  background: hsla(80, 41%, 90%, 0.4);
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 50px;
  justify-content: space-between;
  padding: 10px 24px;
}

.catalog--psychologists__item--price strong {
  font-weight: 500;
}

.catalog--psychologists__item--price:not(:last-child) {
  margin-bottom: 20px;
}

.catalog--psychologists__item--popupVideos .modal--wrapper {
  border-radius: 16px;
  max-width: 854px;
  width: 100%;
}

.catalog--psychologists__item--popupVideos .splide__arrow--prev {
  left: -30px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.catalog--psychologists__item--popupVideo {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog--psychologists__item--popupVideo iframe {
  height: 480px;
  width: 100%;
}

.catalog--psychologists__filterButton {
  display: none;
}

.catalog--cart__wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  margin: 0 auto;
  /* max-width: 1224px; */
}

.catalog--cart__left,
.catalog--cart__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog--cart__left {
  position: sticky;
  top: 100px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  max-width: 380px;
  width: 100%;
}

.catalog--cart__left--price:not(:last-child) {
  margin-bottom: 20px;
}

.catalog--cart__left .catalog--psychologists__item--header__top--left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 4px;
}

.catalog--cart__left
  .catalog--psychologists__item--header__top--left:not(:last-child) {
  margin-bottom: 20px;
}

.catalog--cart__left .catalog--psychologists__item--slider:not(:last-child) {
  margin-bottom: 20px;
}

.catalog--cart__left .catalog--psychologists__item--video {
  background: #ffe4d0;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 4px 16px;
  position: static;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.catalog--cart__left .catalog--psychologists__item--video span {
  color: #ac4a00;
  font-size: 16px;
}

.catalog--cart__left .catalog--psychologists__item--video:not(:last-child) {
  margin-bottom: 20px;
}

.catalog--cart__left .catalog--psychologists__item--video:hover {
  background-color: #ffc295;
}

.catalog--cart__left > .button {
  font-size: 18px;
  min-height: 48px;
  width: 100%;
}

.catalog--cart__right {
  /* max-width: 674px; */
  width: 100%;
}

.catalog--cart__right--block {
  background-color: #fff;
  border-radius: 16px;
  padding: 20px 24px;
}

.catalog--cart__right--block:not(:first-child) {
  -webkit-box-shadow: 0 4px 24px 0 rgba(47, 67, 35, 0.051);
  box-shadow: 0 4px 24px 0 rgba(47, 67, 35, 0.051);
}

.catalog--cart__right--block > .h4 {
  font-size: 20px;
  line-height: 24px;
}

.catalog--cart__right--block > .h4:not(:last-child) {
  margin-bottom: 8px;
}

.catalog--cart__right--block > .button {
  display: none;
}

.catalog--cart__right--block
  .catalog--psychologists__item--header__top:not(:last-child) {
  margin-bottom: 12px;
}

.catalog--cart__right--block .catalog--psychologists__item--header__top--left {
  gap: 12px;
}

.catalog--cart__right--block
  .catalog--psychologists__item--header__rating:not(:last-child) {
  margin-bottom: 24px;
}

.catalog--cart__right--block
  .catalog--psychologists__item--header__tags:not(:last-child) {
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.catalog--cart__right--block.requests > .h4 {
  margin-bottom: 16px;
}

.catalog--cart__right--block.requests
  .catalog--psychologists__item--header__rating {
  gap: 8px;
}

.catalog--cart__right--block__educations,
.catalog--cart__right--block__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.catalog--cart__right--block__education {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.catalog--cart__right--block__education--image {
  cursor: pointer;
  max-width: 93px;
  width: 100%;
}

.catalog--cart__right--block__education--image img {
  height: 100%;
  width: 100%;
}

.catalog--cart__right--block__education--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
}

.catalog--cart__right--block__education--text span {
  line-height: 25px;
}

.catalog--cart__right--block__education--text span:last-child {
  opacity: 0.6;
}

.catalog--cart__right--block__reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.catalog--cart__right--block__reviews--all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.4;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.catalog--cart__right--block__reviews--all:hover {
  color: #2a2a2a;
  opacity: 1;
}

.catalog--cart__right--block__review {
  background: hsla(80, 41%, 90%, 0.4);
  border-radius: 16px;
  padding: 20px;
}

.catalog--cart__right--block__review--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 50px;
  justify-content: space-between;
}

.catalog--cart__right--block__review--title:not(:last-child) {
  margin-bottom: 16px;
}

.catalog--cart__right--block__review--title__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.catalog--cart__right--block__review--title__right div {
  opacity: 0.5;
}

.catalog--cart__right--block__review--rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.catalog--cart__right--block__review--rate img {
  max-width: 86px;
}

.catalog--cart__right--block__review--text {
  line-height: 1.5;
}

.catalog--cart__right--block .feedback {
  margin: 31px auto 0;
  min-height: 48px;
  min-width: 356px;
}

.catalog--cart__right--block:not(:last-child) {
  margin-bottom: 20px;
}

.catalog--cart__right--price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.catalog--cart__right--price li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 50px;
  justify-content: space-between;
}

.catalog--cart__right--price li strong {
  font-weight: 500;
}

.catalog--cart__right--requests {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.catalog--cart__right--requests__icon {
  height: 20px;
  min-width: 20px;
  width: 20px;
}

.catalog--cart__right--requests li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.catalog--cart__right--requests li svg {
  margin-top: 2px;
}

.catalog--categories .h2:not(:last-child) {
  margin-bottom: 24px;
}

.catalog--categories__block {
  background-color: #fff;
  border-radius: 24px;
  -webkit-box-shadow: 0 4px 24px 0 rgba(84, 81, 81, 0.102);
  box-shadow: 0 4px 24px 0 rgba(84, 81, 81, 0.102);
  padding: 40px;
}

.catalog--categories__block .h3:not(:last-child) {
  margin-bottom: 24px;
}

.catalog--categories__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.catalog--categories__buttons:not(:last-child) {
  margin-bottom: 24px;
}

.catalog--categories__buttons .button {
  background-color: rgba(95, 118, 45, 0.102);
  border: none;
  border-radius: 40px;
  color: #2a2a2a !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  min-height: 40px;
  padding: 9px 16px;
}

.catalog--categories__buttons .button.active {
  background-color: #697e3c;
  color: #fff !important;
}

.catalog--categories__buttons .button:hover {
  background-color: #697e3c;
  color: #fff !important;
}

.catalog--categories__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog--categories__item {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 13px 32px;
}

.catalog--categories__item a {
  background-color: rgba(95, 118, 45, 0.149);
  border-radius: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  padding: 28px 32px 25px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 32px);
  flex: 1 1 calc(50% - 32px);
  max-width: 48.7%;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.catalog--categories__item a:hover {
  background-color: #697e3c;
  color: #fff;
}

.catalog--categories__item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer {
  padding-bottom: 32px;
  padding-top: 32px;
}

.footer--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer--block .h4:not(:last-child) {
  margin-bottom: 16px;
}

.footer--block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.footer--block ul li {
  font-size: 14px;
  opacity: 0.6;
}

.footer--block .button {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 32px;
  min-height: 48px;
  min-width: 280px;
}

.footer--block__copyright {
  font-size: 14px;
  line-height: 16px;
  opacity: 0.5;
  text-align: center;
}

/* .modal {
    background-color: rgba(42, 42, 42, .502);
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: opacity .3s ease, z-index .3s ease;
    transition: opacity .3s ease, z-index .3s ease;
    width: 100vw;
    z-index: -1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
} */

.modal--wrapper {
  position: relative;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modal--close {
  cursor: pointer;
  position: absolute;
  right: -30px;
  top: -30px;
}

.modal--close path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.modal--close:hover path {
  fill: #ffa25c;
}

.modal.active {
  opacity: 1;
  z-index: 99999;
}

.modal.active .splide {
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

.modal.active .modal--wrapper {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.modal--general {
  scrollbar-width: none;
}

.modal--general::-webkit-scrollbar {
  display: none;
}

.modal--general .modal--close {
  right: 32px;
  top: 30px;
}

.modal--general .modal--wrapper {
  background-color: #fff;
  border-radius: 15px;
  max-width: 385px;
  min-width: 385px;
  padding: 26px 32px;
}

.modal--general .modal--wrapper .h3 {
  line-height: 1;
  white-space: nowrap;
}

.modal--general .modal--wrapper .h3:not(:last-child) {
  margin-bottom: 24px;
}

.modal--general .modal--form,
.modal--general .modal--form__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal--general .modal--form__block {
  gap: 8px;
}

.modal--general .modal--form__block label {
  font-size: 16px;
}

.modal--general .modal--form__block--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.modal--general .modal--form__block--wrapper a {
  color: #ffa25c;
}

.modal--general .modal--form__block--wrapper a:hover {
  color: #f59044;
}

.modal--general .modal--form__block:not(:last-child) {
  margin-bottom: 16px;
}

.modal--general .modal--form .button {
  border-radius: 12px;
  font-weight: 400;
  margin-top: 8px;
}

.modal--general .modal--form .button:not(:last-child) {
  margin-bottom: 24px;
}

.modal--general .modal--form__accept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal--general .modal--form__accept:not(:last-child) {
  margin-bottom: 24px;
}

.modal--general .modal--form__accept--block .radio--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal--general .modal--form__accept--block .radio--button:not(:last-child) {
  margin-bottom: 11px;
}

.modal--general .modal--form__accept--block label {
  color: #7f7f7f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 22px;
}

.modal--general .modal--form__accept--block label span {
  font-size: 14px;
  line-height: 21px;
}

.modal--general .modal--form__accept--block label a {
  color: #30420a;
  text-decoration: underline;
}

.modal--general .modal--form__accept--block label a:hover {
  color: #697e3c;
}

.modal--cookie {
  background: hsla(0, 0%, 100%, 0.898);
  border-radius: 15px;
  bottom: 40px;
  left: 24px;
  max-width: 351px;
  opacity: 0;
  padding: 16px 24px;
  position: fixed;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  z-index: -1;
}

.modal--cookie__close {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 12px;
  position: absolute;
  right: 27px;
  top: 19px;
  z-index: 1;
}

.modal--cookie__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  margin-bottom: 8px;
  opacity: 0.6;
}

.modal--cookie__text {
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 8px;
  opacity: 0.6;
}

.modal--cookie > a {
  color: #ffa25c;
  font-size: 14px;
  line-height: 17px;
}

.modal--cookie > a:hover {
  color: #2a2a2a;
}
.messia-disclaimer-block {
  padding: 22px 30px;
  border-radius: 24px;
  background: var(--Primary-White, #fff);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.header__tag {
  padding: 4px 15px;
  border-radius: 12px;
  background: radial-gradient(
      126.64% 126.64% at 5.11% 118.34%,
      rgba(111, 152, 255, 0.1) 0%,
      rgba(46, 95, 218, 0.1) 100%
    ),
    #fff;
  width: fit-content;
  font-weight: 500;
}
.messia-disclaimer-block p {
  margin: 0 !important;
}
.mibw-wrapper p:last-child {
  color: #2a2a2ab1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  max-width: 232px;
  width: max-content;
}
.block_title {
  color: #2a2a2a;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  max-width: 200px;
}

.block_title_wrapper img {
  width: 26px;
  border-radius: 72.813px;
  background: #EFF2F3;
  padding: 13px 10px;
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: contain;
}

.catalog--cart__left {
  gap: 24px;
}
.block_title_wrapper {
  margin: 13px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.catalog--cart__left_container {
  /* bottom: 0; */
  /* overflow: hidden; */
  /* position: sticky; */
  /* top: 100px; */
  /* -webkit-box-flex: 1; */
  position: relative;
  background-color: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 24px 0 rgba(47, 67, 35, 0.051);
  box-shadow: 0 4px 24px 0 rgba(47, 67, 35, 0.051);
  padding: 20px 24px;
  /* -webkit-box-orient: vertical; */
  /* -webkit-box-direction: normal; */
  /* flex-direction: column; */
  /* -webkit-box-align: center; */
  /* align-items: center; */
  /* max-width: 280px; */
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  .container {
    max-width: 1280px;
  }
  .container .row {
    padding: 0 40px;
  }
  .main--header__info {
    max-width: 50%;
  }
  .main--header .h1 br {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .overflow {
    margin-right: 0;
  }
  .overflow .header {
    left: 0;
    right: 0;
  }
  .h1,
  h1 {
    font-size: 42px;
    line-height: 47px;
  }
  .h2,
  h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .h3,
  h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .subtitle {
    font-size: 18px;
    line-height: 26px;
  }
  .header--block {
    position: fixed;
    right: -390px;
    top: 83px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 390px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 99999;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 4px 24px 0 rgba(84, 81, 81, 0.102);
    box-shadow: 0 4px 24px 0 rgba(84, 81, 81, 0.102);
    gap: 24px;
  }
  .header--block.active {
    right: 0;
  }
  .header--burger {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 22px;
    overflow: hidden;
    position: relative;
    width: 22px;
  }
  .header--burger span {
    background-color: #30420a;
    border-radius: 2px;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 22px;
  }
  .header--burger span:nth-of-type(2) {
    top: calc(50% - 8px);
  }
  .header--burger span:last-of-type {
    top: calc(50% + 8px);
  }
  .header--burger.active span:first-of-type {
    top: 50%;
    -webkit-transform: translate(-50%) rotate(45deg);
    -ms-transform: translate(-50%) rotate(45deg);
    transform: translate(-50%) rotate(45deg);
  }
  .header--burger.active span:nth-of-type(2) {
    left: -100%;
    opacity: 0;
  }
  .header--burger.active span:last-of-type {
    top: 50%;
    -webkit-transform: translate(-50%) rotate(-45deg);
    -ms-transform: translate(-50%) rotate(-45deg);
    transform: translate(-50%) rotate(-45deg);
  }
  .header--menu {
    width: 100%;
  }
  .header--menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  .header--menu ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 68px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-bottom: 1px solid rgba(255, 162, 92, 0.2);
    justify-content: center;
    width: 100%;
  }
  .header--menu ul li a {
    padding-left: 30px;
    padding-right: 30px;
  }
  .header--logIn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 28px;
  }
  .header--logIn .button {
    margin-left: 0;
    max-width: 282px;
    width: 100%;
  }
  .catalog--psychologists__item--header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .catalog--psychologists__item--popupVideos .modal--wrapper {
    margin: 40px 80px;
  }
  .catalog--psychologists__item--popupVideo iframe {
    height: 370px;
  }
  .catalog--categories__buttons {
    margin-left: -40px;
    margin-right: -40px;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-left: 40px;
    padding-right: 40px;
    scrollbar-width: none;
  }
  .catalog--categories__buttons::-webkit-scrollbar {
    display: none;
  }
  .catalog--categories__item {
    gap: 13px 22px;
  }
  .catalog--categories__item a {
    font-size: 18px;
    max-width: 48.4%;
    padding: 18px 22px;
  }
  .main--header__psychologist .main--header__info .h1 {
    font-size: 42px;
  }
  .main--header__psychologist .main--header__image {
    height: auto;
  }
  .main--header__psychologist .main--header__psychologist--bottom {
    padding: 12px 18px;
  }
  .main--support__wrapper {
    background-position: bottom;
    background-size: contain;
  }
  .main--support__info {
    max-width: 100%;
    padding-bottom: 60%;
  }
  .main--support__info .h2 br,
  .main--support__info--text br {
    display: none;
  }
  .main--faq__item--button > span {
    font-size: 18px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 900px) {
  .main--header__wrapper {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .main--header__info {
    max-width: 450px;
  }
  .main--header__image {
    height: 100%;
  }
  .main--advantages__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main--advantages__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 24px);
    flex: 1 1 calc(50% - 24px);
  }
  .catalog .main--header__info {
    max-width: 90%;
  }
  .catalog--psychologists__filter {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    bottom: 0;
    bottom: -45px;
    left: 0;
    max-height: 0;
    max-width: 360px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 24px 32px;
    position: fixed;
    scrollbar-width: none;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    width: 100%;
    z-index: 9;
  }
  .catalog--psychologists__filter::-webkit-scrollbar {
    display: none;
  }
  .catalog--psychologists__filter.active {
    bottom: 45px;
    max-height: 550px;
  }
  .catalog--psychologists__item--header {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .catalog--psychologists__filterButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: none;
    border-radius: 0;
    bottom: 0;
    -webkit-box-shadow: 0 4px 24px 0 rgba(47, 67, 35, 0.051);
    box-shadow: 0 4px 24px 0 rgba(47, 67, 35, 0.051);
    gap: 8px;
    left: 0;
    max-width: 360px;
    position: fixed;
    width: 100%;
    z-index: 10;
  }
  .catalog--psychologists__filterButton path {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  .catalog--psychologists__filterButton:hover {
    background-color: #ffa25c;
    color: #fff;
  }
  .catalog--psychologists__filterButton:hover path {
    fill: #fff;
  }
  .catalog ~ .footer {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 820px) {
  .main--header__psychologist .main--header__info {
    padding: 20px 25px 20px 20px;
  }
  .main--problemsSolve__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 24px);
    flex: 1 1 calc(50% - 24px);
    max-width: 48.8%;
  }
  .main--professionals__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .main--professionals__image,
  .main--professionals__info {
    max-width: 100%;
  }
  .catalog--cart__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog--cart__left {
    position: static;
  }
  .catalog--cart__right {
    max-width: 100%;
  }
  .footer--wrapper {
    gap: 50px 25px;
  }
  .footer--block:not(:last-child) {
    max-width: 42%;
  }
}

@media only screen and (max-width: 768px) {
  .main--header__wrapper {
    padding-bottom: 60%;
  }
  .main--header__info {
    max-width: 100%;
  }
  .main--header__image {
    bottom: 0;
    left: 0;
    max-height: 50%;
    right: auto;
    top: auto;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .main--header__psychologist .main--header__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main--header__psychologist .main--header__info {
    max-width: 100%;
  }
  .main--header__psychologist .main--header__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
  }
  .main--header__psychologist .main--header__image,
  .main--header__psychologist .main--header__psychologist--info {
    max-width: 100%;
  }
  .main--working__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main--working__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .catalog .main--header__info {
    max-width: 100%;
  }
}

@media only screen and (max-width: 650px) {
  .main--header__tags {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main--header__psychologist .main--header__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main--header__psychologist .main--header__image,
  .main--header__psychologist .main--header__psychologist--info {
    max-width: 100%;
  }
  .main--reviews__title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px 30px;
  }
  .catalog .main--header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .catalog .main--header__info .h1 {
    text-align: center;
  }
  .catalog--psychologists__item--header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 480px) {
  .section,
  section {
    margin-bottom: 40px;
  }
  .container .row {
    padding: 0 16px;
  }
  .h1,
  h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .h2,
  h2 {
    font-size: 24px;
    line-height: 27px;
  }
  .h3,
  h3 {
    font-size: 18px;
    line-height: 21px;
  }
  .subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .button {
    border-radius: 12px;
    font-weight: 400;
  }
  .header--block {
    max-height: 0;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    right: 0;
  }
  .header--block.active {
    max-height: 400px;
  }
  .main--header .h1:not(:last-child) {
    margin-bottom: 24px;
  }
  .main--header__wrapper {
    padding: 24px 24px 260px;
  }
  .main--header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main--header__info .h1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .main--header__tags {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .main--header__select {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .main--header__select .select:not(:last-child) {
    margin-bottom: 8px;
  }
  .main--header__image {
    max-height: 250px;
    max-width: 250px;
  }
  .main--header__psychologist .main--header__info .h1 {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    font-size: 32px;
    order: 0;
    text-align: center;
  }
  .main--header__psychologist .main--header__info .h1:not(:last-child) {
    margin-bottom: 24px;
  }
  .main--header__psychologist .main--header__info .subtitle {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
  }
  .main--header__psychologist .main--header__info .subtitle span,
  .main--header__psychologist .main--header__info .subtitle strong {
    font-weight: 700;
  }
  .main--header__psychologist .main--header__info .subtitle:not(:last-child) {
    margin-bottom: 20px;
  }
  .main--header__psychologist .main--header__tags {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main--header__psychologist .main--header__tag {
    text-align: center;
  }
  .main--header__psychologist .main--header__psychologist--info {
    padding: 24px 24px 39px;
  }
  .main--header__psychologist .main--header__psychologist--top {
    gap: 8px;
  }
  .main--header__psychologist
    .main--header__psychologist--top:not(:last-child) {
    margin-bottom: 20px;
  }
  .main--header__psychologist .main--header__psychologist--bottom {
    font-weight: 600;
  }
  .main--problemsSolve__title:not(:last-child) {
    margin-bottom: 16px;
  }
  .main--problemsSolve__title .h2:not(:last-child) {
    margin-bottom: 10px;
  }
  .main--problemsSolve__list {
    gap: 16px;
  }
  .main--problemsSolve__item {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 24px;
  }
  .main--problemsSolve__item--icon:not(:last-child) {
    margin-bottom: 16px;
  }
  .main--problemsSolve__item--icon .h3:not(:last-child) {
    margin-bottom: 6px;
  }
  .main--problemsSolve__item--text:not(:last-child) {
    margin-bottom: 16px;
  }
  .main--advantages .h2:not(:last-child) {
    margin-bottom: 24px;
  }
  .main--advantages__item {
    padding: 20px 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .main--advantages__item--icon:not(:last-child) {
    margin-bottom: 16px;
  }
  .main--advantages__item .h3:not(:last-child) {
    margin-bottom: 8px;
  }
  .main--support__info {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
  }
  .main--support__info .h2:not(:last-child) {
    margin-bottom: 10px;
  }
  .main--professionals__wrapper {
    padding: 24px 23px;
  }
  .main--professionals__info {
    padding-top: 0;
  }
  .main--professionals__info .h2:not(:last-child) {
    margin-bottom: 10px;
  }
  .main--professionals__info--text:not(:last-child) {
    margin-bottom: 16px;
  }
  .main--faq .h2:not(:last-child) {
    margin-bottom: 24px;
  }
  .main--faq__item--button {
    padding: 16px 20px;
  }
  .main--working .h2:not(:last-child) {
    margin-bottom: 24px;
  }
  .main--working__list {
    gap: 16px;
  }
  .main--working__list:not(:last-child) {
    margin-bottom: 24px;
  }
  .main--working__item {
    padding: 24px;
  }
  .main--working__item .h3:not(:last-child) {
    margin-bottom: 10px;
  }
  .main--working__item--text {
    font-size: 16px;
  }
  .main--reviews {
    margin-bottom: 40px;
  }
  .main--reviews__slide {
    max-width: 285px;
    min-width: 285px;
  }
  .main--reviews__slide--title > img {
    height: 56px;
    min-width: 56px;
    width: 56px;
  }
  .main--reviews__slide--title__right {
    gap: 2px;
  }
  .main--reviews__slide--rate span {
    font-size: 12px;
    line-height: 1;
  }
  .main--reviews__slide--rate img {
    max-width: 70px;
  }
  .main--reviews__slide--date {
    font-size: 12px;
    line-height: 15px;
  }
  .main--articles__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
  }
  .main--articles__title:not(:last-child) {
    margin-bottom: 24px;
  }
  .main--articles__slide {
    gap: 16px;
    max-width: 330px;
    min-width: 330px;
    padding: 20px 20px 24px;
  }
  .main--articles__slide--image {
    min-height: 108px;
  }
  .main--articles__slide .h3 {
    margin-bottom: 8px;
  }
  .catalog .main--header__wrapper {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    padding-bottom: 24px;
  }
  .catalog .main--header__info .h1 {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: 0;
  }
  .catalog .main--header__info--subtitle {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px 8px;
  }
  .catalog .main--header__info--subtitle:not(:last-child) {
    margin-bottom: 20px;
  }
  .catalog .main--header__tag {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 19px;
  }
  .catalog--psychologists__list .select {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
  .catalog--psychologists__filter {
    max-width: 100%;
    width: 100%;
  }
  .catalog--psychologists__filterButton {
    border-radius: 0;
    max-width: 100%;
    width: 100%;
  }
  .catalog--psychologists__item {
    padding: 24px 20px;
  }
  .catalog--psychologists__item--slider {
    border-radius: 17px;
    max-width: 100%;
  }
  .catalog--psychologists__item--slide {
    max-width: 100%;
    width: 100%;
  }
  .catalog--psychologists__item--slide img {
    width: 100%;
  }
  .catalog--psychologists__item--header__block strong {
    font-size: 16px;
    line-height: 19px;
  }
  .catalog--psychologists__item--specializations {
    padding: 16px 18px;
  }
  .catalog--psychologists__item--specializations .h4 {
    text-align: center;
  }
  .catalog--psychologists__item--specializations .h4:not(:last-child) {
    margin-bottom: 10px;
  }
  .catalog--psychologists__item--specializations__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin: 0 auto;
    max-width: 80%;
  }
  .catalog--psychologists__item--specializations__list > :first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .catalog--psychologists__item--specializations__item {
    display: none;
  }
  .catalog--psychologists__item--specializations__item:first-child,
  .catalog--psychologists__item--specializations__item:nth-child(2),
  .catalog--psychologists__item--specializations__item:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog--psychologists__item--specializations__all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    gap: 9px;
    margin: 0 auto;
    opacity: 0.4;
  }
  .catalog--psychologists__item--price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 6px;
    justify-content: center;
    padding: 10px 18px;
    text-align: center;
  }
  .catalog--psychologists__item--popupVideos .modal--wrapper {
    margin: 0;
    max-width: 80%;
  }
  .catalog--psychologists__item--popupVideos .splide__arrow--next,
  .catalog--psychologists__item--popupVideos .splide__arrow--prev {
    height: 40px;
    min-width: 40px;
    width: 40px;
  }
  .catalog--psychologists__item--popupVideos .splide__arrow--next svg,
  .catalog--psychologists__item--popupVideos .splide__arrow--prev svg {
    height: 10px;
    width: 20px;
  }
  .catalog--psychologists__item--popupVideos .splide__arrow--prev {
    left: -20px;
  }
  .catalog--psychologists__item--popupVideos .splide__arrow--next {
    right: -20px;
  }
  .catalog--psychologists__item--popupVideo iframe {
    height: 280px;
  }
  .catalog--cart__wrapper {
    background-color: #fff;
    border-radius: 24;
    -webkit-box-shadow: 0 4px 24px 0 rgba(47, 67, 35, 0.051);
    box-shadow: 0 4px 24px 0 rgba(47, 67, 35, 0.051);
    position: relative;
  }
  .catalog--cart__left {
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
    padding-bottom: 0;
    position: static;
    background-color: transparent;
    padding: 0;
  }
  .catalog--cart__left > .button {
    display: none;
  }
  .catalog--cart__left .catalog--psychologists__item--video {
    max-width: 100%;
    min-height: 39px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .catalog--cart__left .catalog--psychologists__item--video:not(:last-child) {
    margin-bottom: 0;
  }
  .catalog--cart__left .catalog--psychologists__item--header__top--left,
  .catalog--cart__left--price {
    display: none;
  }
  .catalog--cart__right--block {
    box-shadow: 0 4px 24px 0 rgba(47, 67, 35, 0.051);
    -webkit-box-shadow: 0 4px 24px 0 rgba(47, 67, 35, 0.051);
  }
  /* .catalog--cart__right--block {
        border-radius: 0;
        padding-bottom: 0
    }
    .catalog--cart__right--block:first-child {
        padding-top: 0
    }
    .catalog--cart__right--block:not(:first-child) {
        -webkit-box-shadow: none;
        box-shadow: none
    } */
  .catalog--cart__right--block:not(:last-child) {
    margin-bottom: 0;
  }
  .catalog--cart__right--block:last-child {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    padding-bottom: 20px;
  }
  .catalog--cart__right--block.requests {
    overflow: hidden;
  }
  .catalog--cart__right--block.requests .h4 {
    margin-bottom: 10px;
  }
  .catalog--cart__right--block > .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 400;
    min-height: 48px;
    width: 100%;
  }
  .catalog--cart__right--block > .button:not(:last-child) {
    margin-bottom: 16px;
  }
  .catalog--cart__right--block__reviews {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }
  .catalog--cart__right--block__reviews::-webkit-scrollbar {
    display: none;
  }
  .catalog--cart__right--block__reviews--all {
    border: 1px solid #ffa25c;
    border-radius: 12px;
    color: #ffa25c;
    font-size: 18px;
    margin-top: 24px;
    min-height: 48px;
    opacity: 1;
    padding: 14px 18px;
  }
  .catalog--cart__right--block__reviews--all span {
    line-height: 1;
  }
  .catalog--cart__right--block__reviews--all svg {
    display: none;
  }
  .catalog--cart__right--block .feedback {
    font-size: 18px;
    margin-top: 12px;
    max-width: 100%;
    min-width: 100%;
    padding: 14px 18px;
    width: 100%;
  }
  .catalog--cart__right--price li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2px;
  }
  .catalog--cart__right--price li span {
    opacity: 0.6;
  }
  .catalog--cart__right--price li strong {
    font-weight: 400;
  }
  .catalog--cart__right .main--reviews__slide--rate span {
    font-size: 16px;
  }
  .catalog--cart__right
    .catalog--psychologists__item--header__top:not(:last-child) {
    margin-bottom: 16px;
  }
  .catalog--cart__right
    .catalog--psychologists__item--header__rating:not(:last-child) {
    margin-bottom: 16px;
  }
  .catalog--cart__right
    .catalog--psychologists__item--header__tags:not(:last-child) {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 16px;
  }
  .catalog--cart__right .catalog--psychologists__item--header__text {
    gap: 10px;
  }
  .catalog--cart__right .catalog--psychologists__item--header__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2px;
  }
  .catalog--cart__right .catalog--psychologists__item:not(:first-child) {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .catalog--categories__block {
    padding: 24px 20px;
  }
  .catalog--categories__buttons {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .catalog--categories__item {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }
  .catalog--categories__item a {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}

@media only screen and (max-width: 430px) {
  .catalog--psychologists__item--popupVideo iframe {
    height: 23vh;
  }
}

@media only screen and (max-width: 390px) {
  .catalog--psychologists__item--popupVideo iframe {
    height: 180px;
  }
}

.catalog--cart__wrapper .image-ver-3 {
  /* margin-right: 24px; */
  flex-shrink: 0;
  position: relative;
  max-width: 100%;
  width: 100%;
  display: flex;
  max-height: 225px;
  flex-direction: column;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .catalog--cart__wrapper .image-ver-3 {
    margin-bottom: 24px;
    max-width: 100%;
    margin-right: 0;
  }
}

.catalog--cart__wrapper .image-ver-3 img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 12px;
  flex-grow: 1;
}

.catalog--cart__wrapper .image-ver-3 .logo-card-ver-3 {
  position: absolute;
  bottom: 8px;
  border-radius: 12px;
  height: auto;
  background: #fff;
  max-width: 168px;
  overflow: hidden;
  vertical-align: bottom;
  width: auto;
  display: inline-block;
  left: 10px;
  padding: 5px;
}

.catalog--cart__wrapper .image-ver-3 .logo-card-ver-3 img {
  max-width: 100%;
  max-height: 50px;
  height: auto;
  width: auto;
  position: static;
  border-radius: 0;
  object-fit: contain;
  vertical-align: bottom;
}

.catalog--cart__wrapper button:not(.slick-arrow),
.catalog--cart__wrapper .btn-blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  padding: 10px 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-size: 18px;
  min-height: 48px !important;
  margin-bottom: 10px;
}

.catalog--cart__left button:not(.slick-arrow),
.catalog--cart__left .btn-blue {
  width: 100%;
}

.catalog--cart__right .buttons {
  display: none;
}

@media only screen and (max-width: 430px) {
  .catalog--cart__right button,
  .catalog--cart__right .btn-blue,
  .catalog--cart__right .buttons {
    display: block;
    width: 100%;
  }
}

.catalog--cart__right button.favorite {
  display: block;
}

.catalog--cart__right button.favorite svg {
  transform: translateX(-25%);
}

.catalog--psychologists__item--header__top {
  position: relative;
}

.catalog--cart__right .tabs_object .tab-content .tab-pane {
  display: block !important;
  opacity: 1;
  background-color: #fff;
  border-radius: 16px;
  padding: 20px 24px;
  margin-bottom: 20px;
}

.catalog--cart__right .tabs_object .navs_over {
  display: none;
}

.catalog--cart__right .tabs_object {
  background: none;
  box-shadow: none;
}

.catalog--cart__right .tabs_object .tab-content {
  padding: 0 !important;
}

/* код Марата */

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 48px;
}

.spoiler .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 20px;
  padding: 13px 32px;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
}

.links_object {
  box-shadow: 0 4px 24px 0 rgba(105, 126, 60, 0.102);
}

.tabs_object .nav li h2 {
  padding: 17px 12px;
  font-size: 12px;
  cursor: pointer;
  font-weight: 500;
  color: #2a2a2a;
  display: block;
}

.breadcrumbs__separator {
  font-size: 12px;
  margin: 0 5px;
}

.no_acc a {
  margin-right: 15px;
}

.checkbox__text {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  display: block;
}

.checkbox__text a {
  text-decoration: underline;
}

a.show-cat {
  box-shadow: 0 4px 24px 0 rgba(47, 67, 35, 0.051);
}

/* asd */

.catalog--cart__right button.favorite {
  position: initial;
}

.catalog--cart__left .catalog--psychologists__item--header__top {
  flex-direction: column;
}

.single-messia_object .breadcrumbs {
  /* max-width: 1224px; */
  margin: 0 auto 23px;
}
.single-messia_object {
  background-color: #fbfbfb;
  height: 100%;
}

.catalog--cart__wrapper .image-ver-3 {
  margin-right: 0;
  max-width: 100%;
  margin-bottom: 20px;
}

.catalog--cart__left .catalog--psychologists__item--header__top--left {
  text-align: center;
}

.catalog--cart__right .tabs_object .tab-content .tab-pane {
  box-shadow: 0 4px 24px 0 rgba(47, 67, 35, 0.051);
  -webkit-box-shadow: 0 4px 24px 0 rgba(47, 67, 35, 0.051);
}

@media (max-width: 480px) {
  .catalog--cart__right .tabs_object .tab-content .tab-pane {
    box-shadow: none;
  }
  .catalog--cart__right .tabs_object .tab-content #panel-1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .catalog--cart__right .tabs_object .tab-content .tab-pane {
    padding-top: 0;
    padding-bottom: 0;
  }

  .catalog--cart__wrapper .image-ver-3 img {
    max-width: 100%;
  }
}
