@charset "UTF-8";
@font-face {
  font-family: icons;
  font-display: swap;
  src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

[class*=_icon-]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=_icon-]:before {
  display: block;
}

._icon-link:before {
  content: "\e900";
}

._icon-s-git:before {
  content: "\e901";
}

._icon-s-instagram:before {
  content: "\e902";
}

._icon-slider-arrow:before {
  content: "\e903";
}

._icon-s-linkedin:before {
  content: "\e904";
}

._icon-s-twitter:before {
  content: "\e905";
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  color: #000;
  line-height: 1;
  font-family: "Roboto";
  font-size: 1.5rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Roboto";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

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

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

/*
(i) Стили будут применяться ко 
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/

[class*=__container] {
  min-height: 100%;
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

.fp-init body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

[data-fp] {
  min-height: 100vh;
}

.touch [data-fp] {
  min-height: calc(var(--vh, 1vh) * 100);
}

.fp-init [data-fp] {
  z-index: 1;
  -ms-touch-action: none;
      touch-action: none;
  position: relative;
  overflow: hidden;
}

.fp-switching [data-fp-section] {
  -ms-touch-action: none;
      touch-action: none;
}

.fp-init [data-fp-section] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.fp-init .slider-mode [data-fp-section],
.fp-init .cards-mode [data-fp-section] {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.55, 0.085, 0, 0.99) 0s;
  transition: -webkit-transform 0.7s cubic-bezier(0.55, 0.085, 0, 0.99) 0s;
  -o-transition: transform 0.7s cubic-bezier(0.55, 0.085, 0, 0.99) 0s;
  transition: transform 0.7s cubic-bezier(0.55, 0.085, 0, 0.99) 0s;
  transition: transform 0.7s cubic-bezier(0.55, 0.085, 0, 0.99) 0s, -webkit-transform 0.7s cubic-bezier(0.55, 0.085, 0, 0.99) 0s;
}

.fp-init .fade-mode [data-fp-section] {
  -webkit-transition: opacity 0.5s ease-in-out 0s, visibility 0.5s ease-in-out 0s;
  -o-transition: opacity 0.5s ease-in-out 0s, visibility 0.5s ease-in-out 0s;
  transition: opacity 0.5s ease-in-out 0s, visibility 0.5s ease-in-out 0s;
}

.fp-bullets {
  position: fixed;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 2.5rem;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  gap: 0.625rem;
}

.fp-bullets .fp-bullet {
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.25rem;
          flex: 0 0 1.25rem;
  border-radius: 0.625rem;
  background-color: #100c46;
  -webkit-box-shadow: 0rem 0rem 0.1875rem #6257fe, 0 0 1.875rem rgba(255, 255, 255, 0.8);
          box-shadow: 0rem 0rem 0.1875rem #6257fe, 0 0 1.875rem rgba(255, 255, 255, 0.8);
  border: 0.0625rem solid #fff;
  opacity: 0.6;
  -webkit-transition: opacity 0.4s ease-in-out 0s, background-color 0.4s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s, -webkit-box-shadow 0.4s ease-in-out 0s;
  transition: opacity 0.4s ease-in-out 0s, background-color 0.4s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s, -webkit-box-shadow 0.4s ease-in-out 0s;
  -o-transition: transform 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, background-color 0.4s ease-in-out 0s, box-shadow 0.4s ease-in-out 0s;
  transition: transform 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, background-color 0.4s ease-in-out 0s, box-shadow 0.4s ease-in-out 0s;
  transition: transform 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, background-color 0.4s ease-in-out 0s, box-shadow 0.4s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s, -webkit-box-shadow 0.4s ease-in-out 0s;
}

.fp-bullets .fp-bullet-active {
  opacity: 1;
  background-color: #6257fe;
  -webkit-transform: translate3D(-0.3125rem, -0.125rem, 0);
      -ms-transform: translate3D(-0.3125rem, -0.125rem, 0);
          transform: translate3D(-0.3125rem, -0.125rem, 0);
  -webkit-box-shadow: 0.3125rem 0.125rem 0.1875rem #100c46, 0 0 1.875rem rgba(255, 255, 255, 0.8);
          box-shadow: 0.3125rem 0.125rem 0.1875rem #100c46, 0 0 1.875rem rgba(255, 255, 255, 0.8);
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

img {
  max-width: 100%;
}

.vs-title {
  color: #B718EF;
  font-family: "Montserrat";
  font-weight: 600;
  line-height: normal;
  position: relative;
  margin-bottom: 40px;
}

.vs-title::before {
  position: absolute;
  content: "";
  width: 8%;
  height: 3px;
  background-color: #B718EF;
  bottom: -7px;
}

.fancybox__footer {
  display: none !important;
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

.popup-show body::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  background-color: #eee;
  padding: 20px;
  width: 100%;
  max-width: 900px;
  border-radius: 20px;
}

.lock .popup__content {
  visibility: visible;
}

.hero-section {
  background-color: #f5e9fb;
}

.hero-header {
  font-size: 17pt;
}

.hero-block-header {
  font-size: 25pt;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.hero-block-header::after {
  margin-bottom: 50px;
  margin: auto;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("../images/svg/tel.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero-header-topic {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 78px;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: #000000;
}

.vs-form-consultation form{
 padding-left: 150px;
 padding-right: 150px;
}
@media screen and (max-width: 768px) {
  .vs-form-consultation form{
    padding-left: 0;
    padding-right: 0;
  }
  .vs-sabmit-btn p{
    display: block!important;
  }
  .input_wrap i {
    position: absolute;
    top: 25px!important;
    z-index: 10;
    left:25px!important;
}

.appointment-testimonial .wpcf7 input[type="file"] {
  font-size: 13px;
}
}
.hero-header-person p{
  font-family: "Pattaya";
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 89px;
  letter-spacing: 0.035em;
  background: -o-linear-gradient(355.62deg, #b33efb -3.82%, #391fd9 99.49%), #aa5ce2;
  background: linear-gradient(94.38deg, #b33efb -3.82%, #391fd9 99.49%), #aa5ce2;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-section .button {
  margin-bottom: 141px;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 237px;
  height: 70px;
  border-radius: 50px;
  border: 2px solid #3f0958;
  color: #161616;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #161616;
  text-align: center;
  padding-top: 21px;
  padding-bottom: 21px;
}

.button {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.button:focus,
.button:hover {
  -webkit-box-shadow: 0px 4px 4px rgba(94, 68, 68, 0.25);
          box-shadow: 0px 4px 4px rgba(94, 68, 68, 0.25);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.button-accent {
  background-image: -webkit-gradient(linear, left top, right top, from(#b33efb), to(#391fd9));
  background-image: -o-linear-gradient(left, #b33efb, #391fd9);
  background-image: linear-gradient(to right, #b33efb, #391fd9);
  border-style: hidden;
  color: #ffffff;
}

.hero-text {
  margin-bottom: 64px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #141313;
}

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
}

.social-links a > img,
.social-links a > svg {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.social-links a > img:hover,
.social-links a > svg:hover {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.social-links :not(:last-child) {
  margin-right: 15px;
}

.hero-wrap {
  background-image: url("../images/svg/new-bg.svg");
  padding-bottom: 30px;
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(100vh - 90px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 650px;
}

.logo {
  width: 56px;
}

.contacts-img {
  display: inline-block;
  margin-right: 20px;
}

.contacts-item {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #0a0909;
}

.foto-frame{
  background-image: url("../images/nat-ugai.png"); }

.foto-frame {
  display: block;
  position: absolute;
  left: 0;
  z-index: 1;
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  height: 900px;
  width: 1920px;
}

.contacts {
  z-index: 10;
}

.hero-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

h1 {
  margin-bottom: 44px;
  padding-top: 80px;
}

.hero-foto{
  background-image: url("../images/mobile/hero-foto-mobile.png"); }

.hero-foto {
  display: block;
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0px;
  height: 357px;
  width: 332px;
}

.desktop-hero-img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.header_fixed {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 70px;
  opacity: 0.95;
  -webkit-box-shadow: 0 6px 4px -4px #b8bec5;
          box-shadow: 0 6px 4px -4px #b8bec5;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.container_fixed {
  padding-top: 70px !important;
}

.new-padding {
  padding-top: 15px !important;
  padding-bottom: 0px !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.policy-h1 {
  padding-top: 50px !important;
  text-align: center;
  font-size: 42px;
}

.container-policy p:not(:last-child) {
  margin-bottom: 40px !important;
}

.container-policy p:last-child {
  padding-bottom: 40px !important;
}

.container-policy h2 {
  margin-bottom: 20px !important;
}

.about-header {
  text-align: center;
}

.counter-description {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  max-width: 203px;
}

.counter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.counter {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 78px;
  color: #aa5ce2;
  text-align: center;
}

.counter-list-item:hover .counter {
  font-size: 75px;
}

.about-description {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 28px;
  color: #000000;
}

.about-section {
  background-color: #f5e9fb;
}

.about-img {
  margin-top: -124px;
  margin-bottom: 17px;
  max-width: 618px;
  margin-right: 31px;
}

.about-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-bottom: 80px;
}

.about-content {
  position: relative;
  padding-right: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 40%;
          flex: 1 0 40%;
}

.about-text p{
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 31px;
  color: #000000;
  margin-bottom: 28px;
}

.about-text-indent {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.about-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-section .header::after {
  width: 74px;
}

.about-decor {
  position: absolute;
  top: 482px;
  right: 25px;
  width: 256px;
}

.appointment-button {
  display: inline-block;
  vertical-align: middle;
  width: 260px;
  height: 65px;
  background: -o-linear-gradient(355.62deg, #b33efb -3.82%, #391fd9 99.49%);
  background: linear-gradient(94.38deg, #b33efb -3.82%, #391fd9 99.49%);
  border-radius: 50px;
  border-style: hidden;
  margin-left: 150px;
  margin-right: auto;
}

.appointment-header {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 78px;
  /* identical to box height */
  color: #ffffff;
  text-align: center;
}

