@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: #fff;
    background: #795bda;
    border-radius: 8px
}
 
.support-link:hover {
    background: #8e6bff;
    transition: background .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 */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent;
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

.slick-loading .slick-list {
    background: #fff url(ajax-loader.gif) center center no-repeat
}

@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(fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next,.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    transform: translate(0,-50%);
    padding: 0;
    border: none;
    outline: 0
}

.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .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: ""
}

.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: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,.slick-dots li button:hover: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: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.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: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

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

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    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: #fff;
    z-index: 1000
}

.header .mobile-menu {
    background: #fff;
    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(/assets/frontend/img/svg/close.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 18px;
    height: 18px;
    cursor: pointer;
    color: #fff
}

.header .mobile-menu__list {
    display: flex;
    flex-direction: column
}

.header .mobile-menu .support-link {
    margin-top: 24px
}

.header .mobile-menu .btn-logout {
    background: 0 0;
    border: none;
    margin-top: 8px
}
.header .mobile-menu button.btn-logout.mobile-logout {
    display: flex;
    gap: 8px;
	align-items: center;
}
button.btn-logout.mobile-logout img {
    max-width: 16px;
}
.header .mobile-menu .lang-switcher{
	margin-right:0px
}

.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: 0px;
}

.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 .3s ease
}

.header__useraction {
    display: flex;
    align-items: center
}

.header__useraction .support {
    margin-right: 16px
}

.header__useraction a {
    padding: 13px 15px;
    font-size: 14px;
    font-weight: 400
}

.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: 0 0 1px 1px #795bda;
    padding-left: 48px;
    background: 0 0;
    border: none;
    background-image: url(/assets/frontend/img/svg/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: 0 0 1px 2px #795bda;
    transition: box-shadow .3s ease
}

.header__useraction .btn-logout {
    color: #2f264d;
    font-weight: 400;
    background: 0 0;
    border: none;
    background-image: url(/assets/frontend/img/svg/logout.svg);
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 0;
    width: 32px;
    height: 32px;
    display: block
}

.header__useraction .account {
    color: #2f264d;
    font-weight: 400;
    border-radius: 8px;
    box-shadow: 0 0 1px 1px #795bda;
    border: 1px solid #795bda;
    padding-left: 48px;
    background: 0 0;
    border: none;
    padding: 13px 15px;
    font-size: 14px;
    margin-right: 15px;
}

.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(/assets/frontend/img/svg/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: #fff
}

.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: 0 0
}

.header .lang-switcher__list li:hover {
    background: #f1edff
}

.header .lang-switcher__list a:hover {
    background: 0 0
}

.banner {
    position: relative;
    padding: 45px 0;
    background: #fff;
    background-repeat: no-repeat;
    background-position: center 10vw
}
.direction-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.direction__more_sec {
    padding: 25px 50px;
    font-size: 20px;
    color: #2f264d;
    font-weight: 500;
    border-radius: 8px;
    /* border: 1.5px solid #795bda; */
    text-align: center;
    background: #e2e5e9;
}
.banner__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.banner__text {
    width: 60%;
    padding-top: 27px
}

.banner__images {
    width: 40%
}

.banner__title {
    font-size: 59px;
    font-weight: 400;
    line-height: 120%;
    color: #2f264d;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline
}

.banner__title::before {
    content: "";
    background: url(/assets/frontend/img/svg/heard.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: 10px;
    right: -24px;
    display: block;
    width: 20px;
    height: 20px
}

.banner__description {
    font-size: 32px;
    font-weight: 400;
    line-height: 150%;
    color: #423F4D;
    margin-bottom: 30px;
    margin-top: 0;
}
.banner__description__for {
    color: #423F4D;
    font-size: 24px;
    margin-bottom: 24px;
}
.banner__description__for span {
    /* padding-right: 30px; */
}
.banner__description__for {
  display: flex;
  align-items: center;
  gap: 40px;
}

.banner__description__for span {
  position: relative;
}


.banner__description__for span:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -22px;
  width: 8px;
  height: 8px;
  background-color: #FF5C8D;
  border-radius: 50%;
  transform: translateY(-50%);
}
.banner__benefits {
  display: flex;
  gap: 40px;
  margin-top: -21px;
  padding: 50px 38px 25px;
  border: 1px solid #E3E1E5;
  border-radius: 8px;
  /* background: #fff; */
  max-width: 428px;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.banner__benefit {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.banner__benefit img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.banner__benefit p {
  margin: 0;
  font-size: 15px;
  line-height: 1.3;
  color: #9895A6;
}

.banner-features {
  padding-top: 45px;
  background: white;
}

.banner-features__inner {
  background: #F1EDFF;
  border-radius: 32px;
  padding: 48px 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 48px;
}

.banner-feature {
  display: flex;
  align-items: center;
  gap: 20px;
}

.banner-feature img {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}

.banner-feature p {
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
  color: #423F4D;
  /* font-weight: 500; */
}

/* tablet */
@media (max-width: 1024px) {
  .banner-features__inner {
    grid-template-columns: repeat(2, 1fr);
    padding: 40px;
  }
}

/* mobile */
@media (max-width: 640px) {
  .banner-features__inner {
    grid-template-columns: 1fr;
    padding: 32px 24px;
    border-radius: 24px;
  }

  .banner-feature {
    gap: 16px;
  }

  .banner-feature img {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 768px) {
  .banner__benefits {
    gap: 24px;
    padding: 42px 8px 20px;
  }
  .direction-buttons {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
  .banner-features {
    padding-top: 45px;
    background: white;
    padding: 0 20px;
}
.banner-features__inner {

    gap: 16px 48px;
}
  .banner__benefit {
    display: flex;
    align-items: center;
    gap: 8px;
}
.banner__benefit p {
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    color: #9895A6;
    text-align: left;
}
.banner {
    position: relative;
    padding: 45px 0 30px;
    background: #fff;
    background-repeat: no-repeat;
    background-position: center 10vw;
    background: url(/assets/frontend/img/svg/unihome.png);
    background-repeat: no-repeat;
    background-position: right;
    background-color: white;
}
}

.banner__link {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 25px 90px;
    background: #795bda;
    border-radius: 8px;
    display: inline-block;
    width: 428px;
    text-align: center;
}

.banner__link:hover {
    background: #8e6bff;
    transition: background .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 #fff;
    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;
    padding-bottom: 100px;
}

.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: #fff;
    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: #fff;
    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: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 24px;
    border-radius: 8px;
    text-align: center
}

.problem-solving__link:hover {
    background: #8e6bff;
    transition: background .3s ease
}

.appeal {
    background: #fff;
    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: #fff;
    width: 80%;
    margin: 0 auto
}

.appeal__description {
    width: 100%;
    position: relative
}

.appeal__description::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(/assets/frontend/img/svg/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(/assets/frontend/img/svg/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: 0px 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 #fff;
    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 .3s ease
}

.qualification {
    position: relative;
    background: #fff
}

.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: #fff
}

.direction__more {
    padding: 25px 25px;
    background: #795bda;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    border-radius: 8px;
    /* margin-left: 36%; */
    /* transform: translateX(-27%); */
}

.direction__more:hover {
    background: #8e6bff;
    transition: .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: #fff
}

.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: #fff
}

.direction__tab__item:last-child {
    margin-right: 0
}

.direction__list {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 40px;
    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: #fff
}

.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: #fff;
    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(/assets/frontend/img/svg/checked-act.svg);
    background-repeat: no-repeat;
    background-position: 0 60%;
    padding-left: 18px;
    margin-bottom: 16px
}

.how-start {
    position: relative;
    /* background: #fff; */
    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: #fff;
    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: #fff;
    margin-top: 18px
}

.banner-selection__banner__text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    color: #fff;
    width: 90%;
    margin-top: 14px;
    margin-bottom: 36px
}

