@charset "UTF-8";
body {
  background: #F1EDFF;
  padding: 0;
  margin: 0;
  position: relative;
}

* {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  width: 100%;
}

h1, h2, h3, p {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

.support-link {
  padding: 13px 24px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  background: #795BDA;
  border-radius: 8px;
}
.support-link:hover {
  background: #8E6BFF;
  transition: background 0.3s ease;
}

.container {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  font-family: "Golos Text", sans-serif;
  position: relative;
}

.section-title {
  font-size: 40px;
  font-weight: 400;
  line-height: 110%;
  color: #2F264D;
  list-style: normal;
}

.filter .container .filter__active {
  transform: translateX(0);
  transition-property: tranform;
  transition: 1s;
}

.help-block {
  font-size: 14px;
  color: #FF5C8D;
}

.psikholog__item.do-not-show {
  display: none;
}

.title {
  margin-bottom: 10px;
}

.submit_code_btn:disabled, .submit_code_btn[disabled] {
  background: #423F4D;
}

.iti__flag {
  background-image: url("./img/flags.png");
}

/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../images/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "";
}
[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "";
}
[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.header {
  position: relative;
  border-bottom: 1px solid #F1EDFF;
  background: #ffffff;
  z-index: 1000;
}
.header .mobile-menu {
  background: #ffffff;
  border-right: 1px solid #8E6BFF;
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  flex-direction: column;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  z-index: 1150;
  padding: 30px 30px 90px 30px;
  color: #2F264D;
  font-size: 20px;
  transform: translateX(-100vw);
  box-sizing: border-box;
  align-items: center;
}
.header .mobile-menu .lang-switcher {
  margin-top: 24px;
}
.header .mobile-menu .mobile-menu__list {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 0;
  justify-content: center;
}
.header .mobile-menu .mobile-menu__list li {
  margin: 0;
  padding: 0;
  width: 100%;
}
.header .mobile-menu .mobile-menu__list a {
  padding: 16px 0;
  border-bottom: 1px solid #9895A6;
  width: 100%;
  text-align: center;
  display: block;
}
.header .mobile-menu__active {
  transform: translateX(0);
  transition-property: tranform;
  transition: 1s;
}
.header .mobile-menu .logo {
  margin-bottom: 70px;
  display: block;
  margin-right: 5vw;
}
.header .mobile-menu__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 30px;
  background: url("../images/close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 18px;
  height: 18px;
  cursor: pointer;
  color: #ffffff;
}
.header .mobile-menu__list {
  display: flex;
  flex-direction: column;
}
.header .mobile-menu .support-link {
  margin-top: 24px;
}
.header__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 16px 0;
}
.header__menu .logo {
  min-width: 125px;
  position: relative;
}
.header__navigation {
  position: relative;
  width: 40%;
}
.header__navigation .navigation {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.header__navigation .navigation__item {
  margin-right: 30px;
}
.header__navigation .navigation__item:last-child {
  margin-right: 0;
}
.header__navigation .navigation a {
  color: #2F264D;
  font-weight: 400;
  font-size: 14px;
}
.header__navigation .navigation a:hover {
  color: #8E6BFF;
  transition: color 0.3s ease;
}
.header__useraction {
  display: flex;
  align-items: center;
}
.header__useraction .support {
  margin-right: 16px;
}
.header__useraction a {
  padding: 13px 24px;
  font-size: 14px;
  font-weight: 400;
}
.header__useraction a:nth-child(1) {
  color: #ffffff;
  background: #795BDA;
  border-radius: 8px;
}
.header__useraction a:nth-child(1):hover {
  background: #8E6BFF;
  transition: background 0.3s ease;
}
.header__useraction div:nth-child(2) {
  display: flex;
  align-items: center;
}
.header__useraction .btn-auth {
  color: #2F264D;
  font-weight: 400;
  border-radius: 8px;
  box-shadow: 0px 0px 1px 1px #795BDA;
  padding-left: 48px;
  background: none;
  border: none;
  background-image: url("../images/sing-in.svg");
  background-repeat: no-repeat;
  background-position: 18px center;
  padding: 13px 24px 13px 53px;
  font-size: 14px;
  font-weight: 400;
  margin-right: 16px;
}
.header__useraction .btn-auth:hover {
  box-shadow: 0px 0px 1px 2px #795BDA;
  transition: box-shadow 0.3s ease;
}
.header__useraction .btn-logout {
  color: #2F264D;
  font-weight: 400;
  border-radius: 8px;
  box-shadow: 0px 0px 1px 1px #795BDA;
  padding-left: 48px;
  background: none;
  border: none;
  background-image: url("../images/logout.svg");
  background-repeat: no-repeat;
  background-position: 22px center;
  padding: 13px 24px 13px 53px;
  font-size: 14px;
  font-weight: 400;
  margin-right: 32px;
}
.header__useraction .btn-logout:hover {
  box-shadow: 0px 0px 1px 2px #795BDA;
  transition: box-shadow 0.3s ease;
}
.header__useraction .account {
  padding-left: 40px;
  background-image: url("../images/account.svg");
  background-repeat: no-repeat;
  background-position: 0 center;
}
.header .lang-switcher {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}
.header .lang-switcher .lang-header {
  position: relative;
  padding: 13px 24px 13px 13px;
}
.header .lang-switcher .lang-header::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 42%;
  right: 5px;
  background: url("../images/select.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
}
.header .lang-switcher__list {
  display: none;
  position: absolute;
  bottom: -90px;
  left: 0;
  top: 44px;
  z-index: 1010;
  background: #ffffff;
}
.header .lang-switcher__list .filter__select__item {
  padding: 0;
  border: none;
}
.header .lang-switcher__list .filter__select__item a {
  padding: 10px 16px !important;
  cursor: pointer;
  color: inherit;
  display: block;
  background: none;
}
.header .lang-switcher__list li:hover {
  background: #F1EDFF;
}
.header .lang-switcher__list a:hover {
  background: none;
}

.banner {
  position: relative;
  padding: 45px 0;
  background: #ffffff;
  background-image: url("../images/bg-banner.svg");
  background-repeat: no-repeat;
  background-position: center 10vw;
}
.banner__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.banner__text {
  width: 50%;
  padding-top: 27px;
}
.banner__images {
  width: 40%;
}
.banner__title {
  font-size: 46px;
  font-weight: 400;
  line-height: 130%;
  color: #2F264D;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline;
}
.banner__title::before {
  content: "";
  background: url("../images/heard.svg");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 0;
  right: -20px;
  display: block;
  width: 20px;
  height: 20px;
}
.banner__description {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  color: #423F4D;
  margin-bottom: 60px;
}
.banner__link {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  padding: 25px 90px;
  background: #795BDA;
  border-radius: 8px;
  display: inline-block;
}
.banner__link:hover {
  background: #8E6BFF;
  transition: background 0.3s ease;
}
.banner__choice {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  width: 60%;
}
.banner__choice span {
  color: #423F4D;
  font-size: 14px;
  font-weight: 150%;
  margin-right: 16px;
}
.banner__choice__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.banner__choice__list li {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #ffffff;
  margin-left: -5px;
  position: relative;
}
.banner__choice__list li img {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.banner__choice__list li:hover {
  border: 2px solid #795BDA;
}

.advantages {
  position: relative;
  margin-top: 32px;
}
.advantages__indicators {
  background: #A498D9;
  padding: 40px 30px 30px 30px;
  border-radius: 16px;
  width: 100%;
  margin-left: -30px;
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
}
.advantages__indicators .indicators-list {
  display: flex;
  justify-content: space-between;
  align-items: first baseline;
  color: #ffffff;
  margin-bottom: 24px;
}
.advantages__indicators .indicators-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 17%;
}
.advantages__indicators .indicators-item span {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}
.advantages__indicators .indicators-item p {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 150%;
  margin-top: 8px;
}
.advantages__box {
  padding: 24px;
  background: #ffffff;
  margin-bottom: -100px;
  border-radius: 8px;
  box-sizing: border-box;
}
.advantages__list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.advantages__list__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 22%;
}
.advantages__list__icon {
  margin-right: 16px;
}
.advantages__list__title {
  font-size: 20px;
  font-weight: 500;
  color: #2F264D;
  line-height: 120%;
}
.advantages__list__text {
  font-size: 14px;
  font-weight: 400;
  color: #423F4D;
  line-height: 150%;
  margin-top: 8px;
}

.problem-solving {
  position: relative;
  padding: 105px 0 45px 0;
}
.problem-solving .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.problem-solving .section-title {
  text-align: center;
}
.problem-solving__box {
  margin-top: 60px;
}
.problem-solving__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: first baseline;
}
.problem-solving__item {
  width: 30%;
  margin-bottom: 54px;
}
.problem-solving__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  color: #423F4D;
  margin-top: 24px;
  text-align: center;
  margin-bottom: 36px;
}
.problem-solving__link {
  background: #795BDA;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  padding: 24px;
  border-radius: 8px;
  text-align: center;
}
.problem-solving__link:hover {
  background: #8E6BFF;
  transition: background 0.3s ease;
}