.appointment-title {
  color: #FFF;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
}
.appointment-bg {
    background-image: url(../images/apointment-bg.png), linear-gradient(91.75deg, #a035f4 0.46%, #c688f6 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.input {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 424px;
  height: 65px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  border-style: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 45px;
}

.inputs {
  display: inline-block;
  vertical-align: middle;
  margin-right: 150px;
  margin-bottom: 80px;
}

::-webkit-input-placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  /* identical to box height */
  color: #000000;
}

::-moz-placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  /* identical to box height */
  color: #000000;
}

:-ms-input-placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  /* identical to box height */
  color: #000000;
}

::-ms-input-placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  /* identical to box height */
  color: #000000;
}

::placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  /* identical to box height */
  color: #000000;
}

.appointment-section .header::after {
  display: none;
}

form {
  vertical-align: middle;
}

.inputBox {
  position: relative;
  width: 300px;
}

.inputBox input {
  padding: 12px 10px 12px 48px;
  border: none;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: #000000;
  font-weight: 300;
  border-radius: 25px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}

.inputBox span {
  position: absolute;
  left: 0;
  padding: 12px 10px 12px 48px;
  pointer-events: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #000000;
}

.inputBox input:valid ~ span,
.inputBox input:focus ~ span {
  color: #000000;
  border: 1px solid #391fd9;
  background: #c688f6;
  -webkit-transform: translateX(25px) translateY(-25px);
      -ms-transform: translateX(25px) translateY(-25px);
          transform: translateX(25px) translateY(-25px);
  font-size: 0.7em;
  padding: 0 8px;
}

.inputBox input:valid,
.inputBox input:focus {
  border: 1px solid #c688f6;
}

.inputBox i {
  position: absolute;
  top: 15px;
  left: 16px;
  width: 25px;
  padding: 2px 0;
  padding-right: 8px;
  color: #000000;
  border-right: 1px solid #000000;
}

.inputBox input[type=submit] {
  background: red;
}

.form-wraper {
  padding: 20px 160px 80px 160px;
}

.form__checkbox-wrapper {
  text-align: left;
  position: relative;
}
.form__checkbox-wrapper , .form__checkbox-wrapper p a{
  font-size: 18px;
}
.form__checkbox-wrapper p:nth-child(1){
  margin-bottom: 15px;
  line-height: 25px;
  color: white;
}

.form__checkbox-wrapper input {
  margin-right: 10px;
}

.form__checkbox-wrapper > span {
  color: #ffffff;
}
.wpcf7-list-item{
  margin: 0;
}
.form__checkbox-wrapper input {
  margin-right: 10px;
  width: 30px;
  height: 23px;
}
.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 100px;
  margin-bottom: 30px;
}

.form__checkbox-validation {
  color: #e1c510;
  font-size: 12px;
  text-align: left;
}

.form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

/* Input form Style */
textarea{
  width: 100%;
  height: 165px;
  border-radius: 10%;
  -webkit-filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
}

.input_wrap p{
  width: 100%;
  text-align: left;
}
.wpcf7 input[type="file"]{
  font-size: 15px;
}
.wpcf7-not-valid-tip {
  color: #54fc1d;
  font-size: 20px;
  font-weight: normal;
  display: block;
  margin-top: 10px;
}
.appointment-testimonial .wpcf7-not-valid-tip {
  color: #54fc1d;
  font-size: 17px;
  font-weight: normal;
  display: block;
  margin-top: 10px;
  
}
.form__checkbox-wrapper .wpcf7-not-valid-tip{
  font-size: 20px!important;
}
.appointment-testimonial{
  padding-bottom: 1px!important;
}
.wpcf7 form .wpcf7-response-output {
  margin: 1em -0.5em 0.5em;
  padding: 6px;
  border: 2px solid #00a0d2;
  font-size: 17px;
  line-height: 22px;
}
.input_wrap i{
  font-size: 20px;
}
textarea{
  padding-top: 15px;
}


.wpcf7-form input[type=text],
.wpcf7-form input[type=tel],
.wpcf7-form input[name=phone] {
  border: none;
  height: 50px;
  width: 100%;
  color: #505262;
  padding-left: 60px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50px;
  -webkit-filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
  height: 65px;
  
}


/* Label style after Input feild is in focus. Can also use input:focus ~ label to select sibling. */

input:focus + label,
input:valid + label {
  font-size: 14px;
  color: #788391;
  top: -13px;
  left: 40px;
  background: #ffffff;
  padding: 3px 8px 3px 8px;
  border: 1px solid #dbbaf5;
  border-radius: 8px;
}