.banner-selection__banner__text a {
    padding: 17px 20px;
    color: #423f4d;
    background: #fff;
    border-radius: 8px
}

.banner-selection__banner__text a:hover {
    color: #fff;
    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: 100%;
    padding: 17px 24px;
    background: #fff;
    color: #423f4d;
    border: 1px solid #795bda;
    border-radius: 8px;
    font-size: 14px
}

.comments-block__response:hover {
    box-shadow: 0 0 1px 1px #795bda;
    transition: .3s ease
}

.comments-block__links {
    display: none
}

.comments-block .wrapper-item:after {
    content: "";
    position: absolute;
    top: 24px;
    right: 24px;
    background: url(/assets/frontend/img/svg/quetes-comment.svg);
    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;
    background: url(/assets/frontend/img/svg/quetes-comment.svg);
    width: 42px;
    height: 32px;
    background-size: contain;
    transform: rotate(180deg)
}

.comments-block__slider {
    display: flex;
    justify-content: space-between;
    margin: 60px 0;
    position: relative;
    padding-bottom: 80px
}

.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: 100%
}

.comments-block__slider .slick-prev {
    left: 0;
    background-image: url(/assets/frontend/img/svg/sl-arrow-left.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.comments-block__slider .slick-next {
    left: 270px;
    background-image: url(/assets/frontend/img/svg/sl-arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.comments-block__slider .slick-dots {
    position: absolute;
    top: 100%;
    left: 80px;
    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: #fff;
    padding: 24px;
    border-radius: 10px;
    position: relative;
    height: 100%;
    box-sizing: border-box
}

.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;
    color: #423f4d;
    line-height: 150%;
    padding: 14px 28px 28px 0;
    margin-left: 80px;
    height: 137px;
    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
}

.comments-block__item__show {
    font-size: 14px;
    font-weight: 400;
    color: #a498d9;
    background: 0 0;
    border: none;
    margin-left: 80px
}

.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: #fff;
    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 .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(0);
    transition: transform .6s
}

.question__right {
    width: 37%
}

.question__right__img {
    margin-bottom: 16px
}

.question__right span {
    padding: 10px;
    color: #fff;
    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: #fff;
    display: flex;
    align-items: center;
    padding: 21px 24px;
    border-radius: 8px;
    justify-content: center
}

.question__right__btn:hover {
    background: #8e6bff;
    transition: .3s
}

.advice {
    position: relative;
    padding: 45px 0;
    background: #fff
}

.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: .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 .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: 0 0;
    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 .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: #fff
}

.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 .3s ease
}

.footer__menu__list li:last-child {
    margin-right: 0
}

.footer__menu__item:hover {
    color: #8e6bff;
    transition: color .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: #fff;
    background: #a498d9;
    border-radius: 8px
}

.footer__contact__item:nth-child(3):hover {
    background: #8e6bff;
    transition: background .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: #fff;
    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: 0;
    height: 100px;
    margin-top: 24px
}

.comments-form__submit {
    width: 50%;
    background: #795bda;
    color: #fff;
    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: .3s
}

.comments-notauth {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    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: #fff;
    font-size: 14px;
    font-weight: 500
}

.comments-notauth__links button:hover {
    background: #8e6bff;
    transition: .3s
}

.feedback {
    display: none;
    z-index: 1200
}

.feedback__close {
    display: block;
    background-image: url(/assets/frontend/img/svg/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,.75);
    z-index: 1100
}

.subscribe__box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition-delay: 0s 10s;
    background: #fff;
    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: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border-radius: 48px
}

.subscribe__not {
    width: 48%;
    background: #fff;
    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: 0 0;
    font-size: 18px;
    padding: 17px 20px;
    display: flex;
    color: #795bda;
    margin-top: 25px
}

button.pagination-more.download-test-doctors:hover {
    color: #8e6bff;
    transition: background .3s ease
}

.available-hours__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40,37,49,.25);
    z-index: 1100;
    display: none
}