.appeal {
  background: #ffffff;
  padding: 45px 0;
}
.appeal .appeal__author {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
}
.appeal .appeal__author p {
  font-size: 24px;
  font-weight: 500;
  color: #2F264D;
}
.appeal .appeal__author span {
  color: #FF5C8D;
  font-weight: 500;
}
.appeal__entry {
  font-size: 24px;
  color: #423F4D;
  font-weight: 400;
  line-height: 150%;
  padding-left: 90px;
  padding-right: 90px;
}
.appeal__entry p {
  margin: 8px 0;
}
.appeal__box {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  border: 10px solid #F1EDFF;
  border-radius: 16px;
  background-color: #ffffff;
  width: 80%;
  margin: 0 auto;
}
.appeal__description {
  width: 100%;
  position: relative;
}
.appeal__description::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/quotes.svg");
  background-repeat: no-repeat;
  display: block;
  width: 80px;
  height: 80px;
}
.appeal__description__title {
  font-size: 40px;
  color: #2F264D;
  font-weight: 400;
  line-height: 110%;
  position: relative;
}
.appeal__description__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -80px;
  background: url("../images/quotes.svg");
  background-repeat: no-repeat;
  display: block;
  width: 80px;
  height: 80px;
}
.appeal__description__text {
  color: #2F264D;
  font-weight: 400;
  line-height: 150%;
  font-size: 14px;
  margin-top: 24px;
  position: relative;
}
.appeal__description__text p {
  margin-bottom: 10px;
  font-size: 15px;
}
.appeal__description__text span {
  color: #FF5C8D;
  font-size: 14px;
}
.appeal__image {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  margin-right: 16px;
}
.appeal__image img {
  width: 80px;
  height: 80px;
}
.appeal__team__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  color: #423F4D;
  text-align: center;
  width: 60%;
  margin: 40px auto 0 auto;
}
.appeal__team__list {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.appeal__team__item {
  width: 156px;
  height: 18.164vw;
  max-height: 156px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #ffffff;
  margin-left: -15px;
  box-sizing: border-box;
  position: relative;
}
.appeal__team__item img {
  width: 100%;
  height: 18.164vw;
  max-height: 156px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.appeal__team__item:nth-child(1) {
  margin-left: 0;
}
.appeal__team__item:hover {
  border: 5px solid #795BDA;
  transition: border 0.3s ease;
}

.qualification {
  position: relative;
  background: #ffffff;
}
.qualification .section-title {
  text-align: center;
}
.qualification__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
.qualification__item {
  width: 27%;
  margin-bottom: 60px;
  text-align: center;
}
.qualification__item__images {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.qualification__item__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  color: #2F264D;
  margin-top: 18px;
}
.qualification__item__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #423F4D;
  margin-top: 8px;
}

.direction {
  position: relative;
  padding: 45px 0 60px 0;
  background: #ffffff;
}
.direction__more {
  padding: 24px 90px;
  background: #795BDA;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 8px;
  margin-left: 36%;
  transform: translateX(-27%);
}
.direction__more:hover {
  background: #8E6BFF;
  transition: 0.3s;
}
.direction .section-title {
  text-align: center;
}
.direction__tab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 40px 90px;
}
.direction__tab .active-tab {
  background: #795BDA;
  color: #ffffff;
}
.direction__tab__item {
  background: #F1EDFF;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 400;
  color: #423F4D;
  cursor: pointer;
  margin-right: 8px;
}
.direction__tab__item:hover {
  background: #795BDA;
  color: #ffffff;
}
.direction__tab__item:last-child {
  margin-right: 0;
}
.direction__list {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 60px;
  margin-top: 45px;
}
.direction__list__image {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 190px;
  border-radius: 8px;
}
.direction__list__image img {
  width: 100%;
  height: 190px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.direction__list__item {
  min-width: 190px;
  width: 190px;
  height: 190px;
  position: relative;
  border-radius: 8px;
  display: block;
  box-sizing: border-box;
  margin-right: 16px;
}
.direction__list__description {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.direction__list__description__name {
  margin-bottom: 5px;
}
.direction__list__description span {
  color: #ffffff;
}
.direction__list__name {
  font-size: 20px;
  font-weight: 500;
}
.direction__list__experience {
  font-size: 14px;
  font-weight: 400;
}

.banner-map {
  padding: 45px 0;
  background: #F1EDFF;
}
.banner-map__box {
  padding: 50px 100px;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  z-index: 1;
}
.banner-map__text {
  width: 43%;
}
.banner-map__image {
  width: 50%;
}
.banner-map__title {
  font-size: 32px;
  color: #2F264D;
  font-weight: 400;
  line-height: 110%;
}
.banner-map__description {
  font-size: 20px;
  color: #423F4D;
  font-weight: 400;
  line-height: 150%;
  margin-top: 16px;
}
.banner-map__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 16px;
}
.banner-map__item {
  margin-right: 16px;
  font-size: 14px;
  color: #423F4D;
  font-weight: 400;
  line-height: 150%;
  background-image: url("../images/checked-act.svg");
  background-repeat: no-repeat;
  background-position: 0 60%;
  padding-left: 18px;
  margin-bottom: 16px;
}

.how-start {
  position: relative;
  background: #ffffff;
  padding: 45px 0 195px 0;
}
.how-start__description {
  font-size: 20px;
  font-weight: 400;
  margin-top: 8px;
  color: #423F4D;
}
.how-start__list {
  margin-top: 60px;
}
.how-start__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.how-start__item:last-child {
  margin-bottom: 0;
}
.how-start__item__text {
  text-align: left;
  width: 40%;
  padding-top: 24px;
}
.how-start__item__image {
  width: 500px;
  background: #F1EDFF;
  height: 240px;
  overflow: hidden;
  padding: 14px 80px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
}
.how-start__item:nth-child(4) img {
  width: 75%;
  margin: 0 auto;
}
.how-start__item__number {
  font-size: 24px;
  color: #795BDA;
  font-size: 500;
  margin-top: 24px;
}
.how-start__item__title {
  font-size: 24px;
  font-weight: 400;
  color: #2F264D;
  margin: 24px 0 16px 0;
}
.how-start__item__description {
  font-size: 14px;
  width: 80%;
  font-weight: 400;
  color: #423F4D;
  line-height: 150%;
}

.banner-selection {
  margin-top: -150px;
}
.banner-selection__banner {
  background: #A498D9;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 32px 100px;
}
.banner-selection__banner__text {
  width: 50%;
}
.banner-selection__banner__text .psikholog__banner__phone {
  font-size: 32px;
  margin-top: -20px;
}
.banner-selection__banner__text span {
  color: #ffffff;
  font-size: 20px;
  background: #FF5C8D;
  padding: 9px 18px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  margin-top: 30px;
  display: inline-block;
}
.banner-selection__banner__text h2 {
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 18px;
}
.banner-selection__banner__text p {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  color: #ffffff;
  width: 90%;
  margin-top: 14px;
  margin-bottom: 36px;
}
.banner-selection__banner__text a {
  padding: 17px 20px;
  color: #423F4D;
  background: #ffffff;
  border-radius: 8px;
}
.banner-selection__banner__text a:hover {
  color: #ffffff;
  background: #795BDA;
}
.banner-selection__img {
  width: 340px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  box-sizing: border-box;
  height: 275px;
}
.banner-selection__img img {
  height: 275px;
}

.comments-block {
  position: relative;
  background: #F1EDFF;
  padding: 45px 0 60px 0;
}
.comments-block__response {
  position: absolute;
  right: 20px;
  top: 107%;
  padding: 17px 24px;
  background: #ffffff;
  color: #423F4D;
  border: 1px solid #795BDA;
  border-radius: 8px;
  font-size: 14px;
}
.comments-block__response:hover {
  box-shadow: 0 0 1px 1px #795BDA;
  transition: 0.3s ease;
}
.comments-block__links {
  display: none;
}
.comments-block .wrapper-item:after {
  content: "";
  position: absolute;
  top: 24px;
  right: 24px;
  width: 42px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: center center;
  background-size: contain;
}
.comments-block .wrapper-item::before {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: 42px;
  height: 32px;
  background-size: contain;
}
.comments-block__slider {
  display: flex;
  justify-content: space-between;
  margin: 60px 0;
  position: relative;
}
.comments-block__slider .slick-track {
  display: flex;
  position: relative;
}
.comments-block__slider .slick-track .slick-slide {
  margin-right: 16px;
}
.comments-block__slider .slick-arrow {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 115%;
}
.comments-block__slider .slick-prev {
  left: 0;
  background-image: url("../images/sl-arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.comments-block__slider .slick-next {
  left: 250px;
  background-image: url("../images/sl-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.comments-block__slider .slick-dots {
  position: absolute;
  top: 115%;
  left: 100px;
  width: 10vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 14px;
}
.comments-block__slider .slick-dots .slick-active button {
  background: #795BDA;
  transform: scale(2);
}
.comments-block__slider .slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #795BDA;
}
.comments-block__item {
  width: 600px;
  background: #ffffff;
  padding: 24px;
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
  height: 385px;
}
.comments-block__item__user {
  position: relative;
}
.comments-block__item__avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.comments-block__item__avatar img {
  width: 100%;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.comments-block__item__name {
  font-family: "Golos Text", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #423F4D;
  position: absolute;
  top: 8px;
  left: 80px;
}
.comments-block__item__job {
  font-family: "Golos Text", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #9895A6;
  position: absolute;
  top: 28px;
  left: 80px;
}
.comments-block__item__comment {
  font-family: "Golos Text", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #423F4D;
  line-height: 150%;
  padding: 14px 28px 28px 0;
  margin-left: 0;
  height: 275px;
  overflow: hidden;
  margin-bottom: 20px;
}
.comments-block__item__date {
  font-family: "Golos Text", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #9895A6;
  position: absolute;
  right: 24px;
  bottom: 24px;
}

.question {
  position: relative;
  background: #F1EDFF;
  padding: 45px 0;
}
.question__block {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}
.question__list {
  width: 60%;
}
.question__item {
  background: #ffffff;
  padding: 16px 16px 0 16px;
  margin-bottom: 8px;
  cursor: pointer;
  position: relative;
  border-radius: 8px;
}
.question__item input[type=checkbox] {
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.question__item input[type=checkbox]:checked ~ .question__item__answer {
  display: block;
  max-height: 9999px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 3px solid #F1EDFF;
}
.question__item input[type=checkbox]:checked + .question__item__text::before {
  transform: rotate(-45deg);
  transition: transform 0.6s;
}
.question__item__answer {
  overflow: hidden;
  font-size: 15px;
  color: #2F264D;
  font-weight: 400;
  line-height: 150%;
  max-height: 0;
}
.question__item__text {
  font-size: 20px;
  color: #423F4D;
  font-weight: 400;
  padding-bottom: 16px;
}
.question__item__text::before {
  content: "+";
  position: absolute;
  right: 16px;
  top: 10px;
  display: block;
  font-size: 30px;
  color: #795BDA;
  transform: rotate(0deg);
  transition: transform 0.6s;
}
.question__right {
  width: 37%;
}
.question__right__img {
  margin-bottom: 16px;
}
.question__right span {
  padding: 10px;
  color: #ffffff;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  border-top-left-radius: 24px;
  background: #FF5C8D;
  margin-top: 24px;
}
.question__right__title {
  font-size: 32px;
  color: #2F264D;
  font-weight: 400;
  font-family: "Golos Text", sans-serif;
  line-height: 110%;
  text-align: center;
  margin-top: 24px;
  padding: 0 14px;
}
.question__right__text {
  font-size: 20px;
  color: #423F4D;
  font-weight: 400;
  font-family: "Golos Text", sans-serif;
  line-height: 120%;
  text-align: center;
  margin-top: 12px;
  padding: 0 14px;
}
.question__right__link {
  margin-top: 32px;
  display: flex;
  justify-content: space-around;
  padding: 0 14px;
}
.question__right__social {
  display: flex;
  justify-content: space-between;
}
.question__right__social a {
  margin-right: 10px;
}
.question__right__social a:last-child {
  margin-right: 0;
}
.question__right__btn {
  background: #795BDA;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 21px 24px;
  border-radius: 8px;
  justify-content: center;
}
.question__right__btn:hover {
  background: #8E6BFF;
  transition: 0.3s;
}

.advice {
  position: relative;
  padding: 45px 0;
  background: #ffffff;
}
.advice__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 45px 0;
}
.advice__all-link {
  padding: 17px 24px;
  border: 1px solid #795BDA;
  border-radius: 8px;
  font-family: "Golos Text", sans-serif;
  font-size: 14px;
  color: #423F4D;
  position: absolute;
  right: 20px;
  top: 10px;
}
.advice__all-link:hover {
  box-shadow: 0 0 1px 1px #795BDA;
  transition: 0.3s;
}
.advice__item {
  width: 48%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  padding: 16px;
  position: relative;
}
.advice__item__img {
  width: 38%;
  height: 190px;
  position: relative;
  overflow: hidden;
}
.advice__item__img img {
  width: 100%;
  height: 190px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.advice__item__description {
  width: 58%;
  position: relative;
}
.advice__item__title {
  font-size: 20px;
  font-weight: 500;
  color: #423F4D;
  line-height: 120%;
  margin-bottom: 18px;
}
.advice__item__title:hover {
  color: #8E6BFF;
  transition: color 0.3s ease;
}
.advice__item__text {
  font-size: 14px;
  font-weight: 400;
  color: #423F4D;
  line-height: 150%;
}
.advice__item__date {
  font-size: 14px;
  font-weight: 400;
  color: #9895A6;
  line-height: 150%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.advice__item__author {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.advice__item:last-child {
  margin-bottom: 0;
}
.advice__more-downloadd {
  background: none;
  margin: 20px auto;
  font-size: 14px;
  padding: 17px 20px;
  display: flex;
  color: #2F264D;
  border: 1px solid #795BDA;
  border-radius: 8px;
}
.advice__more-downloadd:hover {
  color: #8E6BFF;
  transition: background 0.3s ease;
}
.advice__more-downloadd::before {
  content: "";
  height: 2px;
  width: 40%;
  position: absolute;
  left: 0;
  bottom: 25px;
  background: #F1EDFF;
}
.advice__more-downloadd::after {
  content: "";
  height: 2px;
  width: 40%;
  position: absolute;
  right: 0;
  bottom: 25px;
  background: #F1EDFF;
}

.onlain-consul {
  position: relative;
  background: #F1EDFF;
  padding: 45px 0;
}
.onlain-consul__title {
  font-size: 24px;
  font-weight: 400;
  color: #423F4D;
  font-family: "Golos Text", sans-serif;
  margin-bottom: 20px;
}
.onlain-consul__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.onlain-consul__item {
  position: relative;
}
.onlain-consul__item:nth-child(1) {
  width: 48%;
}
.onlain-consul__item:nth-child(1) .onlain-consul__img {
  width: 40%;
}
.onlain-consul__item:nth-child(2) {
  width: 48%;
}
.onlain-consul__item:nth-child(2) .onlain-consul__title {
  font-size: 20px;
}
.onlain-consul__item:nth-child(2) .onlain-consul__img {
  width: 80%;
}
.onlain-consul__item:nth-child(2) .onlain-consul__img {
  margin-bottom: 20px;
}
.onlain-consul__item:nth-child(3) {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.onlain-consul__item:nth-child(3) .onlain-consul__title {
  font-size: 20px;
}
.onlain-consul__item:nth-child(3) .onlain-consul__img {
  width: 40%;
}
.onlain-consul__item:nth-child(3) .onlain-consul__description {
  width: 48%;
}
.onlain-consul__item:nth-child(4) {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.onlain-consul__item:nth-child(4) .onlain-consul__title {
  font-size: 20px;
}
.onlain-consul__item:nth-child(4) .onlain-consul__img {
  width: 40%;
}
.onlain-consul__item:nth-child(4) .onlain-consul__description {
  width: 48%;
}
.onlain-consul__text {
  font-size: 14px;
  color: #423F4D;
  line-height: 150%;
}

.footer {
  padding: 45px 0;
  background: #ffffff;
}
.footer__navigation {
  display: flex;
  justify-content: space-between;
}
.footer__menu {
  display: flex;
  align-items: center;
}
.footer__menu__list {
  display: flex;
  align-items: center;
}
.footer__menu__list li {
  margin-right: 16px;
}
.footer__menu__list li a {
  font-size: 14px;
  color: #2F264D;
  font-weight: 500;
}
.footer__menu__list li a:hover {
  color: #8E6BFF;
  transition: color 0.3s ease;
}
.footer__menu__list li:last-child {
  margin-right: 0;
}
.footer__menu__item:hover {
  color: #8E6BFF;
  transition: color 0.3s ease;
}
.footer__contact {
  font-size: 16px;
  color: #423F4D;
  font-weight: 500;
}
.footer__contact__list {
  display: flex;
  align-items: center;
}
.footer__contact__item {
  margin-right: 24px;
}
.footer__contact__item:nth-child(2) {
  display: flex;
}
.footer__contact__item:nth-child(2) a {
  width: 48px;
  height: 48px;
  margin-right: 8px;
}
.footer__contact__item:nth-child(2) a:last-child {
  margin-right: 0;
}
.footer__contact__item:nth-child(3) {
  padding: 16px 24px;
  color: #ffffff;
  background: #A498D9;
  border-radius: 8px;
}
.footer__contact__item:nth-child(3):hover {
  background: #8E6BFF;
  transition: background 0.3s ease;
}
.footer__contact__item:last-child {
  margin-right: 0;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
.footer__bottom__contract, .footer__bottom__copyright {
  font-size: 12px;
  font-weight: 400;
  color: #423F4D;
  display: flex;
  align-items: center;
}
.footer__bottom__contract li, .footer__bottom__copyright li {
  margin-right: 18px;
}
.footer__bottom__contract li:last-child, .footer__bottom__copyright li:last-child {
  margin-right: 0;
}
.footer__bottom__payment {
  display: flex;
  align-items: center;
}
.footer__bottom__payment li {
  width: 48px;
  height: 32px;
  display: flex;
  align-items: center;
  border: 2px solid #F1EDFF;
  border-radius: 4px;
  margin-right: 8px;
}
.footer__bottom__payment li:last-child {
  margin-right: 0;
}
.footer__directions {
  width: 75%;
  margin-top: 24px;
}
.footer__directions__list {
  display: flex;
  flex-wrap: wrap;
}
.footer__directions__name {
  margin-bottom: 24px;
  color: #2F264D;
  font-size: 24px;
  font-weight: 400;
}
.footer__directions__item {
  width: 190px;
  margin-bottom: 10px;
}
.footer__directions__link {
  font-size: 14px;
  color: #423F4D;
}
.footer__directions__link:hover {
  color: #8E6BFF;
}

.burger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 20px;
  height: 20px;
  margin-left: -60px;
  cursor: pointer;
}
.burger-menu span {
  background: #795BDA;
  height: 2px;
  width: 24px;
}

.comments-form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 24px;
  border-radius: 8px;
  z-index: 1100;
}
.comments-form__type {
  border-radius: 8px;
  box-shadow: 0 0 1px 1px #9895A6;
  border: none;
  width: 100%;
  padding: 16px;
  outline: none;
  height: 100px;
  margin-top: 24px;
}
.comments-form__submit {
  width: 50%;
  background: #795BDA;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  border: none;
  padding: 16px;
  border-radius: 48px;
  margin-top: 24px;
  float: right;
}
.comments-form__submit:hover {
  background: #8E6BFF;
  transition: 0.3s;
}

.comments-notauth {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 24px;
  border-radius: 8px;
  z-index: 1100;
  width: 450px;
  box-shadow: 0 0 1px 1px #F1EDFF;
}
.comments-notauth__links {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comments-notauth__links button {
  padding: 16px;
  width: 48%;
  background: #795BDA;
  border: none;
  border-radius: 48px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}
.comments-notauth__links button:hover {
  background: #8E6BFF;
  transition: 0.3s;
}

.feedback {
  display: none;
  z-index: 1200;
}
.feedback__close {
  display: block;
  background-image: url("../images/close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 24px;
  top: 24px;
}
.feedback__title {
  font-size: 28px;
  color: #2F264D;
  font-weight: 400;
}

.subscribe {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(40, 37, 49, 0.75);
  z-index: 1100;
}
.subscribe__box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition-delay: 0s 10s;
  background: #ffffff;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 24px;
  border-radius: 8px;
  z-index: 1100;
  width: 400px;
  box-shadow: 0 0 1px 1px #795BDA;
}
.subscribe__title {
  font-size: 18px;
  color: #2F264D;
  font-weight: 400;
}
.subscribe__btn {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.subscribe__link {
  width: 48%;
  background: #795BDA;
  padding: 16px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border-radius: 48px;
}
.subscribe__not {
  width: 48%;
  background: #ffffff;
  padding: 16px;
  color: #795BDA;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border-radius: 48px;
  border: none;
  box-shadow: 0 0 1px 1px #795BDA;
}

.text-info {
  font-size: 20px;
  font-weight: 500;
  color: #795BDA;
  line-height: 120%;
  z-index: 1200;
  width: 90%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

button.pagination-more.download-test-doctors {
  background: none;
  font-size: 18px;
  padding: 17px 20px;
  display: flex;
  color: #795BDA;
  margin-top: 25px;
}
button.pagination-more.download-test-doctors:hover {
  color: #8E6BFF;
  transition: background 0.3s ease;
}

.available-hours__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 37, 49, 0.25);
  z-index: 1100;
  display: none;
}
.available-hours__close {
  background-color: #fff;
  border-radius: 8px;
  background-image: url("../images/close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 32px 32px;
  position: absolute;
  right: -56px;
  top: -56px;
  display: block;
  width: 56px;
  height: 56px;
}
.available-hours__body {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
  text-align: center;
  width: 50%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1100;
}
.available-hours__text {
  font-size: 40px;
  text-align: center;
  line-height: 1.2;
  color: #2F264D;
  position: relative;
  display: inline;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
  width: auto;
}
.available-hours__text::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -20px;
  background-image: url("../images/heard.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: block;
}
.available-hours__link {
  padding: 24px 80px;
  border-radius: 8px;
  color: #fff;
  background-color: #795BDA;
  display: table;
  margin: 40px auto 0 auto;
}
.available-hours__link:hover {
  background-color: #8E6BFF;
  transition: 0.3s ease;
}
.available-hours__active {
  display: block;
}

#advice-page {
  background: #F1EDFF;
}
#advice-page .bg-section {
  height: 510px;
}
#advice-page .filter__item-price {
  width: 25%;
}

.advice-page .filter .filter__item-price {
  width: 28.3%;
}

.advice {
  padding: 45px 0;
  position: relative;
}
.advice .filter {
  display: flex;
  background: none;
  position: absolute;
  justify-content: flex-end;
  right: 0;
  top: 10px;
  width: 100%;
}
.advice .filter__item-price {
  width: 26.3%;
  padding-right: 0;
  border: 1px solid #F1EDFF;
  margin-right: 10px;
}
.advice .filter__item-price .filter__select {
  width: 100%;
}
.advice .filter__item-price .filter__select__name {
  width: 70%;
}
.advice .filter__item-price .filter__select__icon {
  position: absolute;
  right: 0;
}
.advice .filter .search {
  width: 15%;
  border: 1px solid #F1EDFF;
}
.advice .filter .search input {
  width: 90%;
  padding-right: 20px;
}
.advice__block {
  margin-bottom: 0;
}
.advice__item {
  background: #ffffff;
  width: 48.5%;
}
.advice .pagination {
  width: 100%;
  margin-top: 40px;
}

.article {
  position: relative;
  width: 65%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 90px;
  padding-top: 90px;
}
.article__author {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article__author__img {
  width: 50px;
  height: 50px;
  margin-right: 16px;
}
.article__author__description span {
  font-size: 14px;
  color: #9895A6;
  font-weight: 400;
  line-height: 150%;
}
.article__author__name {
  font-size: 14px;
  color: #2F264D;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
}
.article__title {
  font-size: 40px;
  font-weight: 400;
  color: #2F264D;
  line-height: 110%;
  margin-top: 24px;
}
.article__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 90px;
  width: 100%;
}
.article__use {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.article__use li {
  margin-right: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border: 2px solid #F1EDFF;
  padding: 4px 6px;
  border-radius: 4px;
  font-size: 14px;
}
.article__use li i {
  margin-right: 10px;
}
.article__use li:last-child {
  margin-right: 0;
}
.article__date {
  color: #9895A6;
  font-size: 14px;
}
.article__body {
  position: relative;
}
.article__body__images {
  margin: 10px 0 20px 0;
}
.article__body__text {
  font-size: 20px;
  color: #423F4D;
  line-height: 150%;
  font-weight: 400;
}
.article__body__text h2 {
  font-size: 24px;
  color: #2F264D;
  font-weight: 500;
}
.article__body__text p {
  margin: 10px 0;
}
.article__body__text ul {
  padding: 20px 0;
  margin-left: 20px;
}
.article__body__text li {
  font-size: 18px;
  list-style: disc;
}
.article__body .article__quote {
  background: #ffffff;
  padding: 24px;
  border-bottom-left-radius: 48px;
  margin: 40px 0;
  box-sizing: border-box;
  position: relative;
}
.article__body .article__quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  background: url("../images/quetes.svg");
  background-repeat: no-repeat;
  display: block;
  width: 80px;
  height: 80px;
}
.article .psikholog__item {
  width: 100%;
  margin-top: 40px;
}
.article .psikholog__item .psikholog__item__profile {
  width: 100%;
}
.article .psikholog__banner {
  width: 100%;
  padding: 16px;
  border-radius: 8px;
}

.articles-author .advice__block {
  margin-top: 40px;
}

.other-doctors {
  padding: 90px 0;
}
.other-doctors__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  flex-wrap: wrap;
}
.other-doctors__wrapper .psikholog__item {
  width: 48%;
}
.other-doctors__wrapper .psikholog__item__profile {
  width: 100%;
}
.other-doctors__wrapper .psikholog__item__price {
  font-size: 20px;
}
.other-doctors__wrapper .psikholog__item__direction {
  width: 100%;
}
.other-doctors__wrapper .psikholog__item__direction li {
  font-size: 12px;
  margin-right: 8px;
}
.other-doctors__wrapper .psikholog__item__direction li:last-child {
  margin-right: 0;
}
.other-doctors__wrapper .psikholog__item__btn {
  width: 30%;
}

.title-page-h {
  position: relative;
  background: #ffffff;
  padding-bottom: 0;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
  width: 100%;
}
.title-page-h .container {
  display: flex;
  justify-content: center;
}
.title-page-h .title-page__title {
  font-size: 40px;
  font-weight: 400;
  color: #2F264D;
  text-align: center;
  margin: 60px 0;
  display: inline;
  position: relative;
}
.title-page-h .title-page__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  background: url("../images/heard.svg");
  background-repeat: no-repeat;
  background-position: 100% 108%;
  width: 1.5rem;
  height: 1.5rem;
}

.title-page {
  position: relative;
  background: #ffffff;
  padding-bottom: 100px;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
  width: 100%;
}
.title-page .container {
  display: flex;
  justify-content: center;
}
.title-page .title-page__title {
  font-size: 40px;
  font-weight: 400;
  color: #2F264D;
  text-align: center;
  margin: 60px 0;
  display: inline;
  position: relative;
}
.title-page .title-page__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  background: url("../images/heard.svg");
  background-repeat: no-repeat;
  background-position: 100% 108%;
  width: 1.5rem;
  height: 1.5rem;
}

.filter {
  position: relative;
}
.filter__mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.filter__open {
  background: #A498D9;
  color: #ffffff;
  padding: 14px 42px;
  border-radius: 48px;
  border: none;
}
.filter__close {
  position: absolute;
  top: 0;
  right: 20px;
  padding: 30px;
  background: url("../images/close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 18px;
  height: 18px;
  cursor: pointer;
  color: #ffffff;
}
.filter__apply {
  padding: 17px 0;
  background: #ffffff;
  border-radius: 48px;
  color: #423F4D;
  display: none;
  width: 250px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.filter__apply:hover {
  background: #795BDA;
  color: #ffffff;
}
.filter__box {
  background: #A498D9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 30px;
  border-radius: 16px;
  flex-wrap: wrap;
  margin-top: -110px;
}
.filter__item {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  width: 25%;
  margin-bottom: 16px;
  position: relative;
  border-right: 1px solid #F1EDFF;
}
.filter__item:nth-child(1) {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.filter__item:nth-child(4) {
  border-right: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.filter__select {
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.filter__select__icon {
  transform: rotate(-90deg);
  margin-right: 22px;
  font-size: 24px;
  color: #795BDA;
}
.filter__select__name {
  padding: 0 16px;
  white-space: nowrap;
}
.filter__select__list {
  background: #ffffff;
  display: none;
  position: absolute;
  flex-direction: column;
  left: 0;
  top: 70px;
  overflow: hidden;
  min-width: 100%;
  z-index: 1010;
}
.filter__select__item {
  padding: 10px 16px;
  cursor: pointer;
  border-bottom: 1px solid #F1EDFF;
  word-wrap: normal;
}
.filter__select__item:hover {
  background: #F1EDFF;
}
.filter__select__item:nth-child(1) {
  border-top: 1px solid #F1EDFF;
}
.filter__item-sm {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  border-radius: 5px;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  min-width: 11%;
}
.filter__item-sm .select__header {
  padding-top: 5px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
}
.filter__item-sm .filter__select__name {
  padding: 0 5px 0 16px;
}
.filter__item-sm .filter__select__list {
  min-width: 100%;
  margin-top: -27px;
}
.filter label {
  font-size: 15px;
  color: #9895A6;
  font-weight: 400;
  padding: 10px 16px 4px 16px;
}
.filter__bottom {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: space-between;
}
.filter__bottom .wrapp .filter__select__name {
  padding: 0;
}
.filter__bottom > div {
  margin-right: 5px;
}
.filter__bottom > div:last-child {
  margin-right: 0;
}
.filter__item-price {
  background: #ffffff;
  display: flex;
  align-items: center;
  min-width: 176px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding: 8px 0;
}
.filter__item-price .filter__select {
  padding: 0;
  width: 100%;
}
.filter__item-price .filter__select__list {
  width: 100%;
  margin-top: -30px;
}
.filter__item-price label {
  padding: 0;
  padding-left: 16px;
}
.filter .meeting {
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter .meeting input {
  background-color: none;
  width: 20px;
  height: 20px;
}
.filter .meeting label {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  padding: 0;
}
.filter .search {
  display: block;
  width: 21.8%;
  padding: 10px 16px;
  position: relative;
}
.filter .search__form {
  width: 100%;
  position: relative;
  padding: 10px 0 12px 0;
}
.filter .search__form button {
  position: absolute;
  top: 5px;
  right: 0;
  width: 20%;
  background: url("../images/search.svg");
  background-repeat: no-repeat;
  background-position: 100% center;
  border: none;
  width: 24px;
  height: 19px;
}
.filter .search input {
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 500;
  color: #423F4D;
  width: 90%;
  padding-right: 10%;
  position: absolute;
  top: 3px;
  left: 0;
  width: 88%;
  background: none;
}
.filter .filter-clean {
  border: none;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  border-radius: 5px;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  min-width: 11%;
  padding-right: 35px;
  padding-left: 14px;
}
.filter .filter-clean::after {
  content: "+";
  position: absolute;
  right: 12px;
  top: 5px;
  display: block;
  font-size: 30px;
  color: #795BDA;
}

.content {
  background: #F1EDFF;
  position: relative;
  margin-top: 24px;
}

.content__psikhologi .not-active .psikholog__item__profile .profile-link {
  opacity: 0.2;
}
.content__psikhologi .not-active .psikholog__item__profile .profile-link:hover {
  background-color: #795BDA;
}

.content__psikhologi .not-active .psikholog__item__session {
  background: #e3e1e5;
}

.psikholog__time {
  display: flex;
  margin-left: 200px;
  margin-top: -15px;
  align-items: center;
}
.psikholog__time__list {
  display: flex;
  justify-content: flex-start;
}
.psikholog__time__item {
  background-color: #F1EDFF;
  padding: 8px 12px;
  color: #795BDA;
  margin-right: 8px !important;
  border-radius: 4px;
}
.psikholog__time__text {
  color: #9895A6;
  font-size: 14px;
  margin-right: 8px;
}
.psikholog__item {
  display: flex;
  margin-bottom: 16px;
  justify-content: space-between;
  height: 215px;
  position: relative;
  overflow: hidden;
}
.psikholog__item__acquaintance {
  font-size: 14px;
  color: #9895A6;
  font-weight: 400;
  border-radius: 8px;
  padding: 8px 8px 8px 25px;
  background-image: url("../images/hello.svg");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 0 center;
  position: absolute;
  right: 8px;
  bottom: 140px;
}
.psikholog__item__link {
  display: contents;
}
.psikholog__item__right {
  position: absolute;
  width: 22%;
  right: 0;
  top: 24px;
  bottom: 24px;
}
.psikholog__item__right .psikholog__item__btn {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 20%;
  margin-top: 24px;
}
.psikholog__item__right .psikholog__item__btn a {
  margin-bottom: 8px;
}
.psikholog__item__right .psikholog__item__btn a:last-child {
  margin-bottom: 0;
}
.psikholog__item__right .psikholog__item__format {
  top: 0;
}
.psikholog__item__profile {
  background: #ffffff;
  padding: 16px;
  width: 73.5%;
  position: relative;
  border-radius: 8px;
}
.psikholog__item__foto {
  width: 183px;
  height: 183px;
  position: relative;
  margin-right: 16px;
  overflow: hidden;
  border-radius: 8px;
}
.psikholog__item__foto img {
  width: 100%;
  height: 183px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.psikholog__item__foto span {
  position: absolute;
  bottom: 1px;
  left: 1px;
  background: #ffffff;
  padding: 8px;
  font-size: 14px;
  color: #423F4D;
  font-weight: 400;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.psikholog__item__info {
  position: absolute;
  top: 16px;
  left: 216px;
  color: #423F4D;
  right: 0;
}
.psikholog__item__city {
  font-size: 14px;
  display: flex;
  color: #9895A6;
}
.psikholog__item__name {
  font-size: 24px;
  font-weight: 400;
  margin-top: 7px;
  line-height: 1.2;
  display: inline-block;
}
.psikholog__item ul {
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
}
.psikholog__item ul li {
  margin-right: 16px;
}
.psikholog__item ul li:last-child {
  margin-right: 0;
}
.psikholog__item__speciality {
  width: 60%;
  margin-top: -125px;
  margin-left: 200px;
  color: #423F4D;
}
.psikholog__item__direction {
  position: absolute;
  left: -200px;
  top: 198px;
  width: 100%;
}
.psikholog__item__direction li {
  padding: 8px 10px;
  border: 1px solid #F1EDFF;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
}
.psikholog__item__format {
  font-size: 14px;
  color: #423F4D;
  font-weight: 400;
  display: flex;
  position: absolute;
  right: 16px;
  top: 16px;
  justify-content: flex-end;
}
.psikholog__item__format li {
  display: flex;
}
.psikholog__item__format i {
  width: 14px;
  height: 14px;
  display: block;
  margin-right: 10px;
}
.psikholog__item__price {
  margin-top: -35px;
  margin-left: 200px;
  position: absolute;
  bottom: 25px;
}
.psikholog__item__price li {
  font-size: 14px;
  color: #9895A6;
  font-weight: 400;
}
.psikholog__item__price li span {
  color: #2F264D;
  font-size: 20px;
  font-weight: 500;
  margin: 0 5px;
}
.psikholog__item__experience {
  font-size: 14px;
  color: #423F4D;
  font-weight: 400;
  display: flex;
  /* left: -8px; */
  /* bottom: -155px; */
  /* position: absolute; */
  margin-left: 200px;
  margin: 16px 0 16px 200px;
  color: #423F4D;
}
.psikholog__item__experience li {
  display: flex;
  margin-bottom: 8px;
}
.psikholog__item__experience i {
  width: 18px;
  height: 18px;
  display: block;
  margin-right: 10px;
}
.psikholog__item__btn {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 20%;
}
.psikholog__item__btn .profile-link {
  height: 50px;
  color: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #795BDA;
  margin-bottom: 8px;
  border: none;
  padding: 0 32px;
}
.psikholog__item__btn .profile-link:last-child {
  margin-bottom: 0;
}
.psikholog__item__btn .profile-link:hover {
  background: #8E6BFF;
  transition: 0.3s;
}
.psikholog__item__session {
  background: #ffffff;
  padding: 8px;
  width: 25%;
  position: relative;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px;
}
.psikholog__item__session .psiholog__video {
  height: 144px;
  width: 100%;
  border-radius: 8px;
}
.psikholog__item__session i {
  margin-right: 10px;
}
.psikholog__item__session a {
  padding: 16.5px;
  border: 1px solid #795BDA;
  font-size: 15px;
  font-weight: 500;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.psikholog__item__session a:hover {
  background: #8E6BFF;
  color: #ffffff;
  transition: 0.3s;
}
.psikholog__item__session a:hover .icon-svg {
  fill: #ffffff;
  transition: 0.3s;
}
.psikholog__banner {
  background: #A498D9;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  height: auto;
  box-sizing: border-box;
}
.psikholog__banner__text {
  width: 50%;
}
.psikholog__banner__text .psikholog__banner__phone {
  font-size: 32px;
  margin-top: -20px;
}
.psikholog__banner__text span {
  color: #ffffff;
  font-size: 20px;
  background: #FF5C8D;
  padding: 9px 18px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  margin-top: 30px;
  display: inline-block;
}
.psikholog__banner__text h2 {
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 18px;
}
.psikholog__banner__text p {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  color: #ffffff;
  width: 90%;
  margin-top: 14px;
  margin-bottom: 36px;
}
.psikholog__banner__text a {
  padding: 17px 20px;
  color: #423F4D;
  background: #ffffff;
  border-radius: 8px;
}
.psikholog__banner__text a:hover {
  color: #ffffff;
  background: #795BDA;
}
.psikholog__banner__img {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  box-sizing: border-box;
}

.pagination-more {
  padding: 14px 24px;
  background: #795BDA;
  border-radius: 48px;
  color: #ffffff;
  margin-top: 60px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65%;
  margin-top: 40px;
}
.pagination li {
  margin: 0 5px;
}
.pagination .arrow {
  stroke: #423F4D;
}
.pagination .arrow-next {
  transform: rotate(180deg);
}
.pagination .pagination-active {
  color: #ffffff;
  background: #795BDA;
}
.pagination a {
  font-size: 14px;
  font-weight: 400;
  color: #423F4D;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination a:hover {
  color: #ffffff;
  background: #795BDA;
}
.pagination a:hover .arrow {
  stroke: #ffffff;
}

.psiholog {
  position: relative;
  padding: 30px 0 10px 0;
}
.psiholog__basic {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-radius: 16px;
}
.psiholog__basic__left {
  width: 65%;
  position: relative;
  background: #ffffff;
  padding: 24px;
  border-radius: 16px;
}
.psiholog__basic__right {
  width: 35%;
  padding-left: 24px;
}
.psiholog__basic__right .psiholog__video {
  width: 100%;
  height: 208px;
}
.psiholog__basic__right .block-right {
  background: #ffffff;
  padding: 24px;
  position: fixed;
  max-width: 402px;
  border-radius: 8px;
  z-index: 1;
}
.psiholog__basic__btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 16px;
}
.psiholog__basic__btn .btn-fixed {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.psiholog__basic__info {
  display: flex;
  justify-content: flex-start;
  position: relative;
  flex-wrap: wrap;
}
.psiholog__basic__images {
  width: 293px;
  height: 293px;
  position: relative;
  overflow: hidden;
  border-radius: 9px;
  margin-right: 20px;
}
.psiholog__basic__images img {
  width: 100%;
  height: 293px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.psiholog__basic__description {
  width: 50%;
}
.psiholog__basic__price {
  display: flex;
  justify-content: flex-start;
  width: 32%;
  margin-top: 15px;
  margin-left: 306px;
  margin-top: -67px;
}
.psiholog__basic__price div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 135px;
  margin-right: 8px;
}
.psiholog__basic__price div span:nth-child(1) {
  font-size: 24px;
  color: #2F264D;
  font-weight: 500;
  margin-bottom: 5px;
}
.psiholog__basic__price div span:nth-child(2) {
  font-size: 14px;
  color: #2F264D;
  font-weight: 400;
}
.psiholog__basic__location {
  border-top: 1px solid #F1EDFF;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.psiholog__basic__location .location-item {
  display: flex;
  flex-direction: column;
}
.psiholog__basic__location .location-item span:nth-child(1) {
  font-size: 14px;
  color: #9895A6;
  font-weight: 400;
  line-height: 150%;
}
.psiholog__basic__location .location-item span:nth-child(2) {
  font-size: 14px;
  color: #423F4D;
  font-weight: 400;
  line-height: 150%;
}
.psiholog__name {
  font-size: 24px;
  font-weight: 400;
  margin-top: 4px;
  margin-bottom: 10px;
  width: 40%;
}
.psiholog__format {
  font-size: 14px;
  color: #423F4D;
  font-weight: 400;
  display: flex;
  position: absolute;
  right: 0;
  top: 8px;
  justify-content: flex-end;
}
.psiholog__format li {
  display: flex;
  gap: 10px;
  margin-right: 10px;
}
.psiholog__format li:nth-child(2) {
  margin-left: 10px;
}
.psiholog__format i {
  width: 14px;
  height: 14px;
  display: block;
}
.psiholog__speciality {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 400;
  color: #2F264D;
  height: 40px;
  height: 40px;
}
.psiholog__speciality li {
  padding: 0;
  margin-right: 8px;
}
.psiholog__status {
  font-size: 14px;
  font-weight: 400;
  color: #9895A6;
  background-image: url("../images/verified.svg");
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 24px;
}
.psiholog__city {
  color: #9895A6;
  margin-top: 8px;
}
.psiholog__contant {
  width: 63%;
  margin-left: 24px;
}
.psiholog__experience {
  display: flex;
  font-size: 14px;
  color: #423F4D;
  font-weight: 400;
  position: absolute;
  bottom: 80px;
}
.psiholog__experience__item {
  display: flex;
  margin-right: 10px;
  padding: 4px 0;
}
.psiholog__experience__item span {
  margin-right: 5px;
  color: #795BDA;
  text-decoration: underline;
}
.psiholog__experience i {
  width: 14px;
  height: 14px;
  display: block;
  margin-right: 8px;
}
.psiholog .reservation {
  padding: 16px 24px;
  z-index: 105;
  position: relative;
}
.psiholog__working {
  display: flex;
  justify-content: flex-start;
  padding: 24px !important;
  margin-top: 16px;
  flex-wrap: wrap;
}
.psiholog__working__list {
  width: 33.33%;
}
.psiholog__working__list p {
  font-size: 14px;
  color: #9895A6;
  margin-bottom: 6px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 14px 14px;
}
.psiholog__working__item {
  font-size: 14px;
  color: #423F4D;
  line-height: 1.5;
  list-style-image: url("../images/line-style.svg");
  margin-left: 20px;
}
.psiholog__working__z {
  background-image: url("../images/zkem.svg");
}
.psiholog__working__with {
  background-image: url("../images/star.svg");
}
.psiholog__working__lang {
  background-image: url("../images/lang.svg");
}
.psiholog__item {
  width: 100%;
  padding: 0 24px;
  background: #ffffff;
  border-radius: 8px;
  box-sizing: border-box;
  margin-bottom: 16px;
}
.psiholog__item__price {
  margin-top: 0;
  width: 30%;
  margin-left: 310px;
  display: flex;
  margin-top: -50px;
}
.psiholog__item__price li {
  font-size: 14px;
  color: #9895A6;
  font-weight: 400;
}
.psiholog__item__price li span {
  color: #2F264D;
  font-size: 20px;
  font-weight: 500;
  margin: 0 5px;
}
.psiholog__item__title {
  font-size: 24px;
  font-weight: 400;
  color: #2F264D;
  font-family: "Golos Text", sans-serif;
  padding: 16px 0 0 0;
  position: relative;
}
.psiholog__item__more {
  color: #795BDA;
  font-size: 14px;
  background: none;
  border: none;
  margin: 24px 0;
}
.psiholog__item__height {
  height: 100%;
}
.psiholog__item__active .psiholog__item__body {
  display: block;
}
.psiholog__item__active .psiholog__item__title::after {
  transform: rotate(-45deg);
  transition: 0.3s;
}
.psiholog__item__body {
  padding: 0 0 16px 0;
  font-size: 14px;
  color: #423F4D;
  font-weight: 400;
  line-height: 150%;
}
.psiholog__item__body h3 {
  font-size: 20px;
  font-weight: 400;
  color: #2F264D;
  margin: 0 0 16px 0;
}
.psiholog__item__body p {
  margin-bottom: 16px;
}
.psiholog__item__type {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-start;
  padding: 24px 0;
  box-shadow: 0 2px 0 0 #F1EDFF;
}
.psiholog__item__type span:nth-child(1) {
  font-size: 16px;
  color: #423F4D;
  width: 20%;
  font-weight: 500;
}
.psiholog__item__type span:nth-child(2) {
  font-size: 15px;
  color: #423F4D;
  width: 55%;
  text-align: left;
  line-height: 150%;
}
.psiholog__item__type span:nth-child(3) {
  font-size: 14px;
  color: #9895A6;
  width: 20%;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  background-image: url("../images/verified.svg");
  background-repeat: no-repeat;
  background-position: 27% center;
}
.psiholog__therapy:nth-child(3) ul {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #423F4D;
  gap: 8px;
  margin-left: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.psiholog__therapy:nth-child(3) ul li {
  list-style-image: url("../images/line-style.svg");
  padding-left: 10px;
}
.psiholog__therapy:nth-child(4) ul {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #423F4D;
  gap: 8px;
  margin-left: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.psiholog__therapy:nth-child(4) ul li {
  list-style-image: url("../images/line-style-none.svg");
  padding-left: 10px;
}
.psiholog__diplom-slider {
  padding: 1px 24px 24px 24px;
}
.psiholog__diplom-slider__wrapper {
  margin: 24px 0;
}
.psiholog__diplom-slider .diplom-slider__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
  gap: 15px;
}
.psiholog__diplom-slider .diplom-slider .slick-list {
  overflow: hidden;
}
.psiholog__diplom-slider .diplom-slider .slick-slide {
  display: flex;
  justify-content: center;
}
.psiholog__diplom-slider .diplom-slider__item {
  min-height: 207px;
  border: 1px solid #F1EDFF;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  max-width: 153px;
}
.psiholog__diplom-slider .diplom-slider__item img {
  display: block;
}
.psiholog__diplom-slider .slick-arrow {
  width: 42px;
  height: 90px;
  z-index: 1;
  position: absolute;
  top: -45px;
}
.psiholog__diplom-slider .slick-prev {
  position: absolute;
  left: 0;
  background-image: url("../images/arrow-left-color.svg");
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}
.psiholog__diplom-slider .slick-prev.slick-disabled {
  background-image: url("../images/arrow-left-grey.svg");
}
.psiholog__diplom-slider .slick-next {
  position: absolute;
  left: 60px;
  top: -90px;
  background-image: url("../images/arrow-left-color.svg");
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  transform: rotate(180deg);
}
.psiholog__diplom-slider .slick-next.slick-disabled {
  background-image: url("../images/arrow-left-grey.svg");
}
.psiholog__request {
  padding: 16px 24px;
}
.psiholog__request__btn {
  margin-top: 24px;
  display: inline-block;
}
.psiholog__request a {
  color: #ffffff;
  font-weight: 500;
  padding: 17px 24px;
  background: #795BDA;
  border-radius: 48px;
  display: inline-flex;
}
.psiholog__request a:hover {
  background: #8E6BFF;
  transition: 0.3s;
}
.psiholog__additionally {
  background: #A498D9;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 16px 24px;
}
.psiholog__additionally__item {
  background: #ffffff;
  padding: 8px;
}
.psiholog__additionally__item p:nth-child(1) {
  font-size: 15px;
  font-weight: 600;
  color: #2F264D;
  line-height: 150%;
}
.psiholog__additionally__item p:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
  color: #423F4D;
  line-height: 150%;
  margin-top: 8px;
}
.psiholog__service-packages {
  padding: 16px 24px;
}
.psiholog__service-packages .service-packages {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.psiholog__service-packages .service-packages__item {
  border-top: 1px solid #F1EDFF;
  border-right: 1px solid #F1EDFF;
  padding: 24px;
  width: 33.33%;
}
.psiholog__service-packages .service-packages__item:last-child {
  border-right: none;
}
.psiholog__service-packages .service-packages__name {
  font-size: 20px;
  font-weight: 400;
  color: #795BDA;
  line-height: 150%;
}
.psiholog__service-packages .service-packages__description {
  font-size: 14px;
  font-weight: 400;
  color: #423F4D;
  line-height: 150%;
}
.psiholog__service-packages .service-packages__price {
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
}
.psiholog__service-packages .service-packages__box span {
  display: block;
}
.psiholog__service-packages .service-packages__box span:nth-child(1) {
  font-size: 13px;
  color: #9895A6;
  font-weight: 400;
  line-height: 150%;
}
.psiholog__service-packages .service-packages__box span:nth-child(2) {
  font-size: 24px;
  color: #2F264D;
  font-weight: 500;
  line-height: 150%;
}
.psiholog__service-packages .service-packages__btn a {
  padding: 17px 24px;
  color: #ffffff;
  background: #795BDA;
  font-weight: 500;
  border-radius: 48px;
}
.psiholog__service-packages .service-packages__btn a:hover {
  background: #8E6BFF;
  transition: 0.3s;
}
.psiholog .vebinares__planned {
  margin: 0;
}
.psiholog__about {
  margin-top: 16px;
  overflow: hidden;
}
.psiholog__about .psiholog__item__body {
  height: 260px;
  overflow: hidden;
  display: block;
  padding-top: 24px;
}
.psiholog__about .psiholog__item__title::after {
  display: none;
}
.psiholog .comments-block__item__comment {
  font-family: "Golos Text", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #423F4D;
  line-height: 150%;
  padding: 14px 28px 28px 0;
  margin-left: 0;
  overflow: hidden;
  margin-bottom: 20px;
  height: auto;
}

.play-video {
  display: none;
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: transparent;
  background-image: url("/img/svg/vodeo-play.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  border: none;
  z-index: 1;
}

.close-video {
  display: none;
}

.psiholog__item__text:target {
  display: block;
}

.item-title {
  font-size: 24px;
  font-weight: 400;
  color: #2F264D;
}

.psiholog .slick-track {
  display: flex;
  justify-content: flex-start;
}
.psiholog .slick-track .slick-slide {
  margin-right: 5px;
}

.single-psiholog .vebinares__planned {
  margin: 0;
  padding: 0 0 60px 0;
}

.single-psiholog .vebinares__completed__list {
  margin-top: 40px;
}

.vebinares__completed .advice__more-downloadd {
  margin-top: 40px;
}
.vebinares__completed .advice__more-downloadd::after {
  bottom: 62px;
}
.vebinares__completed .advice__more-downloadd::before {
  bottom: 62px;
}

.single-psiholog .vebinares__completed {
  padding: 60px 0 20px 0;
}

.single-psiholog .advice {
  padding: 60px 0 40px 0;
}

.single-psiholog .vebinares__completed__item {
  margin-bottom: 0;
}

.last-views {
  padding-bottom: 60px;
  overflow: hidden;
  max-width: 100%;
}
.last-views__title {
  font-size: 40px;
  font-weight: 400;
  color: #2F264D;
  line-height: 110%;
  margin: 40px 0;
}
.last-views ul {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.last-views ul li {
  min-width: 190px;
  height: 190px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin-right: 16px;
}
.last-views ul li img {
  width: 190px;
  height: 190px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.last-views__info {
  position: absolute;
  bottom: 16px;
  left: 16px;
  color: #ffffff;
}
.last-views__name {
  font-size: 20px;
  font-weight: 500;
}
.last-views__experience {
  font-size: 14px;
  font-weight: 400;
}
.last-views__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 8px;
}
.last-views__mask:hover {
  border: 10px inset #795BDA;
  transition: 0.1s;
}

.reservation .item-description {
  color: #423F4D;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
}
.reservation__filter {
  width: 55%;
  margin-top: 16px;
}
.reservation__filter input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.reservation__filter input[type=radio]:checked ~ .filter-btn {
  background: #795BDA;
  color: #ffffff;
}
.reservation__filter .filter__btn {
  position: relative;
  width: 50%;
  box-sizing: border-box;
}
.reservation__filter .filter__btn .filter-btn {
  width: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
  color: #423F4D;
  border: 1px solid #E3E1E5;
  border-radius: 5px;
}
.reservation__filter__format {
  display: flex;
  justify-content: space-between;
}
.reservation__filter__format .filter__btn {
  margin-right: 8px;
}
.reservation__filter__format .filter__btn:last-child {
  margin-right: 0;
}
.reservation__filter__type form {
  display: inline-flex;
  justify-content: stretch;
  background: #F1EDFF;
  padding: 8px;
  border-radius: 3px;
  margin-top: 8px;
  width: 100%;
}
.reservation__filter__type form .filter__btn {
  margin-right: 8px;
}
.reservation__filter__type form .filter__btn:last-child {
  margin-right: 0;
}

.calendar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.calendar .data-active {
  border-top: 1px solid #F1EDFF;
}
.calendar__wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  width: 100%;
}
.calendar__date {
  display: flex;
  flex-direction: column;
  border-top: 2px solid #795BDA;
  width: 14.28%;
}
.calendar__date__day {
  display: flex;
  flex-direction: column;
  padding: 8px;
  align-items: center;
}
.calendar__date__day span {
  display: block;
}
.calendar__date__day span:nth-child(1) {
  font-size: 16px;
  color: #2F264D;
  line-height: 150%;
}
.calendar__date__day span:nth-child(2) {
  font-size: 14px;
  color: #9895A6;
  line-height: 150%;
}
.calendar__date__time {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.calendar__date__time li {
  padding: 8px;
  color: #795BDA;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.calendar__arrows {
  position: relative;
  display: block;
  margin: 24px 0;
  height: 42px;
  width: 120px;
}
.calendar__arrows__prev {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/arrow-left-grey.svg");
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 42px;
  height: 42px;
  cursor: pointer;
}
.calendar__arrows__prev.active {
  background-image: url("../images/arrow-left-color.svg");
}
.calendar__arrows__next {
  position: absolute;
  left: 60px;
  top: 0;
  background-image: url("../images/arrow-left-grey.svg");
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 42px;
  height: 42px;
  cursor: pointer;
  transform: rotate(180deg);
}
.calendar__arrows__next.active {
  background-image: url("../images/arrow-left-color.svg");
}

.comments {
  position: relative;
}
.comments__count {
  font-size: 14px;
  font-weight: 400;
  color: #9895A6;
  position: absolute;
  right: 24px;
  top: 32px;
}
.comments__count span {
  font-size: 14px;
  font-weight: 400;
  color: #2F264D;
}

.mobile-filter-btn {
  display: none;
  background: #ffffff;
  border: none;
  border-radius: 48px;
  padding: 10px 24px;
  color: #2F264D;
  align-items: center;
  justify-content: space-around;
  width: 38%;
  font-size: 14px;
}
.mobile-filter-btn__burger {
  width: 24px;
  height: 24px;
  padding: 4px;
  display: flex;
  flex-direction: column;
}
.mobile-filter-btn__burger span {
  background: #795BDA;
  display: block;
  height: 2px;
  margin-top: 5px;
}
.mobile-filter-btn__burger span:nth-child(1) {
  width: 100%;
}
.mobile-filter-btn__burger span:nth-child(2) {
  width: 70%;
}
.mobile-filter-btn__burger span:nth-child(3) {
  width: 50%;
  margin-bottom: 0;
}

.mobile-filter {
  width: 100vw;
  background: #ffffff;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1210;
  transform: translateX(-100vw);
  overflow: hidden;
}
.mobile-filter label {
  padding: 0;
}
.mobile-filter__active {
  transform: translateX(0);
  transition-property: tranform;
  transition: 1s;
}
.mobile-filter__item {
  margin-top: 30px;
  position: relative;
}
.mobile-filter .test__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #F1EDFF;
  padding: 8px 8px 0 8px;
  border-radius: 8px;
  width: 100%;
  margin-top: 16px;
}
.mobile-filter .test__body__left {
  width: 50%;
}
.mobile-filter .test__body__right {
  width: 50%;
}
.mobile-filter .test__body__item {
  margin-bottom: 8px;
  width: 100%;
}
.mobile-filter .test__body .test-label {
  background: #ffffff;
  padding: 16px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}
.mobile-filter .test__body .test-label__real {
  position: absolute;
  opacity: 0;
  z-index: 1;
}
.mobile-filter .test__body .test-label__real:checked ~ .test__custom-checkbox {
  background: #795BDA;
}
.mobile-filter .test__body .test-label__real:checked ~ .test__custom-checkbox .chackedmark {
  opacity: 1;
}
.mobile-filter .test__body .test-label .chackedmark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  opacity: 0;
}
.mobile-filter .test__body .test__custom-checkbox {
  width: 14px;
  height: 14px;
  border: 1px solid #795BDA;
  border-radius: 3px;
  display: flex;
  margin-right: 16px;
  background: none;
  position: relative;
}
.mobile-filter__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 30px;
  background: url("../images/close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 18px;
  height: 18px;
  cursor: pointer;
  color: #ffffff;
}
.mobile-filter__title {
  font-size: 24px;
  color: #423F4D;
  font-weight: 400;
  line-height: 150%;
}
.mobile-filter__content {
  position: relative;
  overflow-x: scroll;
  height: 85%;
}
.mobile-filter__content .filter__query__item {
  margin-top: 30px;
}
.mobile-filter__content .filter__query__box {
  background: #F1EDFF;
  padding: 8px;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.mobile-filter__content .filter__query__box .help-blockХ {
  right: 0;
  top: 20px;
}
.mobile-filter__content .filter__query__box form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}
.mobile-filter__content .filter__query__box form > div {
  margin-bottom: 8px;
}
.mobile-filter__content .filter__query__box form > div:last-child {
  margin-bottom: 0;
}
.mobile-filter__content .filter__query__box input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.mobile-filter__content .filter__query__box input[type=radio]:checked ~ .filter-btn {
  background: #795BDA;
  color: #ffffff;
}
.mobile-filter__content .filter__query__box input[type=radio]:checked ~ .filter-btn .fl-icon {
  fill: #ffffff;
}
.mobile-filter__content .filter__query__box input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.mobile-filter__content .filter__query__box input[type=checkbox]:checked ~ .filter-btn {
  background: #795BDA;
  color: #ffffff;
}
.mobile-filter__content .filter__query__box input[type=checkbox]:checked ~ .filter-btn .fl-icon {
  fill: #ffffff;
}
.mobile-filter__content .filter__query__box .filter__btn {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.mobile-filter__content .filter__query__box .filter__btn .filter-btn {
  width: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 0;
  font-size: 14px;
  font-weight: 500;
  color: #423F4D;
  border: 1px solid #795BDA;
  border-radius: 3px;
}
.mobile-filter__content .filter__query__box .filter__btn .filter-btn .fl-icon {
  fill: #795BDA;
}
.mobile-filter__content .filter__query__box .filter__btn .filter-btn i {
  width: 32px;
  height: 32px;
  display: block;
  margin-right: 10px;
}
.mobile-filter__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}
.mobile-filter__btn .mobile-filter__cancel {
  background: none;
  border: none;
  color: #795BDA;
  font-size: 14px;
  font-weight: 500;
}
.mobile-filter__btn .mobile-filter__apply {
  background: #795BDA;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 48px;
  padding: 17px 0;
  width: 48%;
  border: none;
}
.mobile-filter__active {
  display: block;
}
.mobile-filter .mobile-filter__item .filter__select {
  width: 100%;
}
.mobile-filter .mobile-filter__item .filter__select__name {
  width: 50px;
  padding: 16px;
}

.psikholog-query__btn {
  display: flex;
  padding: 8px 0;
  font-size: 14px;
  background-color: #fff;
  color: #2F264D;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  border: none;
  width: 100%;
  border: 1px solid #795BDA;
}

.psiholog-query__btn {
  display: flex;
  padding: 16px 0;
  font-size: 14px;
  background-color: #795BDA;
  color: #ffffff;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  border: none;
  width: 48%;
  box-shadow: 0 0 1px 1px #795BDA;
}
.psiholog-query__btn i {
  display: none;
  margin-right: 8px;
  width: 24px;
  height: 24px;
}
.psiholog-query__btn i img {
  width: 24px;
  height: 24px;
}
.psiholog-query__btn:hover {
  box-flex-group: #8E6BFF;
  transition: 0.3s ease;
}

.psiholog-write__btn {
  display: flex;
  padding: 16px 0;
  font-size: 14px;
  background-color: #ffffff;
  color: #2F264D;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  border: none;
  width: 48%;
  box-shadow: 0 0 1px 1px #795BDA;
}
.psiholog-write__btn i {
  display: none;
  margin-right: 8px;
  width: 24px;
  height: 24px;
}
.psiholog-write__btn i img {
  width: 24px;
  height: 24px;
}
.psiholog-write__btn:hover {
  box-shadow: 0 0 1px 2px #795BDA;
  transition: 0.3s;
}

.psiholog-acquaintance__btn {
  display: flex;
  padding: 16px 0 16px 27px;
  font-size: 14px;
  background-color: #ffffff;
  color: #2F264D;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  border: none;
  width: 100%;
  border: 1px solid #795BDA;
  background-image: url("../images/hello.svg");
  background-repeat: no-repeat;
  background-position: 15% center;
}
.psiholog-acquaintance__btn:hover {
  box-shadow: 0 0 1px 1px #795BDA;
  transition: 0.3s;
}

.psiholog-query-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 37, 49, 0.75);
  z-index: 1200;
  display: none;
  padding: 10px;
  overflow-y: scroll;
}

.psiholog-query {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1200;
  width: 600px;
}
.psiholog-query__active {
  display: block;
}
.psiholog-query__close {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 16px;
  right: 16px;
  background: url("../images/plus.svg");
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1200;
  transform: rotate(45deg);
}
.psiholog-query .save-card {
  margin: 5px 0 10px 0;
}
.psiholog-query .save-card .help-block {
  top: -15px;
  left: 40px;
  display: block;
}
.psiholog-query .product__payment__form input {
  padding: 12px 24px;
}
.psiholog-query .product__payment__form .input-box span {
  top: 21px;
}
.psiholog-query .product__payment__form .product-filter {
  margin-top: 0;
}
.psiholog-query .product__payment__form .product-filter .filter__query__box {
  margin-top: 8px;
  position: relative;
}
.psiholog-query .product__payment__form .product-filter .filter__query__box .help-block {
  right: 0;
  top: -25px;
}
.psiholog-query .product__payment__form .product-filter .filter__query__item {
  display: block;
}
.psiholog-query .product__payment__form .product-filter .filter__query__item:nth-child(1) .filter-btn {
  padding: 14px;
}
.psiholog-query .product__payment__form .product-filter .filter__query__item:nth-child(4) .filter-btn {
  padding: 10px;
}
.psiholog-query .product__payment__form .product-filter .filter__query__item:nth-child(4) .filter-btn i {
  width: 32px;
  height: 32px;
  margin-right: 0;
}
.psiholog-query .filter-type {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
}
.psiholog-query .filter-type .input-box {
  width: 48%;
}
.psiholog-query .product-payment__item {
  width: 100%;
}
.psiholog-query .product-payment__item .filter__query__box {
  margin-bottom: 0;
}
.psiholog-query .filter-cl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.psiholog-query .filter-cl .input-box {
  width: 48%;
}

.therapy-more, .therapy-more-2 {
  background: none;
  border: 0;
  color: #795BDA;
  font-size: 14px;
  font-weight: 400;
  margin-top: 16px;
}

.psiholog__education__body ul li:nth-child(3) ~ li {
  display: none;
}
.psiholog__education__body .education-more {
  display: block;
}

.psiholog .psiholog__therapy .psiholog__item__body ul li:nth-child(6) ~ li {
  display: none;
}
.psiholog .psiholog__therapy .psiholog__item__body .therapy-more {
  display: block;
}
.psiholog .psiholog__therapy:nth-child(3) .psiholog__item__body ul li:nth-child(4) ~ li {
  display: none;
}
.psiholog .psiholog__therapy:nth-child(3) .psiholog__item__body .therapy-more {
  display: block;
}

.hidden {
  display: none !important;
}

.request-sent {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(40, 37, 49, 0.75);
  z-index: 1100;
  display: none;
}
.request-sent__close {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 16px;
  right: 16px;
  background: url("../images/plus.svg");
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1200;
  transform: rotate(45deg);
}
.request-sent__box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 24px;
  border-radius: 8px;
  z-index: 1100;
  width: 400px;
}
.request-sent__title {
  font-size: 24px;
  color: #2F264D;
  font-weight: 400;
}
.request-sent span {
  font-size: 16px;
  color: #423F4D;
  font-weight: 400;
  margin: 16px 0;
  display: block;
}
.request-sent a {
  width: 100%;
  background: #795BDA;
  padding: 16px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 48px;
  margin-top: 24px;
  display: block;
  text-align: center;
}

.request-sent-2 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 24px;
  border-radius: 8px;
  z-index: 1100;
  width: 400px;
  box-shadow: 0 0 1px 1px #795BDA;
}
.request-sent-2__title {
  font-size: 28px;
  color: #2F264D;
  font-weight: 400;
  width: 60%;
}
.request-sent-2 span {
  font-size: 14px;
  color: #9895A6;
  font-weight: 400;
  margin: 16px 0;
  display: block;
}
.request-sent-2 a {
  width: 100%;
  background: #795BDA;
  padding: 16px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 48px;
  margin-top: 24px;
  display: block;
  text-align: center;
}

.septext {
  padding: 45px 0;
}
.septext h2 {
  font-size: 24px;
  font-weight: 400;
  color: #423F4D;
  font-family: "Golos Text", sans-serif;
  margin-top: 24px;
}
.septext h3 {
  font-size: 20px;
  margin-top: 16px;
}
.septext p {
  padding: 16px 0;
}

.doctor-query .filter__query__item {
  position: relative;
}
.doctor-query .filter__query__item:nth-child(3) #requestsessionform-messenger .help-block {
  top: 24px;
}
.doctor-query .product__doctor {
  width: 100%;
}
.doctor-query .filter__query__item .title {
  font-size: 16px;
}
.doctor-query .product__doctor__images {
  width: 40%;
  height: 150px;
  position: relative;
  overflow: hidden;
}
.doctor-query .product__doctor__images img {
  width: 100%;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.education-more {
  color: #795BDA;
  font-size: 14px;
  background: none;
  border: none;
  margin: 24px 0;
}

.close-video {
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 8px;
  position: absolute;
  right: 0;
  top: -40px;
  background-image: url("../images/close.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

body .reservation__filter__format {
  justify-content: stretch;
}

body .reservation__filter .filter__btn {
  width: 100%;
}

body .psiholog .psiholog__contant .reservation .reservation__filter__type form .filter__btn {
  flex: 1;
  margin-right: 0;
}
body .psiholog .psiholog__contant .reservation .reservation__filter__type form .filter__btn .filter-btn {
  border: 1px solid #795BDA;
}

.psikhologi-time .content__psikhologi {
  padding-bottom: 45px;
}
.psikhologi-time .content__psikhologi .profile-link {
  background-color: #fff;
  box-shadow: 0 0 0 1px #795BDA;
  color: #2F264D;
}
.psikhologi-time .content__psikhologi .profile-link:hover {
  box-shadow: 0 0 0 2px #795BDA;
  transition: 0.3s ease;
}
.psikhologi-time .content__psikhologi .psikholog__item__speciality {
  margin-top: 10px;
  margin-left: 0;
}
.psikhologi-time .content__psikhologi .psikholog__item__experience {
  margin: 8px 0 0 0;
}
.psikhologi-time .content__psikhologi .psikholog__item__price {
  position: relative;
  margin-top: -43px;
}

.vebinares {
  position: relative;
}
.vebinares__planned {
  position: relative;
  padding: 45px 0;
}
.vebinares__planned__btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 17px 24px;
  color: #423F4D;
  background: #ffffff;
  border: 1px solid #795BDA;
  border-radius: 48px;
}
.vebinares__planned__btn:hover {
  box-shadow: 0 0 1px 1px #795BDA;
}
.vebinares__planned__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 30px;
}
.vebinares__planned__item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 8px;
  padding: 16px;
  box-sizing: border-box;
  margin-bottom: 16px;
}
.vebinares__planned__item:last-child {
  margin-bottom: 0;
}
.vebinares__planned__images {
  width: 40%;
}
.vebinares__planned__description {
  width: 58%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}
.vebinares__planned__price {
  position: absolute;
  right: 0;
  top: 19px;
  font-size: 24px;
  font-weight: 500s;
}
.vebinares__planned__author {
  display: flex;
  justify-content: flex-start;
}
.vebinares__planned__author li {
  margin-right: 16px;
}
.vebinares__planned__author div {
  width: 4vw;
  height: 4vw;
  max-width: 48px;
  max-height: 48px;
}
.vebinares__planned__author a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #423F4D;
}
.vebinares__planned__author a span {
  margin-left: 16px;
}
.vebinares__planned__author a:hover > span {
  color: #8E6BFF;
  transition: 0.3s;
}
.vebinares__planned__info {
  display: flex;
  justify-content: flex-start;
  font-size: 14px;
  color: #423F4D;
  margin-top: -2vw;
}
.vebinares__planned__info li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 16px;
}
.vebinares__planned__info li:last-child {
  margin-right: 0;
}
.vebinares__planned__info i {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.vebinares__planned__title {
  font-size: 24px;
  color: #2F264D;
  line-height: 150%;
  margin-top: -2vw;
  font-weight: 400;
}
.vebinares__planned__title:hover {
  color: #8E6BFF;
  transition: 0.3s;
}
.vebinares__planned__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
}
.vebinares__planned__bottom a {
  padding: 17px 24px 17px 54px;
  background: #795BDA;
  border-radius: 48px;
  color: #ffffff;
  font-size: 14px;
  background-image: url("../images/unlock%201.svg");
  background-repeat: no-repeat;
  background-position: 15% center;
}
.vebinares__planned__bottom a:hover {
  background: #8E6BFF;
  background-image: url("../images/unlock%201.svg");
  background-repeat: no-repeat;
  background-position: 15% center;
  transition: 0.3s;
}
.vebinares__planned__left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vebinares__planned__left a {
  margin-right: 24px;
}
.vebinares__planned__timer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}
.vebinares__planned .timer {
  position: relative;
}
.vebinares__planned .timer__item {
  padding: 10px;
  background: #A498D9;
  margin-right: 12px;
  position: relative;
  border-radius: 4px;
}
.vebinares__planned .timer .timer__item:not(:last-child)::after {
  content: ":";
  position: absolute;
  right: -8px;
  color: #2F264D;
}
.vebinares__planned__use {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vebinares__planned__use li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #423F4D;
  margin-right: 16px;
}
.vebinares__planned__use li:last-child {
  margin-right: 0;
}
.vebinares__planned__use li i {
  margin-right: 8px;
}
.vebinares__completed {
  padding: 45px 0;
  background: #ffffff;
}
.vebinares__completed .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.vebinares__completed .container .section-title {
  width: 100%;
  text-align: left;
}
.vebinares__completed__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 60px;
}
.vebinares__completed__item {
  width: 25%;
  margin-bottom: 70px;
  padding: 16px;
}
.vebinares__completed__item a:hover {
  color: #8E6BFF;
  transition: 0.3s;
}
.vebinares__completed__title {
  font-size: 14px;
  font-weight: 400;
  color: #2F264D;
  line-height: 110%;
  margin: 16px 0;
}
.vebinares__completed__bottom {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #423F4D;
  align-items: center;
}
.vebinares__completed .pagination {
  margin: 0 auto;
}
.vebinares__completed .filter {
  display: flex;
  background: none;
  position: absolute;
  justify-content: flex-end;
  right: 20px;
  top: 0;
  width: 100%;
}
.vebinares__completed .filter__item-price {
  width: 20.3%;
  min-width: 250px;
  padding-right: 0;
  border: 1px solid #F1EDFF;
}
.vebinares__completed .filter__item-price select {
  width: 70%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  padding-left: 5px;
  margin-left: 10px;
  background-image: url("/img/arw.png");
  background-repeat: no-repeat;
  background-position: 90% center;
}
.vebinares__completed .filter__item-price .filter__select__icon {
  position: absolute;
  right: 58px;
}
.vebinares__completed .filter .search {
  min-width: 200px;
  width: 15%;
  border: 1px solid #F1EDFF;
  margin-left: 10px;
}
.vebinares__completed .filter .search input {
  width: 90%;
  padding-right: 20px;
}

.vebinar-page {
  position: relative;
}
.vebinar-page__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}
.vebinar-page__left {
  width: 68%;
}
.vebinar-page__right {
  width: 30%;
  padding: 16px;
  background: #ffffff;
  border-radius: 9px;
  height: 100%;
}
.vebinar-page__bottom {
  background: #ffffff;
}

.vebinar__reservation__title {
  font-size: 14px;
  color: #9895A6;
  font-weight: 400;
  margin: 24px 0;
  display: block;
}
.vebinar__reservation__next {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #F1EDFF;
  width: 100%;
}
.vebinar__reservation__users {
  display: flex;
  justify-content: flex-start;
  margin-top: 24px;
}
.vebinar__reservation__users li {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #ffffff;
  margin-left: -5px;
}
.vebinar__reservation__when {
  display: flex;
  flex-direction: column;
}
.vebinar__reservation__date {
  font-size: 14px;
  font-weight: 500;
  color: #2F264D;
}
.vebinar__reservation__time {
  color: #423F4D;
  font-weight: 400;
  font-size: 14px;
}
.vebinar__reservation__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: 10px;
}
.vebinar__reservation__right a {
  padding: 17px 24px 17px 52px;
  border-radius: 8px;
  background: #795BDA;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  background-image: url("../images/unlock%201.svg");
  background-repeat: no-repeat;
  background-position: 15% center;
}
.vebinar__reservation__right a:hover {
  background: #8E6BFF;
  background-image: url("../images/unlock%201.svg");
  background-repeat: no-repeat;
  background-position: 15% center;
  transition: 0.3s;
}
.vebinar__reservation__price {
  font-size: 14px;
  font-weight: 500;
  color: #2F264D;
}
.vebinar__price {
  color: #9895A6;
  font-size: 16px;
  font-weight: 500;
}
.vebinar__price span {
  color: #2F264D;
  font-size: 24px;
}
.vebinar__line {
  display: flex;
  justify-content: space-between;
}
.vebinar__author {
  display: flex;
  justify-content: flex-start;
}
.vebinar__author li {
  margin-right: 16px;
}
.vebinar__author div {
  width: 4vw;
  height: 4vw;
  max-width: 48px;
  max-height: 48px;
}
.vebinar__author a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #423F4D;
}
.vebinar__author a span {
  margin-left: 16px;
}
.vebinar__use {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.vebinar__use li {
  margin-right: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border: 2px solid #F1EDFF;
  padding: 4px 6px;
  border-radius: 4px;
  font-size: 14px;
}
.vebinar__use li i {
  margin-right: 10px;
}
.vebinar__use li:last-child {
  margin-right: 0;
}
.vebinar__title {
  margin-top: 40px;
  font-size: 40px;
  font-weight: 400;
  color: #2F264D;
}
.vebinar__format {
  margin: 20px 0;
  font-size: 14px;
  color: #423F4D;
  font-weight: 400;
  display: block;
}
.vebinar__info {
  padding: 16px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #423F4D;
}
.vebinar__info__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0 8px 0;
  border-bottom: 1px solid #E3E1E5;
}
.vebinar__info__item:last-child {
  border-bottom: none;
}
.vebinar__info__question {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.vebinar__info__question i {
  margin-right: 16px;
}
.vebinar__info__answer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vebinar__info__answer li {
  margin-right: 16px;
}
.vebinar__info__answer li:last-child {
  margin-right: 0;
}
.vebinar__about {
  background: #ffffff;
  border-radius: 8px;
  padding: 24px;
  margin-top: 16px;
}
.vebinar__about__text {
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  color: #423F4D;
  margin: 24px 0;
}
.vebinar__title-section {
  font-size: 24px;
  font-weight: 400;
  color: #2F264D;
  line-height: 140%;
}
.vebinar__phase {
  margin: 32px 0;
}
.vebinar__phase__item {
  position: relative;
  padding-bottom: 16px;
}
.vebinar__phase__item:after {
  content: "";
  width: 1.5px;
  height: calc(100% - 30px);
  background: #795BDA;
  position: absolute;
  top: 40px;
  left: 19.5px;
}
.vebinar__phase__item:last-child::after {
  display: none;
}
.vebinar__phase__numner {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #ffffff;
  background: #795BDA;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vebinar__phase__wrapp {
  margin-left: 56px;
}
.vebinar__phase__title {
  font-size: 20px;
  font-weight: 500;
  color: #2F264D;
  line-height: 140%;
  margin: 8px 0;
}
.vebinar__phase__time {
  font-size: 14px;
  font-weight: 500;
  color: #423F4D;
  line-height: 120%;
}
.vebinar__phase__themes {
  font-size: 14px;
  font-weight: 500;
  color: #423F4D;
  line-height: 120%;
  margin: 16px 0 0 0;
}
.vebinar__phase__themes li {
  list-style: inside;
  line-height: 150%;
}
.vebinar__result {
  background: #ffffff;
  border-radius: 8px;
  padding: 24px;
  margin-top: 16px;
}
.vebinar__result ul {
  margin-left: 15px;
}
.vebinar__result li {
  padding-left: 15px;
  line-height: 150%;
  padding: 5px;
  list-style-image: url("../images/Ellipse.svg");
}
.vebinar__presenters__title {
  font-size: 40px;
  font-weight: 400;
  color: #2F264D;
  line-height: 110%;
  margin: 40px 0;
}
.vebinar__presenters ul {
  display: flex;
  justify-content: flex-start;
}
.vebinar__presenters ul li {
  max-width: 190px;
  min-height: 190px;
  width: 190px;
  height: 190px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin-right: 16px;
}
.vebinar__presenters ul li:last-child {
  margin-right: 0;
}
.vebinar__presenters ul li img {
  width: 190px;
  height: 190px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.vebinar__presenters__info {
  position: absolute;
  bottom: 16px;
  left: 16px;
  color: #ffffff;
}
.vebinar__presenters__name {
  font-size: 20px;
  font-weight: 500;
}
.vebinar__presenters__experience {
  font-size: 14px;
  font-weight: 400;
}
.vebinar__presenters__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.vebinar__presenters__mask:hover {
  border: 10px inset #795BDA;
  transition: 0.1s;
}
.vebinar__question {
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
.vebinar__question__item {
  background: #ffffff;
  padding: 0 16px;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 16px;
}
.vebinar__question__item:last-child {
  margin-bottom: 0;
}
.vebinar__question__title {
  padding: 16px 0;
  font-size: 20px;
  color: #2F264D;
  font-weight: 400;
  border-bottom: 1px solid #F1EDFF;
  position: relative;
}
.vebinar__question__title::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  background-image: url("../images/plus.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
}
.vebinar__question__body {
  display: none;
  font-size: 14px;
  color: #423F4D;
  line-height: 150%;
  padding: 16px 0;
}
.vebinar__question__active .vebinar__question__body {
  display: block;
}
.vebinar__question__active .vebinar__question__title::after {
  transform: rotate(-45deg);
  transition: 0.3s;
}

.comments {
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  margin-top: 40px;
  padding: 24px;
  box-sizing: border-box;
}
.comments__title {
  font-size: 24px;
  font-weight: 400;
  color: #2F264D;
}
.comments .comments-reply {
  margin-left: 80px;
}
.comments .comments-reply .comments-block__item__avatar {
  width: 48px;
  height: 48px;
}
.comments .comments-reply .comments-block__item__avatar img {
  width: 48px;
  height: 48px;
}
.comments .comments-reply .comments-block__item__name {
  left: 65px;
}
.comments .comments-reply .comments-block__item__date {
  left: 65px;
}
.comments .comments-block {
  padding: 0;
  margin-top: 24px;
  background: #ffffff;
}
.comments .comments-block__item__date {
  left: 80px;
  top: 30px;
}
.comments__btn {
  display: flex;
  justify-content: space-between;
  padding: 24px 0 0 0;
  border-top: 1px solid #F1EDFF;
}
.comments__btn a {
  padding: 17px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
}
.comments__btn .comments__more {
  background: none;
  border: none;
  color: #795BDA;
}
.comments__btn .comments__leave {
  border: 1px solid #795BDA;
  color: #2F264D;
  box-shadow: 0 0 1px 0 #795BDA;
}
.comments__btn .comments__leave:hover {
  box-shadow: 0 0 2px 1px #795BDA;
}

.vebinar-free {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(40, 37, 49, 0.75);
  z-index: 1100;
  display: none;
}
.vebinar-free form {
  margin-top: 24px;
}
.vebinar-free .popup-close {
  border-radius: 8px;
  position: absolute;
  top: 16px;
  right: 16px;
}
.vebinar-free h3 {
  font-size: 24px;
  color: #2F264D;
  font-weight: 400;
}
.vebinar-free__box {
  width: 400px;
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 24px;
  background: #ffffff;
  z-index: 1010;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  box-sizing: border-box;
}
.vebinar-free .form-btn {
  background: #795BDA;
  border-radius: 48px;
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 20px 0;
  margin-top: 24px;
}
.vebinar-free .form-btn:hover {
  background: #8E6BFF;
  transition: 0.3s;
}
.vebinar-free input {
  padding: 16px;
  width: 100%;
  margin: 8px 0;
  border-radius: 8px;
  border: 1px solid #E3E1E5;
  font-size: 14px;
  outline: none;
  display: inline-block;
  box-sizing: border-box;
  color: #2F264D;
  font-size: 14px;
  position: relative;
}
.vebinar-free input:focus {
  border: 1px solid #795BDA;
}
.vebinar-free .input-box {
  position: relative;
}
.vebinar-free .input-box__pl {
  position: absolute;
  left: 16px;
  top: 24px;
  color: #9895A6;
  font-size: 14px;
  font-weight: 400;
  background: #ffffff;
  padding: 0 5px;
  display: block;
}
.vebinar-free .input-box input:not(:-moz-placeholder-shown) ~ span {
  transform: translateY(-27px);
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.vebinar-free .input-box input:focus ~ span, .vebinar-free .input-box input:not(:placeholder-shown) ~ span {
  transform: translateY(-27px);
  transition: 0.3s;
}
.vebinar-free input::-moz-placeholder {
  color: transparent;
}
.vebinar-free input::placeholder {
  color: transparent;
}

.vebinar-free-btn {
  cursor: pointer;
}

body .comments .comments-reply .comments-block__item__comment {
  margin-left: 56px;
}

.product-payment {
  position: relative;
  padding: 30px 0 90px 0;
}
.product-payment__wrapper {
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.product-payment__item {
  background: #ffffff;
  border-radius: 8px;
  padding: 24px;
  width: 49%;
  box-sizing: border-box;
}
.product-payment .filter-cantact {
  margin-top: 24px;
}
.product-payment .filter-cantact .filter__btn {
  width: 49%;
}
.product-payment .btn-contact {
  width: 100%;
  border-radius: 8px;
  padding: 16px;
}
.product-payment .btn-contact-telegram {
  background-color: #ffffff;
  color: #2F264D;
  border: none;
  background-image: url("../images/telegram.svg");
  background-repeat: no-repeat;
  background-position: 27% center;
  background-size: 18%;
  padding-left: 44%;
  border: 2px solid #795BDA;
}
.product-payment .btn-contact-email {
  background-color: #fff;
  color: #2F264D;
  border: 2px solid #795BDA;
  background-image: url("../images/email-contact.svg");
  background-repeat: no-repeat;
  background-position: 27% center;
  background-size: 18%;
  padding-left: 44%;
}
.product-payment .filter__query__box {
  background-color: #F1EDFF;
  padding: 8px;
  margin-top: 24px;
}
.product-payment .filter__query__box input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.product-payment .filter__query__box input[type=radio]:checked ~ .filter-btn {
  background-color: #795BDA;
  color: #ffffff;
}
.product-payment .filter__query__box input[type=radio]:checked ~ .filter-btn .fl-icon {
  fill: #ffffff;
}
.product-payment .save-card {
  margin: 16px 0;
  font-weight: 400;
}

.product {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}
.product__doctor {
  position: relative;
  display: flex;
  justify-content: flex-start;
}
.product__doctor__images {
  width: 128px;
  height: 128px;
  margin-right: 16px;
}
.product__doctor__info {
  width: 67%;
}
.product__doctor__city {
  font-size: 14px;
  font-weight: 400;
  color: #2F264D;
}
.product__doctor__name {
  font-size: 24px;
  font-weight: 400;
  color: #2F264D;
  margin: 12px 0;
}
.product__doctor__areas {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  color: #2F264D;
}
.product__doctor__areas li {
  margin-right: 8px;
  margin-bottom: 5px;
}
.product__info {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}
.product__info__list {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
.product__info__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  margin-bottom: 6px;
  padding: 8px 0;
}
.product__info__item:last-child {
  border-top: 2px solid #F1EDFF;
}
.product__info__item:last-child .product__info__data {
  font-size: 24px;
}
.product__info__name {
  font-weight: 400;
  color: #423F4D;
}
.product__info__data {
  font-weight: 500;
  color: #2F264D;
}
.product__promokod {
  background: #ffffff;
  font-size: 14px;
  color: #2F264D;
  font-weight: 500;
  padding: 21px 24px;
  border: 1px solid #795BDA;
  border-radius: 8px;
  margin-top: 24px;
  display: block;
}
.product__promokod:hover {
  background: #8E6BFF;
  color: #ffffff;
  transition: 0.3s;
}
.product__payment {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.product__payment .client__auth {
  color: #795BDA;
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  margin: 11px 0 16px 0;
}
.product__payment .client__auth i {
  width: 14px;
  height: 18px;
  display: flex;
  box-sizing: border-box;
  margin-right: 16px;
}
.product__payment .client__auth a {
  width: 48%;
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.product__payment__form {
  box-sizing: border-box;
}
.product__payment__form .title-desc {
  font-size: 14px;
  font-weight: 400;
  color: #9895A6;
  margin: 8px 0;
  display: block;
  position: relative;
}
.product__payment__form .title-desc::before {
  content: "";
  width: 65%;
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  background: #E3E1E5;
}
.product__payment__form form {
  box-sizing: border-box;
}
.product__payment__form .input-box {
  position: relative;
}
.product__payment__form .input-box .field-requestsessionform-phone span {
  left: 45px;
  top: 0;
}
.product__payment__form .input-box .field-requestsessionform-phone input::-moz-placeholder {
  color: transparent;
}
.product__payment__form .input-box .field-requestsessionform-phone input::placeholder {
  color: transparent;
}
.product__payment__form .input-box .field-requestsessionform-phone .input-box input:not(:-moz-placeholder-shown) ~ span {
  transform: translateY(-25px);
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.product__payment__form .input-box .field-requestsessionform-phone .input-box input:focus ~ span, .product__payment__form .input-box .field-requestsessionform-phone .input-box input:not(:placeholder-shown) ~ span {
  transform: translateY(-25px);
  transition: 0.3s;
}
.product__payment__form .input-box span {
  position: absolute;
  left: 16px;
  top: 20px;
  color: #9895A6;
  font-size: 14px;
  font-weight: 400;
  background: #ffffff;
  padding: 0 5px;
  display: block;
  pointer-events: none;
}
.product__payment__form input {
  padding: 12px;
  width: 100%;
  margin: 8px 0;
  border-radius: 8px;
  border: 1px solid #E3E1E5;
  font-size: 14px;
  outline: none;
  display: inline-block;
  box-sizing: border-box;
  color: #2F264D;
  font-size: 14px;
  position: relative;
}
.product__payment__form input:focus {
  border: 1px solid #795BDA;
}
.product__payment__form input::-moz-placeholder {
  color: transparent;
}
.product__payment__form input::placeholder {
  color: transparent;
}
.product__payment__form .input-box input:not(:-moz-placeholder-shown) ~ span {
  transform: translateY(-22px);
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.product__payment__form .input-box input:focus ~ span, .product__payment__form .input-box input:not(:placeholder-shown) ~ span {
  transform: translateY(-22px);
  transition: 0.3s;
}
.product__payment__pay {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 24px;
}
.product__payment__pay .pay-item {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #423F4D;
  padding: 14px 0;
  position: relative;
  border: none;
  cursor: pointer;
}
.product__payment__method {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 16px;
}
.product__payment__item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 16px;
}
.product__payment .card-item {
  width: 100%;
  margin-top: 24px;
  border: 1px solid #E3E1E5;
  padding: 13px 24px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
}
.product__payment .card-item__label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product__payment .card-item__label i {
  margin-right: 16px;
}
.product__payment .card-item__icon {
  display: flex;
  justify-content: flex-end;
}
.product__payment .card-item__icon i {
  margin-right: 16px;
}
.product__payment .card-item__icon i:last-child {
  margin-right: 0;
}
.product__payment .payment-btn {
  background: #795BDA;
  color: #ffffff;
  border-radius: 8px;
  padding: 21px 0;
  width: 100%;
  border: none;
}
.product__payment .payment-btn:hover {
  background: #8E6BFF;
  transition: 0.3s;
}

.appointment .product__doctor {
  flex-direction: column;
}
.appointment .product__doctor__images {
  width: 50%;
}
.appointment .product__doctor__info {
  width: 100%;
}

.product__payment__form .title {
  font-size: 16px;
}

.title {
  font-size: 20px;
  color: #2F264D;
  font-weight: 400;
  list-style: 140%;
  margin-bottom: 24px;
}

.save-card {
  display: inline-flex;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #423F4D;
  margin: 5px 0 25px 0;
  position: relative;
}
.save-card a {
  color: #795BDA;
}
.save-card .real-chackbox {
  position: absolute;
  opacity: 0;
  z-index: 1;
}
.save-card .real-chackbox:checked ~ .custom-checkbox {
  background: #795BDA;
}
.save-card .real-chackbox:checked ~ .custom-checkbox .chackedmark {
  opacity: 1;
}
.save-card .custom-checkbox {
  width: 24px;
  height: 24px;
  border: 1px solid #795BDA;
  border-radius: 3px;
  margin-right: 16px;
  background: none;
  position: absolute;
}
.save-card .chackedmark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  opacity: 0;
}
.save-card span {
  padding-left: 38px;
  display: block;
}

.product-filter {
  margin-top: 16px;
}
.product-filter .filter__query__box {
  background: #F1EDFF;
  padding: 8px;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.product-filter .filter__query__box form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-filter .filter__query__box input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.product-filter .filter__query__box input[type=radio]:checked ~ .filter-btn {
  background: #795BDA;
  color: #ffffff;
}
.product-filter .filter__query__box input[type=radio]:checked ~ .filter-btn .fl-icon {
  fill: #ffffff;
}
.product-filter .filter__query__box input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.product-filter .filter__query__box input[type=checkbox]:checked ~ .filter-btn {
  background: #795BDA;
  color: #ffffff;
}
.product-filter .filter__query__box input[type=checkbox]:checked ~ .filter-btn .fl-icon {
  fill: #ffffff;
}
.product-filter .filter__query__box .filter__btn {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.product-filter .filter__query__box .filter__btn .filter-btn {
  width: -webkit-fill-available;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 0;
  font-size: 14px;
  font-weight: 500;
  color: #423F4D;
  border: 1px solid #795BDA;
  border-radius: 3px;
}
.product-filter .filter__query__box .filter__btn .filter-btn .fl-icon {
  fill: #795BDA;
}
.product-filter .filter__query__box .filter__btn .filter-btn i {
  width: 32px;
  height: 32px;
  display: block;
  margin-right: 10px;
}
.product-filter .filter__query__item:nth-child(2) .filter__item {
  width: 100%;
  margin-top: 8px;
}
.product-filter .filter__query__item:nth-child(2) .filter__item label {
  font-size: 15px;
  color: #9895A6;
  font-weight: 400;
  padding: 10px 16px 4px 16px;
}
.product-filter .filter__query__item:nth-child(2) .filter__btn {
  width: -webkit-fill-available;
}
.product-filter .filter__query__item:nth-child(2) .filter__btn I {
  width: 24px;
  height: 24px;
}
.product-filter .filter__query__item:nth-child(2) .filter__btn .filter-btn {
  padding: 14px;
  box-sizing: border-box;
}
.product-filter .filter__query__item:nth-child(3) .filter__query__box {
  justify-content: space-evenly;
  align-items: stretch;
}
.product-filter .filter__query__item:nth-child(3) .filter__btn {
  width: 32%;
}
.product-filter .filter__query__item:nth-child(3) .filter__btn .filter-btn {
  padding: 10px;
  box-sizing: border-box;
}
.product-filter .filter__query__item:nth-child(3) .filter__btn:nth-child(1) {
  width: 32%;
}
.product-filter .filter__query__item:nth-child(3) .filter__btn:nth-child(1) .filter-btn {
  padding: 14px;
  box-sizing: border-box;
  margin-bottom: 8px;
}
.product-filter .filter__query__item:nth-child(3) .filter__btn:nth-child(1) .filter-btn i {
  width: 24px;
  height: 24px;
}
.product-filter .filter__query__item:nth-child(3) .filter__btn:nth-child(2) {
  width: 32%;
}
.product-filter .filter__query__item:nth-child(3) .filter__btn:nth-child(2) .filter-btn {
  padding: 14px;
  box-sizing: border-box;
  margin-bottom: 8px;
}
.product-filter .filter__query__item:nth-child(3) .filter__btn:nth-child(2) .filter-btn i {
  width: 24px;
  height: 24px;
}

.form {
  display: flex;
  justify-content: stretch;
  width: 100%;
}

.reservation-page .form-group {
  display: flex;
  justify-content: space-between;
}

.payment-done {
  padding: 60px 0;
}
.payment-done .content-body {
  width: 396px;
  margin: 0 auto;
}
.payment-done .content-body__item {
  margin-bottom: 24px;
}
.payment-done .content-body__item:nth-child(3) {
  background-color: #fff;
  border-radius: 8px;
  padding: 8px;
}
.payment-done .content-body__item:nth-child(4) {
  background-color: #fff;
  border-radius: 8px;
  padding: 8px;
}
.payment-done .content-body__item:last-child {
  margin-bottom: 0;
}
.payment-done .content-body .name-client {
  padding-left: 36%;
  color: #2F264D;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 16px;
  line-height: 1.2;
  background-image: url("../images/hand-emoji.png");
  background-repeat: no-repeat;
  background-position: 25% 0;
  background-size: contain;
}
.payment-done .content-body .text-done {
  text-align: center;
  color: #423F4D;
  font-weight: 400;
  font-size: 24px;
}
.payment-done .payment-information {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.payment-done .payment-information__item {
  display: flex;
  margin-bottom: 8px;
}
.payment-done .payment-information__name {
  color: #423F4D;
  font-size: 16px;
  margin-right: 8px;
}
.payment-done .payment-information__data {
  color: #2F264D;
  font-size: 16px;
  margin-left: 8px;
  font-weight: 600;
}
.payment-done__msg {
  font-size: 18px;
  color: #2F264D;
  font-weight: 600;
  line-height: 1.5;
  padding: 18px 18px 18px 72px;
  background-color: #F1EDFF;
  background-image: url("../images/Danger.png");
  background-repeat: no-repeat;
  background-position: 17px 18px;
  border-radius: 8px;
}
.payment-done .subscribe-btn {
  background-color: #795BDA;
  color: #ffffff;
  width: 100%;
  border-radius: 8px;
  display: block;
  padding: 18px;
  padding-left: 103px;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  background-image: url("../images/telegram.png");
  background-repeat: no-repeat;
  background-position: 20% 19px;
  position: relative;
}
.payment-done .subscribe-btn::before {
  content: "";
  width: 24px;
  height: 50px;
  position: absolute;
  top: -40px;
  right: 40px;
  background-image: url("../images/line-arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.payment-done .subscribe-btn:hover {
  background-color: #8E6BFF;
  transition: 0.3s ease;
}

.payment-done-1 .payment-information {
  background-color: #ffffff;
  padding: 16px;
}
.payment-done-1 .payment-information__item {
  display: flex;
  justify-content: space-between;
  text-align: none;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  padding-left: 32px;
}
.payment-done-1 .payment-information__item:nth-child(1) {
  background-image: url("../images/order-number.svg");
}
.payment-done-1 .payment-information__item:nth-child(2) {
  background-image: url("../images/User-information.svg");
}
.payment-done-1 .payment-information__item:nth-child(3) {
  background-image: url("../images/date.svg");
}
.payment-done-1 .payment-information__item:nth-child(4) {
  background-image: url("../images/time.svg");
}
.payment-done-1 .payment-information__item:nth-child(5) {
  background-image: url("../images/time-payment.svg");
}
.payment-done-1 .payment-information__item:nth-child(6) {
  background-image: url("../images/check.svg");
}
.payment-done-1 .payment-information__item p {
  padding: 0;
}
.payment-done-1 .subscribe-btn {
  width: 50%;
  padding-left: 65px;
  background-position: 6% 5px;
  font-size: 15px;
}
.payment-done-1 .subscribe-btn::before {
  content: "";
  right: -40px;
}

.payment-done-2 .content-body__item:last-child .payment-done__msg {
  background-image: none;
  padding: 0 18px 16px 18px;
  text-align: center;
  margin-bottom: 6px;
}
.payment-done-2 .payment-information {
  background-color: #ffffff;
  padding: 16px;
}
.payment-done-2 .payment-information__item {
  display: flex;
  justify-content: space-between;
  text-align: none;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  padding-left: 32px;
}
.payment-done-2 .payment-information__item:nth-child(1) {
  background-image: url("../images/order-number.svg");
}
.payment-done-2 .payment-information__item:nth-child(2) {
  background-image: url("../images/User-information.svg");
}
.payment-done-2 .payment-information__item:nth-child(3) {
  background-image: url("../images/date.svg");
}
.payment-done-2 .payment-information__item:nth-child(4) {
  background-image: url("../images/time.svg");
}
.payment-done-2 .payment-information__item:nth-child(5) {
  background-image: url("../images/time-payment.svg");
}
.payment-done-2 .payment-information__item:nth-child(6) {
  background-image: url("../images/check.svg");
}
.payment-done-2 .payment-information__item p {
  padding: 0;
}
.payment-done-2 .support-link {
  width: 100%;
  display: block;
  border-radius: 48px;
  background-color: #A498D9;
  padding: 16px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.payment-done-2 .support-link:hover {
  background-color: #795BDA;
  transition: 0.3s ease;
}

.create-chat .product-payment__wrapper {
  justify-content: center;
}

.bg-section {
  width: 100%;
  height: 800px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: #ffffff;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
}

.test {
  position: relative;
  padding: 30px 0 90px 0;
  background: #F1EDFF;
}
.test__progress {
  width: 500px;
  margin: 0 auto;
}
.test__progress__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.test__progress__item {
  border-radius: 50%;
  font-size: 14px;
  color: #423F4D;
  font-weight: 400%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E3E1E5;
  position: relative;
}
.test__progress__item::after {
  content: "";
  position: absolute;
  max-width: 80px;
  width: 50px;
  height: 1px;
  background: #E3E1E5;
  right: -62px;
  top: 50%;
}
.test__progress__item:last-child::after {
  display: none;
}
.test__progress__active {
  background: #A498D9;
  color: #ffffff;
  border: none;
}
.test__progress__active::before {
  content: "";
  position: absolute;
  max-width: 80px;
  width: 50px;
  height: 1px;
  background: #A498D9;
  right: 51px;
  top: 50%;
}
.test__progress__active:first-child::before {
  display: none;
}
.test__body {
  margin: 40px auto;
  width: 70%;
}
.test__body .real-checkbox {
  position: absolute;
  opacity: 1;
  z-index: -1;
}
.test__body .real-checkbox:checked ~ .checkboxImg-wrapper {
  background: #ffffff;
  border: 1px solid #8E6BFF;
}
.test__body__options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 60px 0;
}
.test__body__options a {
  width: 30%;
}
.test__body__options__item {
  width: 100%;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #F1EDFF;
  border-radius: 8px;
  padding: 24px;
}
.test__body__options__item:hover {
  background: #ffffff;
  box-shadow: 0 0 1px 1px #795BDA;
}
.test__body__options__item .test__options-image {
  width: 80%;
  margin: 0 auto;
}
.test__body__options__item p {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}
.test__body__options .checkboxImg-wrapper {
  cursor: pointer;
  background: #E3E1E5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 24px 0 60px 0;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
}
.test__body__options .checkboxImg-wrapper .custom-checkboxImg {
  width: 200px;
  height: 200px;
  z-index: 1000;
  margin-bottom: 16px;
}
.test__body .question__block {
  padding: 8px;
  background: #F1EDFF;
  width: 440px;
  margin: 60px auto;
}
.test__body .question__block .question__list {
  width: 100%;
}
.test__body .question__block .question__item {
  width: 100%;
  box-sizing: border-box;
}
.test__body .question__block .question__item__text {
  font-size: 20px;
}
.test__question {
  font-size: 24px;
  color: #2F264D;
  font-weight: 400;
  text-align: center;
}
.test__control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  position: relative;
  border: 1px solid #F1EDFF;
  border-radius: 8px;
  background: #ffffff;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}
.test__control__checked {
  font-size: 14px;
  padding-left: 25px;
  color: #423F4D;
  font-weight: 400;
  background-image: url("../images/checked-light.svg");
  background-repeat: no-repeat;
  background-position: center left;
}
.test__control__arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 100px;
}
.test__control__prev {
  width: 48px;
  height: 48px;
  border-radius: 8%;
  border: 1px solid #795BDA;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 32px;
}
.test__control__next {
  padding: 17px 48px 17px 24px;
  border-radius: 8px;
  background: #795BDA;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  background-image: url("../images/arrow-btn.svg");
  background-repeat: no-repeat;
  background-position: 80% 55%;
  background-size: 10%;
  border: none;
}
.test__control__result {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.test__control__result p {
  color: #9895A6;
  font-weight: 400;
  font-size: 14px;
  margin-right: 30px;
}
.test__control__result p span {
  font-weight: 500;
  color: #2F264D;
  margin-left: 10px;
}
.test__control__doctors {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.test__control__doctors li {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: -10px;
  border: 3px solid #ffffff;
}
.test__control__doctors li:hover {
  border-color: #795BDA;
}
.test__not-found__image {
  width: 400px;
  height: 400px;
}

.test-phase-2 .test__question {
  margin-top: 40px;
}
.test-phase-2 .test__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #F1EDFF;
  padding: 8px 8px 0 8px;
  border-radius: 8px;
  width: 870px;
}
.test-phase-2 .test__body__left {
  width: 50%;
}
.test-phase-2 .test__body__right {
  width: 50%;
}
.test-phase-2 .test__body__item {
  margin-bottom: 8px;
  width: 49%;
}
.test-phase-2 .test__body .test-label {
  background: #ffffff;
  padding: 16px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}
.test-phase-2 .test__body .test-label__real {
  position: absolute;
  opacity: 0;
  z-index: 1;
}
.test-phase-2 .test__body .test-label__real:checked ~ .test__custom-checkbox {
  background: #795BDA;
}
.test-phase-2 .test__body .test-label__real:checked ~ .test__custom-checkbox .chackedmark {
  opacity: 1;
}
.test-phase-2 .test__body .test-label .chackedmark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  opacity: 0;
}
.test-phase-2 .test__body .test__custom-checkbox {
  width: 14px;
  height: 14px;
  border: 1px solid #795BDA;
  border-radius: 3px;
  display: flex;
  margin-right: 16px;
  background: none;
  position: relative;
}

.test-phase-3 .test__body__item {
  margin-bottom: 8px;
}
.test-phase-3 .test__body__item:last-child {
  margin-bottom: 0;
}
.test-phase-3 .test__body__title {
  padding: 16px;
  width: 100%;
  background: #ffffff;
  box-sizing: border-box;
  border-bottom: 1px solid #F1EDFF;
  display: flex;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
}
.test-phase-3 .test__body__title i {
  display: block;
  width: 18px;
  margin-right: 10px;
}
.test-phase-3 .test__body__title::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  background-image: url("../images/plus.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
}
.test-phase-3 .test__body__checkboxs {
  background: #ffffff;
  justify-content: flex-start;
  flex-direction: column;
  display: none;
  position: relative;
}
.test-phase-3 .test__body__checkboxs .checkbox-item {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.test-phase-3 .test__body__checkboxs .checkbox-item__custom {
  width: 14px;
  height: 14px;
  border: 1px solid #795BDA;
  border-radius: 3px;
}
.test-phase-3 .test__body__checkboxs .checkbox-item__real {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.test-phase-3 .test__body__checkboxs .checkbox-item__real:checked ~ .checkbox-item__custom {
  background: #795BDA;
}
.test-phase-3 .test__body__checkboxs .checkbox-item__real:checked ~ .checkbox-item__custom .chackedmark {
  opacity: 1;
}
.test-phase-3 .test__body__list {
  width: 500px;
  margin: 60px auto;
  display: flex;
  flex-direction: column;
  background: #F1EDFF;
  padding: 8px;
  box-sizing: border-box;
}
.test-phase-3 .test__body__list .test__active .test__body__checkboxs {
  display: flex;
  padding: 16px;
  transition: 0.3s;
}
.test-phase-3 .test__body__list .test__active .test__body__title::after {
  transform: rotate(-45deg);
  transition: 0.3s;
}
.test-phase-3 .test__body .checkbox-item__custom {
  margin-right: 8px;
}
.test-phase-3 .test__body .checkbox-item__label {
  display: flex;
  justify-content: flex-start;
  padding: 8px 16px;
  width: 100%;
  align-items: center;
  font-size: 14px;
  color: #423F4D;
}

.test-phase-4 .test__body {
  width: 320px;
  margin: 60px auto;
}
.test-phase-4 .test__body .test__filter {
  margin-bottom: 24px;
}
.test-phase-4 .test__body .test__filter__title {
  font-size: 20px;
  font-weight: 400;
  color: #2F264D;
}
.test-phase-4 .test__body .test__filter__body {
  padding: 8px;
  border-radius: 8px;
  background: #F1EDFF;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 16px;
}
.test-phase-4 .test__body .test__filter__body .filter__item {
  width: 100%;
}
.test-phase-4 .test__body .test__filter__body .filter__item label {
  font-size: 15px;
  color: #9895A6;
  font-weight: 400;
  padding: 10px 16px 4px 16px;
}
.test-phase-4 .test__body .test__filter__body input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.test-phase-4 .test__body .test__filter__body input[type=radio]:checked ~ .filter-btn {
  background: #A498D9;
  color: #ffffff;
}
.test-phase-4 .test__body .test__filter__body input[type=radio]:checked ~ .filter-btn .fl-icon {
  fill: #ffffff;
}
.test-phase-4 .test__body .test__filter__btn {
  cursor: pointer;
}
.test-phase-4 .test__body .test__filter__btn .filter-btn {
  padding: 12px 0;
  background: #ffffff;
  margin-bottom: 8px;
  position: relative;
  border: 1px solid #795BDA;
  font-size: 14px;
  color: #423F4D;
  font-weight: 500;
  border-radius: 3px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.test-phase-4 .test__body .test__filter__btn .filter-btn svg {
  margin-right: 10px;
}
.test-phase-4 .test__body .test__filter__btn .filter-btn .fl-icon {
  fill: #795BDA;
}
.test-phase-4 .test__body .test__filter__btn:nth-child(1) {
  width: 100%;
  box-sizing: border-box;
}
.test-phase-4 .test__body .test__filter__btn:nth-child(2) {
  width: 48%;
  box-sizing: border-box;
}
.test-phase-4 .test__body .test__filter__btn:nth-child(3) {
  width: 48%;
  box-sizing: border-box;
}
.test-phase-4 .test__body .test__filter__btn:nth-child(4) {
  width: 100%;
  box-sizing: border-box;
}
.test-phase-4 .test__body__item:nth-child(3) .test__filter__btn {
  width: 48%;
}
.test-phase-4 .test__body__item:nth-child(4) .test__filter__btn {
  width: 48%;
}
.test-phase-4 .test__body__item:nth-child(4) .test__filter__btn .filter-btn {
  padding: 16px;
  box-sizing: border-box;
}

.test-search .test__body {
  width: 35%;
  margin: 110px auto;
}
.test-search .test__body .loader {
  width: 93px;
  height: 93px;
  margin: 0 auto;
  margin-bottom: 60px;
  border-radius: 50%;
  animation: loader 4s linear infinite;
}
.test-search__text p:nth-child(1) {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  color: #2F264D;
}
.test-search__text p:nth-child(2) {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  color: #2F264D;
  margin-top: 24px;
}
.test-search__text p:nth-child(2) span {
  color: #9895A6;
}
.test-search__links {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 32px;
}
.test-search__links a {
  padding: 17px 24px;
  border-radius: 48px;
  font-size: 14px;
  font-weight: 500;
}
.test-search__links a:nth-child(1) {
  box-shadow: 0 0 1px 1px #795BDA;
  color: #423F4D;
}
.test-search__links a:nth-child(1):hover {
  box-shadow: 0 0 1px 2px #795BDA;
}
.test-search__links a:nth-child(2) {
  color: #ffffff;
  background: #795BDA;
}
.test-search__links a:nth-child(2):hover {
  background: #8E6BFF;
  transition: 0.3s;
}

.test-result .psiholog__basic__description {
  width: 61%;
}
.test-result .psiholog__basic__price {
  width: 28%;
}
.test-result .bg-section {
  height: 350px;
}
.test-result .test__question {
  margin-top: 40px;
}
.test-result__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin: 70px auto;
  position: relative;
  overflow: hidden;
}
.test-result__item {
  max-width: 186px;
  background: #F1EDFF;
  padding: 8px;
  border-radius: 4px;
  position: relative;
  margin: 0 20px;
  cursor: pointer;
}
.test-result__item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.test-result__image {
  min-width: 80px;
  height: 80px;
  margin-right: 8px;
  position: relative;
  overflow: hidden;
}
.test-result__image img {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.test-result__name {
  font-size: 14px;
  font-weight: 500;
  color: #2F264D;
  line-height: 120%;
}
.test-result__price {
  font-size: 14px;
  font-weight: 400;
  color: #2F264D;
  line-height: 140%;
}
.test-result .slick-arrow {
  width: 42px;
  height: 90px;
  z-index: 1005;
  position: absolute;
  top: -45px;
}
.test-result .slick-next {
  right: -150px;
  top: -44px;
  background-image: url("../images/arrow-right-focus.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.test-result__active {
  border: 1px solid #795BDA;
}

.test-children .test__body {
  flex-direction: column;
  width: 40%;
}
.test-children .test__body__item {
  width: 100%;
}
.test-children .test__control {
  margin-top: 20vh;
}

.filter-lang .test__filter__btn:last-child .filter-btn {
  padding: 16px;
}

@keyframes loader {
  100% {
    transform: rotate(360deg);
  }
}
.blur-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 37, 49, 0.75);
  z-index: 1100;
  display: none;
}

.authentication, .registration, .registration-code, .registration-done {
  width: 400px;
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 24px;
  background-image: url("../images/bg-modal.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  display: none;
  z-index: 1010;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  box-sizing: border-box;
}
.authentication h3, .registration h3, .registration-code h3, .registration-done h3 {
  font-size: 32px;
  color: #2F264D;
  font-weight: 400;
  width: 90%;
}
.authentication span, .registration span, .registration-code span, .registration-done span {
  font-size: 14px;
  color: #9895A6;
  font-weight: 400;
  margin: 16px 0;
  display: block;
}
.authentication .sing-in-link, .registration .sing-in-link, .registration-code .sing-in-link, .registration-done .sing-in-link {
  color: #795BDA;
  font-size: 14px;
  font-weight: 400;
  background: none;
  border: none;
}
.authentication__social, .registration__social, .registration-code__social, .registration-done__social {
  display: flex;
  flex-direction: column;
}
.authentication__social a, .registration__social a, .registration-code__social a, .registration-done__social a {
  box-sizing: border-box;
  padding: 16px 16px 16px 48px;
  border: 1px solid #E3E1E5;
  border-radius: 8px;
  font-size: 14px;
  color: #423F4D;
}
.authentication__social a:nth-child(1), .registration__social a:nth-child(1), .registration-code__social a:nth-child(1), .registration-done__social a:nth-child(1) {
  background-image: url("../images/google.svg");
  background-repeat: no-repeat;
  background-position: 16px center;
  margin-bottom: 8px;
}
.authentication__social a:nth-child(2), .registration__social a:nth-child(2), .registration-code__social a:nth-child(2), .registration-done__social a:nth-child(2) {
  background-image: url("../images/facebook-auth.svg");
  background-repeat: no-repeat;
  background-position: 16px center;
}
.authentication__social a:hover, .registration__social a:hover, .registration-code__social a:hover, .registration-done__social a:hover {
  border: 1px solid #8E6BFF;
}
.authentication .authentication__form .form-btn, .authentication .registration__form .form-btn, .authentication .registration-code__form .form-btn, .registration .authentication__form .form-btn, .registration .registration__form .form-btn, .registration .registration-code__form .form-btn, .registration-code .authentication__form .form-btn, .registration-code .registration__form .form-btn, .registration-code .registration-code__form .form-btn, .registration-done .authentication__form .form-btn, .registration-done .registration__form .form-btn, .registration-done .registration-code__form .form-btn {
  background: #795BDA;
  border-radius: 8px;
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 20px 0;
}
.authentication .authentication__form .form-btn:hover, .authentication .registration__form .form-btn:hover, .authentication .registration-code__form .form-btn:hover, .registration .authentication__form .form-btn:hover, .registration .registration__form .form-btn:hover, .registration .registration-code__form .form-btn:hover, .registration-code .authentication__form .form-btn:hover, .registration-code .registration__form .form-btn:hover, .registration-code .registration-code__form .form-btn:hover, .registration-done .authentication__form .form-btn:hover, .registration-done .registration__form .form-btn:hover, .registration-done .registration-code__form .form-btn:hover {
  background: #8E6BFF;
  transition: 0.3s;
}
.authentication .authentication__form input, .authentication .registration__form input, .authentication .registration-code__form input, .registration .authentication__form input, .registration .registration__form input, .registration .registration-code__form input, .registration-code .authentication__form input, .registration-code .registration__form input, .registration-code .registration-code__form input, .registration-done .authentication__form input, .registration-done .registration__form input, .registration-done .registration-code__form input {
  padding: 16px;
  width: 100%;
  margin: 8px 0;
  border-radius: 8px;
  border: 1px solid #E3E1E5;
  font-size: 14px;
  outline: none;
  display: inline-block;
  box-sizing: border-box;
  color: #2F264D;
  font-size: 14px;
  position: relative;
}
.authentication .authentication__form input:focus, .authentication .registration__form input:focus, .authentication .registration-code__form input:focus, .registration .authentication__form input:focus, .registration .registration__form input:focus, .registration .registration-code__form input:focus, .registration-code .authentication__form input:focus, .registration-code .registration__form input:focus, .registration-code .registration-code__form input:focus, .registration-done .authentication__form input:focus, .registration-done .registration__form input:focus, .registration-done .registration-code__form input:focus {
  border: 1px solid #795BDA;
}
.authentication .authentication__form .input-box, .authentication .registration__form .input-box, .authentication .registration-code__form .input-box, .registration .authentication__form .input-box, .registration .registration__form .input-box, .registration .registration-code__form .input-box, .registration-code .authentication__form .input-box, .registration-code .registration__form .input-box, .registration-code .registration-code__form .input-box, .registration-done .authentication__form .input-box, .registration-done .registration__form .input-box, .registration-done .registration-code__form .input-box {
  position: relative;
}
.authentication .authentication__form .input-box__pl, .authentication .registration__form .input-box__pl, .authentication .registration-code__form .input-box__pl, .registration .authentication__form .input-box__pl, .registration .registration__form .input-box__pl, .registration .registration-code__form .input-box__pl, .registration-code .authentication__form .input-box__pl, .registration-code .registration__form .input-box__pl, .registration-code .registration-code__form .input-box__pl, .registration-done .authentication__form .input-box__pl, .registration-done .registration__form .input-box__pl, .registration-done .registration-code__form .input-box__pl {
  position: absolute;
  left: 16px;
  top: 10px;
  color: #9895A6;
  font-size: 14px;
  font-weight: 400;
  background: #ffffff;
  padding: 0 5px;
  display: block;
  pointer-events: none;
}
.authentication .authentication__form .input-box input:not(:-moz-placeholder-shown) ~ span, .authentication .registration__form .input-box input:not(:-moz-placeholder-shown) ~ span, .authentication .registration-code__form .input-box input:not(:-moz-placeholder-shown) ~ span, .registration .authentication__form .input-box input:not(:-moz-placeholder-shown) ~ span, .registration .registration__form .input-box input:not(:-moz-placeholder-shown) ~ span, .registration .registration-code__form .input-box input:not(:-moz-placeholder-shown) ~ span, .registration-code .authentication__form .input-box input:not(:-moz-placeholder-shown) ~ span, .registration-code .registration__form .input-box input:not(:-moz-placeholder-shown) ~ span, .registration-code .registration-code__form .input-box input:not(:-moz-placeholder-shown) ~ span, .registration-done .authentication__form .input-box input:not(:-moz-placeholder-shown) ~ span, .registration-done .registration__form .input-box input:not(:-moz-placeholder-shown) ~ span, .registration-done .registration-code__form .input-box input:not(:-moz-placeholder-shown) ~ span {
  transform: translateY(-27px);
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.authentication .authentication__form .input-box input:focus ~ span, .authentication .authentication__form .input-box input:not(:placeholder-shown) ~ span, .authentication .registration__form .input-box input:focus ~ span, .authentication .registration__form .input-box input:not(:placeholder-shown) ~ span, .authentication .registration-code__form .input-box input:focus ~ span, .authentication .registration-code__form .input-box input:not(:placeholder-shown) ~ span, .registration .authentication__form .input-box input:focus ~ span, .registration .authentication__form .input-box input:not(:placeholder-shown) ~ span, .registration .registration__form .input-box input:focus ~ span, .registration .registration__form .input-box input:not(:placeholder-shown) ~ span, .registration .registration-code__form .input-box input:focus ~ span, .registration .registration-code__form .input-box input:not(:placeholder-shown) ~ span, .registration-code .authentication__form .input-box input:focus ~ span, .registration-code .authentication__form .input-box input:not(:placeholder-shown) ~ span, .registration-code .registration__form .input-box input:focus ~ span, .registration-code .registration__form .input-box input:not(:placeholder-shown) ~ span, .registration-code .registration-code__form .input-box input:focus ~ span, .registration-code .registration-code__form .input-box input:not(:placeholder-shown) ~ span, .registration-done .authentication__form .input-box input:focus ~ span, .registration-done .authentication__form .input-box input:not(:placeholder-shown) ~ span, .registration-done .registration__form .input-box input:focus ~ span, .registration-done .registration__form .input-box input:not(:placeholder-shown) ~ span, .registration-done .registration-code__form .input-box input:focus ~ span, .registration-done .registration-code__form .input-box input:not(:placeholder-shown) ~ span {
  transform: translateY(-27px);
  transition: 0.3s;
}
.authentication .authentication__form input::-moz-placeholder, .authentication .registration__form input::-moz-placeholder, .authentication .registration-code__form input::-moz-placeholder, .registration .authentication__form input::-moz-placeholder, .registration .registration__form input::-moz-placeholder, .registration .registration-code__form input::-moz-placeholder, .registration-code .authentication__form input::-moz-placeholder, .registration-code .registration__form input::-moz-placeholder, .registration-code .registration-code__form input::-moz-placeholder, .registration-done .authentication__form input::-moz-placeholder, .registration-done .registration__form input::-moz-placeholder, .registration-done .registration-code__form input::-moz-placeholder {
  color: transparent;
}
.authentication .authentication__form input::placeholder, .authentication .registration__form input::placeholder, .authentication .registration-code__form input::placeholder, .registration .authentication__form input::placeholder, .registration .registration__form input::placeholder, .registration .registration-code__form input::placeholder, .registration-code .authentication__form input::placeholder, .registration-code .registration__form input::placeholder, .registration-code .registration-code__form input::placeholder, .registration-done .authentication__form input::placeholder, .registration-done .registration__form input::placeholder, .registration-done .registration-code__form input::placeholder {
  color: transparent;
}
.authentication__links, .registration__links, .registration-code__links, .registration-done__links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #795BDA;
  font-size: 14px;
  font-weight: 400;
  margin: 24px 0;
}
.authentication__links span, .registration__links span, .registration-code__links span, .registration-done__links span {
  display: block;
  color: #795BDA;
  font-size: 14px;
  font-weight: 400;
}

.popup-active {
  display: block;
}

.authentication .popup-close {
  border-radius: 8px;
  background: #ffffff;
  padding: 14px;
  position: absolute;
  top: -16px;
  right: 0;
}

.registration .popup-close {
  border-radius: 8px;
  background: #ffffff;
  padding: 12px 14px;
  position: absolute;
  top: -16px;
  right: 0;
  cursor: pointer;
  z-index: 1010;
}
.registration__checked label {
  display: inline-flex;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #423F4D;
  margin: 5px 0 25px 0;
  position: relative;
}
.registration__checked label .real-chackbox {
  position: absolute;
  opacity: 0;
  z-index: 1;
}
.registration__checked label .real-chackbox:checked ~ .custom-checkbox {
  background: #795BDA;
}
.registration__checked label .real-chackbox:checked ~ .custom-checkbox .chackedmark {
  opacity: 1;
}
.registration__checked label .custom-checkbox {
  width: 24px;
  height: 24px;
  border: 1px solid #795BDA;
  border-radius: 3px;
  display: flex;
  margin-right: 16px;
  background: none;
  position: relative;
}
.registration__checked label .chackedmark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  opacity: 0;
}
.registration__checked label a {
  cursor: pointer;
  color: #795BDA;
  margin-left: 5px;
  z-index: 1010;
}

.registration-code {
  background: none;
  background-image: url("../images/bg-popup.svg");
  background-repeat: no-repeat;
}
.registration-code .popup-close {
  border-radius: 8px;
  background: #ffffff;
  padding: 12px 14px;
  position: absolute;
  top: -16px;
  right: 0;
}

.registration-done {
  background: #ffffff;
  background-image: none;
}
.registration-done h3 {
  font-size: 32px;
  color: #2F264D;
  font-weight: 400;
  width: 100%;
}
.registration-done span {
  font-size: 14px;
  color: #423F4D;
  font-weight: 400;
  margin: 24px 0;
  display: block;
  text-align: center;
}
.registration-done .form-btn {
  width: 100%;
  background: #795BDA;
  border-radius: 8px;
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 20px 0;
}
.registration-done .form-btn:hover {
  background: #8E6BFF;
  transition: 0.3s;
}

@media screen and (max-width: 1250px) {
  .psiholog .psiholog-acquaintance__btn {
    background-position: 10% center;
  }
  .available-time__body {
    width: 60%;
  }
  .psiholog__basic .psiholog__basic__right {
    padding-left: 16px;
    width: 28%;
  }
  .psiholog__basic .psiholog__basic__right .block-right {
    padding: 16px;
  }
  .psiholog__basic .psiholog__basic__right .psiholog__basic__btn {
    margin-top: 0;
  }
  .psiholog__basic__left {
    width: 70%;
    padding: 16px;
  }
  .psiholog__basic__btn .btn-fixed {
    flex-direction: column;
  }
  .psiholog__basic__btn .btn-fixed .psiholog-query__btn {
    width: 100%;
    margin-bottom: 8px;
  }
  .psiholog__basic__btn .btn-fixed .psiholog-write__btn {
    width: 100%;
  }
  .psiholog__contant {
    width: 67%;
  }
}
@media screen and (max-width: 1200px) {
  .psiholog .psiholog-acquaintance__btn {
    background-position: 7% center;
  }
  .psiholog__experience {
    bottom: 60px;
  }
  .psiholog__basic__images {
    width: 260px;
    height: 260px;
  }
  .psiholog__basic__images img {
    width: 260px;
    height: 260px;
  }
  .psiholog__item__price {
    margin-left: 280px;
  }
  .psikholog__item__btn {
    width: 16%;
  }
  .psikholog__item__btn .profile-link {
    padding: 0 15px;
  }
  .banner .make-appointment__text {
    width: 50%;
    margin-right: 24px;
  }
}
@media screen and (max-width: 1060px) {
  .psiholog .psiholog-acquaintance__btn {
    background-position: 2% center;
  }
  body .filter__query__box .btn-contact-telegram {
    background-position: 23% center;
    padding-left: 44%;
  }
  body .filter__query__box .btn-contact-email {
    background-position: 23% center;
    padding-left: 44%;
  }
}
@media screen and (max-width: 1060px) {
  body .footer__directions {
    width: 90%;
  }
  body .header__navigation {
    width: auto;
  }
  body .header__navigation .navigation {
    display: none;
  }
  .header .burger-menu {
    display: flex;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .available-hours__body {
    width: 80%;
  }
  .banner .make-appointment {
    position: absolute;
    width: 100%;
    justify-content: center;
  }
  .banner .make-appointment .make-appointment__text {
    text-align: center;
  }
  body .psiholog-query .filter-cl {
    display: block;
  }
  body .psiholog-query .filter-cl .input-box {
    width: 100%;
  }
  body .play-video {
    display: block;
  }
  body .close-video {
    display: block;
  }
  body .psikholog__item__session .psiholog__video {
    height: 400px;
  }
  body .psiholog__basic__right .block-right {
    width: 276px;
    margin-left: 20px;
  }
  body .psiholog__basic__right .block-right .psiholog-query__btn {
    width: 100%;
  }
  .filter {
    width: 100%;
  }
  .filter .container {
    padding: 0;
  }
  .singl-article .article {
    width: 100%;
  }
  .singl-article .article .article__quote {
    width: 80%;
    margin: 40px auto;
  }
  .header .lang-switcher {
    margin-right: 16px;
  }
  body .header .header__useraction .btn-auth {
    margin-right: 0;
  }
  .header__menu .header__navigation {
    margin-left: -20px;
  }
  .banner .banner__images {
    width: 48%;
  }
  .banner .banner__choice {
    width: 80%;
  }
  .advantages .advantages__box .advantages__list .advantages__list__item {
    width: 30%;
    margin-bottom: 20px;
  }
  .problem-solving .problem-solving__item {
    width: 48%;
  }
  .appeal .appeal__entry {
    padding: 0;
  }
  .appeal .appeal__box {
    width: 90%;
    margin: 0 auto;
  }
  .appeal .appeal__team__list {
    width: 100%;
  }
  .product-payment .product-payment__wrapper {
    width: 100%;
  }
  .advice-page .advice__block {
    margin-top: 150px;
  }
  .advice-page .advice__block .advice__item {
    justify-content: flex-start;
  }
  .advice-page .advice__block .advice__item__img {
    width: 30%;
    margin-right: 16px;
  }
  .advice-page .advice__block .advice__item__description {
    width: 68%;
  }
  .advice .advice__item {
    width: 100%;
  }
  .advice .advice__item .advice__item__img {
    width: 30%;
  }
  .advice .advice__item .advice__item__description {
    width: 68%;
  }
  .advice .advice__item .advice__item__description p {
    width: 90%;
  }
  #advice-page .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  #advice-page .container h2 {
    font-size: 40px;
    position: absolute;
    left: 20px;
    top: 0;
  }
  #advice-page .container .filter {
    left: 20px;
    top: 60px;
    justify-content: flex-start;
  }
  #advice-page .container .filter__item-price {
    width: 325px;
  }
  .content__psikhologi .psikholog__item {
    width: 100%;
  }
  .content__psikhologi .psikholog__item .psikholog__item__profile {
    width: 100%;
  }
  .content__psikhologi .psikholog__item .psikholog__item__session {
    display: none;
    position: fixed;
    width: 95%;
    margin: 0 auto;
    top: 50%;
    box-sizing: border-box;
    transform: translateY(-50%);
    z-index: 1500;
    background-color: #ffffff;
  }
  .content__psikhologi .psikholog__item .psikholog__item__session .psiholog__video {
    margin-bottom: 16px;
  }
  .content__psikhologi {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .how-start .how-start__item__image {
    width: 400px;
  }
  .filter .container {
    width: 100%;
  }
  .filter .container .meeting {
    display: none;
  }
  .content .content__psikhologi .psikholog__banner {
    width: 100%;
  }
  .vebinares__planned__item .vebinares__planned__price {
    font-size: 16px;
  }
  .vebinares__planned__item .vebinares__planned__title {
    font-size: 20px;
  }
  .vebinares__planned__item .vebinares__planned__timer {
    font-size: 16px;
  }
  .comments-block .comments-block__slider .slick-next {
    left: 240px;
  }
  .question .question__list {
    width: 48%;
  }
  .question .question__list .question__item__text {
    width: 90%;
  }
  .question .question__right {
    width: 48%;
  }
  .question .question__right .question__right__title {
    padding: 0;
    margin-top: 24px;
  }
  .question .question__right .question__right__text {
    padding: 0;
    margin: 24px 0;
  }
  .title-page .filter__box .filter__bottom .meeting {
    display: none;
  }
  .psiholog .psiholog__basic .psiholog__basic__description {
    width: 50%;
  }
  .psiholog .psiholog__basic .psiholog__speciality {
    width: 100%;
  }
  .psiholog .psiholog__basic .psiholog__basic__price {
    width: 70%;
  }
  .psiholog__contant .psiholog__item__tabs .tabs-item {
    font-size: 20px;
  }
  .psiholog__contant .psiholog__therapy label:nth-child(1) ul {
    height: 300px;
  }
  .psiholog__contant .reservation__filter {
    width: 60%;
  }
  .psiholog__contant .psiholog__additionally {
    flex-direction: column;
    align-items: center;
  }
  .psiholog__contant .psiholog__additionally .psiholog__additionally__item {
    width: 40%;
    align-items: center;
  }
  .single-psiholog .last-views .container {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .test-search .container .test__body {
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .test-result .test-result__list {
    width: 90%;
  }
  .test-result .test-result__list .slick-next {
    right: -40px;
  }
  .header__useraction div:nth-child(2) {
    flex-direction: row-reverse;
  }
  .psiholog__basic .psiholog__basic__right {
    margin-left: 0;
    padding-left: 0;
  }
  .test-result__list .test-result__item {
    flex-direction: column;
    max-width: 96px;
  }
  .test-result__list .test-result__item .test-result__image {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .psiholog .psiholog__basic__right .psiholog__basic__btn .btn-fixed {
    width: 100%;
  }
  body .banner-map__box {
    padding: 24px;
  }
  body .psiholog__basic__btn .btn-fixed .psiholog-query__btn {
    margin-right: 16px;
    margin-bottom: 0;
  }
  .psiholog .psiholog__basic {
    flex-direction: column;
  }
  .psiholog .psiholog__basic__left {
    width: 100%;
    padding-bottom: 8px;
  }
  .psiholog .psiholog__basic__right {
    width: 100%;
  }
  .psiholog .psiholog__basic__right video {
    height: 338px;
  }
  .psiholog .psiholog__basic__right .psiholog__basic__btn {
    flex-direction: row;
    width: 100%;
    margin-top: 24px;
    justify-content: space-between;
    align-items: center;
  }
  .psiholog .psiholog__basic__right .psiholog__basic__btn a {
    width: 30%;
  }
  .psiholog .psiholog__basic__right .psiholog__basic__btn .btn-fixed {
    flex-direction: row;
    display: flex;
    width: 70%;
  }
  .psiholog .psiholog__basic .psiholog__basic__description {
    width: 55%;
  }
  .psiholog .psiholog__contant {
    width: 100%;
    margin-left: 0;
  }
  .psiholog__contant .psiholog__additionally {
    gap: 4px;
    flex-direction: row;
    align-items: stretch;
  }
}
@media screen and (max-width: 960px) {
  body .psiholog__basic__right {
    margin-top: 16px;
  }
  body .psiholog__basic__right .block-right {
    position: relative;
    min-width: 100%;
    margin-left: 0;
    padding-top: 0;
  }
  body .registration__checked label {
    flex-wrap: wrap;
  }
  body .registration__checked label a {
    margin-left: 40px;
  }
  .banner .banner__inner .banner__title {
    width: 140%;
    font-size: 40px;
  }
  body .test .test__body__options {
    background: none;
  }
  body .test .test__body__options a {
    width: 100%;
    margin-bottom: 24px;
  }
  body .test .test__body__options a .test__body__options__item p {
    margin-top: 0;
  }
  body .test .test__body__options a .test__body__options__item p:hover {
    background: #795BDA;
    color: #ffffff;
  }
  body .test .test__body__options .test__options-image {
    display: none;
  }
  .test .test__body .test__body__options .test__body__options__item {
    font-size: 16px;
  }
  .test .test__progress__item::after {
    width: 30px;
    right: -40px;
  }
  .test .test__control {
    margin-top: 100px;
  }
  .test__control .test__control__arrows {
    margin-left: -100px;
  }
  .test__control .test__control__result p {
    display: flex;
    margin-right: 10px;
  }
  .test .test__body .test__body__options {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin: 60px auto;
  }
  .test .test__body .test__body__options .test__body__options__item {
    width: 100%;
    padding: 0;
    margin-bottom: 8px;
  }
  .test .test__body .test__body__options .test__body__options__item:last-child {
    margin-bottom: 0;
  }
  .test .test__body .test__body__options .test__body__options__item .checkboxImg-wrapper {
    display: none;
  }
  .test .test__body .test__body__options .test__body__options__item p {
    display: flex;
    justify-content: center;
    font-size: 20px;
    position: relative;
    background: #ffffff;
    border: 1px solid #795BDA;
    padding: 24px;
    border-radius: 8px;
    cursor: pointer;
    align-items: center;
  }
  .test .test__body .test__body__options .test__body__options__item .real-checkbox:checked ~ p {
    background: #795BDA;
    color: #ffffff;
  }
  .test-phase-2 .container .test__body {
    flex-direction: column;
    width: 60%;
    margin: 60px auto;
  }
  .test-phase-2 .container .test__body .test__body__item {
    width: 100%;
  }
  .advantages .container .advantages__indicators {
    width: 105%;
    margin-left: -19px;
    box-sizing: border-box;
  }
  .advantages .indicators-list .indicators-item {
    width: 22%;
  }
  .advantages .indicators-list .indicators-item p {
    font-size: 14px;
  }
  .advantages .indicators-list .indicators-item span {
    font-size: 32px;
  }
  .banner .banner__images {
    width: 60%;
  }
  .banner__text .banner__choice {
    width: 100%;
  }
  .banner__text .banner__link {
    padding: 24px 50px;
  }
  .banner .banner__images {
    width: 60%;
  }
  .banner .banner__description {
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  body .problem-solving {
    padding: 150px 0 90px 0;
  }
  .appeal .appeal__description__text p:nth-child(1) {
    margin-bottom: 10px;
  }
  .appeal .appeal__description__title::before {
    left: 0;
    top: -70px;
  }
  .appeal .appeal__team__title {
    width: 100%;
  }
  .appeal .appeal__team__list {
    width: 100%;
  }
  .qualification .qualification__item {
    width: 48%;
  }
  .direction .direction__tab {
    padding: 40px 30px;
  }
  .how-start__item__text {
    width: 48%;
  }
  .how-start .how-start__item__image {
    width: 48%;
    padding: 0;
  }
  .how-start .how-start__item__description {
    width: 95%;
  }
  .how-start .how-start__item__title {
    width: 100%;
  }
  .comments-block .comments-block__slider .slick-next {
    left: 240px;
  }
  .question .question__block {
    flex-direction: column;
    margin-bottom: 0;
  }
  .question .question__block .question__right__social a {
    width: 42px;
    height: 42px;
  }
  .question .question__block .question__right__btn {
    padding: 10px 20px;
  }
  .question .question__list {
    width: 100%;
  }
  .question .question__right {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row-reverse;
    margin-top: 32px;
  }
  .question .question__right span {
    margin-top: 0;
  }
  .question .question__right .question__right__title {
    text-align: left;
    padding: 0;
  }
  .question .question__right .question__right__text {
    text-align: left;
    padding: 0;
  }
  .question .question__right .question__right__link {
    padding: 0;
    margin-top: 24px;
  }
  .question .question__right .question__right__social a {
    margin-right: 16px;
  }
  .question .question__right .question__right__social a:last-child {
    margin-right: 0;
  }
  .question .question__right .question__right__btn {
    font-size: 14px;
  }
  .question .question__right__img {
    width: 48%;
    margin-left: 16px;
  }
  .question .question__right__box {
    width: 50%;
  }
  .onlain-consul .onlain-consul__list {
    flex-direction: column;
  }
  .onlain-consul .onlain-consul__list .onlain-consul__item {
    margin-bottom: 24px;
  }
  .onlain-consul .onlain-consul__list .onlain-consul__item .onlain-consul__img {
    margin-bottom: 20px;
    width: 100%;
  }
  .onlain-consul .onlain-consul__list .onlain-consul__item:nth-child(1) {
    width: 100%;
  }
  .onlain-consul .onlain-consul__list .onlain-consul__item:nth-child(2) {
    width: 100%;
  }
  .onlain-consul .onlain-consul__list .onlain-consul__item:nth-child(2) .onlain-consul__title {
    font-size: 20px;
  }
  .onlain-consul .onlain-consul__list .onlain-consul__item:nth-child(2) .onlain-consul__img {
    margin-bottom: 20px;
  }
  .onlain-consul .onlain-consul__list .onlain-consul__item:nth-child(3) {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .onlain-consul .onlain-consul__list .onlain-consul__item:nth-child(3) .onlain-consul__title {
    font-size: 20px;
  }
  .onlain-consul .onlain-consul__list .onlain-consul__item:nth-child(3) .onlain-consul__img {
    width: 100%;
  }
  .onlain-consul .onlain-consul__list .onlain-consul__item:nth-child(3) .onlain-consul__description {
    width: 100%;
  }
  .onlain-consul .onlain-consul__list .onlain-consul__item:nth-child(4) {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  .onlain-consul .onlain-consul__list .onlain-consul__item:nth-child(4) .onlain-consul__title {
    font-size: 20px;
  }
  .onlain-consul .onlain-consul__list .onlain-consul__item:nth-child(4) .onlain-consul__img {
    width: 100%;
  }
  .onlain-consul .onlain-consul__list .onlain-consul__item:nth-child(4) .onlain-consul__description {
    width: 100%;
  }
  .footer .footer__contact {
    width: 48%;
  }
  .footer .footer__contact .footer__contact__list {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .footer .footer__menu {
    width: 40%;
    flex-wrap: wrap;
    padding: 0;
    align-items: baseline;
    padding-top: 18px;
  }
  .footer .footer__menu .footer__menu__list {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
  }
  .footer .footer__contact__item {
    margin-bottom: 16px;
  }
  .footer .footer__navigation {
    justify-content: space-between;
  }
  .footer .footer__navigation .footer__menu__item {
    margin-bottom: 8px;
  }
  .footer .footer__bottom .footer__bottom__item {
    margin-bottom: 8px;
  }
  .footer .footer__bottom__contract {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 30px;
  }
  .content__psikhologi .psikholog__banner .psikholog__banner__img {
    width: 50%;
  }
  .content__psikhologi .psikholog__banner .psikholog__banner__text {
    height: 320px;
  }
  .content__psikhologi .psikholog__banner .psikholog__banner__text p {
    width: 100%;
  }
  .singl-article .psikholog__item .psikholog__item__btn {
    width: 18%;
  }
  .singl-article .psikholog__item .psikholog__item__btn a {
    padding: 0 24px;
  }
  .psiholog .psiholog__basic {
    flex-direction: column;
  }
  .psiholog .psiholog__basic__left {
    width: 100%;
    padding-bottom: 8px;
  }
  .psiholog .psiholog__basic__right {
    width: 100%;
  }
  .psiholog .psiholog__basic__right video {
    height: 338px;
  }
  .psiholog .psiholog__basic__right .psiholog__basic__btn {
    flex-direction: row;
    width: 100%;
    margin-top: 24px;
    justify-content: space-between;
    align-items: center;
  }
  .psiholog .psiholog__basic__right .psiholog__basic__btn a {
    width: 30%;
  }
  .psiholog .psiholog__basic__right .psiholog__basic__btn .btn-fixed {
    flex-direction: row;
    display: flex;
    width: 70%;
  }
  .psiholog .psiholog__basic .psiholog__basic__description {
    width: 55%;
  }
  .psiholog .psiholog__contant {
    width: 100%;
    margin-left: 0;
  }
  .psiholog__contant .psiholog__additionally {
    gap: 4px;
    flex-direction: row;
    align-items: stretch;
  }
  .single-psiholog .vebinares__planned__list {
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .single-psiholog .vebinares__planned__item {
    flex-direction: column;
    width: 48%;
  }
  .single-psiholog .vebinares__planned__item .vebinares__planned__images {
    width: 100%;
  }
  .single-psiholog .vebinares__planned__item .vebinares__planned__description {
    width: 100%;
  }
  .single-psiholog .vebinares__planned__item .vebinares__planned__timer {
    display: none;
  }
  .single-psiholog .vebinares__planned__item .vebinares__planned__author {
    margin: 16px 0;
  }
  .single-psiholog .vebinares__planned__item .vebinares__planned__author span {
    font-size: 12px;
  }
  .single-psiholog .vebinares__planned__item .vebinares__planned__info {
    margin-top: 8px;
  }
  .single-psiholog .vebinares__planned__item .vebinares__planned__info li {
    font-size: 12px;
  }
  .single-psiholog .vebinares__planned__item .vebinares__planned__title {
    font-size: 24px;
    margin: 16px 0 80px 0;
    line-height: 120%;
  }
  .single-psiholog .vebinares__planned__item .vebinares__planned__price {
    left: 0;
    top: 200px;
    font-size: 24px;
    font-weight: 500;
  }
  .vebinares .vebinares__planned__list {
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .vebinares .vebinares__planned__item {
    flex-direction: column;
    width: 48%;
  }
  .vebinares .vebinares__planned__item .vebinares__planned__images {
    width: 100%;
  }
  .vebinares .vebinares__planned__item .vebinares__planned__description {
    width: 100%;
  }
  .vebinares .vebinares__planned__item .vebinares__planned__timer {
    display: none;
  }
  .vebinares .vebinares__planned__item .vebinares__planned__author {
    margin: 16px 0;
  }
  .vebinares .vebinares__planned__item .vebinares__planned__author span {
    font-size: 12px;
  }
  .vebinares .vebinares__planned__item .vebinares__planned__info {
    margin-top: 8px;
  }
  .vebinares .vebinares__planned__item .vebinares__planned__info li {
    font-size: 12px;
  }
  .vebinares .vebinares__planned__item .vebinares__planned__title {
    font-size: 24px;
    margin: 16px 0 80px 0;
    line-height: 120%;
  }
  .vebinares .vebinares__planned__item .vebinares__planned__price {
    left: 0;
    top: 200px;
    font-size: 24px;
    font-weight: 500;
  }
  body .title-page {
    padding-bottom: 30px;
  }
  .vebinares__planned__item .vebinares__planned__images {
    height: 200px;
  }
  .vebinares__planned__item .vebinares__planned__images img {
    height: 200px;
  }
  .vebinares__planned__item .vebinares__planned__images .vebinares__planned__use {
    display: none;
  }
  .vebinares__completed .vebinares__completed__list {
    margin-top: 100px;
  }
  .vebinares__completed__list .vebinares__completed__item {
    width: 48%;
  }
  .vebinares__completed .container .filter {
    top: 50px;
    left: 0;
    justify-content: flex-start;
  }
  .vebinares__completed .container .filter .search {
    width: 25%;
  }
  .vebinares__completed .container .filter .filter__item-price {
    width: 33%;
    min-width: 250px;
  }
  .filter {
    margin-top: 40px;
  }
  .filter .filter__item {
    font-size: 14px;
  }
  .filter .filter__item .filter__select__name {
    padding: 0 0 0 16px;
  }
  .filter .filter__item-sm {
    width: 16%;
  }
  .filter .filter__item-sm .filter__select__name {
    overflow: hidden;
  }
  .filter .filter__bottom .filter__item-price {
    width: 177px;
    min-width: 177px;
  }
  .filter .filter__bottom .filter__item-price .filter__select__name {
    overflow: hidden;
    width: 100%;
  }
  .product__doctor__areas {
    position: absolute;
    left: 0;
    top: 130px;
  }
  .product__payment .product__payment__form .product-filter .filter__query__item {
    display: block;
  }
  .product__payment .product__payment__form .product-filter .filter__query__item:nth-child(1) .filter__query__box form {
    flex-direction: column;
  }
  .product__payment .product__payment__form .product-filter .filter__query__item:nth-child(1) .filter__query__box .filter__btn {
    width: 100%;
    margin-bottom: 8px;
  }
  .product__payment .product__payment__form .product-filter .filter__query__item:nth-child(3) .filter__query__box form {
    flex-direction: column;
  }
  .product__payment .product__payment__form .product-filter .filter__query__item:nth-child(3) .filter__query__box .filter__btn {
    width: 100%;
    margin-bottom: 8px;
  }
  .product__payment .product__payment__form .product-filter .filter__query__item:nth-child(3) .filter__query__box .filter__btn:nth-child(4) {
    display: none;
  }
  .product__payment .product__payment__form .product-filter .filter__query__item:nth-child(3) .filter__query__box .filter__btn:nth-child(5) {
    display: none;
  }
  .product__payment .product__payment__form .product-filter .filter__query__item:nth-child(3) .filter__query__box .filter__btn:last-child {
    margin-bottom: 0;
  }
  .product__payment .client .client__auth {
    flex-direction: column;
    align-items: flex-start;
  }
  .product__payment .client .client__auth a {
    width: 100%;
  }
  .singl-article .article .article__quote {
    width: 70%;
    margin: 40px auto;
  }
  .vebinar-page .vebinar-page__left {
    width: 100%;
  }
  .vebinar-page .vebinar-page__left .vebinar__about {
    margin-top: 525px;
  }
  .vebinar-page .vebinar-page__right {
    width: 100%;
    position: absolute;
    left: 0;
    top: 980px;
  }
  .test-search .container .test__body {
    width: 55%;
  }
  .test-result .test-result__list {
    width: 75%;
  }
  .test-result .test-result__list .slick-next {
    right: -80px;
  }
  .test-result .test-result__list .test-result__info {
    display: none;
  }
  .banner-selection .banner-selection__banner {
    padding: 24px;
  }
  .banner-selection .banner-selection__banner h2 {
    width: 120%;
  }
  .banner-selection .banner-selection__banner p {
    width: 100%;
  }
  .psiholog .psiholog__therapy:nth-child(2) ul {
    height: inherit;
  }
  .psiholog .psiholog__therapy:nth-child(3) ul {
    height: inherit;
  }
  body .btn-fixed .psiholog-query__btn {
    width: 100%;
  }
  body .filter__query__box .btn-contact-telegram {
    background-position: 23% center;
    padding-left: 40%;
  }
  body .filter__query__box .btn-contact-email {
    background-position: 23% center;
    padding-left: 40%;
  }
}
@media screen and (max-width: 900px) {
  .psikhologi-time .psikholog__item {
    height: 270px;
  }
  .psikhologi-time .psikholog__item .psikholog__time {
    margin-left: 0;
    margin-top: 32px;
  }
  .psikhologi-time .psikholog__item .psikholog__item__speciality {
    width: 80%;
  }
  .appeal .appeal__box {
    width: 100%;
  }
  body .footer .footer__directions {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  body .psikhologi-time .psikholog__item__speciality {
    width: 65%;
  }
  body .filter__query__box .form-group {
    flex-direction: column;
  }
  body .filter__query__box .form-group .filter__btn {
    width: 100%;
  }
  body .filter__query__box .form-group .filter__btn .btn-contact-telegram {
    margin-bottom: 8px;
    background-size: 14%;
    background-position: 34% center;
    padding-left: 47%;
  }
  body .filter__query__box .form-group .filter__btn .btn-contact-email {
    background-size: 14%;
    background-position: 34% center;
    padding-left: 47%;
  }
  .psikholog__item__btn .profile-link {
    height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .articles-author .advice__block {
    flex-direction: column;
  }
  .articles-author .advice__block .advice__item {
    width: 100%;
    padding: 0 0 32px 0;
    flex-direction: column;
  }
  .articles-author .advice__block .advice__item .advice__item__img {
    width: 100%;
  }
  .articles-author .advice__block .advice__item .advice__item__description {
    width: 100%;
    padding: 16px;
  }
  .articles-author .advice__block .advice__item .advice__item__description .advice__item__date {
    left: 16px;
    bottom: -24px;
  }
  .psikhologi-time .psikholog__item .psikholog__item__price {
    margin-left: 0;
  }
  .available-hours__body .available-hours__text {
    font-size: 32px;
  }
  .psiholog__item__type {
    padding: 16px 0;
  }
  .psiholog__therapy:nth-child(3) ul {
    margin-top: 16px;
  }
  .psiholog__therapy:nth-child(4) ul {
    margin-top: 16px;
  }
  .psiholog__contant .psiholog__about .psiholog__item__body {
    padding-top: 16px;
  }
  .appeal .appeal__author {
    width: 100%;
  }
  .comments {
    padding: 16px;
  }
  .psiholog .reservation {
    padding: 16px;
  }
  .psiholog__item {
    padding: 0 16px;
  }
  .psiholog__experience {
    flex-wrap: wrap;
  }
  .psiholog__item__price {
    width: 68%;
  }
  .psiholog__status {
    position: absolute;
    right: 0;
    top: 35px;
  }
  body .banner-map__box {
    position: relative;
    justify-content: flex-end;
  }
  body .banner-map__box .banner-map__text {
    z-index: 1100;
    position: absolute;
    top: 24px;
    left: 24px;
    width: 50%;
  }
  body .banner-map__box .banner-map__text .banner-map__title {
    font-size: 24px;
    width: 120%;
  }
  body .banner-map__box .banner-map__text .banner-map__list {
    width: 60%;
  }
  body .banner-map__box .banner-map__image {
    width: 70%;
    z-index: 1001;
  }
  body .header__navigation .navigation {
    display: none;
  }
  body .registration__checked label {
    flex-wrap: wrap;
  }
  body .registration__checked label a {
    margin-left: 40px;
  }
  .banner .banner__inner .banner__title {
    width: 140%;
    font-size: 40px;
  }
  .banner .banner__inner::before {
    top: -70px;
  }
  .header .burger-menu {
    display: flex;
    margin-right: 20px;
  }
  .title-page .container > h2::after {
    right: 31%;
    bottom: 33%;
  }
  .test .test__progress__list {
    width: 400px;
    margin: 0 auto;
  }
  .test .test__body__options .checkboxImg-wrapper .custom-checkboxImg {
    width: 100px;
    height: 100px;
  }
  .test .test__body .test__body__options .test__body__options__item {
    font-size: 16px;
  }
  .test .test__progress__item::after {
    width: 30px;
    right: -40px;
  }
  .test .test__control {
    margin-top: 100px;
  }
  .test__control .test__control__arrows {
    margin-left: -100px;
  }
  .test__control .test__control__result p {
    display: flex;
    margin-right: 10px;
  }
  .test .test__body .test__body__options {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin: 60px auto;
  }
  .test .test__body .test__body__options .test__body__options__item {
    width: 100%;
    padding: 0;
    margin-bottom: 8px;
  }
  .test .test__body .test__body__options .test__body__options__item:last-child {
    margin-bottom: 0;
  }
  .test .test__body .test__body__options .test__body__options__item .checkboxImg-wrapper {
    display: none;
  }
  .test .test__body .test__body__options .test__body__options__item p {
    display: flex;
    justify-content: center;
    font-size: 20px;
    position: relative;
    background: #ffffff;
    border: 1px solid #795BDA;
    padding: 24px;
    border-radius: 8px;
    cursor: pointer;
    align-items: center;
  }
  .test .test__body .test__body__options .test__body__options__item .real-checkbox:checked ~ p {
    background: #795BDA;
    color: #ffffff;
  }
  .test-phase-2 .container .test__body {
    flex-direction: column;
    width: 60%;
    margin: 60px auto;
  }
  .test-phase-2 .container .test__body .test__body__item {
    width: 100%;
  }
  .advantages .container .advantages__indicators {
    width: 105%;
    margin-left: -19px;
    box-sizing: border-box;
  }
  .advantages .indicators-list .indicators-item {
    width: 22%;
  }
  .advantages .indicators-list .indicators-item p {
    font-size: 14px;
  }
  .advantages .indicators-list .indicators-item span {
    font-size: 32px;
  }
  .banner .banner__images {
    width: 60%;
  }
  .banner__text .banner__choice {
    width: 100%;
  }
  .banner__text .banner__link {
    padding: 24px 50px;
  }
  .banner .banner__images {
    width: 60%;
  }
  .banner .banner__description {
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  body .problem-solving {
    padding: 150px 0 90px 0;
  }
  .qualification .qualification__item {
    width: 48%;
  }
  .direction .direction__tab {
    padding: 40px 30px;
  }
  .how-start__item__text {
    width: 48%;
  }
  .how-start .how-start__item__image {
    width: 48%;
    padding: 0;
  }
  .how-start .how-start__item__description {
    width: 95%;
  }
  .how-start .how-start__item__title {
    width: 100%;
  }
  .comments-block .comments-block__slider .slick-next {
    left: 240px;
  }
  .question .question__block {
    flex-direction: column;
    margin-bottom: 0;
  }
  .question .question__block .question__right__social a {
    width: 42px;
    height: 42px;
  }
  .question .question__block .question__right__btn {
    padding: 10px 20px;
  }
  .question .question__list {
    width: 100%;
  }
  .question .question__right {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row-reverse;
    margin-top: 32px;
  }
  .question .question__right span {
    margin-top: 0;
  }
  .question .question__right .question__right__title {
    text-align: left;
    padding: 0;
  }
  .question .question__right .question__right__text {
    text-align: left;
    padding: 0;
  }
  .question .question__right .question__right__link {
    padding: 0;
    margin-top: 24px;
  }
  .question .question__right .question__right__social a {
    margin-right: 16px;
  }
  .question .question__right .question__right__social a:last-child {
    margin-right: 0;
  }
  .question .question__right .question__right__btn {
    font-size: 14px;
  }
  .question .question__right__img {
    width: 48%;
    margin-left: 16px;
  }
  .question .question__right__box {
    width: 50%;
  }
  .onlain-consul .onlain-consul__list {
    flex-direction: column;
  }
  .onlain-consul .onlain-consul__list .onlain-consul__item {
    margin-bottom: 24px;
  }
  .onlain-consul .onlain-consul__list .onlain-consul__item .onlain-consul__img {
    margin-bottom: 20px;
    width: 100%;
  }
  .onlain-consul .onlain-consul__list .onlain-consul__item:nth-child(1) {
    width: 100%;
  }
  .onlain-consul .onlain-consul__list .onlain-consul__item:nth-child(2) {
    width: 100%;
  }
  .onlain-consul .onlain-consul__list .onlain-consul__item:nth-child(2) .onlain-consul__title {
    font-size: 20px;
  }
  .onlain-consul .onlain-consul__list .onlain-consul__item:nth-child(2) .onlain-consul__img {
    margin-bottom: 20px;
  }
  .onlain-consul .onlain-consul__list .onlain-consul__item:nth-child(3) {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .onlain-consul .onlain-consul__list .onlain-consul__item:nth-child(3) .onlain-consul__title {
    font-size: 20px;
  }
  .onlain-consul .onlain-consul__list .onlain-consul__item:nth-child(3) .onlain-consul__img {
    width: 100%;
  }
  .onlain-consul .onlain-consul__list .onlain-consul__item:nth-child(3) .onlain-consul__description {
    width: 100%;
  }
  .onlain-consul .onlain-consul__list .onlain-consul__item:nth-child(4) {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  .onlain-consul .onlain-consul__list .onlain-consul__item:nth-child(4) .onlain-consul__title {
    font-size: 20px;
  }
  .onlain-consul .onlain-consul__list .onlain-consul__item:nth-child(4) .onlain-consul__img {
    width: 100%;
  }
  .onlain-consul .onlain-consul__list .onlain-consul__item:nth-child(4) .onlain-consul__description {
    width: 100%;
  }
  .footer .footer__contact {
    width: 48%;
  }
  .footer .footer__contact .footer__contact__list {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  body .footer .footer__menu {
    width: 40%;
    flex-wrap: wrap;
    padding: 0;
    align-items: baseline;
  }
  body .footer .footer__menu .footer__menu__item {
    margin-bottom: 8px;
  }
  body .footer .footer__menu .footer__menu__list {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
  }
  .footer .footer__navigation {
    justify-content: space-between;
  }
  body .footer__contact__item {
    margin-bottom: 8px;
  }
  .footer .footer__bottom__contract {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 30px;
  }
  .footer .footer__bottom__contract .footer__bottom__item {
    margin-bottom: 8px;
  }
  body .footer .footer__bottom__copyright {
    align-items: flex-end;
    font-size: 12px;
  }
  .content__psikhologi .psikholog__banner .psikholog__banner__img {
    width: 50%;
  }
  .content__psikhologi .psikholog__banner .psikholog__banner__text {
    height: 320px;
  }
  .content__psikhologi .psikholog__banner .psikholog__banner__text p {
    width: 100%;
  }
  .singl-article .psikholog__item .psikholog__item__btn {
    width: 18%;
  }
  .singl-article .psikholog__item .psikholog__item__btn a {
    padding: 0 24px;
  }
  .psiholog .psiholog__basic {
    flex-direction: column;
  }
  .psiholog .psiholog__basic__left {
    width: 100%;
    padding-bottom: 16px;
  }
  .psiholog .psiholog__basic__right {
    width: 90%;
    margin: 16px auto 0px auto;
  }
  .psiholog .psiholog__basic__right video {
    width: 100%;
    height: 396px;
  }
  .psiholog .psiholog__basic__right .psiholog__basic__btn {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .psiholog .psiholog__basic__right .psiholog__basic__btn a {
    width: 30%;
  }
  .psiholog .psiholog__basic__right .psiholog__basic__btn .btn-fixed {
    display: flex;
    justify-content: space-between;
    border-radius: 8px;
  }
  .psiholog .psiholog__basic__right .psiholog__basic__btn .btn-fixed .psiholog-query__btn {
    width: 100%;
  }
  .psiholog .psiholog__basic__right .psiholog__basic__btn .btn-fixed .psiholog-write__btn {
    width: 100%;
  }
  .psiholog .psiholog__basic .psiholog__basic__description {
    width: 55%;
  }
  .psiholog .psiholog__contant {
    width: 100%;
    margin-left: 0;
  }
  .psiholog__contant .psiholog__additionally {
    gap: 4px;
    flex-direction: row;
    align-items: stretch;
  }
  .single-psiholog .vebinares__planned__list {
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .single-psiholog .vebinares__planned__item {
    flex-direction: column;
    width: 48%;
  }
  .single-psiholog .vebinares__planned__item .vebinares__planned__images {
    width: 100%;
  }
  .single-psiholog .vebinares__planned__item .vebinares__planned__description {
    width: 100%;
  }
  .single-psiholog .vebinares__planned__item .vebinares__planned__timer {
    display: none;
  }
  .single-psiholog .vebinares__planned__item .vebinares__planned__author {
    margin: 16px 0;
  }
  .single-psiholog .vebinares__planned__item .vebinares__planned__author span {
    font-size: 12px;
  }
  .single-psiholog .vebinares__planned__item .vebinares__planned__info {
    margin-top: 8px;
  }
  .single-psiholog .vebinares__planned__item .vebinares__planned__info li {
    font-size: 12px;
  }
  .single-psiholog .vebinares__planned__item .vebinares__planned__title {
    font-size: 24px;
    margin: 16px 0 80px 0;
    line-height: 120%;
  }
  .single-psiholog .vebinares__planned__item .vebinares__planned__price {
    left: 0;
    top: 200px;
    font-size: 24px;
    font-weight: 500;
  }
  .vebinares .vebinares__planned__list {
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .vebinares .vebinares__planned__item {
    flex-direction: column;
    width: 48%;
  }
  .vebinares .vebinares__planned__item .vebinares__planned__images {
    width: 100%;
  }
  .vebinares .vebinares__planned__item .vebinares__planned__description {
    width: 100%;
  }
  .vebinares .vebinares__planned__item .vebinares__planned__timer {
    display: none;
  }
  .vebinares .vebinares__planned__item .vebinares__planned__author {
    margin: 16px 0;
  }
  .vebinares .vebinares__planned__item .vebinares__planned__author span {
    font-size: 12px;
  }
  .vebinares .vebinares__planned__item .vebinares__planned__info {
    margin-top: 8px;
  }
  .vebinares .vebinares__planned__item .vebinares__planned__info li {
    font-size: 12px;
  }
  .vebinares .vebinares__planned__item .vebinares__planned__title {
    font-size: 24px;
    margin: 16px 0 80px 0;
    line-height: 120%;
  }
  .vebinares .vebinares__planned__item .vebinares__planned__price {
    left: 0;
    top: 200px;
    font-size: 24px;
    font-weight: 500;
  }
  body .title-page {
    padding-bottom: 30px;
  }
  .vebinares__planned__item .vebinares__planned__images {
    height: 200px;
  }
  .vebinares__planned__item .vebinares__planned__images img {
    height: 200px;
  }
  .vebinares__planned__item .vebinares__planned__images .vebinares__planned__use {
    display: none;
  }
  .vebinares__completed .vebinares__completed__list {
    margin-top: 100px;
  }
  .vebinares__completed__list .vebinares__completed__item {
    width: 48%;
  }
  .vebinares__completed .container .filter {
    top: 50px;
    left: 0;
    justify-content: flex-start;
  }
  .vebinares__completed .container .filter .search {
    width: 25%;
  }
  .vebinares__completed .container .filter .filter__item-price {
    width: 33%;
    min-width: 250px;
  }
  .filter {
    margin-top: 40px;
  }
  .filter .filter__item {
    font-size: 14px;
  }
  .filter .filter__item .filter__select__name {
    padding: 0 0 0 16px;
  }
  .filter .filter__item-sm .filter__select__name {
    overflow: hidden;
  }
  .filter .filter__bottom .filter__item-price {
    width: 177px;
    min-width: 177px;
  }
  .filter .filter__bottom .filter__item-price .filter__select__name {
    overflow: hidden;
    width: 50px;
  }
  .product__doctor__areas {
    position: absolute;
    left: 0;
    top: 130px;
  }
  .product__payment .product__payment__form .product-filter .filter__query__item {
    display: block;
  }
  .product__payment .product__payment__form .product-filter .filter__query__item:nth-child(1) .filter__query__box form {
    flex-direction: column;
  }
  .product__payment .product__payment__form .product-filter .filter__query__item:nth-child(1) .filter__query__box .filter__btn {
    width: 100%;
    margin-bottom: 8px;
  }
  .product__payment .product__payment__form .product-filter .filter__query__item:nth-child(3) .filter__query__box form {
    flex-direction: column;
  }
  .product__payment .product__payment__form .product-filter .filter__query__item:nth-child(3) .filter__query__box .filter__btn {
    width: 100%;
    margin-bottom: 8px;
  }
  .product__payment .product__payment__form .product-filter .filter__query__item:nth-child(3) .filter__query__box .filter__btn:nth-child(4) {
    display: none;
  }
  .product__payment .product__payment__form .product-filter .filter__query__item:nth-child(3) .filter__query__box .filter__btn:nth-child(5) {
    display: none;
  }
  .product__payment .product__payment__form .product-filter .filter__query__item:nth-child(3) .filter__query__box .filter__btn:last-child {
    margin-bottom: 0;
  }
  .product__payment .client .client__auth {
    flex-direction: column;
    align-items: flex-start;
  }
  .product__payment .client .client__auth a {
    width: 100%;
  }
  .singl-article .article .article__quote {
    width: 70%;
    margin: 40px auto;
  }
  .vebinar-page .vebinar-page__left {
    width: 100%;
  }
  .vebinar-page .vebinar-page__left .vebinar__about {
    margin-top: 525px;
  }
  .vebinar-page .vebinar-page__right {
    width: 100%;
    position: absolute;
    left: 0;
    top: 980px;
  }
  .test-search .container .test__body {
    width: 55%;
  }
  .test-result .test-result__list {
    width: 75%;
  }
  .test-result .test-result__list .slick-next {
    right: -80px;
  }
  .test-result .test-result__list .test-result__info {
    display: none;
  }
  .banner-selection .banner-selection__banner {
    padding: 24px;
  }
  .banner-selection .banner-selection__banner h2 {
    width: 120%;
  }
  .banner-selection .banner-selection__banner p {
    width: 100%;
  }
  body .content .content__psikhologi .psikholog__item {
    height: 284px;
  }
  body .content .content__psikhologi .psikholog__item__profile .psikholog__item__foto {
    width: 140px;
    height: 140px;
  }
  body .content .content__psikhologi .psikholog__item__profile .psikholog__item__foto img {
    width: 140px;
    height: 140px;
  }
  body .content .content__psikhologi .psikholog__item__profile .psikholog__item__format {
    top: 16px;
    left: 175px;
    justify-content: flex-start;
  }
  body .content .content__psikhologi .psikholog__item__profile .psikholog__item__info {
    margin-top: 24px;
    left: 175px;
  }
  body .content .content__psikhologi .psikholog__item__profile .psikholog__item__experience {
    margin-top: 31px;
    margin-left: 0;
  }
  body .content .content__psikhologi .psikholog__item__profile .psikholog__item__speciality {
    margin-left: 160px;
    margin-top: -55px;
  }
  body .content .content__psikhologi .psikholog__item__profile .psikholog__item__acquaintance {
    position: absolute;
    top: 155px;
    left: -155px;
  }
  body .content .content__psikhologi .psikholog__item__profile .psikholog__item__price {
    margin-left: 0;
  }
  body .content .content__psikhologi .psikholog__item__profile .psikholog__item__btn {
    width: 25%;
  }
  .psiholog__contant .psiholog__request {
    padding: 16px;
  }
  body .psikhologi-time .content__psikhologi .psikholog__item__profile .psikholog__item__format {
    top: 16px !important;
    left: 176px !important;
  }
  body .psikhologi-time .content__psikhologi .psikholog__item__profile .psikholog__item__name {
    margin-top: 0;
  }
  body .psikhologi-time .content__psikhologi .psikholog__item__profile .psikholog__item__experience {
    margin-top: 16px;
  }
  body .psikhologi-time .content__psikhologi .psikholog__item__profile .psikholog__item__speciality {
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
  body .psikhologi-time .content__psikhologi .psikholog__item__profile .psikholog__item__price {
    margin-top: 100px;
  }
  body .psikhologi-time .content__psikhologi .psikholog__item__profile .psikholog__time {
    margin-top: -100px;
  }
  .article .psikholog__item {
    height: 284px;
  }
  .article .psikholog__item__profile .psikholog__item__foto {
    width: 140px;
    height: 140px;
  }
  .article .psikholog__item__profile .psikholog__item__foto img {
    width: 140px;
    height: 140px;
  }
  .article .psikholog__item__profile .psikholog__item__format {
    top: 16px;
    left: 175px;
    justify-content: flex-start;
  }
  .article .psikholog__item__profile .psikholog__item__info {
    margin-top: 24px;
    left: 175px;
  }
  .article .psikholog__item__profile .psikholog__item__experience {
    margin-top: 31px;
    margin-left: 0;
  }
  .article .psikholog__item__profile .psikholog__item__speciality {
    margin-left: 160px;
    margin-top: -55px;
  }
  .article .psikholog__item__profile .psikholog__item__acquaintance {
    position: absolute;
    top: 155px;
    left: -155px;
  }
  .article .psikholog__item__profile .psikholog__item__price {
    margin-left: 0;
  }
  .article .psikholog__item__profile .psikholog__item__btn {
    width: 25%;
  }
  .article .psikholog__item {
    height: 284px;
  }
  .article .psikholog__item__profile .psikholog__item__foto {
    width: 140px;
    height: 140px;
  }
  .article .psikholog__item__profile .psikholog__item__foto img {
    width: 140px;
    height: 140px;
  }
  .article .psikholog__item__profile .psikholog__item__format {
    top: 16px;
    left: 175px;
    justify-content: flex-start;
  }
  .article .psikholog__item__profile .psikholog__item__info {
    margin-top: 24px;
    left: 175px;
  }
  .article .psikholog__item__profile .psikholog__item__experience {
    margin-top: 31px;
    margin-left: 0;
  }
  .article .psikholog__item__profile .psikholog__item__speciality {
    margin-left: 160px;
    margin-top: -55px;
  }
  .article .psikholog__item__profile .psikholog__item__acquaintance {
    position: absolute;
    top: 155px;
    left: -155px;
  }
  .article .psikholog__item__profile .psikholog__item__price {
    margin-left: 0;
  }
  .article .psikholog__item__profile .psikholog__item__btn {
    width: 25%;
  }
}
@media screen and (max-width: 730px) {
  body .psikhologi-time .psikholog__item__info .psikholog__item__format {
    top: 16px;
    left: 175px !important;
  }
  body .payment-done .content-body {
    width: 100%;
    margin: 0 auto;
  }
  .vebinar .comments-block__item__comment {
    padding-right: 0;
  }
  .vebinar .comments__btn {
    font-size: 14px;
  }
  .vebinares .vebinares__planned {
    padding: 35px 0;
  }
  .vebinares .vebinares__completed .filter {
    margin-top: 0;
    width: 100%;
    left: 24px;
    padding: 0 20px;
  }
  .vebinares .vebinares__completed .filter .filter__select__name {
    overflow: hidden;
    width: 60%;
  }
  .vebinares .vebinares__completed .filter .filter__select {
    width: 48%;
  }
  .vebinares .vebinares__completed .vebinares__completed__list {
    margin-top: 70px;
  }
  .vebinares .vebinares__completed .vebinares__completed__list .vebinares__completed__item {
    width: 100%;
    margin-bottom: 16px;
  }
  body .vebinares__completed .container .filter .filter__item-price {
    min-width: 100px;
    width: 48%;
  }
  body .single-psiholog .psiholog-query-wrap {
    overflow: scroll;
  }
  body .single-psiholog .psiholog-query-wrap .filter-btn svg {
    width: 24px;
    height: 24px;
  }
  body .single-psiholog .psiholog-query {
    width: 90%;
    margin: 0 auto;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1200;
  }
  body .single-psiholog .psiholog-query__active {
    display: block;
  }
  body .single-psiholog .psiholog-query .product-filter {
    margin-top: 0;
  }
  body .single-psiholog .psiholog-query .save-card {
    display: inline-block;
  }
  body .single-psiholog .psiholog-query .save-card .custom-checkbox {
    float: left;
  }
  body .single-psiholog .psiholog-query .product__payment {
    position: absolute;
    left: 0;
    top: 0;
  }
  body .single-psiholog .psiholog-query .payment-btn {
    padding: 16px 0;
  }
  body .single-psiholog .psiholog-query .product__payment {
    width: 100%;
  }
  body .single-psiholog .psiholog-query .product__payment .filter-cl {
    margin: 0;
    padding: 0;
    margin-bottom: 16px;
  }
  body .single-psiholog .psiholog-query .product__payment .iti__flag-container {
    left: 17px;
    top: 20px;
  }
  body .single-psiholog .psiholog-query .product__payment .input-box {
    margin: 0;
    padding: 0;
  }
  body .single-psiholog .psiholog-query .product__payment .input-box .iti__tel-input {
    padding: 10px 55px;
  }
  body .single-psiholog .psiholog-query .product__payment .input-box input {
    padding: 10px 16px;
    border-radius: 4px;
    margin: 8px 0;
    top: 10px;
  }
  body .single-psiholog .psiholog-query .product__payment .input-box span {
    top: 30px;
  }
  body .single-psiholog .psiholog-query .product__payment .input-box input:not(:-moz-placeholder-shown) ~ span {
    transform: translateY(-20px);
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  body .single-psiholog .psiholog-query .product__payment .input-box input:focus ~ span,
  body .single-psiholog .psiholog-query .product__payment .input-box input:not(:placeholder-shown) ~ span {
    transform: translateY(-20px);
    transition: 0.3s;
  }
  body .single-psiholog .psiholog-query .product__payment .filter__query__item .title {
    font-size: 16px;
  }
  body .single-psiholog .psiholog-query .product__payment .filter__query__item .filter__query__box {
    margin-top: 0;
  }
  body .single-psiholog .psiholog-query .product__payment .filter__query__item .filter-btn {
    padding: 10px;
  }
  body .single-psiholog .psiholog-query .product__payment .filter__query__item:nth-child(1) .filter__query__box form {
    flex-direction: row;
  }
  body .single-psiholog .psiholog-query .product__payment .filter__query__item:nth-child(1) .filter__query__box form .filter__btn {
    width: 48%;
  }
  body .single-psiholog .psiholog-query .product__payment .filter__query__item:nth-child(1) .filter__query__box form .filter__btn:nth-child(3) {
    width: 100%;
  }
  body .single-psiholog .psiholog-query .product__payment .filter__query__item:nth-child(1) .filter__query__box form .filter-btn {
    width: 100%;
  }
  body .single-psiholog .psiholog-query .product__payment .filter__query__item:nth-child(2) .filter__query__box {
    margin-bottom: 0;
  }
  body .single-psiholog .psiholog-query .product__payment .filter__query__item:nth-child(2) .filter__query__box:nth-child(2) {
    margin-bottom: 0;
  }
  body .single-psiholog .psiholog-query .product__payment .filter__query__item:nth-child(4) .filter-btn {
    padding: 5px;
  }
  body .single-psiholog .psiholog-query .product__payment .filter__query__item:nth-child(4) .filter-btn i {
    margin-right: 0;
    width: 24px;
    height: 24px;
  }
  body .single-psiholog .psiholog-query .product__payment .filter__query__item:nth-child(4) .filter__query__box {
    margin-bottom: 0;
  }
  body .single-psiholog .psiholog-query .product__payment .filter-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
  }
  body .single-psiholog .psiholog-query .product__payment .filter-type .input-box input {
    width: 100%;
  }
  body .single-psiholog .psiholog-query .product__payment .save-card {
    margin: 10px 0;
  }
  body .single-psiholog .psiholog-query__close {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
    background: url("../images/plus.svg");
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1200;
    transform: rotate(45deg);
  }
  body .single-psiholog .psiholog-query .advice-page .advice__block {
    margin-top: 120px;
  }
  body .single-psiholog .psiholog-query body .singl-article .psikholog__item .psikholog__item__btn {
    width: 100%;
    flex-direction: row;
    margin: 0;
    left: 0;
    bottom: 16px;
    padding: 0 16px;
    justify-content: space-between;
  }
  body .single-psiholog .psiholog-query body .singl-article .psikholog__item .psikholog__item__btn a {
    padding: 0;
    width: 48%;
  }
  body .single-psiholog .psiholog-query body .singl-article .psikholog__item__price {
    top: inherit;
    bottom: 80px;
    height: 30px;
    left: 16px;
  }
  body .single-psiholog .psiholog-query body .singl-article .psikholog__banner {
    padding-bottom: 40px;
  }
  body .single-psiholog .psiholog-query body .singl-article .psikholog__banner .psikholog__banner__img {
    display: none;
  }
  body .single-psiholog .psiholog-query body .singl-article .psikholog__banner .psikholog__banner__text {
    width: 100%;
    text-align: center;
  }
  body .single-psiholog .psiholog-query body .singl-article .psikholog__banner .psikholog__banner__text span {
    margin-top: 8px;
  }
  body .single-psiholog .psiholog-query body .singl-article .psikholog__item {
    height: auto;
  }
  body .single-psiholog .psiholog-query body .singl-article .psikholog__item .psikholog__item__profile {
    justify-content: space-between;
    display: flex;
    height: auto;
    position: relative;
  }
  body .single-psiholog .psiholog-query body .singl-article .psikholog__item .psikholog__item__profile .psikholog__item__foto {
    width: 48%;
    margin-bottom: 160px;
    height: 150px;
  }
  body .single-psiholog .psiholog-query body .singl-article .psikholog__item .psikholog__item__profile .psikholog__item__foto img {
    height: 150px;
  }
  body .single-psiholog .psiholog-query body .singl-article .psikholog__item .psikholog__item__profile .psikholog__item__direction {
    display: none;
  }
  body .single-psiholog .psiholog-query body .singl-article .psikholog__item .psikholog__item__profile .psikholog__item__right {
    width: 100%;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
  }
  body .single-psiholog .psiholog-query body .singl-article .psikholog__item .psikholog__item__profile .psikholog__item__right .psikholog__item__format {
    left: 8px;
    top: auto;
    bottom: 37%;
    font-size: 13px;
    justify-content: flex-start;
  }
  body .single-psiholog .psiholog-query body .singl-article .psikholog__item .psikholog__item__profile .psikholog__item__right .psikholog__item__btn {
    flex-direction: row;
    justify-content: space-between;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    padding: 0 16px;
  }
  body .single-psiholog .psiholog-query body .singl-article .psikholog__item .psikholog__item__profile .psikholog__item__right .psikholog__item__btn a {
    width: 48%;
    padding: 17px 0;
  }
  body .single-psiholog .psiholog-query body .singl-article .psikholog__item .psikholog__item__profile .psikholog__item__right .psikholog__item__price {
    left: 16px;
    top: auto;
    bottom: 25%;
  }
  body .single-psiholog .psiholog-query body .singl-article .psikholog__item .psikholog__item__profile .psikholog__item__info {
    width: 48%;
    left: 52%;
  }
  body .single-psiholog .psiholog-query body .singl-article .psikholog__item .psikholog__item__profile .psikholog__item__speciality {
    width: 100%;
    margin-top: 10px;
  }
  body .single-psiholog .psiholog-query body .singl-article .psikholog__item .psikholog__item__profile .psikholog__item__city {
    left: 20px;
  }
  body .single-psiholog .psiholog-query body .singl-article .psikholog__item .psikholog__item__profile .psikholog__item__format {
    left: 8px;
    top: 55%;
    width: 50%;
    justify-content: flex-start;
  }
  body .single-psiholog .psiholog-query .articles-author .advice__block {
    flex-direction: column;
  }
  body .single-psiholog .psiholog-query .articles-author .advice__block .advice__item {
    width: 100%;
  }
  body .single-psiholog .psiholog-query .singl-article .articles-author .advice__block .advice__item {
    flex-direction: column;
    padding: 0 0 32px 0;
    position: relative;
  }
  body .single-psiholog .psiholog-query .singl-article .articles-author .advice__block .advice__item .advice__item__date {
    bottom: -24px;
    left: 16px;
  }
  body .single-psiholog .psiholog-query .singl-article .articles-author .advice__block .advice__item .advice__item__img {
    width: 100%;
  }
  body .single-psiholog .psiholog-query .singl-article .articles-author .advice__block .advice__item .advice__item__description {
    width: 100%;
    padding: 16px;
  }
  body .single-psiholog .psiholog-query .singl-article .other-doctors .psikholog__item {
    width: 100%;
  }
  body .single-psiholog .psiholog-query .test .test__progress__active::before {
    right: 40px;
  }
  body .single-psiholog .psiholog-query .appeal__box .appeal__description__text::before {
    top: 37%;
    left: 12px;
  }
  body .single-psiholog .psiholog-query body .onlain-consul {
    padding: 20px 0;
  }
  body .single-psiholog .psiholog-query body .test-children .container .test__control {
    top: 370px;
  }
  body .single-psiholog .psiholog-query body .septext {
    padding: 45px 0;
  }
  body .single-psiholog .psiholog-query body .septext h2 {
    font-size: 24px;
    font-weight: 400;
    color: #423F4D;
    font-family: "Golos Text", sans-serif;
    margin-top: 5px;
  }
  body .single-psiholog .psiholog-query body .septext h3 {
    font-size: 20px;
    margin-top: 0;
  }
  body .single-psiholog .psiholog-query body .septext p {
    padding: 16px 0;
    line-height: 1.5;
  }
  body .filter__query__box .form-group {
    flex-direction: row;
  }
  body .filter__query__box .form-group .filter__btn {
    width: 49%;
  }
  body .filter__query__box .form-group .filter__btn .btn-contact-telegram {
    margin-bottom: 8px;
    background-size: 14%;
    background-position: 34% center;
    padding-left: 47%;
  }
  body .filter__query__box .form-group .filter__btn .btn-contact-email {
    background-size: 14%;
    background-position: 34% center;
    padding-left: 47%;
  }
  body .content__psikhologi .psikholog__item .psikholog__item__session {
    width: 90%;
  }
  body .content__psikhologi .psikholog__item .psikholog__item__session .psiholog__video {
    height: 200px;
  }
  body .filter .filter-clean {
    display: none;
  }
  body .comments-notauth {
    width: 90%;
  }
  .phone-label {
    top: -5px;
    position: absolute;
    background: #fff;
    padding: 5px;
  }
  body .comments-form {
    width: 90%;
    height: 360px;
  }
  body .comments-form .comments-form__type {
    height: 175px;
  }
  body .doctor-query .save-card {
    align-items: flex-start;
  }
  body .doctor-query .save-card span {
    width: 80%;
  }
  body .doctor-query #requestsessionform-messenger .filter__btn {
    width: 32%;
  }
  body .doctor-query #requestsessionform-messenger .filter__btn i {
    width: 32px;
    height: 32px;
    margin: 0;
  }
  body .doctor-query #requestsessionform-messenger .filter__btn .filter-btn {
    padding: 10px;
  }
  body .doctor-query .field-requestsessionform-phone span {
    top: 0;
  }
  body .product__payment__form .input-box .field-requestsessionform-phone span {
    left: 45px;
    top: 0;
  }
  body .psiholog .comments-block .comments-block__item__comment {
    height: auto;
  }
  body .header .header__useraction .btn-logout {
    margin-right: 54px;
  }
  body .header .header__useraction .account {
    padding-left: 12px;
  }
  body .vebinar-free__box {
    width: 90%;
    margin: 0 auto;
  }
  body .advice__more-downloadd::before {
    width: 25%;
  }
  body .advice__more-downloadd::after {
    width: 25%;
  }
  body .popup {
    width: 90%;
  }
  body .popup .popup-close {
    padding: 13px 2vw;
  }
  body .popup h3 {
    font-size: 24px;
    width: 80%;
  }
  .psiholog .psiholog__basic__right .psiholog__basic__btn {
    flex-direction: column;
  }
  .psiholog .psiholog__basic__right .psiholog__basic__btn .btn-fixed {
    flex-direction: column;
  }
  .psiholog .psiholog__basic__right .psiholog__basic__btn .btn-fixed .psiholog-query__btn {
    margin-bottom: 8px;
  }
  body .section-title {
    font-size: 32px;
  }
  .psiholog .psiholog__basic .psiholog__basic__description .psiholog__format {
    top: 0;
    left: 140px;
  }
  .header__menu .header__navigation .navigation {
    display: none;
  }
  .header .burger-menu {
    display: flex;
    margin-right: 0;
  }
  body .advantages .container .advantages__indicators {
    width: 480px;
  }
  .header .header__useraction .support {
    display: none;
  }
  .header .header__useraction .btn-auth {
    margin-right: 42px;
  }
  body .header .header__useraction .btn-auth {
    margin-right: 42px;
  }
  .banner .banner__text {
    width: 100%;
    text-align: center;
    margin-top: -50px;
  }
  .banner .banner__text .banner__title {
    width: 100%;
  }
  .banner .banner__images {
    display: none;
  }
  .direction .direction__list .direction__list__item {
    padding: 0 5px;
    margin-right: 0;
  }
  .direction .direction__tab__item {
    margin: 0 5px;
  }
  body .advantages .container .advantages__indicators {
    width: 110%;
    border-radius: 0;
    padding-bottom: 170px;
  }
  body .advantages .container .advantages__indicators .indicators-list {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  body .advantages .container .advantages__indicators .indicators-list .indicators-item {
    width: 45%;
    margin-bottom: 16px;
  }
  body .advantages .container .advantages__indicators .indicators-list .indicators-item span {
    font-size: 20px;
    font-weight: 500;
  }
  body .advantages .container .advantages__indicators .indicators-list .indicators-item p {
    font-size: 14px;
    width: 78%;
  }
  body .advantages .container .advantages__box {
    margin-top: 0px;
  }
  body .advantages .container .advantages__list {
    flex-direction: column;
    align-items: center;
  }
  body .advantages .container .advantages__list .advantages__list__item {
    flex-direction: row;
    display: flex;
    width: 80%;
  }
  .direction .direction__list {
    overflow: hidden;
  }
  body .qualification {
    padding: 20px 0;
  }
  body .qualification .qualification__list {
    margin-top: 40px;
  }
  body .qualification .qualification__list .qualification__item {
    margin-bottom: 16px;
  }
  body .problem-solving {
    margin-top: 60px;
    padding-bottom: 40px;
  }
  body .problem-solving .problem-solving__box {
    margin-top: 24px;
  }
  body .problem-solving .problem-solving__list {
    position: relative;
    width: 440px;
    display: flex;
    justify-content: center;
  }
  body .problem-solving .problem-solving__list .problem-solving__item {
    width: 440px;
    margin-bottom: 0;
  }
  body .problem-solving .problem-solving__list .problem-solving__item .problem-solving__images {
    width: 80%;
    margin: 0 auto;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  body .problem-solving .problem-solving__list .problem-solving__item .problem-solving__text {
    margin-bottom: 0;
  }
  body .problem-solving .slick-dots {
    bottom: 0;
  }
  body .problem-solving .slick-dots li button {
    border: 1px solid #795BDA;
    border-color: #795BDA;
    border-radius: 50%;
    width: 8px;
    height: 8px;
  }
  body .problem-solving .slick-dots .slick-active button {
    background: #795BDA;
    transform: scale(2);
  }
  body .problem-solving .problem-solving__link {
    margin-top: 32px;
  }
  .title-page .container > h2::after {
    right: 14%;
    bottom: 22px;
  }
  body .how-start {
    padding: 20px 0;
  }
  body .how-start .how-start__list .how-start__item__text {
    width: 100%;
    padding: 0;
  }
  body .how-start .how-start__list .how-start__item__text .how-start__item__title {
    margin-top: 8px;
  }
  body .how-start .how-start__list .how-start__item__image {
    display: none;
  }
  body .banner-selection {
    margin-top: 20px;
  }
  body .banner-selection .banner-selection__banner .banner-selection__banner__text {
    width: 100%;
  }
  body .banner-selection .banner-selection__banner .banner-selection__banner__text h2 {
    width: 100%;
    text-align: center;
  }
  body .banner-selection .banner-selection__banner .banner-selection__banner__text p {
    text-align: center;
  }
  body .banner-selection .banner-selection__banner .banner-selection__banner__text .btn-selection {
    margin-left: 47%;
    transform: translateX(-47%);
    display: inline-block;
  }
  body .banner-selection .banner-selection__banner .banner-selection__img {
    display: none;
  }
  body .comments-block {
    padding: 20px 0 45px 0;
  }
  body .comments-block .comments-block__slider {
    padding: 20px 0;
    margin: 20px 0;
  }
  body .comments-block .comments-block__slider .slick-dots {
    display: none;
  }
  body .comments-block .comments-block__slider .slick-arrow {
    top: 105%;
  }
  body .comments-block .comments-block__slider .slick-next {
    left: 60px;
  }
  body .comments-block .comments-block__response {
    top: 100%;
  }
  body .comments-block .comments-block__item {
    width: 90vw;
    height: auto;
  }
  body .comments-block .comments-block__item__comment {
    margin-left: 0;
    height: auto;
  }
  body .question {
    padding: 20px 0;
    margin-top: 25px;
  }
  body .question .question__block {
    margin-top: 20px;
    margin-bottom: 0;
  }
  body .question .question__block .question__right__btn {
    padding: 21px 24px;
  }
  body .question .question__block .question__right__social a {
    width: 52px;
    height: 52px;
  }
  body .question .question__right .question__right__img {
    display: none;
  }
  body .question .question__right .question__right__box {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  body .question .question__right .question__right__box h3 {
    text-align: center;
  }
  body .question .question__right .question__right__box p {
    text-align: center;
  }
  body .question .question__right .question__right__box .question__right__link .question__right__social {
    margin-bottom: 16px;
  }
  body .advice {
    padding: 20px 0;
    margin-bottom: 0;
  }
  body .advice .advice__all-link {
    display: none;
  }
  body .advice .advice__more-downloadd {
    margin-bottom: 0;
  }
  body .advice .advice__block {
    margin-top: 40px;
  }
  body .advice .advice__block .advice__item {
    padding: 0 0 32px 0;
    position: relative;
  }
  body .advice .advice__block .advice__item .advice__item__img {
    width: 48%;
  }
  body .advice .advice__block .advice__item .advice__item__description {
    width: 48%;
  }
  body .advice .advice__block .advice__item .advice__item__description .advice__item__title {
    font-size: 20px;
  }
  body .advice .advice__block .advice__item .advice__item__description .advice__item__date {
    left: -107%;
    bottom: -24px;
  }
  body .advice .advice__block .advice__item .advice__item__description .advice__item__author {
    right: 0;
    bottom: -24px;
  }
  body .advice .advice__more-downloadd::after {
    width: 25%;
  }
  body .advice .advice__more-downloadd::before {
    width: 25%;
  }
  body .direction {
    padding: 20px 0;
  }
  body .direction .direction__more {
    display: block;
  }
  body .direction .direction__tab .direction__tab__item:nth-child(6) ~ .direction__tab__item {
    display: none;
  }
  .footer .footer__menu {
    padding-top: 0;
  }
  .footer .footer__contact .footer__contact__item {
    margin-right: 0;
  }
  body .psikholog__item__btn a {
    margin-bottom: 0;
  }
  body .footer .footer__navigation .footer__contact .footer__contact__list {
    flex-direction: column;
  }
  body #advice-page .container {
    justify-content: flex-start;
    align-items: flex-start;
  }
  body #advice-page .container .filter {
    left: 40px;
    top: 20px;
  }
  body #advice-page .container .filter label {
    display: none;
  }
  body #advice-page .container .filter .filter__item-price {
    width: 40%;
    min-width: 100px;
  }
  body #advice-page .container .filter .search {
    width: 50%;
  }
  body #advice-page .container .filter .filter__select {
    width: 100%;
  }
  body #advice-page .container .filter .filter__select .filter__select__name {
    padding-left: 5px;
  }
  body #advice-page .container .section-title {
    font-size: 32px;
    text-align: left;
  }
  body #advice-page .advice__block {
    margin-top: 150px;
  }
  .product-payment .product-payment__wrapper {
    flex-direction: column;
  }
  .product-payment .product-payment__wrapper .product-payment__item {
    width: 100%;
    margin-bottom: 8px;
  }
  .product-payment .product-payment__wrapper .product-payment__item .product__payment__form .product-filter .filter__query__item:nth-child(1) .filter__query__box form {
    flex-direction: row;
    gap: 0;
  }
  .product-payment .product-payment__wrapper .product-payment__item .product__payment__form .product-filter .filter__query__item:nth-child(1) .filter__query__box form .filter__btn {
    width: 32.5%;
  }
  .product-payment .product-payment__wrapper .product-payment__item .product__payment__form .product-filter .filter__query__item:nth-child(3) .filter__query__box form {
    flex-direction: row;
    justify-content: stretch;
  }
  .product-payment .product-payment__wrapper .product-payment__item .product__payment__form .product-filter .filter__query__item:nth-child(3) .filter__query__box .filter__btn:nth-child(4) {
    display: flex;
    width: auto;
  }
  .product-payment .product-payment__wrapper .product-payment__item .product__payment__form .product-filter .filter__query__item:nth-child(3) .filter__query__box .filter__btn:nth-child(5) {
    display: flex;
    width: auto;
  }
  .product-payment .product-payment__wrapper .product-payment__item .product__payment__form .product-filter .filter__query__item:nth-child(3) .filter__query__box .filter__btn:nth-child(1) {
    width: 48%;
    margin-bottom: 0;
  }
  .product-payment .product-payment__wrapper .product-payment__item .product__payment__form .product-filter .filter__query__item:nth-child(3) .filter__query__box .filter__btn:nth-child(2) {
    width: 48%;
    margin-bottom: 0;
  }
  .product-payment .product-payment__wrapper .product-payment__item .product__payment__form .product-filter .filter__query__item:nth-child(3) .filter__query__box .filter-btn {
    width: auto;
  }
  body .vebinares__planned {
    padding-bottom: 40px;
  }
  body .vebinares__planned .vebinares__planned__btn {
    display: none;
  }
  .vebinares__planned__list .vebinares__planned__item {
    width: 100%;
  }
  .vebinares__planned__list .vebinares__planned__item .vebinares__planned__price {
    margin-top: 4px;
  }
  .vebinares__planned__list .vebinares__planned__item .vebinares__planned__author {
    margin-top: 40px;
  }
  .vebinares__planned__list .vebinares__planned__item .vebinares__planned__author div {
    width: 32px;
    display: flex;
    align-items: center;
  }
  .vebinares__planned__list .vebinares__planned__item .vebinares__planned__timer {
    display: block;
    position: absolute;
    left: 20%;
    top: -20px;
    display: flex;
  }
  body .vebinares__completed {
    padding: 40px 0;
  }
  body .vebinar-page .vebinar__line {
    flex-direction: column;
    align-items: flex-start;
  }
  body .vebinar-page .vebinar__line .vebinar__author {
    margin-bottom: 24px;
  }
  body .vebinar-page .vebinar__line .vebinar__author a {
    display: flex;
    align-items: center;
  }
  body .vebinar-page .vebinar__line .vebinar__author a div {
    width: 32px;
    height: 32px;
  }
  body .vebinar-page .vebinar__line .vebinar__author a div span {
    font-size: 12px;
  }
  body .vebinar-page .vebinar__title {
    font-size: 32px;
  }
  body .vebinar-page .vebinar__info {
    padding-top: 0;
  }
  body .vebinar-page .vebinar__info__answer li:nth-child(1) ~ li {
    display: none;
  }
  body .vebinar-page .vebinar-page__right {
    top: 825px;
  }
  body .vebinar-page .vebinar__body .vebinar__about {
    margin-top: 730px;
  }
  body .vebinar-page .vebinares__completed__list {
    margin-top: 32px;
  }
  body .vebinar-page .vebinares__completed__item {
    width: 100%;
    margin-bottom: 32px;
  }
  body .test {
    padding-bottom: 40px;
  }
  body .test .test__progress {
    width: 100%;
  }
  body .test .test__progress .test__progress__list {
    margin: 0 auto;
  }
  body .test .test__progress__item::after {
    right: -30px;
  }
  body .test .test__body {
    width: 90%;
    margin: 0 auto;
  }
  body .test .test__body .test__body__options {
    width: 80%;
  }
  body .test .test__control {
    justify-content: center;
    margin-top: 0;
    z-index: 1200;
  }
  body .test .test__control__checked {
    display: none;
  }
  body .test .test__control__result {
    display: none;
  }
  body .test-phase-2 .container .test__body {
    width: 100%;
    margin-top: 16px;
  }
  body .test-phase-2 .container .test__control {
    position: fixed;
    top: 550px;
    z-index: 1200;
  }
  body .test-phase-3 .container .test__body {
    margin-top: 30px;
    width: 100%;
    box-sizing: border-box;
  }
  body .test-phase-3 .container .test__body .test__body__list {
    margin-top: 40px;
    width: 100%;
  }
  body .test-phase-4 .container .test__body .test__body__list {
    margin-top: 40px;
    width: 100%;
  }
  body .test-search .container .test__body {
    width: 90%;
    margin-top: 40px;
  }
  body .test-search .container .test__body .test__not-found__image {
    width: 320px;
  }
  body .test-search .test__control {
    margin-top: 30px;
    z-index: 1200;
  }
  .singl-article .article__title {
    font-size: 30px;
  }
  .singl-article .article__info {
    margin-top: 30px;
  }
  .singl-article .article__body .article__quote::before {
    left: -90px;
  }
  .singl-article .article__body .article__quote {
    width: 80%;
    margin-top: 70px;
    margin-left: 20%;
  }
  .singl-article .article__body .psikholog__banner .psikholog__banner__img {
    display: none;
  }
  .singl-article .article__body .psikholog__banner .psikholog__banner__text {
    width: 100%;
    text-align: center;
  }
  .filter .container .filter__box {
    width: 100%;
  }
  .filter .container .filter__box .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
  }
  .filter .container .filter__box .filter__item {
    display: none;
  }
  .filter .container .filter__box .filter__item-sm {
    display: none;
  }
  .filter .container .filter__box .filter__bottom {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .filter .container .filter__box .search {
    width: 100%;
    display: block;
  }
  .filter .container .filter__box .filter__item-price {
    width: 60%;
  }
  .filter .container .filter__box .filter__item-price .filter__select {
    width: 89%;
  }
  .filter .container .filter__box .filter__item-price .filter__select__name {
    width: 85%;
    padding-right: 0;
  }
  .filter .container .filter__box .filter__item-price .filter__select__icon {
    margin-right: 0;
  }
  .filter .container .filter__box .mobile-filter-btn {
    display: flex;
  }
  body .single-psiholog .advice {
    padding: 40px 0;
  }
  body .single-psiholog .vebinares__completed__list .vebinares__completed__item {
    width: 100%;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  body .single-psiholog .advice {
    background: #ffffff;
  }
  body .single-psiholog .psiholog__item__title {
    width: 90%;
  }
  body .single-psiholog .psiholog__item__title::after {
    right: -27px;
  }
  body .single-psiholog .psiholog__basic__location {
    padding-bottom: 0;
  }
  body .single-psiholog .psiholog__basic__left {
    margin-bottom: 0;
  }
  body .single-psiholog .location-item {
    flex-direction: row;
  }
  body .single-psiholog .location-item span {
    margin-right: 16px;
  }
  .psiholog .psiholog__basic__right .psiholog__basic__btn .btn-fixed {
    width: 100%;
  }
  .advantages .container .advantages__box {
    margin-top: 0;
    margin-bottom: -330px;
  }
  body .psiholog .advice {
    padding: 40px 0;
  }
  body .psiholog .psiholog__basic {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  body .psiholog .psiholog__basic .btn-fixed {
    width: 100%;
  }
  body .psiholog .psiholog__basic .psiholog__basic__price {
    margin-left: 0;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
  body .psiholog .psiholog__basic .psiholog__basic__price div {
    margin-right: 20px;
  }
  body .psiholog .psiholog__basic .psiholog__basic__price div span:nth-child(1) {
    font-size: 20px;
  }
  body .psiholog .psiholog__basic .psiholog__basic__description {
    width: 45%;
  }
  body .psiholog .psiholog__basic .psiholog__basic__description .psiholog__format {
    right: 0;
    left: auto;
  }
  body .psiholog .psiholog__name {
    font-size: 24px;
    margin-top: 0;
  }
  body .psiholog .psiholog__basic__location div:not(:nth-child(1)) {
    display: none;
  }
  body .psiholog .psiholog__basic__right .psiholog__video {
    height: 200px;
  }
  body .psiholog .psiholog__basic__right .psiholog-acquaintance__btn {
    width: 100%;
    background-position: 9% center;
  }
  body .psiholog .psiholog__basic__right .btn-fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    flex-direction: row;
    z-index: 100;
    width: 100%;
    padding: 20px;
    background-color: #ffffff;
  }
  body .psiholog .psiholog__basic__right .btn-fixed .psiholog-query__link {
    display: none;
  }
  body .psiholog .psiholog__basic__right .btn-fixed a {
    width: 48%;
  }
  body .psiholog .psiholog__basic__right .psiholog-query__btn {
    width: 48%;
    margin-right: 0;
    padding: 10px 0;
  }
  body .psiholog .psiholog__basic__right .psiholog-query__btn i {
    display: block;
  }
  body .psiholog .psiholog__basic__right .psiholog-write__btn {
    padding: 10px 0;
    width: 48%;
  }
  body .psiholog .psiholog__basic__right .psiholog-write__btn i {
    display: block;
  }
  .psiholog__item__title {
    font-size: 20px;
  }
  .item-title {
    font-size: 20px;
  }
  .reservation .reservation__filter {
    width: 100%;
  }
  .calendar__date__time li {
    font-size: 14px;
  }
  .psiholog__request__btn {
    margin-top: 16px;
  }
  .psiholog__additionally {
    flex-direction: column;
    align-items: center;
  }
  .psiholog__additionally .psiholog__additionally__item {
    width: 60%;
  }
  .psiholog__education h3:nth-child(1) {
    margin-top: 16px;
  }
  .psiholog__education .psiholog__item__type {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .psiholog__education .psiholog__item__type span {
    width: 100%;
    justify-content: flex-start;
    background-position: 0 center;
  }
  .psiholog__education .psiholog__item__type span:nth-child(3) {
    padding-left: 30px;
  }
  .service-packages {
    flex-direction: column;
  }
  .service-packages .service-packages__item {
    width: 100%;
    border-right: none;
    padding: 24px 0 40px 0;
  }
  .service-packages .service-packages__item .service-packages__price {
    justify-content: flex-start;
    gap: 24px;
  }
  .comments-block__item__comment {
    padding: 0;
  }
  .content__psikhologi .psikholog__banner {
    padding: 24px !important;
  }
  .content__psikhologi .psikholog__banner .psikholog__banner__text {
    width: 100%;
    text-align: center;
  }
  .content__psikhologi .psikholog__banner .psikholog__banner__text span {
    margin-top: 8px;
  }
  .content__psikhologi .psikholog__banner .psikholog__banner__text p {
    width: 100%;
  }
  .content__psikhologi .psikholog__banner .psikholog__banner__img {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .available-hours__wrapper .available-hours__body {
    width: 90%;
  }
  .available-hours__wrapper .available-hours__close {
    right: 0;
    top: -66px;
  }
  .available-hours__wrapper .available-hours__link {
    padding: 24px 0;
    width: 100%;
    margin-top: 24px;
  }
  .available-hours__wrapper .available-hours__text {
    font-size: 30px;
  }
  .available-hours__wrapper .available-hours__body {
    padding: 24px;
  }
  .appeal__description::before {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  body .psikhologi-time .content__psikhologi .psikholog__item__profile .psikholog__item__format {
    left: 164px !important;
    top: 8px !important;
  }
  body .psikhologi-time .content__psikhologi .psikholog__item__profile .psikholog__item__price {
    margin-top: 110px;
  }
  body .psikhologi-time .content__psikhologi .psikholog__item__profile .psikholog__item__info {
    margin-top: 12px;
  }
  body .psikhologi-time .content__psikhologi .psikholog__item__profile .psikholog__item__experience {
    top: 83px !important;
  }
  body .psikhologi-time .content__psikhologi .psikholog__item__profile .psikholog__time {
    flex-direction: column;
    align-items: flex-start;
    margin-top: -145px;
  }
  body .psikhologi-time .content__psikhologi .psikholog__item__profile .psikholog__time .psikholog__time__text {
    margin-bottom: 10px;
  }
  body .psikhologi-time .content__psikhologi .psikholog__item__profile .psikholog__item__speciality {
    width: 90%;
  }
  .psiholog__working {
    padding: 16px !important;
  }
  body .banner-map__box .banner-map__text .banner-map__title {
    width: 100%;
  }
  body .banner-map .container .banner-map__box {
    flex-direction: column;
    padding: 24px;
  }
  body .banner-map__box .banner-map__text {
    position: relative;
    width: 100%;
    margin-bottom: 24px;
    top: 0;
    left: 0;
  }
  body .banner-map__box .banner-map__text .banner-map__list {
    width: 100%;
  }
  .appeal .appeal__author__data p {
    font-size: 20px;
    width: 80%;
  }
  .appeal__author__data span {
    font-size: 14px;
  }
  .appeal__box {
    padding: 16px;
  }
  .banner .make-appointment {
    flex-direction: column;
  }
  .banner .make-appointment .make-appointment__text {
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-bottom: 16px;
  }
  .banner .make-appointment .make-appointment__btn {
    width: 80%;
    padding: 16px;
  }
  .psiholog__working__list {
    width: 50%;
    margin-bottom: 24px;
  }
  .psiholog__basic__images {
    width: 200px;
    height: 200px;
  }
  .psiholog__basic__images img {
    height: 200px;
  }
  .psiholog__basic__description {
    width: 50%;
    margin: 0;
  }
  .psiholog__experience {
    bottom: 32px;
  }
  .psiholog__status {
    position: relative;
    top: -7px;
  }
  .psiholog__city {
    margin-top: 25px;
  }
  body .psiholog .psiholog__basic .psiholog__basic__description .psiholog__format {
    right: auto;
  }
  .psiholog__experience {
    width: 100%;
    margin-left: -218px;
    margin-top: 75px;
    position: absolute;
  }
  .psiholog__item__price {
    margin-top: 50px;
    margin-left: 0;
  }
  body .article .psikholog__item__profile {
    padding: 8px;
  }
  body .article .psikholog__item__profile .psikholog__item__btn {
    bottom: 8px;
    right: 8px;
    width: 33%;
  }
  body .article .psikholog__item__name {
    width: 80%;
  }
  body .article .psikholog__item__info .psikholog__item__acquaintance {
    width: 100%;
    top: 140px;
    left: initial;
  }
  body .article .psikholog__item__price li {
    width: 100px;
  }
  body .article .psikholog__item__price li span {
    margin-left: 0;
  }
  body .content .content__psikhologi .psikholog__item__profile {
    padding: 8px;
  }
  body .content .content__psikhologi .psikholog__item__profile .psikholog__item__btn {
    bottom: 8px;
    right: 8px;
    width: 33%;
  }
  .psikholog__item__name {
    width: 80%;
  }
  .psikholog__item__info .psikholog__item__acquaintance {
    width: 100%;
    top: 140px;
    left: initial;
  }
  .psikholog__item__price li {
    width: 100px;
  }
  .psikholog__item__price li span {
    margin-left: 0;
  }
  body .request-sent__box {
    width: 90%;
  }
  body .request-sent-2 {
    width: 90%;
  }
  body .doctor-query .product__doctor {
    width: 100%;
  }
  body .doctor-query .product__doctor__images {
    width: 48%;
    height: 130px;
    position: relative;
    overflow: hidden;
  }
  body .doctor-query .product__doctor__images img {
    width: 100%;
    height: 130px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
  }
  body .doctor-query .product__doctor__info {
    width: 48%;
  }
  body .doctor-query .product-payment__item {
    margin-bottom: 0;
    padding-bottom: 8px;
  }
  body .doctor-query .product-payment__item:nth-child(2) {
    padding-top: 8px;
  }
  body .payment-done .content-body {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 320px) and (max-width: 478px) {
  .psiholog__diplom-slider .slick-arrow {
    z-index: 0;
  }
  .singl-article .article__body .psikholog__banner .psikholog__banner__text {
    margin-bottom: 20px;
  }
  .article .psikholog__item {
    height: 336px;
  }
  .article .psikholog__item .psikholog__item__profile .psikholog__item__price {
    position: absolute;
    left: 8px;
    width: 100%;
    border: 8px;
    bottom: 8px;
    margin-left: 0;
    margin-top: 0;
  }
  .article .psikholog__item .psikholog__item__profile .psikholog__item__acquaintance {
    position: relative;
    float: right;
    margin-top: 97px;
    top: auto;
    left: auto;
  }
  .article .psikholog__item .psikholog__item__profile .psikholog__item__info {
    left: 163px;
  }
  .article .psikholog__item .psikholog__item__profile .psikholog__item__info .psikholog__item__name {
    width: 80%;
  }
  .article .psikholog__item .psikholog__item__profile .psikholog__item__speciality {
    margin: 10px 0;
    margin-left: 0;
    width: 100%;
    position: relative;
  }
  .article .psikholog__item .psikholog__item__profile .psikholog__item__experience {
    margin: 10px 0;
    height: 52px;
  }
  .article .psikholog__item .psikholog__item__profile .psikholog__item__format {
    left: 163px;
  }
  body .content .content__psikhologi .psikholog__item {
    height: 336px;
  }
  body .content .content__psikhologi .psikholog__item .psikholog__item__profile .psikholog__item__price {
    position: absolute;
    left: 8px;
    width: 100%;
    border: 8px;
    bottom: 8px;
    margin-left: 0;
    margin-top: 0;
  }
  body .content .content__psikhologi .psikholog__item .psikholog__item__profile .psikholog__item__acquaintance {
    position: relative;
    float: right;
    margin-top: 97px;
    top: auto;
    left: auto;
  }
  body .content .content__psikhologi .psikholog__item .psikholog__item__profile .psikholog__item__info {
    left: 163px;
  }
  body .content .content__psikhologi .psikholog__item .psikholog__item__profile .psikholog__item__info .psikholog__item__name {
    width: 80%;
    height: 60px;
  }
  body .content .content__psikhologi .psikholog__item .psikholog__item__profile .psikholog__item__speciality {
    margin: 10px 0;
    margin-left: 0;
    width: 100%;
    position: relative;
  }
  body .content .content__psikhologi .psikholog__item .psikholog__item__profile .psikholog__item__experience {
    margin: 10px 0;
    height: 52px;
  }
  body .content .content__psikhologi .psikholog__item .psikholog__item__profile .psikholog__item__format {
    left: 163px;
  }
  .psiholog__working__list {
    width: 100%;
  }
  .psiholog__basic__images {
    width: 152px;
    height: 152px;
    margin-right: 13px;
  }
  .psiholog__basic__images img {
    width: 152px;
    height: 152px;
  }
  .psiholog .psiholog__basic .psiholog__speciality {
    /* margin-top: 75px; */
    margin-left: -164px;
    /* width: 210%; */
    /* margin-bottom: 50px; */
    position: absolute;
    top: 150px;
  }
  .psiholog .psiholog__basic .psiholog__experience {
    margin-left: -166px;
    bottom: 56px;
  }
  .psiholog .psiholog__basic .psiholog__item__price {
    margin-top: 136px;
  }
  body .footer .footer__directions__box {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }
  body .footer .footer__directions__box .footer__directions__list {
    flex-direction: column;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  body .footer .footer__directions__box .footer__directions__list .footer__directions__item {
    text-align: left;
  }
  body .filter__query__box .form-group .filter__btn {
    width: 48%;
  }
  body .filter__query__box .form-group .filter__btn .btn-contact-telegram {
    margin-bottom: 8px;
    background-size: 14%;
    background-position: 14% center;
    padding-left: 33%;
  }
  body .filter__query__box .form-group .filter__btn .btn-contact-email {
    background-size: 14%;
    background-position: 14% center;
    padding-left: 33%;
  }
  .single-psiholog .last-views .last-views__title {
    margin-top: 0;
  }
  .appeal__team .appeal__team__title {
    width: 100%;
  }
  body .singl-article .container .article__body .article__quote::before {
    left: 0;
    top: -50px;
  }
  body .singl-article .container .article__body .article__quote {
    width: 100%;
    margin-top: 70px;
    margin-left: 0;
  }
  .test .test__progress .test__progress__list {
    margin: 0;
    width: 320px;
  }
  .test .test__question {
    margin-top: 40px;
  }
  .test .test__body .test__body__options {
    width: 100%;
  }
  .test .test__control {
    justify-content: center;
    margin-top: 0;
  }
  .test .test__control__checked {
    display: none;
  }
  .test .test__control__result {
    display: none;
  }
  body .header .header__menu .header__useraction .lang-switcher {
    display: none;
  }
  .banner__text .banner__choice {
    width: 100%;
  }
  .banner__text .banner__link {
    padding: 24px 50px;
  }
  .banner .banner__inner .banner__title {
    font-size: 40px;
  }
  .banner .banner__inner .banner__title::before {
    display: none;
  }
  .advantages .container .advantages__indicators .indicators-list .indicators-item {
    width: 50%;
    margin-bottom: 16px;
  }
  .advantages .container .advantages__indicators .indicators-list .indicators-item span {
    font-size: 20px;
    font-weight: 500;
  }
  .advantages .container .advantages__indicators .indicators-list .indicators-item p {
    font-size: 12px;
    width: 78%;
  }
  .advantages .container .advantages__box {
    flex-direction: column;
  }
  .advantages .container .advantages__box .advantages__list {
    display: flex;
    flex-direction: column;
  }
  .advantages .container .advantages__box .advantages__list .advantages__list__item {
    padding: 0 20px 0 25px;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .advantages .container .advantages__box .advantages__list .advantages__list__item .advantages__list__icon {
    width: 24px;
    height: 24px;
    display: block;
  }
  .advantages .container .advantages__box .advantages__list .advantages__list__item .advantages__list__icon img {
    width: 24px;
    max-height: 100%;
  }
  body .problem-solving .problem-solving__list {
    width: 320px;
  }
  body .problem-solving .problem-solving__list .problem-solving__item {
    width: 320px;
  }
  body .problem-solving .problem-solving__list .problem-solving__item .problem-solving__images {
    width: 80%;
    margin: 0 auto;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  body .advantages .container .advantages__indicators {
    width: calc(100% + 30px);
    margin-left: -19px;
    box-sizing: border-box;
  }
  .appeal .container .appeal__entry {
    font-size: 20px;
    padding: 0;
  }
  body .banner-selection .banner-selection__banner {
    padding: 24px;
  }
  body .banner-selection .banner-selection__banner .banner-selection__banner__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
  body .banner-selection .banner-selection__banner .banner-selection__banner__text .btn-selection {
    transform: translateX(0);
    margin: 0;
  }
  body .banner-selection .banner-selection__banner span {
    display: inline-block;
  }
  body .banner-selection .banner-selection__banner p {
    font-size: 18px;
  }
  body .comments .comments__item {
    margin-top: 50px;
  }
  body .comments .comments__count {
    left: 24px;
    top: 60px;
  }
  body .comments .comments-reply {
    margin-left: 0;
  }
  body .comments .comments-reply .comments-block__item__user {
    margin-left: 0;
  }
  body .comments .comments-reply .comments-block__item__comment {
    margin-left: 65px;
    margin-top: 0;
  }
  body .request-sent_box {
    width: 80%;
  }
  body .subscribe__box {
    width: 80%;
  }
  body .comments-block .comments-notauth {
    width: 90%;
  }
  body .comments-block .comments-notauth .comments-form__type {
    height: 175px;
  }
  .psiholog .comments-block__item__comment {
    margin-left: 0;
    margin-top: 8px;
  }
  .question .question__block {
    flex-direction: column;
  }
  .question .question__block .question__list {
    width: 100%;
  }
  .question .question__block .question__right {
    width: 100%;
  }
  .question .question__right__link {
    flex-direction: column;
  }
  body .advice .advice__block {
    flex-direction: column;
  }
  body .advice .advice__block .advice__item {
    flex-direction: column;
    width: 100%;
  }
  body .advice .advice__block .advice__item .advice__item__img {
    width: 100%;
  }
  body .advice .advice__block .advice__item .advice__item__description {
    width: 100%;
    padding: 16px;
    position: relative;
  }
  body .advice .advice__block .advice__item .advice__item__description .advice__item__date {
    left: 16px;
  }
  body .advice .advice__block .advice__item .advice__item__description .advice__item__author {
    right: 16px;
  }
  body .advice .advice__more-downloadd::after {
    width: 20%;
  }
  body .advice .advice__more-downloadd::before {
    width: 20%;
  }
  body .advice .qualification .qualification__item {
    width: 48%;
  }
  body .onlain-consul .container .onlain-consul__list {
    flex-direction: column;
    flex-wrap: wrap;
  }
  body .onlain-consul .container .onlain-consul__list .onlain-consul__item {
    margin-bottom: 24px;
    width: 100%;
  }
  body .onlain-consul .container .onlain-consul__list .onlain-consul__item .onlain-consul__img {
    margin-bottom: 20px;
    width: 100%;
  }
  body .onlain-consul .container .onlain-consul__list .onlain-consul__item:nth-child(1) {
    width: 100%;
  }
  body .onlain-consul .container .onlain-consul__list .onlain-consul__item:nth-child(2) {
    width: 100%;
  }
  body .onlain-consul .container .onlain-consul__list .onlain-consul__item:nth-child(2) .onlain-consul__title {
    font-size: 20px;
  }
  body .onlain-consul .container .onlain-consul__list .onlain-consul__item:nth-child(2) .onlain-consul__img {
    margin-bottom: 20px;
  }
  body .onlain-consul .container .onlain-consul__list .onlain-consul__item:nth-child(3) {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  body .onlain-consul .container .onlain-consul__list .onlain-consul__item:nth-child(3) .onlain-consul__title {
    font-size: 20px;
  }
  body .onlain-consul .container .onlain-consul__list .onlain-consul__item:nth-child(3) .onlain-consul__img {
    width: 100%;
  }
  body .onlain-consul .container .onlain-consul__list .onlain-consul__item:nth-child(3) .onlain-consul__description {
    width: 100%;
  }
  body .onlain-consul .container .onlain-consul__list .onlain-consul__item:nth-child(4) {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  body .onlain-consul .container .onlain-consul__list .onlain-consul__item:nth-child(4) .onlain-consul__title {
    font-size: 20px;
  }
  body .onlain-consul .container .onlain-consul__list .onlain-consul__item:nth-child(4) .onlain-consul__img {
    width: 100%;
  }
  body .onlain-consul .container .onlain-consul__list .onlain-consul__item:nth-child(4) .onlain-consul__description {
    width: 100%;
  }
  body .direction .container {
    display: flex;
    flex-direction: column;
  }
  body .direction .direction__more {
    padding: 24px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body .footer .footer__navigation {
    flex-direction: column;
    justify-content: center;
  }
  body .footer .footer__navigation .footer__menu {
    width: 100%;
  }
  body .footer .footer__navigation .footer__menu .footer__menu__list {
    justify-content: center;
  }
  body .footer .footer__navigation .footer__contact {
    width: 100%;
    margin-top: 24px;
  }
  body .footer .footer__navigation .footer__contact .footer__contact__list {
    justify-content: center;
  }
  body .footer .footer__bottom {
    flex-direction: column;
  }
  body .footer .footer__bottom .footer__bottom__contract {
    flex-direction: row;
    justify-content: space-around;
  }
  body .footer .footer__bottom .footer__bottom__copyright {
    margin-top: 24px;
  }
  body #advice-page .container {
    justify-content: flex-start;
    align-items: flex-start;
  }
  body #advice-page .container .filter {
    left: 20px !important;
  }
  body #advice-page .container .filter .filter__item-price {
    width: 40%;
    min-width: 100px;
  }
  body #advice-page .container .filter .search {
    width: 50%;
  }
  body #advice-page .container .filter .filter__select {
    width: 100%;
  }
  body #advice-page .container .filter .filter__select .filter__select__name {
    padding-left: 5px;
  }
  body #advice-page .advice__block {
    margin-top: 155px;
  }
  body .container .product-payment__wrapper .product__payment .product__payment__form .product-filter .filter__query__item {
    display: block;
  }
  body .container .product-payment__wrapper .product__payment .product__payment__form .product-filter .filter__query__item:nth-child(1) .filter__query__box form {
    flex-direction: column;
    display: flex;
  }
  body .container .product-payment__wrapper .product__payment .product__payment__form .product-filter .filter__query__item:nth-child(1) .filter__query__box .filter__btn {
    width: 100%;
  }
  body .container .product-payment__wrapper .product__payment .product__payment__form .product-filter .filter__query__item:nth-child(3) .filter__query__box form {
    flex-direction: column;
    box-sizing: border-box;
  }
  body .container .product-payment__wrapper .product__payment .product__payment__form .product-filter .filter__query__item:nth-child(3) .filter__query__box form .filter__btn {
    width: 100%;
    display: block;
  }
  body .container .product-payment__wrapper .product__payment .product__payment__form .product-filter .filter__query__item:nth-child(3) .filter__query__box form .filter__btn:nth-child(1) {
    width: 100%;
  }
  body .container .product-payment__wrapper .product__payment .product__payment__form .product-filter .filter__query__item:nth-child(3) .filter__query__box form .filter__btn:nth-child(2) {
    width: 100%;
  }
  body .container .product-payment__wrapper .product__payment .product__payment__form .product-filter .filter__query__item:nth-child(3) .filter__query__box form .filter__btn:nth-child(3) label {
    width: 308%;
  }
  body .container .product-payment__wrapper .product__payment .product__payment__form .product-filter .filter__query__item:nth-child(3) .filter__query__box form .filter__btn:nth-child(4) label {
    width: 308%;
  }
  body .container .product-payment__wrapper .product__payment .product__payment__form .product-filter .filter__query__item:nth-child(3) .filter__query__box form .filter__btn:nth-child(5) label {
    width: 308%;
  }
  .vebinar__reservation__next {
    flex-direction: column;
  }
  .vebinar__reservation__next .vebinar__reservation__right {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
  }
  .vebinar-page .comments-block__item__comment {
    margin-left: 0;
  }
  .vebinar-page .comments .comments-reply {
    margin-left: 0;
  }
  .vebinar-page .comments .comments-reply .comments-block__item__comment {
    margin-left: 78px;
  }
  body .meeting {
    display: none;
  }
  .pagination {
    margin: 40px auto;
    margin-bottom: 0;
  }
  body .title-page h2 {
    margin: 20px 0;
  }
  body .filter {
    margin-top: 60px;
  }
  body .filter .meeting {
    display: none;
  }
  .filter .filter__box .wrap .filter__item-price {
    width: 50%;
    min-width: 100px;
  }
  .filter .filter__box .wrap .filter__item-price label {
    display: none;
  }
  .filter .filter__box .wrap .filter__select {
    width: 90%;
    overflow: hidden;
  }
  .filter .filter__box .wrap .mobile-filter-btn {
    width: 48%;
  }
  .filter .filter__box .wrap .filter__select__icon {
    width: 14px;
  }
  .filter .filter__box .wrap .filter__select__name {
    width: 88%;
    padding-right: 0;
    overflow: hidden;
  }
  .reservation__filter .reservation__filter__type {
    padding: 0;
  }
  .vebinares .vebinares__completed .filter .filter__select__name {
    overflow: hidden;
    width: 74%;
  }
  #advice-page .filter .filter__adv label {
    display: none;
  }
  #advice-page .filter .filter__select__name {
    overflow: hidden;
    width: 74%;
  }
  .qualification .qualification__item {
    width: 48%;
  }
  .vebinares__completed .filter .filter__adv label {
    display: none;
  }
  .vebinares__completed .filter .filter__select__name {
    overflow: hidden;
    width: 74%;
  }
  .vebinares .vebinares__completed .filter .filter__select {
    width: 100%;
  }
  body .singl-article .psikholog__item .psikholog__item__btn a {
    height: auto;
    padding: 13px 0;
  }
  body .banner-map__box {
    align-items: center;
    text-align: center;
  }
  body .banner-map__box .banner-map__text .banner-map__list {
    width: 80%;
    margin: 16px auto;
    justify-content: center;
  }
  body .title-page .title-page__title::after {
    display: none;
  }
  body .psikhologi-time .psikholog__item {
    height: 375px !important;
  }
  body .psikhologi-time .content__psikhologi .psikholog__item .psikholog__item__profile .psikholog__item__speciality {
    margin-top: 72px !important;
    margin-left: -154px !important;
    width: 100% !important;
    width: 165% !important;
  }
  body .psikhologi-time .content__psikhologi .psikholog__item .psikholog__item__profile .psikholog__item__experience {
    top: 73px !important;
    position: absolute;
  }
  body .psikhologi-time .content__psikhologi .psikholog__item .psikholog__item__profile .psikholog__time {
    margin: 80px 0 70px 0;
  }
  body .psikhologi-time .content__psikhologi .psikholog__item .psikholog__item__profile .psikholog__time__item {
    padding: 9px;
  }
}


/*pagination-more:d-n quotes-light:b-i-*/

.psikholog__item.do-not-show{
  display: none;
}

.title {
  margin-bottom: 10px;
}

.submit_code_btn:disabled,.submit_code_btn[disabled]{
  background: #423F4D;
}
.iti--fullscreen-popup{
  z-index: 1201;
}
.iti__flag {
  background-image: url("../images/flags.png");
}