/* Colors */
/* Extends */
img {
    display: block;
    max-width: 100%;
  }
  .wrapper {
    max-width: 1250px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  @media screen and (max-width: 768px) {
    .wrapper {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  @media screen and (max-width: 576px) {
    .wrapper {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  @media screen and (max-width: 450px) {
    .wrapper {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  .title,
  .main-slider .wrapper .swiper__title,
  .services .wrapper .services__title,
  .about-company .wrapper .description__heading,
  .testimonial .wrapper .testimonial__header .testimonial__title,
  .faq-section .wrapper .wrapper__items .question__title,
  .our-team .wrapper .our-team__header .our-team__title,
  .pcr-test .wrapper .section__info .section__title,
  .documents .wrapper .wrapper__items .documents__info .documents__title,
  .table-section .wrapper .table-section__title,
  .about .wrapper .wrapper__items .info__title,
  .our-doctors .wrapper .section__title,
  .contact .wrapper .other .block-1__title,
  .privacy .wrapper .privacy__title,
  .privacy .wrapper .block__text,
  .privacy .wrapper .section__title,
  .form__wrapper .form__title {
    font-family: "Oswald", sans-serif;
    color: #000a24;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
  }
  .sub-title,
  .our-team .wrapper .doctor__name {
    color: #000a24;
    font-size: 24px;
    font-weight: 700;
  }
  .link,
  .about-company .wrapper .description__link,
  .faq-section .wrapper .wrapper__items .question__link,
  .our-team .wrapper .team__link,
  .table-section .wrapper .section__link,
  .our-doctors .wrapper .link__home .home__link,
  .form__wrapper .form__btn,
  .popup__link {
    display: inline-block;
    color: #4363b1;
    font-size: 16px;
    font-weight: 400;
    border: 2px solid #4363b1;
    padding: 10px 18px 10px 18px;
  }
  * {
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
  }
  .degubGrid {
    height: 100vh;
    position: fixed;
    width: 100%;
  }
  .degubGrid > div {
    height: inherit;
    max-width: 1350px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  @media screen and (max-width: 768px) {
    .degubGrid > div {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  @media screen and (max-width: 576px) {
    .degubGrid > div {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  @media screen and (max-width: 450px) {
    .degubGrid > div {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  @media screen and (max-width: 768px) {
    .degubGrid > div {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  @media screen and (max-width: 576px) {
    .degubGrid > div {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  @media screen and (max-width: 450px) {
    .degubGrid > div {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  .degubGrid > div > div {
    height: inherit;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .degubGrid > div > div > div {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% / 12 * 1 - 20px);
    height: inherit;
    outline: 2px solid #65ff65;
    background: rgba(0, 0, 0, 0.3);
  }
  /* css basic reset */
  body,
  div,
  dl,
  dt,
  dd,
  ul,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  pre,
  code,
  form,
  fieldset,
  input,
  textarea,
  p,
  blockquote,
  th,
  td {
    margin: 0;
    padding: 0;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  fieldset,
  img,
  abbr {
    border: 0;
  }
  address,
  caption,
  cite,
  code,
  dfn,
  em,
  strong,
  th,
  var {
    font-style: normal;
    font-weight: normal;
  }
  ul li {
    list-style: none;
  }
  caption,
  th {
    text-align: left;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 100%;
    font-weight: normal;
  }
  sup {
    vertical-align: text-top;
  }
  sub {
    vertical-align: text-bottom;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
  legend {
    color: #000;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section,
  main {
    display: block;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .header {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 89;
  }
  .header .header-top {
    background-color: #4363b1;
  }
  .header .header-top .wrapper {
    display: flex;
    justify-content: space-between;
    /*  .header-language {
          position: relative;
          padding: 10px 0;
  
          .header-language__text {
            display: inline-block;
            color: white;
          }
          .header-language__img {
            display: inline-block;
            vertical-align: middle;
            padding-left: 10px;
          }
        }
  
        .header-language::after,
        .header-language::before {
          content: "";
          background-color: white;
          position: absolute;
          width: 6px;
          height: 1.5px;
        }
  
        .header-language::after {
          transform: rotate(40deg);
          top: 20px;
          right: -16px;
          transition: all 0.2s ease-out;
        }
  
        .header-language-anim::after {
          transform: rotate(-40deg);
          transition: all 0.2s ease-out;
        }
  
        .header-language::before {
          transform: rotate(-40deg);
          top: 20px;
          right: -20px;
          transition: all 0.2s ease-out;
        }
        .header-language-anim::before {
          transform: rotate(40deg);
          transition: all 0.2s ease-out;
        } */
  }
  .header .header-top .wrapper .language {
    position: relative;
    display: flex;
    width: 27px;
    padding: 10px 0px;
    /* Arrow style */
    /* Arrow animation up-down */
  }
  .header .header-top .wrapper .language__text {
    color: white;
    font-size: 16px;
    margin-right: 10px;
  }
  .header .header-top .wrapper .lang-change {
    display: flex;
    align-items: center;
    position: relative;
  }
  .header .header-top .wrapper .lang-ru{
    position: absolute;
    right: -20px;
  }
  .header .header-top .wrapper .lang-transition{
    transition: 0.5s;
    transform: translateX(40px);
  }
  
  .header .header-top .wrapper .lang-ro{
    position: relative;
    z-index: 99;
  }
  
  .header .header-top .wrapper .lang-change::before{
    content: "";
    background-color:white;
    width: 10px;
    height: 2px;
    transform: rotate(45deg);
    position: absolute;
    right: -24px;
    transition: 0.5s;
    
  }
  .header .header-top .wrapper .lang-change::after{
    content: "";
    background-color:white;
    width: 10px;
    height: 2px;
    transform: rotate(-45deg);
    position: absolute;
    right: -30px;
    transition: 0.5s;
  }
  
  .header .header-top .wrapper .lang-animation::after{
    transition: 0.5s;
    transform: translateX(40px);
    opacity: 0;
  }
  
  .header .header-top .wrapper .lang-animation::before{
    transition: 0.5s;
    transform: translateX(40px);
    opacity: 0;
  }
  
  
  .header .header-top .wrapper .lang-name {
    margin-right: 20px;
    color: white;
  }
  .header .header-top .wrapper .lang-ru {
    margin-right: 20px;
    
  }
  
  .header .header-top .wrapper .language-position {
    margin-right: 50px;
  }
  .header .header-top .wrapper .language__list {
    list-style: none;
    position: absolute;
    left: 70px;
    top: 13px;
  }
  .header .header-top .wrapper .language__item-init {
    background-image: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/lng-ro.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .header .header-top .wrapper .language__in-ru {
    background-image: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/lng-ru.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .header .header-top .wrapper .language__link {
    display: block;
    width: 20px;
    height: 20px;
    background-size: contain;
    cursor: pointer;
  }
  .header .header-top .wrapper .language__link-ru {
    background-image: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/lng-ro.png);
    background-repeat: no-repeat;
  
  }
  .header .header-top .wrapper .language__link-gb {
    background-image: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/lng-ru.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
  }
  .header .header-top .wrapper .language__item-hide {
    display: none;
  }
  .header .header-top .wrapper .language::before,
  .header .header-top .wrapper .language::after {
    content: "";
    background-color: #ffffff;
    position: absolute;
    width: 7px;
    height: 1px;
    cursor: pointer;
    top: 20px;
    left: 105px;
  }
  .header .header-top .wrapper .language::before {
    transform: rotate(40deg);
    left: 100px;
    transition: all 0.2s ease-out;
  }
  .header .header-top .wrapper .language::after {
    transform: rotate(-40deg);
    transition: all 0.2s ease-out;
  }
  .header .header-top .wrapper .language.arrow_anim::before {
    transform: rotate(-40deg);
    transition: all 0.2s ease-out;
  }
  .header .header-top .wrapper .language.arrow_anim::after {
    transform: rotate(40deg);
    transition: all 0.2s ease-out;
  }
  .header .header-top .wrapper .header-icon {
    padding: 10px 0;
  }
  .header .header-top .wrapper .header-icon .header-icon__fb {
    display: block;
  }
  .header .header-top .wrapper .navigation-mobile {
    background-color: white;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    transition: 0.5s;
  }
  .header .wrapper .navigation {
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  @media screen and (max-width: 850px) {
    .header .wrapper .navigation {
      display: none;
    }
  }
  .header .wrapper .navigation__logo {
    max-width: 145px;
    padding: 5px 0px;
  }
  @media screen and (max-width: 1200px) {
    .header .wrapper .navigation__logo {
      max-width: 110px;
    }
  }
  .header .wrapper .navigation__menu {
    width: 810px;
    margin-left: 25px;
  }
  .header .wrapper .navigation__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .wrapper .navigation__link {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    font-variant: small-caps;
    color: #000a24;
    padding: 30px 22px;
  }
  @media screen and (max-width: 1200px) {
    .header .wrapper .navigation__link {
      padding: 30px 15px;
    }
  }
  @media screen and (max-width: 992px) {
    .header .wrapper .navigation__link {
      font-size: 18px;
      padding: 30px 12px;
    }
  }
  .header .wrapper .navigation__link:hover {
    background-color: #4363b1;
    color: white;
  }
  .header .wrapper .navigation__item-margin {
    font-size: 16px;
    font-weight: 500;
  }
  @media screen and (max-width: 850px) {
    .header .wrapper .navigation__item-margin {
      margin-left: 20px;
    }
  }
  .header .wrapper .navigation__item {
    font-size: 16px;
    font-weight: 500;
    padding: 12px 0px;
  }
  .header .wrapper .navigation__item-drop {
    padding: 30px 50px 30px 20px;
  }
  @media screen and (max-width: 992px) {
    .header .wrapper .navigation__item-drop {
      padding: 30px 34px 30px 12px;
    }
  }
  .header .wrapper .navigation__item-drop:hover {
    background-color: #4363b1;
  }
  .header .wrapper .navigation__item-drop:hover .dropdown__content {
    display: block;
  }
  .header .wrapper .navigation .dropdown {
    position: relative;
    display: inline-block;
  }
  .header .wrapper .navigation .dropdown__title {
    margin-top: 4px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 16px;
    color: #000a24;
  }
  @media screen and (max-width: 992px) {
    .header .wrapper .navigation .dropdown__title {
      font-size: 18px;
    }
  }
  .header .wrapper .navigation .dropdown__title:hover {
    color: white;
    background-color: #4363b1;
  }
  .header .wrapper .navigation .dropdown__title::after,
  .header .wrapper .navigation .dropdown__title::before {
    content: "";
    background-color: #4363b1;
    position: absolute;
    width: 8px;
    height: 1.5px;
  }
  .header .wrapper .navigation .dropdown__title::after {
    transform: rotate(40deg);
    top: 10px;
    right: -15px;
    transition: all 0.2s ease-out;
  }
  .header .wrapper .navigation .dropdown__title-anim::after {
    transform: rotate(-40deg);
    transition: all 0.2s ease-out;
  }
  .header .wrapper .navigation .dropdown__title::before {
    transform: rotate(-40deg);
    top: 10px;
    right: -20px;
    transition: all 0.2s ease-out;
  }
  .header .wrapper .navigation .dropdown__title-anim::before {
    transform: rotate(40deg);
    transition: all 0.2s ease-out;
  }
  .header .wrapper .navigation .dropdown__title::after,
  .header .wrapper .navigation .dropdown__title::before:hover {
    content: "";
    background-color: white;
    position: absolute;
    width: 8px;
    height: 1.5px;
  }
  .header .wrapper .navigation .dropdown__content {
    box-sizing: content-box;
    background-color: white;
    display: none;
    width: 131px;
    margin-top: 30px;
    padding-left: 20px;
    margin-left: -20px;
    position: absolute;
    z-index: 10;
    border: 1px solid #4363b1;
  }
  .header .wrapper .navigation .dropdown__none {
    display: block;
  }
  .header .wrapper .navigation .dropdown__link {
    display: block;
    margin-left: -20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: black;
    border: 1px solid transparent;
  }
  .header .wrapper .navigation .dropdown__link:hover {
    border: 1px solid #4363b1;
    background-color: rgba(67, 99, 177, 0.1);
  }
  .header .wrapper .navigation .navigation__item-drop:hover .dropdown__title::after {
    transform: rotate(-40deg);
    background-color: white;
  }
  .header .wrapper .navigation .navigation__item-drop:hover .dropdown__title {
    color: white;
  }
  .header .wrapper .navigation .navigation__item-drop:hover .dropdown__title::before {
    background-color: white;
    transform: rotate(40deg);
  }
  .header .wrapper .navigation__phone {
    flex-shrink: 0;
  }
  .header .wrapper .navigation__tel {
    display: inline-block;
    color: #000A24;
    font-size: 20px;
    font-weight: 900;
  }
  @media screen and (max-width: 1200px) {
    .header .wrapper .navigation__tel {
      display: none;
    }
  }
  .header .wrapper .navigation__icon {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
  }
  @media screen and (max-width: 850px) {
    .header .wrapper .navigation__icon {
      width: 27px;
    }
  }
  .header .wrapper .navigation-mobile {
    display: none;
  }
  .header .wrapper .navigation-mobile .menu__link {
    color: black;
    font-weight: 500;
    font-size: 16px;
  }
  .header .wrapper .navigation-mobile .menu__item {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    padding-left: 25px;
  }
  .header .wrapper .navigation-mobile .menu__item::before,
  .header .wrapper .navigation-mobile .menu__item::after {
    content: "";
    background-color: black;
    width: 10px;
    height: 2px;
    position: absolute;
  }
  .header .wrapper .navigation-mobile .menu__item::before {
    transform: rotate(40deg);
    left: 0px;
    top: 10px;
  }
  .header .wrapper .navigation-mobile .menu__item::after {
    transform: rotate(-40deg);
    left: 7px;
    top: 10px;
  }
  .header .wrapper .burgher-menu {
    display: none;
    justify-content: space-between;
    position: relative;
  }
  @media screen and (max-width: 850px) {
    .header .wrapper .burgher-menu {
      display: flex;
    }
  }
  @media screen and (max-width: 850px) {
    .header .wrapper .burgher-menu .burgher__logo {
      max-width: 60px;
    }
  }
  .header .wrapper .burgher {
    z-index: 9999;
  }
  .header .wrapper .burgher::after,
  .header .wrapper .burgher::before {
    content: "";
    position: absolute;
    z-index: 99999;
    background-color: black;
    width: 20px;
    height: 2px;
  }
  .header .wrapper .burgher-line::before {
    content: "";
    background-color: black;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 18px;
    right: 0px;
  }
  .header .wrapper .burgher-line-x::before {
    z-index: 99;
    transform: rotate(-44deg);
    background-color: white;
    width: 25px;
    top: -10px;
    height: 3px;
    transition: 0.7s;
  }
  .header .wrapper .burgher::after {
    top: 24px;
    right: 0px;
  }
  .header .wrapper .burgher::before {
    top: 30px;
    right: 0px;
  }
  .header .wrapper .burgher-x::before {
    display: none;
  }
  .header .wrapper .burgher-x::after {
    transform: rotate(44deg);
    background-color: white;
    top: -10px;
    width: 25px;
    height: 3px;
    transition: 0.7s;
  }
  .header .wrapper .burgher-menu {
    padding: 10px 0;
  }
  .navigation-mobile {
    background-color: white;
    position: fixed;
    z-index: 90;
    top: 0px;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    visibility: hidden;
    transition: 0.5s;
    animation: scale-exit 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse;
  }
  @keyframes scale-exit {
    0% {
      transform: scaleY(0);
      opacity: 1;
    }
    100% {
      transform: scaleY(1);
      opacity: 1;
    }
  }
  .navigation-mobile .menu__head {
    background-color: #4363b1;
    position: relative;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .navigation-mobile .menu__txt {
    padding: 20px 15px;
    text-transform: uppercase;
    color: white;
  }
  .navigation-mobile .menu__close {
    margin-right: 20px;
  }
  .navigation-mobile .menu__close::after {
    content: "";
    position: absolute;
    background-color: #ffffff;
    width: 20px;
    height: 3px;
    transform: rotate(-40deg);
    right: 18px;
  }
  .navigation-mobile .menu__close::before {
    content: "";
    position: absolute;
    background-color: #ffffff;
    width: 20px;
    height: 3px;
    right: 18px;
    transform: rotate(40deg);
  }
  .navigation-mobile .menu__list {
    padding-left: 10%;
    padding-top: 10%;
  }
  .navigation-mobile .menu__item {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 24px;
  }
  .navigation-mobile .menu__link {
    text-transform: uppercase;
    color: #000a24;
  }
  .navigation-mobile-active {
    visibility: visible;
    animation: scale-enter 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  @keyframes scale-enter {
    0% {
      transform: scaleY(0);
      opacity: 1;
    }
    100% {
      transform: scaleY(1);
      opacity: 1;
    }
  }
  .main-slider {
    position: relative;
  }
  @media screen and (max-width: 576px) {
    .main-slider {
      background-image: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/removed-slider.png);
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 558px;
    }
  }
  .main-slider .wrapper {
    background-image: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/mob-bg.png);
  }
  .main-slider .wrapper .swiper__info {
    position: absolute;
    z-index: 20;
    top: 12%;
    left: 10%;
  }
  @media screen and (max-width: 576px) {
    .main-slider .wrapper .swiper__info {
      top: 45%;
      left: 20px;
    }
  }
  .main-slider .wrapper .swiper__title {
    max-width: 344px;
    font-size: 57px;
    font-weight: 700;
    line-height: 96px;
  }
  @media screen and (max-width: 992px) {
    .main-slider .wrapper .swiper__title {
      font-style: 55px;
      line-height: 70px;
      margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 850px) {
    .main-slider .wrapper .swiper__title {
      font-size: 40px;
      max-width: 270px;
      line-height: 56px;
      margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 768px) {
    .main-slider .wrapper .swiper__title {
      font-size: 36px;
      max-width: 250px;
      line-height: 40px;
    }
  }
  @media screen and (max-width: 576px) {
    .main-slider .wrapper .swiper__title {
      font-size: 36px;
      max-width: 230px;
      line-height: 40px;
      color: white;
    }
  }
  .main-slider .wrapper .swiper__link {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #4363b1;
    border: 2px solid #4363b1;
    padding: 11px 15px 10px 18px;
  }
  @media screen and (max-width: 576px) {
    .main-slider .wrapper .swiper__link {
      border: 2px solid white;
      color: white;
    }
  }
  .main-slider .wrapper .swiper__link:hover {
    background: rgba(62, 113, 235, 0.1);
  }
  .main-slider .wrapper .swiper__link::after {
    content: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/arrow2-1.png);
    margin-left: 15px;
  }
  @media screen and (max-width: 576px) {
    .main-slider .wrapper .swiper__link::after {
      content: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/white-arrow.png);
    }
  }
  .main-slider .slider-cont {
    width: 100%;
  }
  .main-slider .slider-cont .swiper1 {
    width: 100%;
    height: 65vh;
  }
  @media screen and (max-width: 576px) {
    .main-slider .slider-cont .swiper1 {
      display: none;
    }
  }
  .main-slider .vertical {
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    height: 100%;
  }
  .main-slider .sl-1 {
    background-image: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/slider-1.png);
    background-size: cover;
  }
  @media screen and (max-width: 1200px) {
    .main-slider .sl-1 {
      background-position: center center;
    }
  }
  @media screen and (max-width: 992px) {
    .main-slider .sl-1 {
      background-position: right center;
    }
  }
  @media screen and (max-width: 850px) {
    .main-slider .sl-1 {
      background-position: center right;
    }
  }
  @media screen and (max-width: 768px) {
    .main-slider .sl-1 {
      background-position: 65% 75%;
    }
  }
  .main-slider .sl-2 {
    background-image: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/slide-2.png);
    background-size: 100vw auto;
     background-position: top center;
  }
  @media screen and (max-width: 1200px) {
    .main-slider .sl-2 {
      background-position: center center;
    }
  }
  @media screen and (max-width: 992px) {
    .main-slider .sl-2 {
      background-position: center center;
    }
  }
  @media screen and (max-width: 850px) {
    .main-slider .sl-2 {
      background-position: center right;
    }
  }
  @media screen and (max-width: 768px) {
    .main-slider .sl-2 {
      background-position: 65% 75%;
    }
  }
  .main-slider .sl-3 {
    background-image: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/slide-3.png);
    background-size: cover;
  }
  @media screen and (max-width: 1200px) {
    .main-slider .sl-3 {
      background-position: center center;
    }
  }
  @media screen and (max-width: 992px) {
    .main-slider .sl-3 {
      background-position: right center;
    }
  }
  @media screen and (max-width: 850px) {
    .main-slider .sl-3 {
      background-position: center right;
    }
  }
  @media screen and (max-width: 768px) {
    .main-slider .sl-3 {
      background-position: 65% 75%;
    }
  }
  .main-slider .sl-4 {
    background-image: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/slide-4.png);
    background-size: contain;
    background-position: center center;
  }
  @media screen and (max-width: 1200px) {
    .main-slider .sl-4 {
      background-position: center center;
    }
  }
  @media screen and (max-width: 992px) {
    .main-slider .sl-4 {
      background-position: right center;
    }
  }
  @media screen and (max-width: 850px) {
    .main-slider .sl-4 {
      background-position: center right;
    }
  }
  @media screen and (max-width: 768px) {
    .main-slider .sl-4 {
      background-position: 65% 75%;
    }
  }
  .main-slider .swiper-pagination-bullet {
    position: relative;
    margin-bottom: 40px !important;
    margin-right: 80px !important;
  }
  @media screen and (max-width: 576px) {
    .main-slider .swiper-pagination-bullet {
      display: none !important;
    }
  }
  .main-slider .imgg {
    display: block;
    width: 100%;
  }
  .services {
    margin-top: 5%;
    /* .sidebar {
      position: fixed;
      top: 40%;
      right: 0px;
      z-index: 200;
      .xs-block({
        display: none;
      });
  
      &__btn {
        //height: 69px;
        max-width: 70px;
        border: 1px solid #4363b1;
        cursor: pointer;
        //margin-bottom: 10px;
      }
  
      &__pic {
        width: 100%;
        height: 69px;
        object-fit: cover;
      }
  
      &__link {
        display: block;
        width: 254px;
        background-color: white;
        visibility: hidden;
        //height: 69px;
        //padding: 23px 40px 23px 30px;
        padding-left: 31px;
        padding-right: 20px;
        padding-top: 23px;
        padding-bottom: 23px;
        font-weight: 500;
        font-size: 20px;
        border: 1px solid #4363b1;
        position: absolute;
        right: 70px;
      }
    } */
  }
  @media screen and (max-width: 576px) {
    .services {
      margin-top: 20%;
    }
  }
  .services .wrapper .services__title {
    text-align: center;
    line-height: 46px;
  }
  .services .wrapper .services__subtitle {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 3%;
  }
  @media screen and (max-width: 576px) {
    .services .wrapper .services__subtitle {
      margin-bottom: 5%;
    }
  }
  .services .wrapper .row__cards {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  @media screen and (max-width: 576px) {
    .services .wrapper .row__cards {
      display: none;
    }
  }
  .services .wrapper .card {
    margin-bottom: 3%;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% / 12 * 4 - 20px);
    border: 1px solid rgba(0, 10, 36, 0.2);
    display: flex;
    flex-direction: column;
  }
  @media screen and (max-width: 992px) {
    .services .wrapper .card {
      width: calc(100% / 12 * 6 - 20px);
    }
  }
  @media screen and (max-width: 768px) {
    .services .wrapper .card {
      max-height: 650px;
    }
  }
  .services .wrapper .card__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 43px;
    padding-left: 35px;
    padding-top: 15px;
    text-transform: uppercase;
  }
  .services .wrapper .card__img {
    object-fit: cover;
  }
  .services .wrapper .card__pics {
    width: 100%;
  }
  .services .wrapper .card__list {
    max-width: 324px;
  }
  .services .wrapper .card__item {
    position: relative;
    padding-top: 18px;
    padding-left: 35px;
  }
  .services .wrapper .card__item::before {
    content: "";
    background-color: black;
    width: 4px;
    height: 4px;
    top: 25px;
    left: 20px;
    position: absolute;
    border-radius: 50%;
  }
  .services .wrapper .card__link {
    display: inline-block;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #4363b1;
    border: 2px solid transparent;
  }
  .services .wrapper .card__link-wrapp {
    margin-top: auto;
    padding-bottom: 15%;
    padding-left: 8%;
    padding-top: 5%;
  }
  .services .wrapper .card__link::after {
    content: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/arrow2-1.png);
    margin-left: 15px;
  }
  .services .wrapper .card__text-bold {
    font-weight: 600;
  }
  .services .wrapper .card:hover .card__link {
    border: 2px solid #ffffff;
    color: white;
  }
  .services .wrapper .card:hover .card__link::after {
    content: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/white-arrow.png);
    margin-left: 15px;
  }
  .services .wrapper .card:hover .card__title {
    color: white;
  }
  .services .wrapper .card:hover .card__list {
    color: white;
  }
  .services .wrapper .card:hover .card__item::before {
    background-color: white;
  }
  .services .wrapper .card:hover {
    background: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/new-bg.png);
    background-size: cover;
  }
  .services .wrapper .swiper-mob {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    display: none;
    padding-bottom: 40px;
  }
  .services .wrapper .swiper-mob .card {
    width: 93vw;
    margin: 0 auto;
  }
  .services .wrapper .swiper-mob .slider__mob-img {
    width: 100%;
  }
  @media screen and (max-width: 576px) {
    .services .wrapper .swiper-mob {
      display: block;
    }
  }
  .about-company {
    margin-top: 5%;
  }
  .about-company .wrapper .screen-1 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    justify-content: space-between;
  }
  @media screen and (max-width: 850px) {
    .about-company .wrapper .screen-1 {
      justify-content: center;
    }
  }
  .about-company .wrapper .main-img {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% / 12 * 5 - 20px);
  }
  @media screen and (max-width: 992px) {
    .about-company .wrapper .main-img {
      width: calc(100% / 12 * 7 - 20px);
    }
  }
  @media screen and (max-width: 850px) {
    .about-company .wrapper .main-img {
      width: calc(100% / 12 * 12 - 20px);
    }
  }
  .about-company .wrapper .main-img .main__pic {
    width: 100%;
  }
  .about-company .wrapper .description {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% / 12 * 6 - 20px);
    margin-top: 10%;
  }
  @media screen and (max-width: 992px) {
    .about-company .wrapper .description {
      width: calc(100% / 12 * 5 - 20px);
    }
  }
  @media screen and (max-width: 850px) {
    .about-company .wrapper .description {
      width: calc(100% / 12 * 12 - 20px);
    }
  }
  .about-company .wrapper .description__heading {
    line-height: 46px;
    margin-bottom: 5%;
  }
  @media screen and (max-width: 576px) {
    .about-company .wrapper .description__heading {
      font-size: 30px;
    }
  }
  .about-company .wrapper .description__text {
    max-width: 382px;
    margin-bottom: 5%;
    color: rgba(0, 0, 0, 0.6);
  }
  @media screen and (max-width: 576px) {
    .about-company .wrapper .description__text-none {
      display: none;
    }
  }
  .about-company .wrapper .description__link {
    margin-top: 20px;
    margin-bottom: 60px;
  }
  .about-company .wrapper .description__link:hover {
    background: rgba(62, 113, 235, 0.1);
  }
  .about-company .wrapper .description__link::after {
    content: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/arrow2-1.png);
    margin-left: 15px;
  }
  .about-company .wrapper .screen-2 {
    margin-top: 8%;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    justify-content: space-between;
  }
  @media screen and (max-width: 768px) {
    .about-company .wrapper .screen-2 {
      display: none;
    }
  }
  .about-company .wrapper .screen-2 .block {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }
  @media screen and (max-width: 992px) {
    .about-company .wrapper .screen-2 .block {
      width: calc(100% / 12 * 5 - 20px);
      margin-bottom: 25px;
    }
  }
  .about-company .wrapper .screen-2 .block__img {
    max-width: 86px;
    max-height: 86px;
    margin-right: 20px;
    flex-shrink: 0;
  }
  .about-company .wrapper .screen-2 .block__info {
    display: flex;
    flex-direction: column;
  }
  .about-company .wrapper .screen-2 .block__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #4363b1;
  }
  .about-company .wrapper .screen-2 .block__text {
    color: #000a24;
    max-width: 188px;
    margin-top: auto;
  }
  .testimonial {
    margin-top: 7%;
  }
  .testimonial .wrapper .testimonial__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 5%;
  }
  .testimonial .wrapper .testimonial__header .testimonial__title {
    max-width: 412px;
  }
  @media screen and (max-width: 576px) {
    .testimonial .wrapper .testimonial__header .testimonial__title {
      max-width: 297px;
      font-size: 30px;
    }
  }
  .testimonial .wrapper .slider__buttons {
    display: flex;
    padding-right: 12px;
  }
  @media screen and (max-width: 768px) {
    .testimonial .wrapper .slider__buttons {
      display: none;
    }
  }
  .testimonial .wrapper .slider__buttons .swiper-button-next {
    position: static;
  }
  .testimonial .wrapper .slider__buttons .swiper-button-next::after {
    content: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/arrow2-1.png);
    transform: rotate(180deg);
    border: 1px solid rgba(67, 99, 177, 0.2);
    font-size: 0;
    padding: 15px;
    margin-right: 43px;
  }
  .testimonial .wrapper .slider__buttons .swiper-button-prev {
    position: static;
  }
  .testimonial .wrapper .slider__buttons .swiper-button-prev::after {
    content: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/arrow2-1.png);
    border: 1px solid rgba(67, 99, 177, 0.2);
    font-size: 0;
    padding: 15px;
  }
  .testimonial .wrapper .swiper2 {
    padding-bottom: 50px;
  }
  .testimonial .wrapper .client {
    position: relative;
    max-width: 664px;
    border: 1px solid rgba(0, 10, 36, 0.2);
  }
  .testimonial .wrapper .client__info {
    display: flex;
    align-items: center;
    margin-top: 7%;
    margin-left: 15%;
  }
  .testimonial .wrapper .client__img {
    border-radius: 50%;
    border: 2px solid white;
  }
  .testimonial .wrapper .client__info-cont {
    margin-left: 20px;
  }
  .testimonial .wrapper .client__img-cont::before {
    content: "";
    background-color: #4363b1;
    width: 26%;
    height: 37%;
    left: 0px;
    top: 14.9%;
    position: absolute;
    z-index: -1;
  }
  .testimonial .wrapper .client__img-cont::after {
    position: absolute;
    content: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/x.png);
    left: 13%;
    margin-right: 25px;
    top: 30px;
  }
  @media screen and (max-width: 576px) {
    .testimonial .wrapper .client__img-cont::after {
      left: 8%;
    }
  }
  .testimonial .wrapper .client__name {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
  }
  .testimonial .wrapper .client__message {
    max-width: 480px;
    margin: 0 auto;
    margin-top: 5%;
    text-align: center;
    padding-bottom: 7%;
  }
  .advantages {
    margin-top: 5%;
  }
  @media screen and (max-width: 768px) {
    .advantages {
      display: none;
    }
  }
  .advantages .wrapper .wrapper__items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  @media screen and (max-width: 850px) {
    .advantages .wrapper .wrapper__items {
      flex-wrap: wrap;
      justify-content: center;
    }
  }
  .advantages .wrapper .wrapper__items .left-row {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% / 12 * 6 - 20px);
    /*    .lg-block({
            .size(12);
            justify-content: start;
          }); */
    margin-top: 50px;
  }
  @media screen and (max-width: 992px) {
    .advantages .wrapper .wrapper__items .left-row {
      width: calc(100% / 12 * 8 - 20px);
    }
  }
  @media screen and (max-width: 1200px) {
    .advantages .wrapper .wrapper__items .left-row {
      width: calc(100% / 12 * 8 - 20px);
    }
  }
  .advantages .wrapper .wrapper__items .left-row__title {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 500;
    line-height: 46px;
  }
  .advantages .wrapper .wrapper__items .left-row .advantage {
    display: flex;
    border: 2px solid rgba(0, 10, 36, 0.2);
    margin-top: 20px;
    padding: 40px 15px 40px 40px;
  }
  .advantages .wrapper .wrapper__items .left-row .advantage__img {
    width: 60px;
  }
  .advantages .wrapper .wrapper__items .left-row .advantage__info {
    display: flex;
    flex-direction: column;
    margin-left: 40px;
  }
  .advantages .wrapper .wrapper__items .left-row .advantage__title {
    color: #4363b1;
    font-weight: 500;
    font-size: 24px;
  }
  .advantages .wrapper .wrapper__items .left-row .advantage__subtitle {
    margin-top: auto;
    max-width: 220px;
  }
  .advantages .wrapper .wrapper__items .right-row {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% / 12 * 6 - 20px);
    max-width: 550px;
    margin-left: 40px;
  }
  @media screen and (max-width: 992px) {
    .advantages .wrapper .wrapper__items .right-row {
      width: calc(100% / 12 * 7 - 20px);
      margin-top: 25px;
      margin-left: 0px;
    }
  }
  .advantages .wrapper .wrapper__items .right-row .right-row-img {
    min-height: 670px;
  }
  @media screen and (max-width: 850px) {
    .advantages .wrapper .wrapper__items .right-row {
      max-width: 650px;
      justify-content: center;
      width: calc(100% / 12 * 12 - 20px);
    }
  }
  .faq-section {
    margin-top: 5%;
  }
  .faq-section .wrapper .wrapper__items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    justify-content: space-between;
  }
  .faq-section .wrapper .wrapper__items .faq {
    order: 1;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 3% 0px 3% 35px;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% / 12 * 6.5 - 20px);
  }
  @media screen and (max-width: 576px) {
    .faq-section .wrapper .wrapper__items .faq {
      border: none;
      padding: 0px 0px 0px 15px;
    }
  }
  @media screen and (max-width: 992px) {
    .faq-section .wrapper .wrapper__items .faq {
      width: calc(100% / 12 * 8 - 20px);
    }
  }
  @media screen and (max-width: 850px) {
    .faq-section .wrapper .wrapper__items .faq {
      width: calc(100% / 12 * 12 - 20px);
      order: 2;
    }
  }
  .faq-section .wrapper .wrapper__items .faq .accordion {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    padding: 5% 10%;
    width: 95%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    background-color: white;
  }
  .faq-section .wrapper .wrapper__items .faq .accordion__icon {
    position: relative;
    display: inline-block;
  }
  .faq-section .wrapper .wrapper__items .faq .accordion__icon::before {
    content: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/question.png);
    transform: scale(0.7);
    position: absolute;
    left: -55px;
    top: -25px;
  }
  .faq-section .wrapper .wrapper__items .faq .accordion::after {
    content: "";
    background-color: #4363b1;
    width: 10px;
    height: 2px;
    right: -10px;
    top: 40%;
    transform: rotate(90deg);
    position: absolute;
  }
  @media screen and (max-width: 576px) {
    .faq-section .wrapper .wrapper__items .faq .accordion::after {
      top: 40%;
      right: -10px;
      width: 10px;
      height: 2px;
      transform: rotate(40deg);
    }
  }
  .faq-section .wrapper .wrapper__items .faq .accordion::before {
    content: "";
    background-color: #4363b1;
    width: 10px;
    height: 2px;
    position: absolute;
    right: -10px;
    top: 40%;
  }
  @media screen and (max-width: 576px) {
    .faq-section .wrapper .wrapper__items .faq .accordion::before {
      top: 40%;
      width: 10px;
      height: 2px;
      right: -16px;
      transform: rotate(-40deg);
    }
  }
  .faq-section .wrapper .wrapper__items .faq .accordion-anim::before {
    transform: rotate(0deg);
  }
  @media screen and (max-width: 576px) {
    .faq-section .wrapper .wrapper__items .faq .accordion-anim::before {
      transform: rotate(40deg);
    }
  }
  .faq-section .wrapper .wrapper__items .faq .accordion-anim::after {
    transform: rotate(180deg);
  }
  @media screen and (max-width: 576px) {
    .faq-section .wrapper .wrapper__items .faq .accordion-anim::after {
      transform: rotate(-40deg);
    }
  }
  .faq-section .wrapper .wrapper__items .faq .panel {
    padding: 0 70px;
    font-size: 14px;
    line-height: 25px;
    background-color: white;
    color: #00000099;
    display: none;
    overflow: hidden;
  }
  @media screen and (max-width: 576px) {
    .faq-section .wrapper .wrapper__items .faq .panel {
      padding: 0 11%;
    }
  }
  .faq-section .wrapper .wrapper__items .question {
    order: 2;
    margin-top: 15%;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% / 12 * 5 - 20px);
  }
  @media screen and (max-width: 850px) {
    .faq-section .wrapper .wrapper__items .question {
      margin-top: 5%;
      max-width: 500px;
    }
  }
  @media screen and (max-width: 992px) {
    .faq-section .wrapper .wrapper__items .question {
      width: calc(100% / 12 * 4 - 20px);
    }
  }
  @media screen and (max-width: 850px) {
    .faq-section .wrapper .wrapper__items .question {
      width: calc(100% / 12 * 12 - 20px);
      order: 1;
      margin-bottom: 10%;
    }
  }
  .faq-section .wrapper .wrapper__items .question__title {
    margin-bottom: 30px;
  }
  @media screen and (max-width: 576px) {
    .faq-section .wrapper .wrapper__items .question__title {
      font-size: 30px;
    }
  }
  .faq-section .wrapper .wrapper__items .question__link {
    margin-top: 40px;
  }
  .faq-section .wrapper .wrapper__items .question__text {
    color: #00000099;
  }
  .faq-section .wrapper .wrapper__items .question__link:hover {
    background: rgba(62, 113, 235, 0.1);
  }
  .faq-section .wrapper .wrapper__items .question__link::after {
    content: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/arrow2-1.png);
    margin-left: 15px;
  }
  .our-team {
    margin-top: 10%;
    padding-bottom: 5%;
  }
  .our-team .wrapper .our-team__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .our-team .wrapper .our-team__header .our-team__title {
    margin-bottom: 3%;
    line-height: 56px;
  }
  @media screen and (max-width: 576px) {
    .our-team .wrapper .our-team__header .our-team__title {
      font-size: 30px;
      max-width: 250px;
    }
  }
  .our-team .wrapper .swiper3 {
    padding-bottom: 50px;
  }
  .our-team .wrapper .swiper3 .swiper-pagination {
    display: none;
  }
  @media screen and (max-width: 768px) {
    .our-team .wrapper .swiper3 .swiper-pagination {
      display: block;
    }
  }
  .our-team .wrapper .swiper3 .swiper-slide {
    min-height: 397px;
  }
  .our-team .wrapper .slider__buttons {
    display: flex;
    padding-right: 10px;
  }
  @media screen and (max-width: 850px) {
    .our-team .wrapper .slider__buttons {
      display: none;
    }
  }
  .our-team .wrapper .slider__buttons .swiper-button-next {
    position: static;
  }
  .our-team .wrapper .slider__buttons .swiper-button-next::after {
    content: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/arrow2-1.png);
    transform: rotate(180deg);
    border: 1px solid rgba(0, 10, 36, 0.2);
    font-size: 0;
    padding: 15px;
    margin-right: 43px;
  }
  .our-team .wrapper .slider__buttons .swiper-button-prev {
    position: static;
  }
  .our-team .wrapper .slider__buttons .swiper-button-prev::after {
    content: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/arrow2-1.png);
    border: 1px solid rgba(0, 10, 36, 0.2);
    font-size: 0;
    padding: 15px;
  }
  .our-team .wrapper .doctor {
    min-height: 397px;
    display: flex;
  }
  @media screen and (max-width: 992px) {
    .our-team .wrapper .doctor {
      flex-direction: column;
    }
  }
  .our-team .wrapper .doctor .doctor__pics {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .our-team .wrapper .doctor__img {
    min-height: 397px;
    min-width: 338px;
    order: 1;
  }
  @media screen and (max-width: 1200px) {
    .our-team .wrapper .doctor__img {
      min-height: 357px;
      min-width: 280px;
    }
  }
  .our-team .wrapper .doctor__info {
    order: 2;
    border: 1px solid rgba(0, 10, 36, 0.2);
    padding-left: 30px;
  }
  .our-team .wrapper .doctor__name {
    padding-top: 35%;
    /* padding-left: 30px; */
  }
  @media screen and (max-width: 992px) {
    .our-team .wrapper .doctor__name {
      padding-top: 7%;
    }
  }
  .our-team .wrapper .doctor__specialization {
    padding-top: 5%;
    padding-bottom: 15%;
    /* padding-left: 30px; */
  }
  @media screen and (max-width: 992px) {
    .our-team .wrapper .doctor__specialization {
      padding-bottom: 7%;
    }
  }
  .our-team .wrapper .doctor__message {
    padding-top: 20px;
    /* padding-left: 30px; */
  }
  @media screen and (max-width: 992px) {
    .our-team .wrapper .doctor__message {
      padding-bottom: 4%;
    }
  }
  @media screen and (max-width: 768px) {
    .our-team .wrapper .doctor__message {
      display: none;
    }
  }
  .our-team .wrapper .doctor__media {
    display: none;
    padding-top: 20px;
    padding-left: 30px;
  }
  @media screen and (max-width: 768px) {
    .our-team .wrapper .doctor__media {
      display: none;
    }
  }
  .our-team .wrapper .doctor__social {
    display: none;
    padding-left: 13%;
    padding-top: 15px;
    padding-bottom: 35px;
  }
  @media screen and (max-width: 768px) {
    .our-team .wrapper .doctor__social {
      display: none;
    }
  }
  .our-team .wrapper .doctor__social .s-icon {
    padding: 15px 15px;
  }
  .our-team .wrapper .doctor__social .s-icon:hover {
    background-color: blue;
  }
  .our-team .wrapper .doctor__social .fb {
    mask: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/new-fb.png) center no-repeat;
    background-color: black;
    scale: 0.8;
  }
  .our-team .wrapper .doctor__social .inst {
    mask: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/new-insta.png) center no-repeat;
    background-color: black;
    scale: 0.8;
  }
  .our-team .wrapper .doctor__social .tw {
    mask: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/Twitter.png) center no-repeat;
    background-color: black;
    scale: 0.8;
  }
  .our-team .wrapper .doctor__social .ldin {
    mask: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/Linkedin.png) center no-repeat;
    background-color: black;
    scale: 0.8;
  }
  .our-team .wrapper .our__team-link {
    max-width: 185px;
    margin: 0 auto;
  }
  @media screen and (max-width: 768px) {
    .our-team .wrapper .our__team-link {
      display: none;
    }
  }
  .our-team .wrapper .team__link:hover {
    background: rgba(62, 113, 235, 0.1);
  }
  .our-team .wrapper .team__link::after {
    content: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/arrow2-1.png);
    margin-left: 15px;
  }
  .location {
    position: relative;
    margin-top: 5%;
  }
  @media screen and (max-width: 576px) {
    .location .wrapper .wrapper__items {
      display: flex;
      flex-direction: column;
    }
  }
  @media screen and (max-width: 576px) {
    .location .wrapper .wrapper__items {
      min-width: 320px;
    }
  }
  .location .wrapper .wrapper__items .contacts-footer {
    position: absolute;
    top: 10%;
    left: 10%;
    min-width: 350px;
    z-index: 70;
    order: 1;
  }
  
  .location .wrapper .wrapper__items .adress__social-2{
    margin-top: 20px;
  }
  .contacts  .contacts__location .adress__social-2{
    margin-top: 20px;
  }
  @media screen and (max-width: 768px) {
    .location .wrapper .wrapper__items .contacts-footer {
      margin-top: 40px;
      position: relative;
      order: 4;
      left: -10%;
    }
  }
  @media screen and (max-width: 576px) {
    .location .wrapper .wrapper__items .contacts-footer {
      min-width: 320px;
      left: -3%;
    }
  }
  .location .wrapper .wrapper__items .maps {
    order: 2;
  }
  @media screen and (max-width: 576px) {
    .location .wrapper .wrapper__items .maps {
      max-height: 380px;
    }
  }
  .footer {
    margin-top: 5%;
  }
  .footer .wrapper .footer-top {
    display: flex;
    justify-content: space-between;
  }
  @media screen and (max-width: 768px) {
    .footer .wrapper .footer-top {
      display: none;
    }
  }
  .footer .wrapper .footer-top .service__item {
    padding-bottom: 15%;
  }
  .footer .wrapper .footer-top .service__link {
    display: inline-block;
    color: #4363b1;
  }
  .footer .wrapper .footer-top .information__title {
    font-weight: 500;
    padding-bottom: 5%;
  }
  .footer .wrapper .footer-top .information__link {
   color: rgba(0, 10, 36, 1);
   font-weight: 500;
  }
  .footer .wrapper .footer-top .information__program {
    padding-top: 15%;
  }
  .footer .wrapper .footer-top .information__work-program {
    font-weight: 500;
  }
  .footer .wrapper .footer-top .information__work {
    padding-top: 5%;
  }
  .footer .wrapper .footer-top .adress {
    max-width: 288px;
  }
  .footer .wrapper .footer-top .adress__title {
    font-weight: 500;
    padding-bottom: 5%;
  }
  .footer .wrapper .footer-top .adress__text {
    padding-bottom: 5%;
  }
  .footer .wrapper .footer-top .adress__social {
    font-weight: 500;
    margin-top: 10px;
  }
  .footer .wrapper .footer-top .adress .social-media {
    padding-top: 5%;
    margin-left: -0.8vw;
    display: flex;
    align-items: center;
  }
  .footer .wrapper .footer-top .adress .social-media .s-icon {
    padding: 15px 1.2vw;
  }
  .footer .wrapper .footer-top .adress .social-media .fb {
    content: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/fb-footer.png);
    transform: scale(0.9);
  }
  .footer .wrapper .footer-top .adress .social-media .inst {
    content: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/new-insta.png);
    transform: scale(0.9);
  }
  .footer .wrapper .footer-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid grey;
    padding-top: 1%;
    margin-top: 2%;
    margin-bottom: 1%;
  }
  @media screen and (max-width: 576px) {
    .footer .wrapper .footer-bottom {
      border: none;
    }
  }
  .footer .wrapper .footer-bottom .made__text {
    display: inline-block;
    vertical-align: middle;
  }
  @media screen and (max-width: 576px) {
    .footer .wrapper .footer-bottom .made__text {
      font-size: 16px;
      font-weight: 500;
      line-height: 18px;
    }
  }
  .footer .wrapper .footer-bottom .made__img {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
  }
  .footer .wrapper .footer-bottom .made {
    margin-right: 10px;
  }
  @media screen and (max-width: 768px) {
    .footer .wrapper .footer-bottom .made {
      order: 3;
      max-width: 210px;
    }
  }
  @media screen and (max-width: 576px) {
    .footer .wrapper .footer-bottom .made {
      margin-top: 20px;
      margin-bottom: 10px;
    }
  }
  .footer .wrapper .footer-bottom .neurogen__comp {
    margin-right: 10px;
  }
  @media screen and (max-width: 768px) {
    .footer .wrapper .footer-bottom .neurogen__comp {
      order: 1;
      min-width: 210px;
    }
  }
  @media screen and (max-width: 576px) {
    .footer .wrapper .footer-bottom .neurogen__comp {
      min-width: 100px;
    }
  }
  @media screen and (max-width: 450px) {
    .footer .wrapper .footer-bottom .neurogen__comp {
      font-size: 12px;
    }
  }
  .footer .wrapper .footer-bottom .neurogen__privacy {
    color: #000a24;
    margin-right: 10px;
  }
  @media screen and (max-width: 768px) {
    .footer .wrapper .footer-bottom .neurogen__privacy {
      order: 2;
      min-width: 200px;
    }
  }
  @media screen and (max-width: 576px) {
    .footer .wrapper .footer-bottom .neurogen__privacy {
      min-width: 100px;
    }
  }
  @media screen and (max-width: 450px) {
    .footer .wrapper .footer-bottom .neurogen__privacy {
      font-size: 12px;
    }
  }
  .footer .wrapper .footer-bottom .faq__footer {
    color: #000a24;
  }
  @media screen and (max-width: 768px) {
    .footer .wrapper .footer-bottom .faq__footer {
      order: 4;
    }
  }
  /* PAGE NUMBER 2 ------------------------- PAGE NUMBER 2 */
  .main {
    background-image: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/main.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 580px;
    margin-bottom: 24%;
    /*  .form__wrapper{
      padding-top: 24%;
      display: flex;
      justify-content: center;
  
      .form{
        box-shadow: 0px 2px 45px -18px rgba(0,0,0,0.75);
        background-color: rgb(255, 255, 255);
        padding-left: 48px;
        padding-right: 80px;
         
        &__title:extend(.title){
          position: relative;
          line-height: 59px;
          max-width: 520px;
          margin-top: 63px;
          margin-bottom: 5%;
        }
  
        &__title-blue{
          position: relative;
          font-family: 'Oswald', sans-serif;
          color: @blue;
        }
  
        &__title-blue::after{
          background-image: url(/src/img/page2/virus.png);
          background-size: contain;
          background-repeat: no-repeat;
          display: inline-block;
          width: 40px;
          height: 50px;
          content: "";
        }
  
        &__submit{
          max-width: 217px;
          margin: 0 auto;
          padding-bottom: 4%;
        }
  
        &__btn:extend(.link){
          width: 100%;
          margin: 0 auto;
          background-color: transparent;
          margin-top: 5%;
          margin-bottom: 10%;
          cursor: pointer;
        }
  
        &__btn::after {
          content: url(/src/img/Arrow\ 2.png);
          margin-left: 15px;
        }
  
        .input{
          display: flex;
          justify-content: space-between;
  
          &__column-space{
            margin-right: 7%;
            
          }
  
          &__label{
            display: block;
            padding-bottom: 2%;
          }
  
          &__label-require{
            position: relative;
          }
  
          &__label-require::after{
            content: "*";
            margin-left: 5px;
            position:  absolute;
          }
  
          &__field{
            display: block;
            min-width: 270px;
            min-height: 50px;
            margin-bottom: 30px;
          }
        }
      }
      .program{
        box-shadow: 10px 2px 25px -8px rgba(0,0,0,0.75);
        background-image: url(/src/img/page2/formbg.png);
        background-position: 35% 65%;
        padding-top: 184px;
        padding-left: 64px;
        padding-right: 64px;
  
        &__hours{
          padding-bottom: 20px;
          font-weight: 700;
          font-size: 36px;
          color: white;
        }
  
        &__work{
          padding-bottom: 20px;
          font-size: 30px;
          font-weight: 400;
          color: white;
  
        }
        &__work-max{
          max-width: 312px;
          padding-bottom: 0px;
        }
  
      }
    } */
  }
  @media screen and (max-width: 768px) {
    .main {
      background-image: none;
    }
  }
  .testing {
    margin-top: 15%;
  }
  .testing .wrapper .wrapper__items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  @media screen and (max-width: 768px) {
  }
  .testing .wrapper .wrapper__items .test {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% / 12 * 6 - 20px);
    order: 1;
  }
  @media screen and (max-width: 768px) {
    .testing .wrapper .wrapper__items .test {
      order: 2;
      width: calc(100% / 12 * 12 - 20px);
    }
  }
  .testing .wrapper .wrapper__items .test__title {
    font-family: "Oswald", sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 56px;
    color: #4363b1;
    max-width: 490px;
  }
  @media screen and (max-width: 768px) {
    .testing .wrapper .wrapper__items .test__title {
      color: #000a24;
      font-size: 30px;
    }
  }
  .testing .wrapper .wrapper__items .test__title-black {
    color: black;
  }
  @media screen and (max-width: 768px) {
    .testing .wrapper .wrapper__items .test__title-black {
      color: #000a24;
      font-size: 30px;
      font-weight: 500;
      font-family: "Oswald", sans-serif;
    }
  }
  .testing .wrapper .wrapper__items .test__subtitle {
    font-weight: 500;
    font-size: 24px;
    color: #000a24;
    line-height: 43px;
    padding-top: 5%;
  }
  .testing .wrapper .wrapper__items .test__list {
    padding-top: 6%;
    position: relative;
  }
  .testing .wrapper .wrapper__items .test__list::after {
    content: url(/src/img/page2/);
  }
  .testing .wrapper .wrapper__items .test__item {
    padding-top: 20px;
    padding-left: 10px;
  }
  .testing .wrapper .wrapper__items .test__link {
    position: relative;
    color: #4363b1;
    display: inline-block;
  }
  .testing .wrapper .wrapper__items .test__link::before {
    content: "";
    background-color: #4363b1;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    position: absolute;
    top: 7px;
    left: -10px;
  }
  .testing .wrapper .wrapper__items .test__img {
    position: relative;
    width: 160px;
    margin-left: auto;
  }
  @media screen and (max-width: 768px) {
    .testing .wrapper .wrapper__items .test__img {
      display: none;
    }
  }
  .testing .wrapper .wrapper__items .test__img::before {
    background-image: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/virus.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 80px;
    height: 60px;
    position: absolute;
    left: -80px;
    top: -15px;
    content: "";
  }
  @media screen and (max-width: 768px) {
    .testing .wrapper .wrapper__items .test__img::before {
      display: none;
    }
  }
  .testing .wrapper .wrapper__items .second-block {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% / 12 * 6 - 20px);
    order: 2;
  }
  @media screen and (max-width: 768px) {
    .testing .wrapper .wrapper__items .second-block {
      order: 1;
      margin-top: 450px;
      width: calc(100% / 12 * 12 - 20px);
    }
  }
  .testing .wrapper .wrapper__items .second-block__text {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 4% 10%;
  }
  @media screen and (max-width: 768px) {
    .testing .wrapper .wrapper__items .second-block__text {
      border: none;
    }
  }
  .testing .wrapper .wrapper__items .second-block__img {
    margin-top: 40px;
  }
  .testing .wrapper .wrapper__items .second-block .pff {
    object-fit: cover;
  }
  .testing .wrapper .wrapper__items .second-block .text__item {
    padding-top: 20px;
    font-size: 16px;
    line-height: 28px;
    color: #000a24;
  }
  @media screen and (max-width: 768px) {
    .testing .wrapper .wrapper__items .second-block .text__item {
      display: none;
    }
  }
  .pcr-test {
    margin-top: 10%;
  }
  .pcr-test .wrapper .section__info .section__title {
    font-family: "Oswald", sans-serif;
    max-width: 398px;
    text-transform: uppercase;
  }
  @media screen and (max-width: 576px) {
    .pcr-test .wrapper .section__info .section__title {
      font-size: 30px;
      margin-bottom: 10px;
    }
  }
  .pcr-test .wrapper .section__info .section__subtitle {
    font-size: 24px;
    font-weight: 500;
    line-height: 43px;
    max-width: 660px;
  }
  @media screen and (max-width: 576px) {
    .pcr-test .wrapper .section__info .section__subtitle {
      font-size: 16px;
      margin-bottom: 10px;
      line-height: 28px;
    }
  }
  .pcr-test .wrapper .wrapper__items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .pcr-test .wrapper .wrapper__items .item {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% / 12 * 6 - 20px);
    margin-top: 56px;
    display: flex;
    align-items: center;
  }
  @media screen and (max-width: 992px) {
    .pcr-test .wrapper .wrapper__items .item {
      width: calc(100% / 12 * 12 - 20px);
    }
  }
  .pcr-test .wrapper .wrapper__items .item__number {
    font-size: 65px;
    font-weight: 500;
    line-height: 117px;
    color: #4363b1;
    padding: 5px 47px 8px 30px;
    border: 2px solid rgba(0, 0, 0, 0.5);
    width: max-content;
  }
  @media screen and (max-width: 576px) {
    .pcr-test .wrapper .wrapper__items .item__number {
      font-size: 25px;
      line-height: 43px;
      position: relative;
      top: -30px;
      padding: 0px 14px;
    }
  }
  .pcr-test .wrapper .wrapper__items .item__number-padding {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  @media screen and (max-width: 576px) {
    .pcr-test .wrapper .wrapper__items .item__number-padding {
      padding: 0px 14px;
    }
  }
  .pcr-test .wrapper .wrapper__items .item__number-padding-max {
    padding-top: 15px;
    padding-bottom: 25px;
  }
  @media screen and (max-width: 576px) {
    .pcr-test .wrapper .wrapper__items .item__number-padding-max {
      padding: 0px 14px;
    }
  }
  @media screen and (max-width: 576px) {
    .pcr-test .wrapper .wrapper__items .item-3 {
      margin-top: 20px;
      margin-bottom: 20px;
    }
  }
  .pcr-test .wrapper .wrapper__items .item__text {
    padding: 10px 0px;
    font-size: 20px;
    line-height: 36px;
    max-width: 570px;
    background-color: white;
    position: relative;
    left: -30px;
  }
  @media screen and (max-width: 576px) {
    .pcr-test .wrapper .wrapper__items .item__text {
      font-size: 16px;
    }
  }
  .pcr-test .wrapper .wrapper__items .item__text-big {
    padding: 0px;
    line-height: 30px;
    max-width: 581px;
  }
  .pcr-test .wrapper .wrapper__items .item__text-1 {
    line-height: 28px;
    top: 2px;
    left: -25px;
  }
  @media screen and (max-width: 576px) {
    .pcr-test .wrapper .wrapper__items .item__text-1 {
      top: -5px;
      left: -5px;
    }
  }
  @media screen and (max-width: 450px) {
    .pcr-test .wrapper .wrapper__items .item__text-1 {
      top: 6px;
      left: -5px;
    }
  }
  .pcr-test .wrapper .wrapper__items .item__text-2 {
    left: -25px;
    line-height: 28px;
  }
  @media screen and (max-width: 576px) {
    .pcr-test .wrapper .wrapper__items .item__text-2 {
      top: -20px;
      left: -5px;
    }
  }
  @media screen and (max-width: 450px) {
    .pcr-test .wrapper .wrapper__items .item__text-2 {
      padding: 0px;
      top: -8px;
      left: -5px;
    }
  }
  .pcr-test .wrapper .wrapper__items .item__text-3 {
    left: -25px;
    line-height: 28px;
  }
  @media screen and (max-width: 576px) {
    .pcr-test .wrapper .wrapper__items .item__text-3 {
      top: 8px;
      left: -5px;
    }
  }
  @media screen and (max-width: 450px) {
    .pcr-test .wrapper .wrapper__items .item__text-3 {
      top: 25px;
      left: -5px;
    }
  }
  .pcr-test .wrapper .wrapper__items .item__text-4 {
    left: -25px;
    line-height: 28px;
    top: -8px;
  }
  @media screen and (max-width: 576px) {
    .pcr-test .wrapper .wrapper__items .item__text-4 {
      left: -5px;
      top: -6px;
    }
  }
  @media screen and (max-width: 450px) {
    .pcr-test .wrapper .wrapper__items .item__text-4 {
      top: -7px;
      left: -5px;
      padding: 0px;
    }
  }
  .pcr-test .wrapper .wrapper__items .item__text-5 {
    left: -25px;
    line-height: 28px;
    top: 6px;
  }
  @media screen and (max-width: 576px) {
    .pcr-test .wrapper .wrapper__items .item__text-5 {
      left: -5px;
      top: -6px;
    }
  }
  @media screen and (max-width: 450px) {
    .pcr-test .wrapper .wrapper__items .item__text-5 {
      top: 10px;
      left: -5px;
      padding: 0px;
    }
  }
  .pcr-test .wrapper .wrapper__items .item__text-6 {
    left: -25px;
    line-height: 28px;
    top: 0px;
  }
  @media screen and (max-width: 576px) {
    .pcr-test .wrapper .wrapper__items .item__text-6 {
      top: 8px;
      left: -5px;
    }
  }
  @media screen and (max-width: 450px) {
    .pcr-test .wrapper .wrapper__items .item__text-6 {
      top: 15px;
      left: -5px;
      line-height: 25px;
    }
  }
  /* .documents {
    margin-top: 10%;
    .wrapper {
      .documents__title {
        text-transform: uppercase;
        font-size: 40px;
        font-weight: 500;
        max-width: 575px;
        line-height: 56px;
        padding-bottom: 3%;
      }
      .wrapper__items {
        .row-flex();
        .card {
          .col();
          .size(4);
  
          &__info {
            position: relative;
            top: -60px;
            left: 20px;
            font-size: 25px;
            font-weight: 500;
            color: white;
          }
        }
      }
    }
  } */
  .documents {
    margin-top: 10%;
  }
  .documents .wrapper .wrapper__items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .documents .wrapper .wrapper__items .documents__img {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% / 12 * 5 - 20px);
  }
  @media screen and (max-width: 768px) {
    .documents .wrapper .wrapper__items .documents__img {
      width: calc(100% / 12 * 12 - 20px);
    }
  }
  .documents .wrapper .wrapper__items .documents__info {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% / 12 * 5 - 20px);
    margin-left: calc(100% / 12 * 1 + 10px);
    margin-top: 10%;
  }
  @media screen and (max-width: 768px) {
    .documents .wrapper .wrapper__items .documents__info {
      width: calc(100% / 12 * 12 - 20px);
      margin-left: calc(100% / 12 * 0 + 10px);
    }
  }
  @media screen and (max-width: 768px) {
    .documents .wrapper .wrapper__items .documents__info .documents__title {
      font-size: 30px;
    }
  }
  .documents .wrapper .wrapper__items .documents__info .documents__subtitle {
    font-size: 24px;
    font-weight: 500;
    color: #4363b1;
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .documents .wrapper .wrapper__items .documents__info .documents__more {
    padding-left: 20px;
  }
  .documents .wrapper .wrapper__items .documents__info .documents__item {
    position: relative;
    padding-bottom: 20px;
  }
  .documents .wrapper .wrapper__items .documents__info .documents__item:before {
    content: "*";
    position: absolute;
    left: -20px;
    font-size: 22px;
    color: #4363b1;
  }
  /* PAGE NUMBER 3 ------------------------- PAGE NUMBER 3 */
  .apointment {
    background-image: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/apointment-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 10%;
  }
  .apointment .form__wrapper .form__title-color {
    color: #4363b1;
    margin-bottom: 5px;
  }
  .apointment .form__wrapper .form__subtitle {
    padding-bottom: 6%;
    padding-top: 1%;
  }
  .location {
    display: flex;
    flex-direction: column;
  }
  .location .maps {
    order: 1;
  }
  .location .cover-map {
    width: 100%;
    height: 70px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    bottom: -10px;
  }
  
  @media screen and (max-width: 768px) {
    .location .cover-map {
      top: 345px;
      background-color: rgb(255, 255, 255);
    }
  }
  
  @media screen and (max-width: 768px) {
    .location .maps iframe {
      max-height: 400px;
    }
  }
  .location .wrapper {
    order: 2;
  }
  /* PAGE NUMBER 3 ------------------------- PAGE NUMBER 3 */
  .table-section .wrapper {
    /* .row-1{
        position: relative;
        padding: 0;
        margin-left: 10px;
      } */
  }
  .table-section .wrapper .table-section__title {
    margin-bottom: 3%;
    margin-top: 6%;
  }
  @media screen and (max-width: 768px) {
    .table-section .wrapper .table-section__title {
      font-size: 30px;
    }
  }
  .table-section .wrapper .table-section__title-max {
    max-width: 748px;
  }
  .table-section .wrapper table.blueTable {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    margin-bottom: 5%;
  }
  .table-section .wrapper table.blueTable td,
  .table-section .wrapper table.blueTable th {
    border: 1px solid rgba(0, 10, 36, 0.2);
  }
  .table-section .wrapper .head {
    text-align: center;
    text-transform: uppercase;
    background-color: #4363b1;
    color: white;
    padding: 14px 0px;
    font-size: 20px;
    font-weight: 700;
  }
  @media screen and (max-width: 768px) {
    .table-section .wrapper .head {
      font-size: 20px;
    }
  }
  .table-section .wrapper .col {
    padding: 14px 0px;
    font-size: 16px;
    font-weight: 500;
  }
  .table-section .wrapper .col-1 {
    text-transform: uppercase;
    text-align: left;
    padding: 14px 3vw;
    width: 235px;
  }
  @media screen and (max-width: 850px) {
    .table-section .wrapper .col-1 {
      width: 200px;
    }
  }
  .table-section .wrapper .col-3 {
    width: 235px;
  }
  @media screen and (max-width: 992px) {
    .table-section .wrapper .col-3 {
      width: 180px;
    }
  }
  .table-section .wrapper .col-4 {
    width: 235px;
  }
  @media screen and (max-width: 992px) {
    .table-section .wrapper .col-4 {
      width: 180px;
    }
  }
  @media screen and (max-width: 768px) {
    .table-section .wrapper .col-4 {
      display: none;
    }
  }
  @media screen and (max-width: 850px) {
    .table-section .wrapper .col-2 {
      display: none;
    }
  }
  .table-section .wrapper .col-wrapp {
    display: flex;
    align-items: center;
    min-width: 300px;
    /* border-left-width: 0px;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px; */
  }
  @media screen and (max-width: 450px) {
    .table-section .wrapper .col-wrapp {
      min-width: 180px;
    }
  }
  .table-section .wrapper .row__image {
    width: 90px;
    margin-right: 30px;
  }
  @media screen and (max-width: 576px) {
    .table-section .wrapper .row__image {
      display: none;
    }
  }
  .table-section .wrapper .row__text {
    display: inline;
    text-align: left;
    width: 100px;
  }
  @media screen and (max-width: 576px) {
    .table-section .wrapper .row__text {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  .table-section .wrapper .row-2 {
    position: relative;
    padding: 0;
    margin-left: 10px;
  }
  .table-section .wrapper .row-2::before {
    background-image: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/second.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    margin-right: 20px;
    content: "";
  }
  .table-section .wrapper .row-3 {
    position: relative;
    padding: 0px;
    margin-left: 10px;
  }
  .table-section .wrapper .row-3::before {
    background-image: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/third.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    margin-right: 20px;
    content: "";
  }
  .table-section .wrapper .row-4 {
    position: relative;
    padding: 0;
    margin-left: 10px;
  }
  .table-section .wrapper .row-4::before {
    background-image: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/fourth.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    margin-right: 20px;
    content: "";
  }
  .table-section .wrapper .row-5 {
    position: relative;
    padding: 0;
    margin-left: 10px;
  }
  .table-section .wrapper .row-5::before {
    background-image: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/fitfh.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    margin-right: 20px;
    content: "";
  }
  .table-section .wrapper .row-6 {
    position: relative;
    padding: 0;
    margin-left: 10px;
  }
  .table-section .wrapper .row-6::before {
    background-image: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/sixth.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    margin-right: 20px;
    content: "";
  }
  .table-section .wrapper .row:nth-child(even) {
    background-color: rgba(67, 99, 177, 0.05);
  }
  .table-section .wrapper .col-2 {
    font-weight: 400;
  }
  .table-section .wrapper .section__link {
    margin-bottom: 5%;
  }
  .table-section .wrapper .section__link:hover {
    background: rgba(62, 113, 235, 0.1);
  }
  .table-section .wrapper .section__link::after {
    content: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/arrow2-1.png);
    margin-left: 15px;
  }
  .table-section .wrapper .important__text {
    box-sizing: content-box;
    font-size: 30px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    max-width: 734px;
    padding-left: 7%;
  }
  @media screen and (max-width: 768px) {
    .table-section .wrapper .important__text {
      font-size: 24px;
      padding-left: 20%;
    }
  }
  .table-section .wrapper .important {
    position: relative;
  }
  .table-section .wrapper .important::before {
    content: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/05/atention.png);
    position: absolute;
    left: 0px;
    top: 25px;
  }
  /* PAGE NUMBER 4 ------------------------- PAGE NUMBER 4 */
  .about {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .about .wrapper .wrapper__items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-left: -25px;
    margin-right: -25px;
    padding-left: -30px;
    padding-right: -30px;
    justify-content: center;
  }
  @media screen and (max-width: 850px) {
    .about .wrapper .wrapper__items {
      margin-left: -15px;
      margin-right: -15px;
    }
  }
  .about .wrapper .wrapper__items .about__img {
    width: calc(100% / 12 * 7 - 20px);
  }
  @media screen and (max-width: 850px) {
    .about .wrapper .wrapper__items .about__img {
      box-sizing: border-box;
      word-wrap: break-word;
      margin-left: 10px;
      margin-right: 10px;
      width: calc(100% / 12 * 12 - 20px);
    }
  }
  .about .wrapper .wrapper__items .about__img .img__about {
    display: block;
    height: 100%;
    object-fit: fill;
  }
  .about .wrapper .wrapper__items .info {
    width: calc(100% / 12 * 5 - 20px);
    background-image: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/about-bg-text.png);
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10% 8% 10% 7%;
  }
  @media screen and (max-width: 992px) {
    .about .wrapper .wrapper__items .info {
      padding: 5% 4% 5% 3%;
    }
  }
  @media screen and (max-width: 850px) {
    .about .wrapper .wrapper__items .info {
      box-sizing: border-box;
      word-wrap: break-word;
      margin-left: 10px;
      margin-right: 10px;
      width: calc(100% / 12 * 12 - 20px);
    }
  }
  .about .wrapper .wrapper__items .info__title {
    padding-bottom: 30px;
  }
  .about .wrapper .wrapper__items .info__text {
    color: rgba(0, 10, 36, 0.7);
    padding-bottom: 15px;
  }
  .about .wrapper .more {
    max-width: 437px;
    background-image: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/bg-more.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: -100px;
    left: 80px;
    box-shadow: 15px 5px 50px 0px rgba(20, 43, 98, 0.15);
  }
  @media screen and (max-width: 992px) {
    .about .wrapper .more {
      left: 30px;
      max-width: 400px;
    }
  }
  @media screen and (max-width: 850px) {
    .about .wrapper .more {
      top: 20px;
      left: 0px;
      max-width: 100%;
    }
  }
  .about .wrapper .more__title {
    font-size: 24px;
    font-weight: 500;
    color: white;
    font-family: "Oswald", sans-serif;
    text-align: center;
    padding: 53px 128px 20px 128px;
  }
  @media screen and (max-width: 992px) {
    .about .wrapper .more__title {
      padding: 23px 100px 20px 100px;
    }
  }
  @media screen and (max-width: 850px) {
    .about .wrapper .more__title {
      padding: 23px 50px 20px 50px;
    }
  }
  @media screen and (max-width: 576px) {
    .about .wrapper .more__title {
      text-align: left;
    }
  }
  .about .wrapper .more__text {
    text-align: center;
    padding: 0px 44px 53px 44px;
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }
  @media screen and (max-width: 992px) {
    .about .wrapper .more__text {
      left: 30px;
    }
  }
  @media screen and (max-width: 576px) {
    .about .wrapper .more__text {
      text-align: left;
    }
  }
  .our-doctors .wrapper .section__title {
    margin-bottom: 2%;
  }
  @media screen and (max-width: 576px) {
    .our-doctors .wrapper .section__title {
      font-size: 30px;
      margin-top: 60px;
      margin-bottom: 20px;
    }
  }
  .our-doctors .wrapper .wrapper__items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  @media screen and (max-width: 576px) {
    .our-doctors .wrapper .wrapper__items {
      display: none;
    }
  }
  .our-doctors .wrapper .wrapper__items .doctor {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% / 12 * 4 - 20px);
    border: 1px solid rgba(0, 10, 36, 0.2);
    margin-bottom: 4%;
  }
  @media screen and (max-width: 850px) {
    .our-doctors .wrapper .wrapper__items .doctor {
      width: calc(100% / 12 * 6 - 20px);
    }
  }
  .our-doctors .wrapper .wrapper__items .doctor__name {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    padding-top: 29px;
    padding-bottom: 13px;
    padding-left: 29px;
  }
  .our-doctors .wrapper .wrapper__items .doctor__specialization {
    padding-bottom: 40px;
    padding-left: 29px;
  }
  .our-doctors .wrapper .wrapper__items .doctor .doc__img {
    width: 100%;
  }
  .our-doctors .wrapper .link__home {
    max-width: 150px;
    margin: 0 auto;
  }
  @media screen and (max-width: 576px) {
    .our-doctors .wrapper .link__home {
      display: none;
    }
  }
  .our-doctors .wrapper .link__home .home__link {
    font-weight: 500;
  }
  .our-doctors .wrapper .link__home .home__link::after {
    content: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/arrow2-1.png);
    margin-left: 15px;
  }
  .our-doctors .wrapper .swiper-team {
    justify-content: center;
    width: 100%;
    padding-bottom: 40px;
    display: none;
  }
  @media screen and (max-width: 576px) {
    .our-doctors .wrapper .swiper-team {
      display: block;
    }
  }
  .our-doctors .wrapper .swiper-team .doctor {
    border: 1px solid rgba(0, 10, 36, 0.2);
    margin-bottom: 4%;
  }
  .our-doctors .wrapper .swiper-team .doctor__name {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    padding-top: 29px;
    padding-bottom: 13px;
    padding-left: 29px;
  }
  .our-doctors .wrapper .swiper-team .doctor__specialization {
    padding-bottom: 40px;
    padding-left: 29px;
  }
  .our-doctors .wrapper .swiper-team .doctor .doc__img {
    width: 100%;
  }
  /* PAGE NUMBER 5 ------------------------- PAGE NUMBER 5 */
  .contact {
    background-image: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/main-bg-cont.png);
    background-repeat: no-repeat;
  }
  @media screen and (max-width: 576px) {
    .contact {
      background-image: none;
    }
  }
  .contact .mobile__img {
    display: none;
  }
  @media screen and (max-width: 576px) {
    .contact .mobile__img {
      display: block;
    }
  }
  .contact .wrapper {
    padding-top: 10%;
  }
  @media screen and (max-width: 576px) {
    .contact .wrapper {
      display: none;
    }
  }
  .contact .wrapper .other {
    display: flex;
    justify-content: center;
    background-color: white;
    box-shadow: 15px 5px 50px 0px rgba(0, 23, 80, 0.08);
    padding-bottom: 3%;
  }
  .contact .wrapper .other .block-1 {
    padding-left: 21px;
  }
  .contact .wrapper .other .block-1__img {
    max-width: 590px;
  }
  .contact .wrapper .other .block-1 .img__block-1 {
    min-height: 438px;
  }
  @media screen and (max-width: 850px) {
    .contact .wrapper .other .block-1 .img__block-1 {
      min-height: 0px;
    }
  }
  .contact .wrapper .other .block-1__title {
    color: #4363b1;
    padding-top: 69px;
    padding-bottom: 50px;
  }
  .contact .wrapper .other .block-1 .information__program {
    font-size: 16px;
    padding-top: 38px;
  }
  .contact .wrapper .other .block-1 .information__program .information__work-program {
    font-weight: 700;
    font-size: 16px;
    color: #000a24;
    padding-bottom: 18px;
  }
  .contact .wrapper .other .block-1 .information__program .information__work {
    padding-bottom: 15px;
  }
  .contact .wrapper .other .block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact .wrapper .other .block-2__img {
    max-width: 590px;
    margin-top: 178px;
  }
  .contact .wrapper .other .block-2 .img__block-2 {
    min-height: 438px;
  }
  @media screen and (max-width: 850px) {
    .contact .wrapper .other .block-2 .img__block-2 {
      min-height: 0px;
    }
  }
  .contact .wrapper .other .block-2 .contacts__phone {
    padding-left: 40px;
    padding-top: 40px;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    color: #000a24;
  }
  .contact .wrapper .other .block-2 .contacts__phone::before {
    position: absolute;
    left: 0;
  }
  .contact .wrapper .other .block-2 .contacts__mail {
    margin-top: 20px;
    padding-left: 40px;
    position: relative;
  }
  .contact .wrapper .other .block-2 .contacts__mail::before {
    position: absolute;
    left: 0;
  }
  .contact .wrapper .other .block-2 .information__work {
    padding-bottom: 15px;
  }
  .contact .wrapper .other .block-2 .contacts__location {
    margin-top: 20px;
    padding-left: 40px;
    position: relative;
  }
  
  .contact .wrapper .other .block-2 .contacts__location::before {
    position: absolute;
    left: 0;
  }
  .contact .wrapper .other .block-2 .contacts__location {
    max-width: 240px;
  }
  .location-modify {
    display: none;
  }
  @media screen and (max-width: 576px) {
    .location-modify {
      display: block;
    }
  }
  .location-modify .contacts__title-blue {
    color: #4363b1;
  }
  /* PRIVACY ------------------------- PRIVACY */
  .privacy {
    margin-top: 10%;
  }
  .privacy .wrapper {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 4%;
    /* background-image: url(/src/img/privacy-bg.png); */
  }
  .privacy .wrapper .privacy__title {
    font-weight: 700;
    padding-top: 7%;
    padding-left: 5%;
    padding-bottom: 5%;
  }
  .privacy .wrapper .block {
    position: relative;
    left: -30px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(0, 10, 36, 0.2);
    background-color: white;
    max-width: 939px;
  }
  .privacy .wrapper .block__img {
    width: 214px;
    padding-left: 10px;
  }
  .privacy .wrapper .block__img::after {
    content: "";
    background-color: rgba(0, 10, 36, 0.2);
    width: 150px;
    height: 2px;
    transform: rotate(90deg);
    left: 20%;
    top: 110px;
    position: absolute;
  }
  .privacy .wrapper .block__text {
    font-weight: 700;
    max-width: 232px;
    padding: 21px 0px;
    margin-left: 15%;
  }
  .privacy .wrapper .section {
    padding-left: 5%;
  }
  .privacy .wrapper .section__title {
    font-size: 30px;
    line-height: 45px;
    padding-top: 5%;
  }
  .privacy .wrapper .section__text {
    line-height: 35px;
    padding-top: 15px;
    max-width: 1046px;
  }
  .privacy .wrapper .section__span {
    display: inline-block;
    font-weight: 700;
    padding-left: 40px;
  }
  .privacy .wrapper .section__b {
    display: inline-block;
    font-weight: 700;
  }
  .privacy .wrapper .section__item {
      padding-bottom: 10px;
     list-style: disc;
  }
  /* Contacts block using BEM */
  .contacts {
    position: relative;
  }
  .contacts-mobile {
    max-width: 360px;
    padding-left: 10%;
    margin-bottom: 5%;
  }
  .contacts-footer {
    background-color: white;
  }
  @media screen and (max-width: 576px) {
    .contacts-footer {
      border: none;
    }
  }
  .contacts__title {
    padding-top: 10%;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
  }
  @media screen and (max-width: 768px) {
    .contacts__title-footer {
      padding-left: 0;
    }
  }
  .contacts__hours {
    font-size: 16px;
    font-weight: 500;
  }
  .contacts__work {
    padding-top: 5%;
  }
  .contacts__program-footer {
    padding-top: 10%;
    padding-left: 25%;
  }
  @media screen and (max-width: 768px) {
    .contacts__program-footer {
      position: relative;
      padding-left: 10%;
    }
  }
  .contacts__fb {
    display: none;
    padding-left: 25%;
    margin-bottom: 4%;
  }
  @media screen and (max-width: 768px) {
    .contacts__fb {
      display: block;
      position: relative;
      padding-left: 10%;
    }
  }
  .contacts__fb::before {
    content: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/new-fb.png);
    position: absolute;
    left: 15%;
  }
  @media screen and (max-width: 768px) {
    .contacts__fb::before {
      left: 0px;
    }
  }
  .contacts__program-mobile {
    padding-left: 10%;
  }
  .contacts__program-footer::before {
    content: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/datee.png);
    position: absolute;
    left: 15%;
  }
  @media screen and (max-width: 768px) {
    .contacts__program-footer::before {
      left: 0px;
    }
  }
  .contacts__program-mobile::before {
    content: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/datee.png);
    position: absolute;
    left: 10%;
  }
  .contacts__phone-footer {
    padding-top: 10%;
    padding-left: 25%;
  }
  @media screen and (max-width: 768px) {
    .contacts__phone-footer {
      position: relative;
      padding-left: 10%;
    }
  }
  .contacts__phone-mobile {
    padding-top: 5%;
    padding-left: 10%;
  }
  .contacts-mobile-link {
      color: black;
  }
  .contacts__number {
    font-weight: 500;
    padding-bottom: 4%;
  }
  .contacts__phone-footer::before {
    content: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/call.png);
    position: absolute;
    scale: 0.8;
    left: 15%;
  }
  @media screen and (max-width: 768px) {
    .contacts__phone-footer::before {
      left: 0px;
      top: 35%;
    }
  }
  .contacts__phone-mobile::before {
    content: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/call.png);
    position: absolute;
    top: 5%;
    left: 10%;
  }
  .contacts__mail-footer {
    padding-top: 5%;
    padding-left: 25%;
  }
  @media screen and (max-width: 768px) {
    .contacts__mail-footer {
      position: relative;
      padding-left: 10%;
    }
  }
  .contacts__mail-mobile {
    padding-top: 5%;
    padding-left: 10%;
  }
  .contacts__email {
    padding-bottom: 4%;
  }
  .contacts__mail-footer::before {
    content: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/mess.png);
    position: absolute;
    left: 15%;
  }
  @media screen and (max-width: 768px) {
    .contacts__mail-footer::before {
      left: 0px;
      top: 25%;
    }
  }
  .contacts__mail-mobile::before {
    content: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/mess.png);
    position: absolute;
    left: 10%;
  }
  .contacts__location-footer {
    box-sizing: content-box;
    max-width: 240px;
    padding-top: 5%;
    padding-bottom: 10%;
    padding-left: 25%;
    line-height: 24px;
  }
  @media screen and (max-width: 768px) {
    .contacts__location-footer {
      padding-left: 10%;
      position: relative;
    }
  }
  .contacts__location-mobile {
    max-width: 240px;
    padding-top: 5%;
    padding-bottom: 10%;
    padding-left: 10%;
    line-height: 24px;
  }
  .contacts__location-footer::before {
    content: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/loc.png);
    position: absolute;
    left: 15%;
  }
  @media screen and (max-width: 768px) {
    .contacts__location-footer::before {
      left: 0px;
    }
  }
  .contacts__location-mobile::before {
    content: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/loc.png);
    position: absolute;
    left: 10%;
  }
  .form__wrapper {
    padding-top: 10%;
    display: flex;
    justify-content: center;
  }
  @media screen and (max-width: 768px) {
    .form__wrapper {
      flex-direction: column;
      padding-top: 0;
    }
  }
  .form__wrapper .form {
    box-shadow: 0px 2px 45px -18px rgba(0, 0, 0, 0.75);
    background-color: #ffffff;
    padding-left: 3.3%;
    padding-right: 3.3%;
  }
  @media screen and (max-width: 992px) {
    .form__wrapper .form {
      padding-left: 2%;
      padding-right: 2%;
    }
  }
  @media screen and (max-width: 768px) {
    .form__wrapper .form {
      box-shadow: 0px 0px 0px 0px;
    }
  }
  .form__wrapper .form__title {
    position: relative;
    line-height: 59px;
    max-width: 520px;
    margin-top: 63px;
  }
  @media screen and (max-width: 768px) {
    .form__wrapper .form__title {
      font-size: 30px;
    }
  }
  .form__wrapper .form__title-pos {
    margin-bottom: 5%;
  }
  .form__wrapper .form__title-blue {
    position: relative;
    font-family: "Oswald", sans-serif;
    color: #4363b1;
  }
  @media screen and (max-width: 768px) {
    .form__wrapper .form__title-blue {
      color: #000a24;
    }
  }
  .form__wrapper .form__title-blue::after {
    background-image: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/virus.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 50px;
    content: "";
  }
  @media screen and (max-width: 768px) {
    .form__wrapper .form__title-blue::after {
      display: none;
    }
  }
  .form__wrapper .form__submit {
    max-width: 217px;
    margin: 0 auto;
    padding-bottom: 4%;
  }
  @media screen and (max-width: 768px) {
    .form__wrapper .form__submit {
      margin-left: 0px;
    }
  }
  .form__wrapper .form__btn {
    width: 100%;
    margin: 0 auto;
    background-color: transparent;
    margin-top: 5%;
    margin-bottom: 10%;
    cursor: pointer;
  }
  .form__wrapper .form__btn:hover {
    background: rgba(62, 113, 235, 0.1);
  }
  .form__wrapper .form__btn::after {
    content: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/arrow2-1.png);
    margin-left: 15px;
  }
  .form__wrapper .form .input {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  @media screen and (max-width: 576px) {
    .form__wrapper .form .input {
      flex-direction: column;
    }
  }
  .form__wrapper .form .input__column {
    display: flex;
    justify-content: space-between;
  }
  @media screen and (max-width: 768px) {
    .form__wrapper .form .input__column {
      flex-direction: column;
    }
  }
  .form__wrapper .form .input__cont {
    min-width: 240px;
    max-width: 400px;
  }
  @media screen and (max-width: 992px) {
    .form__wrapper .form .input__cont {
      max-width: 380px;
      min-width: 240px;
    }
  }
  @media screen and (max-width: 850px) {
    .form__wrapper .form .input__cont {
      max-width: 580px;
      min-width: 220px;
    }
  }
  .form__wrapper .form .input__date {
    margin-right: 20px;
  }
  @media screen and (max-width: 850px) {
    .form__wrapper .form .input__date {
      margin-right: 0px;
    }
  }
  @media screen and (max-width: 768px) {
    .form__wrapper .form .input__name {
      padding-right: 0px;
    }
  }
  @media screen and (max-width: 768px) {
    .form__wrapper .form .input__phone {
      padding-right: 0px;
    }
  }
  .form__wrapper .form .input__label {
    display: block;
    padding-bottom: 2%;
    padding-left: 7%;
  }
  .form__wrapper .form .label__radio-cont {
    display: block;
    padding-left: 2%;
  }
  .form__wrapper .form .label__radio {
    font-size: 14px;
    margin-left: 10px;
  }
  .form__wrapper .form .radio-wrapp-1 {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .form__wrapper .form .radio-wrapp-2 {
    margin-bottom: 20px;
  }
  .form__wrapper .form .input__label-require {
    position: relative;
  }
  
  .form__wrapper .form .input__label-require::after {
    content: "*";
    margin-left: 5px;
    position: absolute;
  }
  .form__wrapper .form .input__field {
    display: block;
    padding-left: 20px;
    width: 100%;
    min-height: 50px;
    margin-bottom: 30px;
  }
  .form__wrapper .program {
    padding-top: 15%;
    padding-left: 64px;
    padding-right: 64px;
  }
  @media screen and (max-width: 1200px) {
    .form__wrapper .program {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  @media screen and (max-width: 850px) {
    .form__wrapper .program {
      padding-top: 0;
    }
  }
  .form__wrapper .program__work {
    padding-bottom: 20px;
    font-size: 30px;
    font-weight: 400;
    color: white;
  }
  @media screen and (max-width: 768px) {
    .form__wrapper .program__work {
      color: #000a24;
      font-size: 24px;
    }
  }
  @media screen and (max-width: 1200px) {
    .form__wrapper .program__work-small {
      font-size: 20px;
    }
  }
  .form__wrapper .program__work-max {
    max-width: 312px;
    padding-bottom: 0px;
  }
  .form__wrapper .program__hours {
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 36px;
    color: white;
  }
  @media screen and (max-width: 1200px) {
    .form__wrapper .program__hours {
      font-size: 26px;
    }
  }
  @media screen and (max-width: 768px) {
    .form__wrapper .program__hours {
      color: #4363b1;
    }
  }
  .form__wrapper .program-cov {
    box-shadow: 10px 2px 25px -8px rgba(0, 0, 0, 0.75);
    background-image: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/formbg.png);
    max-width: 470px;
  }
  @media screen and (max-width: 768px) {
    .form__wrapper .program-cov {
      background-image: none;
      box-shadow: 0 0 0 0;
    }
  }
  .form__wrapper .program-doc {
    width: 35%;
    box-shadow: 10px 2px 25px -8px rgba(0, 0, 0, 0.75);
    background-image: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/form-3.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  @media screen and (max-width: 768px) {
    .form__wrapper .program-doc {
      display: none;
    }
  }
  .popup__wrapp {
    position: absolute;
    background-color: #fafafa;
    border: 1px solid lightgray;
    width: 1104px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  @media screen and (max-width: 992px) {
    .popup__wrapp {
      width: 900px;
    }
  }
  @media screen and (max-width: 850px) {
    .popup__wrapp {
      width: 700px;
    }
  }
  @media screen and (max-width: 768px) {
    .popup__wrapp {
      width: 550px;
    }
  }
  @media screen and (max-width: 576px) {
    .popup__wrapp {
      width: 400px;
    }
  }
  @media screen and (max-width: 450px) {
    .popup__wrapp {
      width: 350px;
    }
  }
  .popup__icon {
    max-width: 115px;
    padding-top: 5%;
    margin: 0 auto;
    position: relative;
  }
  @media screen and (max-width: 850px) {
    .popup__icon {
      max-width: 80px;
    }
  }
  .popup__close {
    display: inline-block;
    margin-top: 40px;
    margin-left: 92%;
  }
  @media screen and (max-width: 768px) {
    .popup__close {
      margin-left: 88%;
    }
  }
  .popup__title {
    font-size: 50px;
    font-weight: 700;
    line-height: 74px;
    max-width: 240px;
    padding-top: 40px;
    padding-bottom: 20px;
    margin: 0 auto;
  }
  @media screen and (max-width: 850px) {
    .popup__title {
      font-size: 35px;
      max-width: 200px;
    }
  }
  .popup__text {
    max-width: 550px;
    font-size: 24px;
    line-height: 43px;
    margin: 0 auto;
  }
  @media screen and (max-width: 850px) {
    .popup__text {
      font-size: 20px;
      max-width: 450px;
      text-align: center;
    }
  }
  .popup__link {
    display: block;
    max-width: 200px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .popup__link::after {
    content: url(http://neur-wp.proiectmd.com/wp-content/uploads/2022/04/arrow2-1.png);
    margin-left: 15px;
  }
  .sidebar {
    position: fixed;
    top: 45%;
    right: 0px;
    z-index: 200;
    animation: shake-vertical 3s ease-in-out 2s infinite both;
  }
  
  @keyframes shake-vertical {
    0%,
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    10%,
    30%,
    50%,
    70% {
      -webkit-transform: translateY(-8px);
              transform: translateY(-8px);
    }
    20%,
    40%,
    60% {
      -webkit-transform: translateY(8px);
              transform: translateY(8px);
    }
    80% {
      -webkit-transform: translateY(6.4px);
              transform: translateY(6.4px);
    }
    90% {
      -webkit-transform: translateY(-6.4px);
              transform: translateY(-6.4px);
    }
  }
  
  
  
  
  @media screen and (max-width: 576px) {
    .sidebar {
      display: none;
    }
  }
  .sidebar__btn {
    max-width: 70px;
    border: 1px solid #4363b1;
    cursor: pointer;
  }
  .sidebar__pic {
    width: 100%;
    height: 69px;
    object-fit: cover;
  }
  .sidebar__link {
    display: block;
    width: 254px;
    background-color: white;
    visibility: hidden;
    padding-left: 31px;
    padding-right: 20px;
    padding-top: 23px;
    padding-bottom: 23px;
    font-weight: 500;
    font-size: 20px;
    border: 1px solid #4363b1;
    position: absolute;
    right: 70px;
  }
  /* CLASESS FOR VALIDATION */
  .error__message {
    font-size: 12px;
    margin-top: -25px;
    margin-bottom: 10px;
    margin-left: 20px;
    color: red;
    visibility: hidden;
  }
  .error__message-show {
    font-size: 12px;
    color: red;
    visibility: visible;
  }
  #phone::-webkit-inner-spin-button,
  #phone::-webkit-outer-spin-button {
    appearance: none;
    margin: 0;
    -moz-appearance: textfield;
  }
  .error__border {
    box-shadow: inset 0px 0px 4px 1px rgba(255, 0, 0, 0.918);
    border: 1px solid rgba(255, 0, 0, 0.712);
  }
  .succes__border {
    box-shadow: inset 0px 0px 4px 1px rgba(4, 105, 17, 0.918);
    border: 1px solid rgba(48, 185, 71, 0.712);
  }
  

.doctor__img img{

}
.our-team .wrapper .doctor img{
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}


/* my-code programarea online*/

.appointment-form {}
.appointment-form .appointment-rel-block {
  position:relative;
}
.appointment-form .appointment-rel-block img {}
.appointment-form .appointment-rel-block div {}
.appointment-form .appointment-rel-block .appointment-abs-block {
  margin: auto;
  position: absolute;
  top: 14%; left: 0; right: 0;
  background:#fff;
  
  max-width: 1055px;
  
  padding: 10px 25px;
  z-index:9999;
}



/* bootstrap modification */


.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  /* display: flex; */
  flex-wrap: wrap;
 
}

/* TABS */


.tabs {
  width: 100%;
  /* max-width: 500px; */
}

/* Стили для списка вкладок */
.tab-header {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}

/* Стили для вкладки */
.tab-header__item {
  padding: 10px 20px;
  margin-right: 5px;
  cursor: pointer;
  border: 1px solid #ddd;
}

/* Стили для активной вкладки */
.tab-header__item.active {
  color: red;
  border-bottom: none;
  position: relative;
  background-color: #fff;
}

/* Стиль для списка контейнеров с содержимым вкладок */
.tab-content {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Стили для контейнера с содержимым вкладки. По умолчанию скрыт. */
.tab-content__item {
  display: none;
  padding: 20px;
  border: 1px solid #ddd;
  margin-top: -1px;
}

/* Стили для активного контейнера вкладки */
.tab-content__item.active {
  display: block;
}


/* programare */

.ahbfield_service{
  width:50%;
  height:50px;
  margin-top:10px;
}
#fieldname3_1{
  width:50%;
  height:50px;
  margin-top:10px;
}
#fbuilder .pbSubmit{
  background:#fff !important;
  width:25%;
  border:1px solid #4363B1;
  padding-top:20px;
  padding-bottom:20px;
  text-align:left;
  color:#4363B1;
  margin-bottom:25px;
}

/* 404 */

.page-404 {
  margin-top: 4%;
}

.page-404 .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-404 .wrapper .page-404__btn {
  display:block;
  border: none;
  background-color: #5A1222;
  color: white;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 10%;
  margin-bottom: 5%;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}

.page-404 .wrapper .page-404__text {
  margin-top: 2%;
}


/* card swiper mob */

@media screen and (max-width: 576px) {
  .services .wrapper .card__item{
     font-size:15px;
  }
}