.available-hours__close {
    background-color: #fff;
    border-radius: 8px;
    background-image: url(/assets/frontend/img/svg/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(/assets/frontend/img/svg/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: .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: 0 0;
    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: #fff;
    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: #fff;
    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(/assets/frontend/img/svg/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: #fff;
    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(/assets/frontend/img/svg/heard.svg);
    background-repeat: no-repeat;
    background-position: 100% 108%;
    width: 1.5rem;
    height: 1.5rem
}

.title-page {
    position: relative;
    background: #fff;
    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(/assets/frontend/img/svg/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: #fff;
    padding: 14px 42px;
    border-radius: 48px;
    border: none
}

.filter__close {
    position: absolute;
    top: 0;
    right: 20px;
    padding: 30px;
    background: url(/assets/frontend/img/svg/close.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 18px;
    height: 18px;
    cursor: pointer;
    color: #fff
}

.filter__apply {
    padding: 17px 0;
    background: #fff;
    border-radius: 48px;
    color: #423f4d;
    display: none;
    width: 250px;
    align-items: center;
    justify-content: center;
    margin-top: 20px
}

.filter__apply:hover {
    background: #795bda;
    color: #fff
}

.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: #fff;
    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: #fff;
    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: #fff;
    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: #fff;
    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: #fff;
    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(/assets/frontend/img/svg/search.svg);
    background-repeat: no-repeat;
    background-position: 100% center;
    border: none;
    width: 24px;
    height: 19px
}

.filter .search input {
    border: none;
    outline: 0;
    font-size: 15px;
    font-weight: 500;
    color: #423f4d;
    width: 90%;
    padding-right: 10%;
    position: absolute;
    top: 3px;
    left: 0;
    width: 88%;
    background: 0 0
}

.filter .filter-clean {
    border: none;
    background: #fff;
    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: .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(/assets/frontend/img/svg/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: #fff;
    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: #fff;
    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;
    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: #fff;
    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: .3s
}

.psikholog__item__session {
    background: #fff;
    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: #fff;
    transition: .3s
}

.psikholog__item__session a:hover .icon-svg {
    fill: #fff;
    transition: .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: #fff;
    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: #fff;
    margin-top: 18px
}

.psikholog__banner__text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    color: #fff;
    width: 90%;
    margin-top: 14px;
    margin-bottom: 36px
}

.psikholog__banner__text a {
    padding: 17px 20px;
    color: #423f4d;
    background: #fff;
    border-radius: 8px
}

.psikholog__banner__text a:hover {
    color: #fff;
    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: #fff;
    display: none;
    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: #fff;
    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: #fff;
    background: #795bda
}

.pagination a:hover .arrow {
    stroke: #fff
}

.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: #fff;
    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: #fff;
    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(/assets/frontend/img/svg/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(/assets/frontend/img/svg/line-style.svg);
    margin-left: 20px
}

.psiholog__working__z {
    background-image: url(/assets/frontend/img/svg/zkem.svg)
}

.psiholog__working__with {
    background-image: url(/assets/frontend/img/svg/star.svg)
}

.psiholog__working__lang {
    background-image: url(/assets/frontend/img/svg/lang.svg)
}

.psiholog__item {
    width: 100%;
    padding: 0 24px;
    background: #fff;
    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: 0 0;
    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: .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(/assets/frontend/img/svg/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(/assets/frontend/img/svg/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(/assets/frontend/img/svg/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(/assets/frontend/img/svg/arrow-left-color.svg);
    background-repeat: no-repeat;
    background-position: center center;
    display: block
}

.psiholog__diplom-slider .slick-prev.slick-disabled {
    background-image: url(/assets/frontend/img/svg/arrow-left-grey.svg)
}

.psiholog__diplom-slider .slick-next {
    position: absolute;
    left: 60px;
    top: -90px;
    background-image: url(/assets/frontend/img/svg/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(/assets/frontend/img/svg/arrow-left-grey.svg)
}

.psiholog__request {
    padding: 16px 24px
}

.psiholog__request__btn {
    margin-top: 24px;
    display: inline-block
}

.psiholog__request a {
    color: #fff;
    font-weight: 500;
    padding: 17px 24px;
    background: #795bda;
    border-radius: 48px;
    display: inline-flex
}

.psiholog__request a:hover {
    background: #8e6bff;
    transition: .3s
}

.psiholog__additionally {
    background: #a498d9;
    display: flex;
    justify-content: space-between;
    gap: 8px;
    padding: 16px 24px
}

.psiholog__additionally__item {
    background: #fff;
    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: #fff;
    background: #795bda;
    font-weight: 500;
    border-radius: 48px
}

.psiholog__service-packages .service-packages__btn a:hover {
    background: #8e6bff;
    transition: .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: 80px;
    overflow: hidden;
    margin-bottom: 20px;
    height: auto
}

.psiholog .wrapper-item:after {
    top: 0;
    right: 24px
}

.psiholog .wrapper-item::before {
    bottom: 0;
    left: 0
}



.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: #fff
}

.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: .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: #fff
}

.reservation__filter .filter__btn {
    position: relative;
    width: 50%;
    box-sizing: border-box
}

.reservation__filter .filter__btn .filter-btn {
    width: 100%;
    background: #fff;
    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(/assets/frontend/img/svg/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(/assets/frontend/img/svg/arrow-left-color.svg)
}

.calendar__arrows__next {
    position: absolute;
    left: 60px;
    top: 0;
    background-image: url(/assets/frontend/img/svg/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(/assets/frontend/img/svg/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: #fff;
    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: #fff;
    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: #fff;
    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: 0 0;
    position: relative
}

.mobile-filter__close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 30px;
    background: url(/assets/frontend/img/svg/close.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 18px;
    height: 18px;
    cursor: pointer;
    color: #fff
}

.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: #fff
}

.mobile-filter__content .filter__query__box input[type=radio]:checked~.filter-btn .fl-icon {
    fill: #fff
}

.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: #fff
}

.mobile-filter__content .filter__query__box input[type=checkbox]:checked~.filter-btn .fl-icon {
    fill: #fff
}

.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: #fff;
    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: 0 0;
    border: none;
    color: #795bda;
    font-size: 14px;
    font-weight: 500
}

.mobile-filter__btn .mobile-filter__apply {
    background: #795bda;
    color: #fff;
    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: #fff;
    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: .3s ease
}

.psiholog-write__btn {
    display: flex;
    padding: 16px 0px;
    font-size: 14px;
    background-color: #fff;
    color: #2f264d;
    border-radius: 8px;
    align-items: center;
    border: none;
    width: 48%;
    box-shadow: 0 0 1px 1px #795bda;
    /* position: inherit; */
    text-align: center;
    justify-content: center;
}

.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: .3s
}

.psiholog-acquaintance__btn {
    display: flex;
    padding: 16px 0 16px 27px;
    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;
    background-image: url(/assets/frontend/img/svg/hello.svg);
    background-repeat: no-repeat;
    background-position: 5% center;
}

.psiholog-acquaintance__btn:hover {
    box-shadow: 0 0 1px 1px #795bda;
    transition: .3s
}

.psiholog-query-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40,37,49,.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(/assets/frontend/img/svg/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: 0 0;
    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:nth-child(3) .psiholog__item__body ul li:nth-child(7)~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,.75);
    z-index: 1100;
    display: none
}

.request-sent__close {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
    background: url(/assets/frontend/img/svg/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: #fff;
    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: #fff;
    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: #fff;
    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: #fff;
    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: 0 0;
    border: none;
    margin: 24px 0
}

.close-video {
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 8px;
    position: absolute;
    right: 0;
    top: -40px;
    background-image: url(/assets/frontend/img/svg/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: .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: #fff;
    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: #fff;
    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: .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: .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: #fff;
    font-size: 14px;
    background-image: url("/img/svg/unlock 1.svg");
    background-repeat: no-repeat;
    background-position: 15% center
}

.vebinares__planned__bottom a:hover {
    background: #8e6bff;
    background-image: url("/img/svg/unlock 1.svg");
    background-repeat: no-repeat;
    background-position: 15% center;
    transition: .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: #fff
}

.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: #fff
}

.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: .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: 0 0;
    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(/assets/frontend/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: #fff;
    border-radius: 9px;
    height: 100%
}

.vebinar-page__bottom {
    background: #fff
}

.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 #fff;
    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: #fff;
    font-size: 14px;
    font-weight: 500;
    background-image: url("/img/svg/unlock 1.svg");
    background-repeat: no-repeat;
    background-position: 15% center
}

.vebinar__reservation__right a:hover {
    background: #8e6bff;
    background-image: url("/img/svg/unlock 1.svg");
    background-repeat: no-repeat;
    background-position: 15% center;
    transition: .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: #fff;
    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: #fff;
    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: #fff;
    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: #fff;
    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(/assets/frontend/img/svg/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: #fff
}

.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: .1s
}

.vebinar__question {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-direction: column
}

.vebinar__question__item {
    background: #fff;
    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(/assets/frontend/img/svg/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: .3s
}

.comments {
    width: 100%;
    background: #fff;
    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: #fff
}

.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: 0 0;
    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,.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: #fff;
    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: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 20px 0;
    margin-top: 24px
}

.vebinar-free .form-btn:hover {
    background: #8e6bff;
    transition: .3s
}

.vebinar-free input {
    padding: 16px;
    width: 100%;
    margin: 8px 0;
    border-radius: 8px;
    border: 1px solid #e3e1e5;
    font-size: 14px;
    outline: 0;
    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: #fff;
    padding: 0 5px;
    display: block
}

.vebinar-free .input-box input:not(:-moz-placeholder-shown)~span {
    transform: translateY(-27px);
    -moz-transition: .3s;
    transition: .3s
}

.vebinar-free .input-box input:focus~span,.vebinar-free .input-box input:not(:placeholder-shown)~span {
    transform: translateY(-27px);
    transition: .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: #fff;
    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: #fff;
    color: #2f264d;
    border: none;
    background-image: url(/assets/frontend/img/svg/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(/assets/frontend/img/svg/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: #fff
}

.product-payment .filter__query__box input[type=radio]:checked~.filter-btn .fl-icon {
    fill: #fff
}

.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: #fff;
    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: #fff;
    transition: .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: .3s;
    transition: .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: .3s
}

.product__payment__form .input-box span {
    position: absolute;
    left: 16px;
    top: 20px;
    color: #9895a6;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    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: 0;
    display: inline-block;
    box-sizing: border-box;
    color: #2f264d;
    font-size: 14px;
    position: relative
}
.product-payment .save-card input#chatform-confirm, input#chatform-confirm, input#requestsessionform-confirm {
    width: 30px;
}

.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: .3s;
    transition: .3s
}

.product__payment__form .input-box input:focus~span,.product__payment__form .input-box input:not(:placeholder-shown)~span {
    transform: translateY(-22px);
    transition: .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: #fff;
    border-radius: 8px;
    padding: 21px 0;
    width: 100%;
    border: none
}

.product__payment .payment-btn:hover {
    background: #8e6bff;
    transition: .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: 0 0;
    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: #fff
}

.product-filter .filter__query__box input[type=radio]:checked~.filter-btn .fl-icon {
    fill: #fff
}

.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: #fff
}

.product-filter .filter__query__box input[type=checkbox]:checked~.filter-btn .fl-icon {
    fill: #fff
}

.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: #fff;
    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(/assets/frontend/img/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(/assets/frontend/img/Danger.png);
    background-repeat: no-repeat;
    background-position: 17px 18px;
    border-radius: 8px
}

.payment-done .subscribe-btn {
    background-color: #795bda;
    color: #fff;
    width: 100%;
    border-radius: 8px;
    display: block;
    padding: 18px;
    padding-left: 103px;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 500;
    background-image: url(/assets/frontend/img/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(/assets/frontend/img/line-arrow.png);
    background-repeat: no-repeat;
    background-position: center center
}

.payment-done .subscribe-btn:hover {
    background-color: #8e6bff;
    transition: .3s ease
}

.payment-done-1 .payment-information {
    background-color: #fff;
    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(/assets/frontend/img/svg/order-number.svg)
}

.payment-done-1 .payment-information__item:nth-child(2) {
    background-image: url(/assets/frontend/img/svg/User-information.svg)
}

.payment-done-1 .payment-information__item:nth-child(3) {
    background-image: url(/assets/frontend/img/svg/date.svg)
}

.payment-done-1 .payment-information__item:nth-child(4) {
    background-image: url(/assets/frontend/img/svg/time.svg)
}

.payment-done-1 .payment-information__item:nth-child(5) {
    background-image: url(/assets/frontend/img/svg/time-payment.svg)
}

.payment-done-1 .payment-information__item:nth-child(6) {
    background-image: url(/assets/frontend/img/svg/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: #fff;
    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(/assets/frontend/img/svg/order-number.svg)
}

.payment-done-2 .payment-information__item:nth-child(2) {
    background-image: url(/assets/frontend/img/svg/User-information.svg)
}

.payment-done-2 .payment-information__item:nth-child(3) {
    background-image: url(/assets/frontend/img/svg/date.svg)
}

.payment-done-2 .payment-information__item:nth-child(4) {
    background-image: url(/assets/frontend/img/svg/time.svg)
}

.payment-done-2 .payment-information__item:nth-child(5) {
    background-image: url(/assets/frontend/img/svg/time-payment.svg)
}

.payment-done-2 .payment-information__item:nth-child(6) {
    background-image: url(/assets/frontend/img/svg/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: .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: #fff;
    /* border-bottom-left-radius: 70px; */
    /* border-bottom-right-radius: 70px; */
}

.test {
    position: relative;
    padding: 30px 0 90px 0;
    background: #ffffff;
}

.test__progress {
    /* width: 840px; */
    margin: 0 auto;
}

.test__progress__list {
    display: flex;
    justify-content: center;
    align-items: center
}

.test__progress__item {
    border-radius: 30px;
    font-size: 14px;
    color: #423f4d;
    font-weight: 400%;
    width: 18px;
    height: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e3e1e5;
    position: relative;
    margin: 0 1px;
}

.test__progress__item::after {
    /* content: ""; */
    /* position: absolute; */
    max-width: 80px;
    width: 35px;
    height: 1px;
    background: #e3e1e5;
    right: -43px;
    top: 50%
}

.test__progress__item:last-child::after {
    display: none
}

.test__progress__active {
    background: rgba(67, 165, 250, 1);
    color: #fff;
    border: none
}

.test__progress__active::before {
    content: "";
    position: absolute;
    max-width: 80px;
    width: 35px;
    height: 1px;
    background: #a498d9;
    right: 32px;
    top: 50%;
    display: none;
}

.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: #fff;
    border: 1px solid #8e6bff
}

.test__body__options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin: 60px 0; */
    flex-direction: column;
}

.test__body__options a {
    width: 35%;
    height: 118px;
    margin-bottom: 16px;
    display: flex;
}

.test__body__options__item {
    width: 100%;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    background: #f1edff;
    border-radius: 8px;
    /* padding: 24px; */
}

.test__body__options__item:hover {
    background: #fff;
    box-shadow: 0 0 1px 1px #795bda
}

.test__body__options__item .test__options-image {
    width: 100%;
    margin: 0px auto;
    padding-top: 11px;
    height: 100%;
    display: flex;
}

.test__body__options__item p {
    /* margin-top: 24px; */
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.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;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    margin-bottom: 16px;
}

.test__control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 24px; */
    position: relative;
    /* border: 1px solid #f1edff; */
    border-radius: 8px;
    background: #fff;
    width: 100%;
    /* max-width: 1250px; */
    /* margin: 0 auto; */
    flex-direction: column;
}

.test__control__checked {
    font-size: 14px;
    padding-left: 25px;
    color: #423f4d;
    font-weight: 400;
    background-image: url(/assets/frontend/img/svg/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: 8px;
    border: 1.5px solid #795bda;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
}

.test__control__next {
    padding: 14px 48px 15px 24px;
    border-radius: 8px;
    background: #795bda;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    background-image: url(/assets/frontend/img/svg/arrow-btn.svg);
    background-repeat: no-repeat;
    background-position: 80% 55%;
    background-size: 10%;
    border: none;
    min-width: 232px;
    display: flex;
    justify-content: center;
}

.test__control__result {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 30px;
}

.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 #fff
}

.test__control__doctors li:hover {
    border-color: #795bda
}

.test__not-found__image {
    width: 400px;
    height: 400px
}

.test-phase-2 .test__question {
    margin-top: 32px;
}
/*
.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 .test-label {
    background: #fff;
    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: 0 0;
    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: #fff;
    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(/assets/frontend/img/svg/plus.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 16px
}

.test-phase-3 .test__body__checkboxs {
    background: #fff;
    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: .3s
}

.test-phase-3 .test__body__list .test__active .test__body__title::after {
    transform: rotate(-45deg);
    transition: .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,
.test-phase-2 .test__body {
    width: 320px;
    margin: 40px auto 24px;
}

.test-phase-4 .test__body .test__filter, 
.test-phase-2 .test__body .test__filter {
    margin-bottom: 24px;
}

.test-phase-4 .test__body .test__filter__title, 
.test-phase-2 .test__body .test__filter__title {
    font-size: 24px;
    font-weight: 400;
    color: #2f264d;
    text-align: center;
    line-height: 130%;
}

.test-phase-4 .test__body .test__filter__body, 
.test-phase-2 .test__body .test__filter__body {
    /* padding: 0 8px; */
    border-radius: 8px;
    /* background: #f1edff; */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 16px;
    flex-direction: column;
}

.test-phase-4 .test__body .test__filter__body .filter__item,
.test-phase-2 .test__body .test__filter__body .filter__item {
    width: 100%
}

.test-phase-4 .test__body .test__filter__body .filter__item label,
.test-phase-2 .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],
.test-phase-2 .test__body .test__filter__body input[type=radio], 
.test-phase-2 .test__body .test__filter__body input[type=checkbox] {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.test-phase-4 .test__body .test__filter__body input[type=radio]:checked~.filter-btn,
.test-phase-2 .test__body .test__filter__body input[type=radio]:checked~.filter-btn, 
.test-phase-2 .test__body .test__filter__body input[type=checkbox]:checked~.filter-btn {
    background: #a498d9;
    color: #fff
}

.test-phase-4 .test__body .test__filter__body input[type=radio]:checked~.filter-btn .fl-icon,
.test-phase-2 .test__body .test__filter__body input[type=radio]:checked~.filter-btn .fl-icon,
.test-phase-2 .test__body .test__filter__body input[type=checkbox]:checked~.filter-btn .fl-icon {
    fill: #fff
}

.test-phase-4 .test__body .test__filter__btn,
.test-phase-2 .test__body .test__filter__btn {
    cursor: pointer
}

.test-phase-4 .test__body .test__filter__btn .filter-btn,
.test-phase-2 .test__body .test__filter__btn .filter-btn {
    padding: 12px 0;
    background: rgba(241, 237, 255, 1);
    margin-bottom: 16px;
    position: relative;
    /* border: 1px solid #795bda; */
    font-size: 17px;
    color: rgba(66, 63, 77, 1);
    font-weight: 500;
    border-radius: 8px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 18px 24px;
    /* height: 56px; */
    justify-content: flex-start;
}

.test-phase-4 .test__body .test__filter__btn .filter-btn svg,
.test-phase-2 .test__body .test__filter__btn .filter-btn svg {
    margin-left: 10px;
    margin-right: 10px;
}

.test-phase-4 .test__body .test__filter__btn .filter-btn .fl-icon,
.test-phase-2 .test__body .test__filter__btn .filter-btn .fl-icon {
    fill: #A498D9;
}

.test-phase-4 .test__body .test__filter__btn:nth-child(1),
.test-phase-2 .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),
.test-phase-2 .test__body .test__filter__btn:nth-child(2) {
    width: 100%;
    box-sizing: border-box
}