.input_wrap {
  height: auto;
  position: relative;
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.input_wrap label {
  padding: 22px 0 24px 50px;
  position: absolute;
  top: 0;
  left: 0;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  pointer-events: none;
}

.input_wrap i {
  position: absolute;
  top: 48px;
  z-index: 10;
  left: 20px;
}
.wpcf7-spinner{
  margin: 0 6px;
}
.vs-cf{
  justify-content: center;
  align-items: center;
}
.vs-sabmit-btn p{
  display: flex;
  justify-content: center;
  align-items: center;
}
.input_wrap input[type=text]:focus {
  outline: none;
}

.form input[type="submit"] {
  height: 65px;
  width: 100%;
  background: -o-linear-gradient(355.62deg, #b33efb -3.82%, #391fd9 99.49%);
  background: linear-gradient(94.38deg, #b33efb -3.82%, #391fd9 99.49%);
  border-radius: 50px;
  border: none;
  -webkit-filter: drop-shadow(0px 4px 20px #652ae5);
          filter: drop-shadow(0px 4px 20px #652ae5);
  outline: none;
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;
}

.form-wrapper .not-valid {
  border: 1px solid red !important;
}

.text__valid-name,
.text__valid-phone,
.checkbox__valid {
  display: none;
}

.text__not-valid {
  font-size: 14px;
  color: #e1c510;
  text-align: left;
  margin-left: 25px;
  margin-top: 5px;
  position: absolute;
  bottom: -20px;
}

.checkbox__not-valid {
  font-size: 14px;
  color: #e1c510;
  text-align: left;
  margin-left: 25px;
  margin-top: 5px;
  position: absolute;
  top: 20px;
}

.form-wrapper {
  padding-left: 150px;
  padding-right: 150px;
}

.consultation-section {
  background: url("../images/svg/left-decor-bg.svg"), url("../images/svg/right-decor-bg.svg");
  background-position: top 60% left 10px, top 70px right 10px, bottom 10px right 10px, bottom 10px left 10px;
  background-repeat: no-repeat;
}

.appointment-testimonial {
  padding-bottom: 20px;
  padding-top: 20px;
}

.appointment-testimonial .input_wrap {
  width: 100%;
}

.appointment-testimonial .form-wrapper {
  padding-left: 0px;
  padding-right: 0px;
}

.appointment-testimonial .form {
  gap: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.popup__content {
  width: 455px;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .popup__content{
    width: 280px;
  }
}
.popup__close {
  margin-bottom: 20px;
  font-size: 20px;
}

.popup_show {
  background-color: rgba(0, 0, 0, 0.84);
}

.appointment-testimonial .appointment-title {
  margin-bottom: 1.875rem;
}

.consultation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  gap: 30px;
}

.consultation-item {
  position: relative;
  width: 640px;
  -webkit-filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.25));
}

.consultation-decor{
  background-image: url("../images/cons-decor.png"); }

.consultation-decor {
  height: 410px;
  width: 497px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.decor-left {
  top: 30px;
  left: -155px;
}

.decor-right {
  top: -80px;
  right: -120px;
}

.consultation-format {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 15px;
}

.consultation-text {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  display: inline-block;
}

.cb-0:before{
  background-image: url("../images/location.png"); }

.cb-0:before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  background-repeat: no-repeat;
  margin-bottom: 21px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cb-1:before{
  background-image: url(../images/web.png); }

.cb-1:before {
  content: "";
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 21px;
}

.consultation-block {
  position: absolute;
  bottom: 50px;
  margin-left: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.consultation-item {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.consultation-item:hover {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.consultation-item:hover .cb-0:before {
  margin-bottom: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.consultation-item:hover .cb-1:before {
  margin-bottom: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.consultation-section .container {
  padding-bottom: 117px;
}

.consultation-section .header::after {
  width: 122px;
}

.consultation-img {
  width: 640px;
}

.directions {
  position: relative;
}

.container-directions {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 110px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.direction-item {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.direction-item span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 30px;
}

.direction-item:not(:last-child) {
  margin-bottom: 40px;
}

.direction-item:hover.direction-item::before {
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
}

.direction-item:hover.direction-item::after {
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
}

.direction-section .header::after {
  width: 122px;
}

.list-dir:last-child > li {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.list-dir {
  padding: 0;
}

.directions-img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 70%;
          flex: 1 1 70%;
}

.swiper {
  width: 100%;
  height: 100%;
}

.feedback-nav__prev::before {
  content: "";
  background-image: url(../images/svg/arrow-left.svg);
  opacity: 1;
  display: block;
  background-repeat: no-repeat;
  z-index: 200;
  width: 69px;
  height: 47px;
  border-radius: 50px;
  background-color: #AA5CE2;
  background-position: center;
  right: 155px;
  top: 40px;
}

.feedback-nav__prev::before:focus,
.feedback-nav__prev::before:hover {
  -webkit-box-shadow: 0px 4px 4px rgba(94, 68, 68, 0.25);
          box-shadow: 0px 4px 4px rgba(94, 68, 68, 0.25);
}

.feedback-nav__next::before {
  content: "";
  background-image: url(../images/svg/arrow-right.svg);
  opacity: 1;
  display: block;
  background-repeat: no-repeat;
  z-index: 200;
  width: 69px;
  height: 47px;
  border-radius: 50px;
  background-color: #AA5CE2;
  background-position: center;
  right: 317px;
  top: 40px;
}

.feedback-nav__next::before:focus,
.feedback-nav__next::before:hover {
  -webkit-box-shadow: 0px 4px 4px rgba(94, 68, 68, 0.25);
          box-shadow: 0px 4px 4px rgba(94, 68, 68, 0.25);
}

.vs-modaltestimonial-btn {
  display: block;
  margin: 0 auto;
  height: 65px;
  width: 100%;
  max-width: 356px;
  background: -o-linear-gradient(355.62deg, #b33efb -3.82%, #391fd9 99.49%);
  background: linear-gradient(94.38deg, #b33efb -3.82%, #391fd9 99.49%);
  border-radius: 50px;
  border: none;
  -webkit-filter: drop-shadow(0px 4px 8px #652ae5);
          filter: drop-shadow(0px 4px 8px #652ae5);
  outline: none;
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 20px;
  margin-top: 40px;
}

.feedback-item {
  position: relative;
}

.feedback-decor__images {
  width: 100%;
}

.feedback {
  overflow: hidden;
  background-color: #f4f3f3;
}

.feedback-bg{
  background: url(../images/feedback-bg.png), url(../images/feedback-decor.png), -o-linear-gradient(172deg, rgba(75, 13, 193, 0.8) 0%, rgba(161, 55, 245, 0.8) 106.71%), #f5e9fb; }

.feedback-bg{
  background: url(../images/feedback-bg.png), url(../images/feedback-decor.png), linear-gradient(278deg, rgba(75, 13, 193, 0.8) 0%, rgba(161, 55, 245, 0.8) 106.71%), #f5e9fb; }

.feedback-bg {
  background-repeat: no-repeat;
  background-position: left top;
}

.feedbacks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-right: -50px;
  margin-bottom: 36px;
}

.feedback-footer {
  position: relative;
  height: 130px;
}

.feedback-person__avatar {
  width: 120px;
  height: 120px;
  border: 4px solid white;
  border-radius: 50%;
}

.feedback-text {
  display: block;
  padding-left: 35px;
  padding-right: 35px;
  width: auto;
  height: 100%;
  max-height: 170px;
  margin-bottom: 90px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  overflow-y: scroll;
}

.feedback::before{
  background-image: url(../images/quote.png); }

.feedback::before {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  margin-bottom: 11px;
  margin-left: 32px;
  margin-top: 17px;
}

.feedback-range {
  margin-left: auto;
  margin-right: auto;
}

.feedback-img {
  position: absolute;
  left: 50%;
  bottom: 40px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 110px;
  width: 110px;
  border-radius: 50%;
  border: 5px solid #ffffff;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}

.feedback-wrap {
  margin-right: 41px;
  text-align: center;
}

.feedback-info {
  margin-bottom: 35px;
}

.feedback-section .header::after {
  background-color: #ffffff;
  width: 65%;
}

.feedback__header {
  color: #FFF;
  font-family: Montserrat;
  font-weight: 600;
  line-height: normal;
}

.feedback__header.vs-title::before {
  position: absolute;
  content: "";
  width: 8%;
  height: 3px;
  background-color: #ffffff;
  bottom: -7px;
}

.feedback-person__name {
  margin-top: 10px;
}

.feedback-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 30px;
  gap: 30px;
  padding-right: 32px;
}

.feedback-person {
  position: absolute;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  z-index: 2;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
}

.feedback-design {
  position: absolute;
  width: 100%;
  height: auto;
  top: 260px;
  height: auto;
  overflow: hidden;
}

.qualification-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.qualification-list-list :not(:last-child) {
  margin-right: 32px;
}

.qualification-img {
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.qualification-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 30px;
  gap: 30px;
  padding-right: 32px;
}

.qualification-nav__prev::before {
  content: "";
  background-image: url(../images/svg/arrow-left.svg);
  opacity: 1;
  display: block;
  background-repeat: no-repeat;
  z-index: 200;
  width: 69px;
  height: 47px;
  border-radius: 50px;
  background-color: #AA5CE2;
  background-position: center;
  right: 155px;
  top: 40px;
}

.qualification-nav__prev::before:focus,
.qualification-nav__prev::before:hover {
  -webkit-box-shadow: 0px 4px 4px rgba(94, 68, 68, 0.25);
          box-shadow: 0px 4px 4px rgba(94, 68, 68, 0.25);
}

.qualification-nav__next::before {
  content: "";
  background-image: url(../images/svg/arrow-right.svg);
  opacity: 1;
  display: block;
  background-repeat: no-repeat;
  z-index: 200;
  width: 69px;
  height: 47px;
  border-radius: 50px;
  background-color: #AA5CE2;
  background-position: center;
  right: 317px;
  top: 40px;
}

.qualification-nav__next::before:focus,
.qualification-nav__next::before:hover {
  -webkit-box-shadow: 0px 4px 4px rgba(94, 68, 68, 0.25);
          box-shadow: 0px 4px 4px rgba(94, 68, 68, 0.25);
}

.arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 68px;
}

.arrow svg {
  cursor: pointer;
}

.arrow img {
  cursor: pointer;
}

.arrows :not(:last-child) {
  margin-right: 35px;
}

.qualification-section .container {
  padding-bottom: 131px;
}

.qualification-section .header::after {
  width: 122px;
}

.qualification-list_slider {
  margin: 0 auto;
}

.qualification-img_slider {
  max-height: 325px;
  margin: 0 auto;
  cursor: pointer;
}

.qualification-list :not(:last-child) {
  margin-right: 16px;
  margin-left: 16px;
}

.contacts {
  color: #0a0909;
  margin-right: auto;
  margin-left: 30px;
}

.contacts > li:not(:last-child) {
  margin-bottom: 8px;
}

.contacts.list .contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts-info .header::after {
  width: 87px;
}

.contacts_social-links {
  margin-bottom: 0;
}

.contacts-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
  padding-top: 80px;
}

.contacts-item_left {
  max-width: 376px;
  padding-left: 27px;
  padding-right: 92px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 50px rgba(202, 122, 251, 0.4);
          box-shadow: 0px 4px 50px rgba(202, 122, 251, 0.4);
  margin-right: 35px;
  padding-bottom: 78px;
}

.contacts-item_right {
  width: 1190px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 50px rgba(202, 122, 251, 0.4);
          box-shadow: 0px 4px 50px rgba(202, 122, 251, 0.4);
}

.contacts-list {
  width: 260px;
  margin-bottom: 58px;
}

.contacts-list_link {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 40px;
  text-decoration: none;
  color: #000000;
}

.contacts-list_item {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 40px;
  padding-left: 48px;
  position: relative;
}

.contacts-list_item__place::before {
  content: url(../images/placeholder.png);
  position: absolute;
  top: 0px;
  left: 0px;
}

.contacts-list_item__phone::before {
  content: url(../images/phone.png);
  position: absolute;
  top: 0px;
  left: 0px;
}

.contacts-list_item__mail::before {
  content: url(../images/mail.png);
  position: absolute;
  top: 0px;
  left: 0px;
}

.contacts_map {
  max-width: 1190px;
  height: 560px;
  width: 100%;
}

.header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #f5e9fb;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.9375rem;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
  min-height: 85px;
}

.header__logo {
  position: relative;
  z-index: 5;
}

.header__button {
  position: relative;
  z-index: 5;
  border: 0.0625rem solid #f1f1f1;
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  padding: 0.9375rem 1.5rem;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  max-width: 340px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__actions li {
  list-style-type: none;
}

.header__logo img {
  width: 59px;
}

.menu__item {
  text-align: left;
}

.menu__link {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.1875;
  position: relative;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.menu__link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #391fd9;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 250ms ease-in;
  transition: -webkit-transform 250ms ease-in;
  -o-transition: transform 250ms ease-in;
  transition: transform 250ms ease-in;
  transition: transform 250ms ease-in, -webkit-transform 250ms ease-in;
}

.menu__link:hover::after,
._navigation-item-active::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform 250ms ease-in;
  transition: -webkit-transform 250ms ease-in;
  -o-transition: transform 250ms ease-in;
  transition: transform 250ms ease-in;
  transition: transform 250ms ease-in, -webkit-transform 250ms ease-in;
}

.icon-menu {
  display: none;
}

._header-scroll {
  position: fixed;
  -webkit-box-shadow: 0px 4px 9px 0px #b8bec5;
          box-shadow: 0px 4px 9px 0px #b8bec5;
}

.page-footer {
  position: relative;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  background-color: #38134a;
  color: #ffffff;
}

.page-footer_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-footer_items {
  list-style: none;
  padding: 0;
}

.page-footer_items__position {
  margin-right: 239px;
}

.page-footer_items-wrap {
  margin-left: 324px;
  position: relative;
}

.page-footer_item {
  color: #ffffff;
  margin-bottom: 30px;
}

.page-footer_link {
  color: #ffffff;
  text-decoration: none;
}

.page-footer_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 65px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-footer_logo {
  margin-right: 212px;
}

.page-footer_img {
  max-width: 59px;
  max-height: 51px;
}

.page-footer_social-links {
  margin-top: 38px;
  margin-bottom: 72px;
}

.page-footer .container {
  background-color: #38134a;
}



.arrow-up {
  position: absolute;
  bottom: 109px;
  left: -220px;
  cursor: pointer;
}

.arrow-up_media {
  display: none;
}

.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

@media (min-width: 47.99875em) {
  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 0.3125rem;
  }
}

@media (min-width: 47.99875em) and (min-width: 75em) {
  .menu__list {
    -webkit-column-gap: 3.5rem;
       -moz-column-gap: 3.5rem;
            column-gap: 3.5rem;
  }
}

@media screen and (min-width: 767px) {
  .appointment-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .counter-list-item:not(:last-child) {
    margin-right: 40px;
  }

  .inputs :not(:last-child) {
    margin-right: 63px;
  }
}

@media screen and (min-width: 900px) {
  .feedbacks {
    margin-bottom: -8px;
  }
}

@media (min-width: 1300px) {
  .directions-picture {
    margin-right: 60px;
    margin: -30px 135px 0px 135px;
  }
}

@media screen and (min-width: 1400px) {
  .feedback-design {
    top: 260px;
  }
}

@media (min-width: 100em) {
  .vs-title {
    font-size: 2.25rem;
  }

  .hero-button :not(:last-child) {
    margin-right: 1.6875rem;
  }

  .about-section {
    padding-top: 5.3125rem;
  }

  .about-section {
    padding-bottom: 5.3125rem;
  }

  .form__checkbox-wrapper a {
    font-size: 1.5rem;
  }

  .appointment-title {
    font-size: 4rem;
  }

  .appointment-title {
    margin-bottom: 4.6875rem;
  }

  .appointment-section {
    padding-top: 5rem;
  }

  .appointment-section {
    padding-bottom: 5rem;
  }

  .appointment-testimonial .appointment-title {
    font-size: 1.875rem;
  }

  .consultation-section {
    padding-top: 5.3125rem;
  }

  .consultation-section {
    padding-bottom: 5.3125rem;
  }

  .direction-section {
    padding-top: 5.3125rem;
  }

  .direction-section {
    padding-bottom: 5.3125rem;
  }

  .feedback-section {
    padding-top: 5.3125rem;
  }

  .feedback-section {
    padding-bottom: 5.3125rem;
  }

  .feedback__header {
    font-size: 2.25rem;
  }

  .qualification-section {
    padding-top: 5.3125rem;
  }

  .qualification-section {
    padding-bottom: 5.3125rem;
  }

  .contacts-item_left {
    padding-top: 2.5rem;
  }
}

@media screen and (max-width: 1900px) {
  .feedback-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 1850px) {
  .qualification-img_slider {
    height: 300px;
  }
}

@media (max-width: 1850px) {
  .page-footer_items__position {
    margin-right: 170px;
  }

  .page-footer_items-wrap {
    margin-left: 280px;
  }

  .page-footer_logo {
    margin-right: 180px;
  }

  .arrow-up {
    left: -200px;
  }
}

@media screen and (max-width: 1820px) {
  .qualification-list :not(:last-child) {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 1700px) {
  .qualification-img_slider {
    height: 275px;
  }
}

@media (max-width: 1700px) {
  .page-footer_items__position {
    margin-right: 160px;
  }

  .page-footer_items-wrap {
    margin-left: 250px;
  }

  .page-footer_logo {
    margin-right: 130px;
  }

  .arrow-up {
    left: -180px;
  }
}

@media screen and (max-width: 1650px) {
  .qualification-list :not(:last-child) {
    margin-right: 8px;
    margin-left: 8px;
  }
}

@media (max-width: 100em) {
  .fp-bullets {
    right: 1.25rem;
  }
}

@media screen and (max-width: 1600px) {
  .about-wrap {
    padding-bottom: 30px;
  }

  .form-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }

  .qualification-img_slider {
    height: 250px;
  }
}

@media (max-width: 1550px) {
  .page-footer_items__position {
    margin-right: 150px;
  }

  .page-footer_items-wrap {
    margin-left: 220px;
  }

  .page-footer_logo {
    margin-right: 90px;
  }

  .arrow-up {
    left: -160px;
  }
}

@media screen and (max-width: 1525px) {
  .input_wrap {
    width: 100%;
  }
}

@media screen and (max-width: 1500px) {
  .form-wraper {
    padding: 20px 50px 80px 50px;
  }

  .form {
    gap: 50px;
  }

@supports (scrollbar-gutter: stable) {
    .feedback {
      overflow-y: auto;
      -webkit-overflow-scrolling-y: touch;
      scrollbar-gutter: stable;
    }
}

  .feedback ::-webkit-scrollbar {
    width: 25px;
  }

  .feedback ::-webkit-scrollbar-track {
    background-color: #ffffff;
    border-radius: 50px;
  }

  .feedback ::-webkit-scrollbar-thumb {
    background-image: linear-gradient(91.75deg, #a035f4 0.46%, #c688f6 100%);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 50px;
  }

  .feedback-text {
    width: 100%;
    height: 144px;
    overflow-y: scroll;
    padding-right: 23px;
  }

@supports (scrollbar-gutter: stable) {
    .feedback-text {
      overflow-y: auto;
      scrollbar-gutter: stable;
    }
}
}

@media screen and (max-width: 1475px) {
  .qualification-img_slider {
    height: 225px;
  }
}

@media screen and (max-width: 1450px) {
  .consultation-block {
    bottom: 20px;
  }
}

@media (max-width: 1450px) {
  .page-footer_items__position {
    margin-right: 100px;
  }

  .page-footer_items-wrap {
    margin-left: 200px;
  }

  .page-footer_logo {
    margin-right: 100px;
  }

  .arrow-up {
    left: -140px;
  }
}

@media screen and (max-width: 1400px) {
  .form-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }

  .feedbacks {
    margin-top: 35px;
  }

  .feedback-img {
    height: 80px;
    width: 80px;
    bottom: 65px;
    max-width: unset !important;
  }

  .feedback-section .header::after {
    width: 23%;
  }

  .feedback-person {
    width: 43%;
  }
}

@media screen and (max-width: 1375px) {
  .qualification-img_slider {
    height: 200px;
  }
}

@media (max-width: 1350px) {
  .page-footer_items__position {
    margin-right: 80px;
  }

  .page-footer_items-wrap {
    margin-left: 180px;
  }

  .page-footer_logo {
    margin-right: 80px;
  }

  .arrow-up {
    left: -120px;
  }

  .page-footer {
    font-size: 18px;
  }

  .page-footer_item {
    margin-bottom: 25px;
  }

  .page-footer_items__position {
    margin-right: 55px;
  }

  .page-footer_items-wrap {
    margin-left: 150px;
  }

  .page-footer_logo {
    margin-right: 80px;
  }

  .arrow-up {
    left: -100px;
  }
}

@media screen and (max-width: 1300px) {
  .logo {
    width: 50px;
  }
}

@media screen and (max-width: 1250px) {
  .qualification-img_slider {
    height: 225px;
  }
}

@media screen and (max-width: 1200px) {
  .hero-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
    height: 100%;
    min-height: 100%;
  }

  .consultation-section {
    background: none;
  }
}

@media screen and (max-width: 1050px) {
  .qualification-img_slider {
    height: 250px;
  }
}

@media (max-width: 1050px) {
  .page-footer_item {
    margin-bottom: 20px;
  }

  .page-footer_items__position {
    margin-right: 50px;
  }

  .page-footer_items-wrap {
    margin-left: 120px;
  }

  .page-footer_logo {
    margin-right: 60px;
  }

  .arrow-up {
    left: -80px;
  }
}

@media screen and (max-width: 1026px) {
  h1 {
    padding-top: 65px;
  }
}

@media screen and (max-width: 1025px) {
  .new-padding {
    padding: 15px 12px 12px 12px !important;
  }
}

@media screen and (max-width: 982px) {
  .hero-section .button {
    margin-bottom: 40px;
  }

  h1 {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 14px;
  }

  .about-img {
    padding-top: 32px;
    max-width: 333px;
    margin-top: 24px;
    text-align: center;
  }

  .about-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .about-content {
    padding-right: 0px;
    padding-top: 20px;
  }

  .about-text {
    font-size: 18px;
  }

  .form-wraper {
    padding: 20px 0px 80px 0px;
  }

  .form {
    gap: 20px;
  }

  .consultation-list {
    gap: 15px;
  }

  .direction-item span {
    padding: 0 20px 0 10px;
    margin-top: -4px;
  }

  .direction-item {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .list-dir:last-child > li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .list-dir:first-child > li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .list-dir {
    padding: 0;
  }

  .directions-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 981px) {
  .container-directions {
    padding-bottom: 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

@media screen and (max-width: 975px) {
  .qualification-img_slider {
    height: 200px;
  }
}

@media (max-width: 970px) {
  .page-footer_items__position {
    margin-right: 35px;
  }

  .page-footer_items-wrap {
    margin-left: 70px;
  }

  .page-footer_logo {
    margin-right: 35px;
  }

  .arrow-up {
    left: -70px;
  }
}

@media (max-width: 800px) {
  .contacts-item_left {
    padding-right: 35px;
    margin-right: 25px;
  }
}

@media (max-width: 767px) {
  .hero-header-topic {
    font-size: 32px;
    line-height: 39px;
    text-align: center;
  }

  .social-links_media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .hero-header-person p {
    font-size: 32px;
    line-height: 44px;
    text-align: center;
  }

  .button {
    margin-bottom: 41px;
    width: 150px;
    height: 55px;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
    line-height: 21px;
  }

  .social-links {
    display: none;
  }

  .contacts-item {
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
  }

 .foto-frame{
    background-image: url("../images/mobile-hero-img.png"); }

  .foto-frame {
    height: 689px;
    width: 375px;
    margin-left: auto;
    margin-right: auto;
    background-position: center;
    height: 400px;
    width: 920px;
  }

  .hero-content {
    margin-left: auto;
    margin-right: auto;
  }

  .counter-list {
    display: block;
    padding-bottom: 41px;
  }

  .counter-list-item:not(:last-child) {
    margin-bottom: 35px;
  }

  .about-decor {
    display: none;
  }

  .appointment-button {
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
  }

  .appointment-header {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    width: 230px;
  }

 .appointment-bg{
    background-image: url(../images/mobile/mobile-appointment-decor.png); 
}

  .appointment-bg {
    background-color: #c483f5;
    padding-bottom: 59px;
  }

  .input {
    width: 302px;
    height: 55px;
    padding-left: 32px;
  }

  .inputs :not(:last-child) {
    margin-bottom: 50px;
  }

  .inputs {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 65px;
  }

  ::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
  }

  ::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
  }

  :-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
  }

  ::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
  }

  ::placeholder {
    color: rgba(0, 0, 0, 0.5);
  }

  .form-wraper {
    padding: 20px 0px 80px 0px;
  }

  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }

  .form-wrapper {
    padding-bottom: 0px;
  }

  .consultation-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }

  .consultation-item {
    margin-right: 0px;
    width: 100%;
  }

  .consultation-decor {
    display: none;
  }

  .consultation-format {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
  }

  .consultation-text {
    font-size: 15px;
    line-height: 18px;
  }

  .cb-0:before {
    width: 24px;
    height: 24px;
    background-size: cover;
    position: absolute;
    left: -35px;
  }

  .cb-1:before {
    width: 24px;
    height: 24px;
    background-size: cover;
    position: absolute;
    left: -35px;
  }

  .consultation-section .container {
    padding-bottom: 14px;
  }

  .directions {
    width: 100%;
  }

  .directions-section {
    padding-left: 0px;
    padding-right: 0px;
  }

  .directions-decor-bottom{
    background-image: url(../images/mobile/mobile-directions-decor-left.png); }

  .directions-decor-bottom {
    position: absolute;
    display: block;
    width: 257px;
    height: 480px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    bottom: 0px;
  }

   .directions-decor-top{
    background-image: url(../images/mobile/mobile-directions-decor-right.png); }

  .directions-decor-top {
    position: absolute;
    display: block;
    width: 333px;
    height: 614px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    top: -210px;
  }

  .directions-picture {
    margin-top: 22px;
    margin-bottom: 65px;
  }

  .directions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .direction-item {
    font-size: 18px;
    line-height: 21px;
  }

  .contacts-img {
    display: none;
  }
}

@media (max-width: 750px) {
  .page-footer_items__position {
    margin-right: 30px;
  }

  .page-footer_items-wrap {
    margin-left: 50px;
  }

  .page-footer_logo {
    margin-right: 30px;
  }

  .page-footer_img {
    max-width: 51px;
    max-height: 44px;
  }

  .arrow-up {
    left: -50px;
  }
}

@media (max-width: 700px) {
  .contacts_map {
    height: 174px;
  }

  .contacts-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0px;
    padding-top: 0px;
  }

  .contacts-item_left {
    padding-right: 27px;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-right: 0px;
    padding-bottom: 37px;
  }

  .contacts-item_right {
    width: 100%;
    -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
  }

  .page-footer_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .page-footer_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .page-footer_logo {
    margin-bottom: 46px;
  }

  .page-footer_items-wrap {
    margin-left: 0;
  }

  .arrow-up {
    display: none;
  }

  .arrow-up_media {
    display: block;
    position: absolute;
    bottom: 34px;
    right: 44px;
  }

  .privacy {
    bottom: 24px;
  }
}

@media screen and (max-width: 650px) {
  .qualification-section .container {
    padding-bottom: 88px;
  }

  .qualification-img_slider {
    height: 275px;
  }
}

@media screen and (max-width: 600px) {
  .policy-h1 {
    font-size: 36px;
  }
}

@media screen and (max-width: 550px) {
  .qualification-img_slider {
    height: 250px;
  }
}

@media (max-width: 500px) {
  .hero-button {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media screen and (max-width: 500px) {
  .hero-text {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 36px;
  }

  .checkbox__not-valid {
    margin-left: 0px;
    top: 50px;
  }

  .qualification-list :not(:last-child) {
    margin-right: 5px;
    margin-left: 5px;
  }
}

@media screen and (max-width: 450px) {
  .qualification-img_slider {
    height: 225px;
  }
}

@media screen and (max-width: 375px) {
  .qualification-img_slider {
    height: 200px;
  }

  .qualification-list :not(:last-child) {
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (max-width: 20em) {
  .vs-title {
    font-size: 1.5625rem;
  }

  .hero-button :not(:last-child) {
    margin-right: 0.5rem;
  }

  .about-section {
    padding-top: 1.875rem;
  }

  .about-section {
    padding-bottom: 1.875rem;
  }

  .form__checkbox-wrapper a {
    font-size: 1rem;
  }

  .appointment-title {
    font-size: 1.875rem;
  }

  .appointment-title {
    margin-bottom: 2.1875rem;
  }

  .appointment-section {
    padding-top: 2.5rem;
  }

  .appointment-section {
    padding-bottom: 2.5rem;
  }

  .appointment-testimonial .appointment-title {
    font-size: 1.25rem;
  }

  .consultation-section {
    padding-top: 1.875rem;
  }

  .consultation-section {
    padding-bottom: 1.875rem;
  }

  .direction-section {
    padding-top: 1.875rem;
  }

  .direction-section {
    padding-bottom: 1.875rem;
  }

  .feedback-section {
    padding-top: 1.875rem;
  }

  .feedback-section {
    padding-bottom: 1.875rem;
  }

  .feedback__header {
    font-size: 1.5rem;
  }

  .qualification-section {
    padding-top: 1.875rem;
  }

  .qualification-section {
    padding-bottom: 1.875rem;
  }

  .contacts-item_left {
    padding-top: 1.875rem;
  }
}

@media screen and (max-width: 320px) {
  .hero-button {
    gap: 0;
  }

  .hero-button .button {
    width: 140px;
  }

 .appointment-bg{
    background-image: url(../images/mobile/mobile-appointment-decor.png); }

  .appointment-bg {
    width: auto;
    height: auto;
    overflow: hidden;
  }

  .input {
    width: 264px;
    height: 55px;
    padding-left: 20px;
  }

  .consultation-text {
    font-size: 14px;
    line-height: 18px;
  }

  .consultation-block {
    width: 203px;
    margin-left: 50px;
    bottom: 3px;
  }

  .consultation-img {
    max-width: 100%;
  }

  .feedback-img {
    bottom: 49px;
  }

  .feedback-person {
    width: 100%;
  }

  .feedback-design {
    top: 285px;
  }
}

@media (max-width: 320px) {
  .contacts-item_right {
    width: auto;
  }
}

@media screen and (max-width: 61.99875em) {
  .hero-button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
  }

  .hero-text {
    text-align: center;
    margin-top: 25px;
  }

  .social-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .hero-content h1 {
    padding-top: 45px;
  }

  .directions-img {
    margin-bottom: 25px;
    margin-top: 25px;
  }

  .header__actions {
    position: relative;
    z-index: 7;
  }
}

@media (max-width: 47.99875em) {
  .touch [data-fp] {
    -webkit-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s;
  }

  .header__container {
    min-height: 85px;
  }

  .header__button {
    padding: 0.625rem 0.9375rem;
    color: #fff;
    border: 0.0625rem solid #000;
    background-color: #000;
  }

  .menu__body {
    position: fixed;
    top: 80px;
    left: -100%;
    width: 100%;
    height: auto;
    overflow: auto;
    -webkit-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s;
    background-color: #38144A;
    padding: 3.125rem 0.9375rem 3.125rem 3.125rem;
  }

  .menu__body::before {
    content: "";
    position: fixed;
    top: 0;
    left: -100%;
    -webkit-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s;
    width: 100%;
    height: 3.75rem;
    background-color: #F5E9FB;
    z-index: 2;
  }

  .menu-open .menu__body {
    left: 0;
  }

  .menu-open .menu__body::before {
    left: 0;
  }

  .menu__item:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .menu__link {
    color: #fff;
    font-size: 1.25rem;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.875rem;
            flex: 0 0 1.875rem;
    z-index: 5;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #000;
  }

  .icon-menu::before {
    top: 0;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }

  .menu-open .icon-menu span {
    width: 0;
  }

  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@media screen and (max-width: 47.99875em) {
  .vs-title::before {
    width: 14%;
  }

  body {
    font-size: 0.0625rem;
  }

  .hero-text {
    text-align: center;
  }

  .desktop-hero-img {
    margin-bottom: 25px;
  }

  .hero-content h1 {
    padding-top: 25px;
  }

  .hero-text {
    text-align: center;
  }

  .counter-description {
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
  }

  .directions-img {
    margin-bottom: 25px;
    margin-top: 25px;
  }

  .feedback-footer {
    height: auto;
  }

  .feedback-person__avatar {
    height: 80px;
    width: 80px;
  }

  .feedback-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0;
  }

  .feedback-person {
    bottom: 16px;
  }

  .qualification-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0;
  }

  .contacts-info .header ::after {
    width: 50%;
  }

  .contacts-list {
    margin-top: 39px;
    width: auto;
  }

  .header__actions {
    position: relative;
    z-index: 7;
  }
}

@media (max-width: 47.99875em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}

@media (max-width: 29.99875em) {
  .fp-bullets {
    top: auto;
    bottom: 1.25rem;
    -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
            transform: translate(50%, 0);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    right: 50%;
  }
}

@media (min-width: 20em) and (max-width: 100em) {
@supports (font-size: clamp( 1.5625rem , 1.390625rem  +  0.859375vw , 2.25rem )) {
    .vs-title {
      font-size: clamp( 1.5625rem , 1.390625rem  +  0.859375vw , 2.25rem );
    }
}

@supports not (font-size: clamp( 1.5625rem , 1.390625rem  +  0.859375vw , 2.25rem )) {
    .vs-title {
      font-size: calc(1.5625rem + 0.6875 * (100vw - 20rem) / 80);
    }
}

@supports (margin-right: clamp( 0.5rem , 0.203125rem  +  1.484375vw , 1.6875rem )) {
    .hero-button :not(:last-child) {
      margin-right: clamp( 0.5rem , 0.203125rem  +  1.484375vw , 1.6875rem );
    }
}

@supports not (margin-right: clamp( 0.5rem , 0.203125rem  +  1.484375vw , 1.6875rem )) {
    .hero-button :not(:last-child) {
      margin-right: calc(0.5rem + 1.1875 * (100vw - 20rem) / 80);
    }
}

@supports (padding-top: clamp( 1.875rem , 1.015625rem  +  4.296875vw , 5.3125rem )) {
    .about-section {
      padding-top: clamp( 1.875rem , 1.015625rem  +  4.296875vw , 5.3125rem );
    }
}

@supports not (padding-top: clamp( 1.875rem , 1.015625rem  +  4.296875vw , 5.3125rem )) {
    .about-section {
      padding-top: calc(1.875rem + 3.4375 * (100vw - 20rem) / 80);
    }
}

@supports (padding-bottom: clamp( 1.875rem , 1.015625rem  +  4.296875vw , 5.3125rem )) {
    .about-section {
      padding-bottom: clamp( 1.875rem , 1.015625rem  +  4.296875vw , 5.3125rem );
    }
}

@supports not (padding-bottom: clamp( 1.875rem , 1.015625rem  +  4.296875vw , 5.3125rem )) {
    .about-section {
      padding-bottom: calc(1.875rem + 3.4375 * (100vw - 20rem) / 80);
    }
}

@supports (font-size: clamp( 1rem , 0.875rem  +  0.625vw , 1.5rem )) {
    .form__checkbox-wrapper a {
      font-size: clamp( 1rem , 0.875rem  +  0.625vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.875rem  +  0.625vw , 1.5rem )) {
    .form__checkbox-wrapper a {
      font-size: calc(1rem + 0.5 * (100vw - 20rem) / 80);
    }
}

@supports (font-size: clamp( 1.875rem , 1.34375rem  +  2.65625vw , 4rem )) {
    .appointment-title {
      font-size: clamp( 1.875rem , 1.34375rem  +  2.65625vw , 4rem );
    }
}

@supports not (font-size: clamp( 1.875rem , 1.34375rem  +  2.65625vw , 4rem )) {
    .appointment-title {
      font-size: calc(1.875rem + 2.125 * (100vw - 20rem) / 80);
    }
}

@supports (margin-bottom: clamp( 2.1875rem , 1.5625rem  +  3.125vw , 4.6875rem )) {
    .appointment-title {
      margin-bottom: clamp( 2.1875rem , 1.5625rem  +  3.125vw , 4.6875rem );
    }
}

@supports not (margin-bottom: clamp( 2.1875rem , 1.5625rem  +  3.125vw , 4.6875rem )) {
    .appointment-title {
      margin-bottom: calc(2.1875rem + 2.5 * (100vw - 20rem) / 80);
    }
}

@supports (padding-top: clamp( 2.5rem , 1.875rem  +  3.125vw , 5rem )) {
    .appointment-section {
      padding-top: clamp( 2.5rem , 1.875rem  +  3.125vw , 5rem );
    }
}

@supports not (padding-top: clamp( 2.5rem , 1.875rem  +  3.125vw , 5rem )) {
    .appointment-section {
      padding-top: calc(2.5rem + 2.5 * (100vw - 20rem) / 80);
    }
}

@supports (padding-bottom: clamp( 2.5rem , 1.875rem  +  3.125vw , 5rem )) {
    .appointment-section {
      padding-bottom: clamp( 2.5rem , 1.875rem  +  3.125vw , 5rem );
    }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.875rem  +  3.125vw , 5rem )) {
    .appointment-section {
      padding-bottom: calc(2.5rem + 2.5 * (100vw - 20rem) / 80);
    }
}

@supports (font-size: clamp( 1.25rem , 1.09375rem  +  0.78125vw , 1.875rem )) {
    .appointment-testimonial .appointment-title {
      font-size: clamp( 1.25rem , 1.09375rem  +  0.78125vw , 1.875rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 1.09375rem  +  0.78125vw , 1.875rem )) {
    .appointment-testimonial .appointment-title {
      font-size: calc(1.25rem + 0.625 * (100vw - 20rem) / 80);
    }
}

@supports (padding-top: clamp( 1.875rem , 1.015625rem  +  4.296875vw , 5.3125rem )) {
    .consultation-section {
      padding-top: clamp( 1.875rem , 1.015625rem  +  4.296875vw , 5.3125rem );
    }
}

@supports not (padding-top: clamp( 1.875rem , 1.015625rem  +  4.296875vw , 5.3125rem )) {
    .consultation-section {
      padding-top: calc(1.875rem + 3.4375 * (100vw - 20rem) / 80);
    }
}

@supports (padding-bottom: clamp( 1.875rem , 1.015625rem  +  4.296875vw , 5.3125rem )) {
    .consultation-section {
      padding-bottom: clamp( 1.875rem , 1.015625rem  +  4.296875vw , 5.3125rem );
    }
}

@supports not (padding-bottom: clamp( 1.875rem , 1.015625rem  +  4.296875vw , 5.3125rem )) {
    .consultation-section {
      padding-bottom: calc(1.875rem + 3.4375 * (100vw - 20rem) / 80);
    }
}

@supports (padding-top: clamp( 1.875rem , 1.015625rem  +  4.296875vw , 5.3125rem )) {
    .direction-section {
      padding-top: clamp( 1.875rem , 1.015625rem  +  4.296875vw , 5.3125rem );
    }
}

@supports not (padding-top: clamp( 1.875rem , 1.015625rem  +  4.296875vw , 5.3125rem )) {
    .direction-section {
      padding-top: calc(1.875rem + 3.4375 * (100vw - 20rem) / 80);
    }
}

@supports (padding-bottom: clamp( 1.875rem , 1.015625rem  +  4.296875vw , 5.3125rem )) {
    .direction-section {
      padding-bottom: clamp( 1.875rem , 1.015625rem  +  4.296875vw , 5.3125rem );
    }
}

@supports not (padding-bottom: clamp( 1.875rem , 1.015625rem  +  4.296875vw , 5.3125rem )) {
    .direction-section {
      padding-bottom: calc(1.875rem + 3.4375 * (100vw - 20rem) / 80);
    }
}

@supports (padding-top: clamp( 1.875rem , 1.015625rem  +  4.296875vw , 5.3125rem )) {
    .feedback-section {
      padding-top: clamp( 1.875rem , 1.015625rem  +  4.296875vw , 5.3125rem );
    }
}

@supports not (padding-top: clamp( 1.875rem , 1.015625rem  +  4.296875vw , 5.3125rem )) {
    .feedback-section {
      padding-top: calc(1.875rem + 3.4375 * (100vw - 20rem) / 80);
    }
}

@supports (padding-bottom: clamp( 1.875rem , 1.015625rem  +  4.296875vw , 5.3125rem )) {
    .feedback-section {
      padding-bottom: clamp( 1.875rem , 1.015625rem  +  4.296875vw , 5.3125rem );
    }
}

@supports not (padding-bottom: clamp( 1.875rem , 1.015625rem  +  4.296875vw , 5.3125rem )) {
    .feedback-section {
      padding-bottom: calc(1.875rem + 3.4375 * (100vw - 20rem) / 80);
    }
}

@supports (font-size: clamp( 1.5rem , 1.3125rem  +  0.9375vw , 2.25rem )) {
    .feedback__header {
      font-size: clamp( 1.5rem , 1.3125rem  +  0.9375vw , 2.25rem );
    }
}

@supports not (font-size: clamp( 1.5rem , 1.3125rem  +  0.9375vw , 2.25rem )) {
    .feedback__header {
      font-size: calc(1.5rem + 0.75 * (100vw - 20rem) / 80);
    }
}

@supports (padding-top: clamp( 1.875rem , 1.015625rem  +  4.296875vw , 5.3125rem )) {
    .qualification-section {
      padding-top: clamp( 1.875rem , 1.015625rem  +  4.296875vw , 5.3125rem );
    }
}

@supports not (padding-top: clamp( 1.875rem , 1.015625rem  +  4.296875vw , 5.3125rem )) {
    .qualification-section {
      padding-top: calc(1.875rem + 3.4375 * (100vw - 20rem) / 80);
    }
}

@supports (padding-bottom: clamp( 1.875rem , 1.015625rem  +  4.296875vw , 5.3125rem )) {
    .qualification-section {
      padding-bottom: clamp( 1.875rem , 1.015625rem  +  4.296875vw , 5.3125rem );
    }
}

@supports not (padding-bottom: clamp( 1.875rem , 1.015625rem  +  4.296875vw , 5.3125rem )) {
    .qualification-section {
      padding-bottom: calc(1.875rem + 3.4375 * (100vw - 20rem) / 80);
    }
}

@supports (padding-top: clamp( 1.875rem , 1.71875rem  +  0.78125vw , 2.5rem )) {
    .contacts-item_left {
      padding-top: clamp( 1.875rem , 1.71875rem  +  0.78125vw , 2.5rem );
    }
}

@supports not (padding-top: clamp( 1.875rem , 1.71875rem  +  0.78125vw , 2.5rem )) {
    .contacts-item_left {
      padding-top: calc(1.875rem + 0.625 * (100vw - 20rem) / 80);
    }
}
}

@media (min-width: 982px) and (max-width: 1300px) {
  .hero-header-topic {
    font-size: 50px;
    line-height: 39px;
  }
}

@media (min-width: 767px) and (max-width: 1300px) {
  .foto-frame {
    width: 375px;
  }
}

@media (min-width: 767px) and (max-width: 1299px) {
  .directions-picture {
    max-width: 275px;
  }
}

@media (min-width: 47.99875em) and (min-width: 48em) and (max-width: 75em) {
@supports ((-moz-column-gap: clamp( 1.5625rem , -1.8819444444rem  +  7.1759259259vw , 3.5rem )) or (column-gap: clamp( 1.5625rem , -1.8819444444rem  +  7.1759259259vw , 3.5rem ))) {
    .menu__list {
      -webkit-column-gap: clamp( 1.5625rem , -1.8819444444rem  +  7.1759259259vw , 3.5rem );
         -moz-column-gap: clamp( 1.5625rem , -1.8819444444rem  +  7.1759259259vw , 3.5rem );
              column-gap: clamp( 1.5625rem , -1.8819444444rem  +  7.1759259259vw , 3.5rem );
    }
}

@supports not ((-moz-column-gap: clamp( 1.5625rem , -1.8819444444rem  +  7.1759259259vw , 3.5rem )) or (column-gap: clamp( 1.5625rem , -1.8819444444rem  +  7.1759259259vw , 3.5rem ))) {
    .menu__list {
      -webkit-column-gap: calc(1.5625rem + 1.9375 * (100vw - 48rem) / 27);
         -moz-column-gap: calc(1.5625rem + 1.9375 * (100vw - 48rem) / 27);
              column-gap: calc(1.5625rem + 1.9375 * (100vw - 48rem) / 27);
    }
}
}

@media (min-width: 47.99875em) and (max-width: 48em) {
  .menu__list {
    -webkit-column-gap: 1.5625rem;
       -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
  }
}

@media (any-hover: hover) {
  .fp-bullets .fp-bullet:hover {
    opacity: 1;
  }

  .header__button:hover {
    color: #fff;
    background-color: #7e74f1;
    border: 0.0625rem solid #7e74f1;
  }
}
.qualification__slide, .qualification-img{
    margin-right: 30px;
	width: 100%;
}
@media screen and (max-width: 768px) {
  .page-footer{
      padding-bottom: 70px;
  }
 .qualification__slide, .qualification-img{
	height: auto;
	 
 }

.wpcf7-not-valid-tip {
    color: #54fc1d;
    font-size: 18px;
    font-weight: normal;
    display: block;
    margin-top: 0px;
}
}

input, textarea {
	font-size: 20px;
}
.wpcf7-form input[type=text]:focus-visible, .wpcf7-form input[type=tel]:focus-visible, .wpcf7-form input[name=phone]:focus-visible{
	border: none;
}	
.wpcf7-form input[type=text]:focus, .wpcf7-form input[type=tel]:focus, .wpcf7-form input[name=phone]:focus{
	border: none;
}
.form__checkbox-wrapper .wpcf7-not-valid-tip{
	margin-top: 10px!important;
}
.policy{
 padding-bottom:80px;
}
.policy h1{
    padding-top: 50px !important;
    text-align: center;
    font-size: 42px;
    font-weight: bold;
}
.policy h2 {
    margin-bottom: 15px !important;
    font-weight: bold;
    margin-top: 35px;
}
.wpcf7-file::-webkit-file-upload-button {
      visibility: hidden;
    }
    .wpcf7-file::before {
      content: 'Виберіть аватар';
      display: inline-block;
        background: #00a0dd !important;
    
      padding: 15px 15px;
      outline: none;
      white-space: nowrap;
      -webkit-user-select: none;
      cursor: pointer;
      font-weight: 700;
      font-size: 10pt;
        color:#FFF
    }
    .wpcf7-file:hover::before {
      border-color: black;
    }
    .wpcf7-file:active::before {
      background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
    }
    input:focus, textarea:focus{
      outline: none!important;
    }
    .uploadtextfield{
      font-size: 17px;
    }
    @media screen and (max-width: 768px) {
      .uploadtextfield{
        margin-top: 10px;
      }
      .appointment-testimonial .wpcf7-not-valid-tip {
        color: #54fc1d;
        font-size: 15px;
        font-weight: normal;
        display: block;
      }
      .form input[type="submit"]{
        font-size: 20px;
      }
      .policy h1 {
        font-size: 26px;
        font-weight: bold;
        line-height: 30px;
      }
      .policy h2 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 25px;
      }

    }
    .policy p{
      font-size: 18px;
      line-height: 30px;
    }
    .appointment-testimonial input, .appointment-testimonial textarea{
       padding: 16px!important;
    }
  #uploadbrowsebutton{
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
  }
  .fileuploadfield{
    display: none;
  }
  @media screen and (min-width: 768px) {
    .vsfile-btn-wrapp{
      display: flex;
      align-items: center;
      gap: 10px;
    }
  }
  .page-footer{
    padding-bottom: 65px;
  }