.test-phase-4 .test__body .test__filter__btn:nth-child(3),
.test-phase-2 .test__body .test__filter__btn:nth-child(3) {
    width: 100%;
    box-sizing: border-box
}

.test-phase-4 .test__body .test__filter__btn:nth-child(4),
.test-phase-2 .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-phase-2.requests .test__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /* background: #f1edff; */
    /* padding: 8px 10px 0 10px; */
    border-radius: 8px;
    /* width: 870px; */
}
h5.subheader {
    text-align: center;
    font-weight: 100;
    color: #2f264d;
}
.test-phase-2.requests .test__body__item {
    margin-bottom: 8px;
    width: 49%;
}

.test__body__item.radio-items .test__body__item {
    width: 100%;
    margin-bottom: 10px;
}

.test-search .test__body {
    width: 35%;
    margin: 0px auto 16px;
}

.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: #fff;
    background: #795bda
}

.test-search__links a:nth-child(2):hover {
    background: #8e6bff;
    transition: .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(/assets/frontend/img/svg/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,.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(/assets/frontend/img/picture/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: 0 0;
    border: none
}

.authentication__social,.registration-code__social,.registration-done__social,.registration__social {
    display: flex;
    flex-direction: column
}

.authentication__social a,.registration-code__social a,.registration-done__social a,.registration__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-code__social a:nth-child(1),.registration-done__social a:nth-child(1),.registration__social a:nth-child(1) {
    background-image: url(/assets/frontend/img/svg/google.svg);
    background-repeat: no-repeat;
    background-position: 16px center;
    margin-bottom: 8px
}

.authentication__social a:nth-child(2),.registration-code__social a:nth-child(2),.registration-done__social a:nth-child(2),.registration__social a:nth-child(2) {
    background-image: url(/assets/frontend/img/svg/facebook-auth.svg);
    background-repeat: no-repeat;
    background-position: 16px center
}

.authentication__social a:hover,.registration-code__social a:hover,.registration-done__social a:hover,.registration__social a:hover {
    border: 1px solid #8e6bff
}

.authentication .authentication__form .form-btn,.authentication .registration-code__form .form-btn,.authentication .registration__form .form-btn,.registration .authentication__form .form-btn,.registration .registration-code__form .form-btn,.registration .registration__form .form-btn,.registration-code .authentication__form .form-btn,.registration-code .registration-code__form .form-btn,.registration-code .registration__form .form-btn,.registration-done .authentication__form .form-btn,.registration-done .registration-code__form .form-btn,.registration-done .registration__form .form-btn {
    background: #795bda;
    border-radius: 8px;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 20px 0
}

.authentication .authentication__form .form-btn:hover,.authentication .registration-code__form .form-btn:hover,.authentication .registration__form .form-btn:hover,.registration .authentication__form .form-btn:hover,.registration .registration-code__form .form-btn:hover,.registration .registration__form .form-btn:hover,.registration-code .authentication__form .form-btn:hover,.registration-code .registration-code__form .form-btn:hover,.registration-code .registration__form .form-btn:hover,.registration-done .authentication__form .form-btn:hover,.registration-done .registration-code__form .form-btn:hover,.registration-done .registration__form .form-btn:hover {
    background: #8e6bff;
    transition: .3s
}
.registration__checked label .real-chackbox{
	    width: 15% !important;
}
.authentication .authentication__form input,.authentication .registration-code__form input,.authentication .registration__form input,.registration .authentication__form input,.registration .registration-code__form input,.registration .registration__form input,.registration-code .authentication__form input,.registration-code .registration-code__form input,.registration-code .registration__form input,.registration-done .authentication__form input,.registration-done .registration-code__form input,.registration-done .registration__form input {
    padding: 16px;
    width: 100%;
    margin: 8px 0;
    border-radius: 8px;
    border: 1px solid #e3e1e5;
    font-size: 14px;
    outline: 0;
    display: inline-block;
    box-sizing: border-box;
    color: #2f264d;
    font-size: 14px;
    position: relative
}

.authentication .authentication__form input:focus,.authentication .registration-code__form input:focus,.authentication .registration__form input:focus,.registration .authentication__form input:focus,.registration .registration-code__form input:focus,.registration .registration__form input:focus,.registration-code .authentication__form input:focus,.registration-code .registration-code__form input:focus,.registration-code .registration__form input:focus,.registration-done .authentication__form input:focus,.registration-done .registration-code__form input:focus,.registration-done .registration__form input:focus {
    border: 1px solid #795bda
}

.authentication .authentication__form .input-box,.authentication .registration-code__form .input-box,.authentication .registration__form .input-box,.registration .authentication__form .input-box,.registration .registration-code__form .input-box,.registration .registration__form .input-box,.registration-code .authentication__form .input-box,.registration-code .registration-code__form .input-box,.registration-code .registration__form .input-box,.registration-done .authentication__form .input-box,.registration-done .registration-code__form .input-box,.registration-done .registration__form .input-box {
    position: relative
}

.authentication .authentication__form .input-box__pl,.authentication .registration-code__form .input-box__pl,.authentication .registration__form .input-box__pl,.registration .authentication__form .input-box__pl,.registration .registration-code__form .input-box__pl,.registration .registration__form .input-box__pl,.registration-code .authentication__form .input-box__pl,.registration-code .registration-code__form .input-box__pl,.registration-code .registration__form .input-box__pl,.registration-done .authentication__form .input-box__pl,.registration-done .registration-code__form .input-box__pl,.registration-done .registration__form .input-box__pl {
    position: absolute;
    left: 16px;
    top: 10px;
    color: #9895a6;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    padding: 0 5px;
    display: block;
    pointer-events: none
}

.authentication .authentication__form .input-box input:not(:-moz-placeholder-shown)~span,.authentication .registration-code__form .input-box input:not(:-moz-placeholder-shown)~span,.authentication .registration__form .input-box input:not(:-moz-placeholder-shown)~span,.registration .authentication__form .input-box input:not(:-moz-placeholder-shown)~span,.registration .registration-code__form .input-box input:not(:-moz-placeholder-shown)~span,.registration .registration__form .input-box input:not(:-moz-placeholder-shown)~span,.registration-code .authentication__form .input-box input:not(:-moz-placeholder-shown)~span,.registration-code .registration-code__form .input-box input:not(:-moz-placeholder-shown)~span,.registration-code .registration__form .input-box input:not(:-moz-placeholder-shown)~span,.registration-done .authentication__form .input-box input:not(:-moz-placeholder-shown)~span,.registration-done .registration-code__form .input-box input:not(:-moz-placeholder-shown)~span,.registration-done .registration__form .input-box input:not(:-moz-placeholder-shown)~span {
    transform: translateY(-27px);
    -moz-transition: .3s;
    transition: .3s
}

.authentication .authentication__form .input-box input:focus~span,.authentication .authentication__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,.authentication .registration__form .input-box input:focus~span,.authentication .registration__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-code__form .input-box input:focus~span,.registration .registration-code__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-code .authentication__form .input-box input:focus~span,.registration-code .authentication__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-code .registration__form .input-box input:focus~span,.registration-code .registration__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-code__form .input-box input:focus~span,.registration-done .registration-code__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 {
    transform: translateY(-27px);
    transition: .3s
}

.authentication .authentication__form input::-moz-placeholder,.authentication .registration-code__form input::-moz-placeholder,.authentication .registration__form input::-moz-placeholder,.registration .authentication__form input::-moz-placeholder,.registration .registration-code__form input::-moz-placeholder,.registration .registration__form input::-moz-placeholder,.registration-code .authentication__form input::-moz-placeholder,.registration-code .registration-code__form input::-moz-placeholder,.registration-code .registration__form input::-moz-placeholder,.registration-done .authentication__form input::-moz-placeholder,.registration-done .registration-code__form input::-moz-placeholder,.registration-done .registration__form input::-moz-placeholder {
    color: transparent
}

.authentication .authentication__form input::placeholder,.authentication .registration-code__form input::placeholder,.authentication .registration__form input::placeholder,.registration .authentication__form input::placeholder,.registration .registration-code__form input::placeholder,.registration .registration__form input::placeholder,.registration-code .authentication__form input::placeholder,.registration-code .registration-code__form input::placeholder,.registration-code .registration__form input::placeholder,.registration-done .authentication__form input::placeholder,.registration-done .registration-code__form input::placeholder,.registration-done .registration__form input::placeholder {
    color: transparent
}

.authentication__links,.registration-code__links,.registration-done__links,.registration__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-code__links span,.registration-done__links span,.registration__links span {
    display: block;
    color: #795bda;
    font-size: 14px;
    font-weight: 400
}

.popup-active {
    display: block
}

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

.registration .popup-close {
    border-radius: 8px;
    background: #fff;
    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: 0 0;
    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: 0 0;
    background-image: url(/assets/frontend/img/svg/bg-popup.svg);
    background-repeat: no-repeat
}

.registration-code .popup-close {
    border-radius: 8px;
    background: #fff;
    padding: 12px 14px;
    position: absolute;
    top: -16px;
    right: 0
}

.registration-done {
    background: #fff;
    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: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 20px 0
}

.registration-done .form-btn:hover {
    background: #8e6bff;
    transition: .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: #fff
    }

    .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
    }

    .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: 0 0
    }

    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: #fff
    }

    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: #fff; */
        /* 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: #fff
    }

    .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: 20px;
        width: 120%;
        text-align: left;
    }

    body .banner-map__box .banner-map__text .banner-map__list {
        width: 60%
    }

    body .banner-map__box .banner-map__image {
        width: 100%;
        z-index: 1001;
        margin-top: -48px;
    }

    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: #fff; */
        /* 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: #fff
    }

    .test-phase-2 .container .test__body {
        flex-direction: column;
        width: 60%;
        margin: 30px 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;
        width: 100%;
    }

    .banner .banner__images {
        width: 60%
    }

    .banner .banner__description {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 16px;
    }

    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 0 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
    }
.banner__description__for {
    display: flex;
    align-items: center;
    gap: 29px;
    justify-content: center;
    }
    .banner__description__for {
    color: #423F4D;
    font-size: 16px;
    margin-bottom: 24px;
}
.banner__description__for span:not(:last-child)::after
 {right: -19px;}
    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: .3s;
        transition: .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: .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(/assets/frontend/img/svg/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 {
        display: none
    }

    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: 24px;
    }

    .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: 0
    }

    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: 24px;
    }

    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: 40px 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 !important;
    }

    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
    }

    body .comments-block .comments-block__item__show {
        margin-left: 0
    }

    body .comments-block .comments-block__item__comment {
        margin-top: 10px;
        margin-left: 0;
        height: 125px
    }

    body .comments-block .wrapper-item {
        padding-bottom: 20px
    }

    body .comments-block .wrapper-item::before {
        display: none
    }

    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 40px;
    }

    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; */
        background: #ffffff;
    }

    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: 316px;
        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: #fff
    }

    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: #fff
    }

    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;
        height: 30px;
    }

    .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
    }

    body .header__useraction .account {
        padding: 13px;
        margin-right: 50px
    }
}

@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 20px 0;
    }

    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-left: -164px;
        position: absolute;
        top: 150px
    }

    .psiholog .psiholog__basic .psiholog__experience {
        margin-left: -166px;
        bottom: 56px
    }

    .psiholog .psiholog__basic .psiholog__item__price {
        margin-top: 110px;
    }

    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
    }
}

/*price filter*/
.filter-price label {
    font-size: 16px;
    /* color: #757575; */
    font-weight: 500;
    padding: 0px 0px 0px 5px;
}
.filter-price {
    width: 100%;
    border: 0;
    padding: 15px;
    margin: 0;
    display: flex;
    flex-direction: column-reverse;
}


.price-container {
    display: flex;
    /* border: 1px solid #ccc; */
    padding: 5px 0;
    width: 100%;
    justify-content: space-between;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    align-items: center;
    align-content: center;
}

.price-field {
  position: relative;
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  padding-top: 15px;
  padding-left: 0px;
}
.filter-price button {
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: #795bda;
    outline: 0;
    border: 0px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.price-field input[type=range] {
    position: absolute;
}

/* Reset style for input range */

.price-field input[type=range] {
  width: 100%;
  height: 10px;
  border: none;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  -webkit-appearance: none;
  background: #7190F9;
}

.price-field input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

.price-field input[type=range]:active,
.price-field input[type=range]:focus {
  outline: 0;
}

.price-field input[type=range]::-ms-track {
  width: 188px;
  height: 7px; 
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  color: red;
  border-radius: 5px;
}

/* Style toddler input range */

.price-field input[type=range]::-webkit-slider-thumb { 
  /* WebKit/Blink */
    position: relative;
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    margin-top: -15px;
    background-color: #fff;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
    border: 2px solid #7190F9;
}

.price-field input[type=range]::-moz-range-thumb { 
  /* Firefox */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: #fff;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.price-field input[type=range]::-ms-thumb  { 
  /* IE */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: #242424;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

/* Style track input range */

.price-field input[type=range]::-webkit-slider-runnable-track { 
  /* WebKit/Blink */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #555;
  border-radius: 5px;
}

.price-field input[type=range]::-moz-range-track { 
  /* Firefox */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #242424;
  border-radius: 5px;
}

.price-field input[type=range]::-ms-track { 
  /* IE */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #242424;
  border-radius: 5px;
}

/* Style for input value block */

.price-wrap {
  display: flex;
  color: #242424;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 0px;
}

.price-wrap-1, 
.price-wrap-2 {
  display: flex;
  margin-left: 0px;
}

.price-title {
  margin-right: 5px;
}

.price-wrap_line {
    margin: 6px 0px 5px 5px;
    display: none;
}

.price-wrap #one, 
.price-wrap #two,
.price-wrap #one-mob, 
.price-wrap #two-mob{
  width: 40px;
  /* text-align: right; */
  margin: 0;
  padding: 0;
  margin-right: 2px;
  background:  0;
  border: 0;
  outline: 0;
  color: #242424;
  font-family: Golos Text;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 500;
}

.price-wrap label {
    text-align: right;
}

/* Style for active state input */
    
.price-field input[type=range]:hover::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #242424;
  transition-duration: 0.3s;
}

.price-field input[type=range]::-webkit-slider-thumb {
  background:#fff;
}

.price-field input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #242424;
  transition-duration: 0.3s;
}
.test-welcome .text-policy {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    margin-top: 25px;
	gap: 10px;
}
.test-welcome .text-policy svg {
    width: 30px;
    height: 30px;
}
.test-welcome {
    /* padding: 25px 0px; */
}
.btn-primary {
    padding: 13px 24px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: #795bda;
    border-radius: 8px;
    border: 0;
    outline: 0;
}
.btn-primary:hover, .btn-primary:active, 
.btn-primary:visited, .btn-primary:focus {
    background: #8e6bff;
    transition: background .3s ease;
}
.test-welcome button.btn-primary {
    display: table;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 45px;
    text-transform: uppercase;
}
section.test.test-search .test__body h4 {
    text-align: center;
    font-size: 20px;
    color: #a498d9;
}
.test__progress.smaller {
    width: 632px;
}
.test-search__text .btn-primary {
    display: table;
    margin: 15px auto;
}
.center-button button {
    display: table;
    margin: 15px auto;
} 
.error {
    margin: 15px 0px;
    padding: 10px;
    background: #F44336;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
}
.close_modal button {
    margin-top: 15px;
    width: 100%;
    border-radius: 17px;
}
.test__body__list.test-wide {
    width: 100%;
}
.test__body__list.test-wide .test__filter__body {
    width: 100%;
    /* gap: 16px; */
}
.test__body__list.test-wide .filter-btn {
    /* text-align: center; */
    padding: 12px 24px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.test__body__list.test-wide .test__filter__btn {
    /* width: calc(50% - 10px) !important; */
    /* height: 56px; */
}
.test__body__list.test-wide .test__body__item.test__filter {
    width: 100%;
}
.test__body__list.test-wide .test__body__item.test__filter input[type=checkbox] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.test__body__list.test-wide .test__body__item.test__filter input[type=checkbox]:checked~.filter-btn{
    background: #a498d9;
    color: #fff;
}

.header__useraction .btn-logout span {
    display: none;
} 
.success {
    margin: 15px 0px;
    padding: 10px;
    background: #4CAF50;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
}

.calendar__date__time li{
	margin-bottom: 5px;
	/* height: 30px; */
}

.calendar__date__time li.time-disabled a{
	cursor: not-allowed !important;
}
.calendar__date__time li.time-disabled {
    background: #795bda;
    width: 35px;
    height: 35.2px;
    opacity: .1;
    border-radius: 8px;
    display: block;
    cursor: not-allowed !important;
}
ul.iti__country-list span.iti__country-name, ul.iti__country-list span.iti__dial-code {
    position: relative;
    background: inherit;
	left: 8px !important;
}
.iti__selected-flag {
    max-height: 40px;
    margin-top: 8px;
}
.alert-notify {
    position: fixed;
    top: 5px;
    right: 15px;
    z-index: 9999;
    min-width: 200px;
    max-width: 350px;
    box-shadow: 0px 5px 15px #00000038;
}
.test__filter__btn.expirience-item {
    /* text-align: center; */
}
.test__body__options__item.for-me {
    background: rgba(240, 243, 255, 1);
}
.test__body__options__item.for-family {
    background: rgba(237, 255, 232, 1);
}
.test__body__options__item.for-children {
    background: rgba(255, 245, 227, 1);
}
.test-heading {
    font-family: Golos Text;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 25px;
    max-width: 300px;
}
.type-therapy.filter__item.city-list {
    border: 1px solid #E3E1E5;
    border-radius: 8px;
}
.test__body__list.test-wide .test__body__item.test__filter input[type=checkbox]:checked~.filter-btn svg rect {
    stroke: white;
}
svg.galka {
    position: absolute;
    /* right: 30px; */
    /* top: 21px; */
}
svg.galka path {
    stroke:rgba(241, 237, 255, 1);
}
.test__body__list.test-wide .test__body__item.test__filter input[type=checkbox]:checked~.filter-btn svg path {
    stroke: white;
}
.test .bg-section {/* height: 110vh; */}
.filter-btn.btn-galka {
    justify-content: space-between !important;
}
.test__welcome-image img {
    width: 240px;
}
.test__welcome-image {
    text-align: center;
}

.page-not-found {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    text-align: center;
    min-height: 500px;
}
.page-not-found .top {
    margin-bottom: 25px;
}
.page-not-found .top h1 {
    color: #795bda;
}
.page-not-found .top h3 {
    font-size: 8rem;
    color: #795bda7d;
}
.filter-btn.btn-galka span {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.test__control__next svg {
    margin-left: 10px;
}
body:has(section.test) {
  background-color: white;
}
.personal-acc-links{display:block}
@media (min-width:565px){
	.scroll-background{width:100%;margin-top: 25px;}
}
@media (max-width:565px){
.test__welcome-image img {
    width: 140px;
}
.test-welcome .test__question{
    margin-top: 20px;
}
.scroll-background{width:150px}
}
@media (max-width:680px){
	.appeal__description::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		background: url(/assets/frontend/img/svg/quotes.svg);
		background-repeat: no-repeat;
		display: block;
		width: 40px;
		height: 40px;
		background-size: contain;
	}
}
@media (max-width:1060px){
	.personal-acc-links{display:none}
	.personal-link-mobile {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap:10px;
		justify-content: center;
	}
    .calendar__date__time li.time-disabled {

    width: 35px;
    height: 30px;

}
	.personal-link-mobile a{
		padding: 10px;
		border: 1px solid #795bda;
		border-radius: 8px;
		gap: 10px;
		text-align: center;
		display: flex;
		justify-content: center;
		margin-bottom: 10px;
	}
	header > div.container > menu.header__menu > div.lang-switcher{display:none}
}




.psikholog__item__info span.psiholog__status {
    display: block;
    margin-top: 5px;
} 
.psikholog__item__speciality{
	margin-top:-100px;
}
.psikholog__item.article-page .psikholog__item__experience {
    margin-top: 10px;
}
a.check-phone-field {
    position: relative;
    text-align: center;
    display: table;
    margin: auto;
    background: #795bda;
    width: 100%;
    color: #fff;
    border-radius: 8px;
    padding: 20px 0;
}
.timer-code-el span {
    text-align: center;
    margin: 0px;
    padding: 0px;
    color: #444;
}
.btn-show-password {
    width: 30px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 16px;
}
.error a, .success a {
    padding: 5px 20px;
    border-radius: 8px;
    border: 1px solid #fff;
    display: inline-block;
    margin-top: 10px;
}
h1.title-page__title.without-heart::after {
    display: none;
}
.how-start {
  /* background: #f3f0ff; */
  padding: 56px 0;
}

.how-start .section-title {
  margin: 0 0 16px;
}

.how-start__description {
  margin: 0 0 24px;
  opacity: .75;
}

.how-start__slider {
  margin-top: 18px;
}

.how-start__slide {
  padding: 0 8px;
}

.how-start__card {
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  min-height: 569px;
  display: flex;
  flex-direction: column;
}

.how-start__card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.how-start__badge {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 22px;
  font-weight: 500;
  color: #FF5C8D;
  #FF5C8D1A: #ffe7f0;
  background: #FF5C8D1A;
}

.how-start__corner {
  width: 45px;
  /* height: 28px; */
  /* border-radius: 10px; */
  /* background: #ffe7f0; */
  position: relative;
}

.how-start__corner::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 45px;
  height: 28px;
  background-color: #FF5C8D;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='46' height='15' viewBox='0 0 46 15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M45.7071 8.07106C46.0976 7.68054 46.0976 7.04737 45.7071 6.65685L39.3431 0.292885C38.9526 -0.0976396 38.3195 -0.0976396 37.9289 0.292885C37.5384 0.683409 37.5384 1.31657 37.9289 1.7071L43.5858 7.36395L37.9289 13.0208C37.5384 13.4113 37.5384 14.0445 37.9289 14.435C38.3195 14.8255 38.9526 14.8255 39.3431 14.435L45.7071 8.07106ZM0 7.36395V8.36395H45V7.36395V6.36395H0V7.36395Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='46' height='15' viewBox='0 0 46 15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M45.7071 8.07106C46.0976 7.68054 46.0976 7.04737 45.7071 6.65685L39.3431 0.292885C38.9526 -0.0976396 38.3195 -0.0976396 37.9289 0.292885C37.5384 0.683409 37.5384 1.31657 37.9289 1.7071L43.5858 7.36395L37.9289 13.0208C37.5384 13.4113 37.5384 14.0445 37.9289 14.435C38.3195 14.8255 38.9526 14.8255 39.3431 14.435L45.7071 8.07106ZM0 7.36395V8.36395H45V7.36395V6.36395H0V7.36395Z'/%3E%3C/svg%3E") center / contain no-repeat;
  /* overflow: hidden; */
}

.how-start__media {
  background: #f3f0ff;
  border-radius: 12px;
  padding: 0 14px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 213px;
}

.how-start__media img {
  max-width: 100%;
  height: auto;
  display: block;
}

.how-start__title {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 1.2;
  color: #2F264D;
  font-weight: 400;
  min-height: 58px;
}

.how-start__text {
  margin: 0;
  color: #423F4D;
  line-height: 1.45;
  font-size: 15px;
  min-height: 88px;
}

.how-start__nav {
  display: flex;
  gap: 48px;
  margin-top: 30px;
}

.how-start__btn {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 2px solid rgba(110, 90, 190, .35);
  background: transparent;
  cursor: pointer;
  position: relative;
}

.how-start__btn--next {
  background: #6f57d2;
  border-color: #6f57d2;
}
.how-start__btn--prev {
  border-color: #6f57d2;
  color: #6f57d2;
}
.how-start__btn::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;

  width: 21px;
  height: 21px;

  background-color: currentColor;

  -webkit-mask: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10.0303H19M19 10.0303L9.5 19.5303M19 10.0303L9.5 0.530273' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E") center / contain no-repeat;

          mask: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10.0303H19M19 10.0303L9.5 19.5303M19 10.0303L9.5 0.530273' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E") center / contain no-repeat;
}

.how-start__btn--prev::before {
  transform: rotate(180deg);
}

.how-start__btn--next::before {
  color: #fff;
}


@media (max-width: 768px) {
  .how-start__card {
    
  }
  .appeal
 {
    background: #fff;
    padding: 45px 0 15px;
}
  .how-start__card {

    padding: 20px;
    min-height: 520px;

}
 .how-start__corner::before {
    width: 16px;
    height: 16px;

    -webkit-mask: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7071 8.07106C16.0976 7.68054 16.0976 7.04737 15.7071 6.65685L9.34315 0.292885C8.95262 -0.0976396 8.31946 -0.0976396 7.92893 0.292885C7.53841 0.683409 7.53841 1.31657 7.92893 1.7071L13.5858 7.36395L7.92893 13.0208C7.53841 13.4113 7.53841 14.0445 7.92893 14.435C8.31946 14.8255 8.95262 14.8255 9.34315 14.435L15.7071 8.07106ZM0 7.36395V8.36395H15V7.36395V6.36395H0V7.36395Z'/%3E%3C/svg%3E") center / contain no-repeat;

            mask: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7071 8.07106C16.0976 7.68054 16.0976 7.04737 15.7071 6.65685L9.34315 0.292885C8.95262 -0.0976396 8.31946 -0.0976396 7.92893 0.292885C7.53841 0.683409 7.53841 1.31657 7.92893 1.7071L13.5858 7.36395L7.92893 13.0208C7.53841 13.4113 7.53841 14.0445 7.92893 14.435C8.31946 14.8255 8.95262 14.8255 9.34315 14.435L15.7071 8.07106ZM0 7.36395V8.36395H15V7.36395V6.36395H0V7.36395Z'/%3E%3C/svg%3E") center / contain no-repeat;
  }
  .how-start__corner {
    width: 16px;

    position: relative;
}
.how-start__media {

    margin-bottom: 24px;

}
.how-start__badge {

    font-size: 20px;

}
span.how-start__badge span {
    font-size: 14px;
    margin-left: 5px;
}
.how-start__nav {
    display: flex;
    gap: 20px;
    margin-top: 10px;
    justify-content: center;
}
.question__item__text {
    font-size: 15px;

}
.question__item__answer {

    font-size: 14px;

}
.how-start__description {
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
    color: #423f4d;
}
.banner-map__description {
    font-size: 16px;
    color: #423f4d;
    font-weight: 400;
    line-height: 150%;
    margin-top: 16px;
    text-align: left;
}
}

.how-start {
  overflow: hidden; 
}

.how-start__slider {
  overflow: visible;
}

.how-start .slick-list {
  overflow: visible;
}

.how-start .slick-track {
  display: flex;
}
span.how-start__badge span {
    font-size: 15px;
    margin-left: 5px;
}
.how-start__slider {
  margin-left: -8px; 
}
.registration__checked label .custom-checkbox{
	width:40px;
	margin-right: 10px;
}
.pink-banner-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #FF4D80;
    border-radius: 16px;
    padding: 18px 28px 18px 18px;
    cursor: pointer;
    border: none;
    text-decoration: none;
    color: inherit;
    width: 25%;
    min-height: 122px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    position: absolute;
    overflow: hidden;
    bottom: 6px;
    right: 0;
}
.pink-btn__icon-wrap {
    flex-shrink: 0;
    position: relative;
    width: 72px;
    height: 72px;
}
.pink-btn__icon-circle {
    position: absolute;
    inset: 4px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.pink-btn__icon-wrap::before {
    content: '';
    position: absolute;
    inset: -9px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.28);
    animation: fade-ring 2.5s ease-in-out infinite;
    z-index: 0;
}

@keyframes fade-ring {
    0%, 100% { opacity: 0.9; }
    50%       { opacity: 0.15; }
  }

.pink-btn__label {
    color: #fff;
    font-size: 16px; 
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0;
    
}
.pink-btn__icon-circle img {
    width: 32px;
}
body button.how-start__btn.slick-disabled:before {
	background-color:currentColor;
	color:currentColor;
}
body button.how-start__btn.slick-disabled {
    border-color: #6f57d2;
    color: #6f57d2;
	background:transparent;
	transition:all .4s ease
}
body button.how-start__btn {
	background: #6f57d2;
    border-color: #6f57d2;
	transition:all .4s ease
}
body button.how-start__btn.how-start__btn--prev.slick-arrow:before{
	color:#fff
}
body button.how-start__btn.how-start__btn--prev.slick-disabled:before{
	color:#6f57d2
}
section.single-psiholog.review-section .review-header {
    display: flex;
    align-items: center;
    gap: 20px;
}
section.single-psiholog.review-section .doctor-image img {
    width: 80px;
    border-radius: 10px;
}
section.single-psiholog.review-section .psiholog__basic {
    justify-content: center;
}
section.single-psiholog.review-section {
    margin: 40px 0px 60px;
}
form#add-review-new-form {
    width: 100%;
    margin-top: 30px;
}
form#add-review-new-form textarea.comments-form__type {
    margin-top: 5px;
    height: 140px;
}
form#add-review-new-form .review-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    justify-content: center;
}
section.single-psiholog.review-section .review-header h1 {
    font-weight: 500;
}
form#add-review-new-form .review-buttons a {
    font-size: 14px;
}
section.single-psiholog.review-section p.success, section.single-psiholog.review-section p.error {
    display: block;
    margin: 10px auto 0px;
}