/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* General styles */
html {
  font-size: 10px;
  height: 100%; }

body {
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  padding-top: 114px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 991px) {
    body {
      padding-top: 93px; } }
  @media (max-width: 767px) {
    body {
      padding-top: 76px; } }
  @media (max-width: 575px) {
    body {
      padding-top: 68px; } }
  @media (max-width: 480px) {
    body {
      padding-top: 62px; } }

a {
  text-decoration: none; }

img {
  max-width: 100%; }

strong {
  font-weight: 700; }

@media (min-width: 1600px) {
  .container {
    max-width: 1560px; } }

.violet_btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #6E1F79;
  background-color: #6E1F79;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: 0.5s all ease-in-out; }
  .violet_btn path {
    fill: #fff;
    transition: 0.5s all ease-in-out; }
  .violet_btn:hover {
    background-color: #fff;
    color: #6E1F79; }
    .violet_btn:hover path {
      fill: #6E1F79; }

@media (min-width: 1600px) {
  .big_half {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

.bottom_banner {
  margin: 30px auto 35px;
  max-width: 1280px;
  width: 100%;
  background-color: #6E1F79;
  color: #fff;
  border-radius: 25px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  border: 1px solid #6E1F79;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out; }
  @media (max-width: 767px) {
    .bottom_banner {
      display: block;
      margin-bottom: 70px; } }
  .bottom_banner::after {
    content: '';
    width: 168px;
    height: 168px;
    background-image: url("assets/images/funding_pattern2.svg");
    background-size: contain;
    position: absolute;
    right: -50px;
    top: 0; }
    @media (max-width: 1599px) {
      .bottom_banner::after {
        top: auto;
        bottom: 0;
        width: 130px;
        height: 130px; } }
    @media (max-width: 1199px) {
      .bottom_banner::after {
        width: 120px;
        height: 120px; } }
    @media (max-width: 767px) {
      .bottom_banner::after {
        background-image: url("assets/images/bn_btm_mobile.svg");
        width: 185px;
        height: 135px;
        bottom: 0;
        right: 50%;
        -webkit-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
        transform: translate(50%, 50%); } }
  .bottom_banner .bottom_banner_img {
    width: 500px;
    position: relative;
    background-size: cover;
    background-position: center;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px; }
    @media (max-width: 991px) {
      .bottom_banner .bottom_banner_img {
        width: 420px; } }
    @media (max-width: 767px) {
      .bottom_banner .bottom_banner_img {
        /*width: 100%;
        padding-bottom: 45%;
        border-bottom-left-radius: 0;
        border-top-right-radius: 25px;*/
        display: none; } }
    @media (max-width: 575px) {
      .bottom_banner .bottom_banner_img {
        padding-bottom: 50%; } }
    @media (max-width: 480px) {
      .bottom_banner .bottom_banner_img {
        padding-bottom: 60%; } }
    .bottom_banner .bottom_banner_img::after {
      content: '';
      width: 128px;
      height: 128px;
      background-image: url("assets/images/funding_pattern.svg");
      background-size: contain;
      position: absolute;
      right: 0;
      transform: translateX(40%); }
      @media (max-width: 991px) {
        .bottom_banner .bottom_banner_img::after {
          display: none; } }
  .bottom_banner .bottom_banner_txt {
    font-size: 2.5rem;
    font-family: 'museo-slab', serif;
    font-weight: 700;
    max-width: 605px;
    line-height: 1.2;
    padding: 50px 20px 40px 50px; }
    @media (max-width: 1199px) {
      .bottom_banner .bottom_banner_txt {
        font-size: 2.2rem; } }
    @media (max-width: 991px) {
      .bottom_banner .bottom_banner_txt {
        padding: 40px 20px; } }
    @media (max-width: 767px) {
      .bottom_banner .bottom_banner_txt {
        padding: 40px 20px 85px;
        font-size: 2rem;
        text-align: center; } }
    @media (max-width: 480px) {
      .bottom_banner .bottom_banner_txt {
        padding-bottom: 70px; } }
    .bottom_banner .bottom_banner_txt button {
      margin-top: 30px;
      font-family: 'Lato', sans-serif;
      min-width: 130px;
      height: 40px;
      background-color: #fff;
      color: #6E1F79;
      border: 1px solid #6E1F79;
      border-radius: 26px;
      display: inline-block;
      text-align: center;
      line-height: 38px;
      font-size: 1.6rem;
      transition: 0.5s all ease-in-out;
      border: 1px solid #fff;
      cursor: pointer; }
      .bottom_banner .bottom_banner_txt button svg {
        margin-left: 6px;
        width: 16px;
        vertical-align: middle;
        margin-top: -2px; }
        .bottom_banner .bottom_banner_txt button svg path {
          fill: #6E1F79;
          transition: 0.5s all ease-in-out; }
      .bottom_banner .bottom_banner_txt button:hover {
        background-color: #6E1F79;
        color: #fff; }
        .bottom_banner .bottom_banner_txt button:hover svg path {
          fill: #fff; }
  .bottom_banner:hover {
    background-color: #fff;
    color: #6E1F79; }
    .bottom_banner:hover button {
      background-color: #6E1F79;
      color: #fff; }
      .bottom_banner:hover button svg path {
        fill: #fff; }

.sign_online {
  border: 1px solid #6E1F79;
  background-color: #6E1F79;
  color: #fff;
  border-radius: 18px;
  height: 206px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 40px;
  width: calc(100% - 55px);
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out; }
  .sign_online::after {
    content: '';
    background-image: url("assets/images/hospital_pattern.svg");
    width: 185px;
    height: 135px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(32%, -50%);
    -ms-transform: translate(32%, -50%);
    transform: translate(32%, -50%); }
  @media (max-width: 480px) {
    .sign_online > div {
      width: 100%; } }
  .sign_online p {
    font-family: 'museo-slab', serif;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 15px; }
  .sign_online button {
    min-width: 130px;
    height: 40px;
    background-color: #fff;
    color: #6E1F79;
    border: 1px solid #6E1F79;
    border-radius: 26px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    font-size: 1.6rem;
    transition: 0.5s all ease-in-out;
    font-family: 'Lato', sans-serif;
    width: auto;
    padding: 0 25px;
    cursor: pointer; }
    .sign_online button svg {
      margin-left: 6px;
      width: 16px;
      vertical-align: middle;
      margin-top: -2px; }
      .sign_online button svg path {
        fill: #6E1F79;
        transition: 0.5s all ease-in-out; }
  .sign_online:hover {
    background-color: #fff;
    color: #6E1F79; }
    .sign_online:hover button {
      background-color: #6E1F79;
      color: #fff; }
      .sign_online:hover button svg path {
        fill: #fff; }

.single_dash_tile {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='18' ry='18' stroke='%236E1F79FF' stroke-width='2' stroke-dasharray='8' stroke-dashoffset='8' stroke-linecap='butt'/%3e%3c/svg%3e");
  display: block;
  border-radius: 18px;
  height: 206px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: 0.5s all ease-in-out;
  background-color: #fff;
  padding: 10px; }
  @media (max-width: 1599px) {
    .single_dash_tile {
      height: 176px; } }
  @media (max-width: 1199px) {
    .single_dash_tile {
      padding: 15px; } }
  @media (max-width: 767px) {
    .single_dash_tile {
      height: auto;
      min-height: 156px; } }
  @media (max-width: 480px) {
    .single_dash_tile {
      min-height: 140px; } }
  .single_dash_tile h3 {
    line-height: 1.2;
    font-family: 'museo-slab', serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.5rem;
    color: #6E1F79;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: 0.5s all ease-in-out;
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      .single_dash_tile h3 {
        height: auto; } }
  .single_dash_tile svg path {
    fill: #6E1F79;
    transition: 0.5s all ease-in-out; }
  .single_dash_tile:hover {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='18' ry='18' stroke='%23ffffffFF' stroke-width='2' stroke-dasharray='8' stroke-dashoffset='8' stroke-linecap='butt'/%3e%3c/svg%3e");
    background-color: #6E1F79; }
    .single_dash_tile:hover h3 {
      color: #fff; }
    .single_dash_tile:hover svg path {
      fill: #fff; }

.default_txt {
  color: #696969;
  line-height: 1.6;
  font-size: 1.8rem; }
  @media (max-width: 575px) {
    .default_txt {
      font-size: 1.6rem; } }
  .default_txt h3 {
    font-family: 'museo-slab', serif;
    font-weight: 700;
    font-size: 2.5rem; }
  .default_txt p {
    margin-bottom: 20px; }
  .default_txt ol {
    list-style: none;
    counter-reset: ol_counter;
    padding-left: 60px;
    margin: 35px 0; }
    @media (max-width: 991px) {
      .default_txt ol {
        padding-left: 0; } }
    .default_txt ol li {
      position: relative;
      margin-bottom: 50px; }
      @media (max-width: 991px) {
        .default_txt ol li {
          margin-bottom: 30px; } }
      .default_txt ol li strong {
        margin-bottom: 15px;
        display: inline-block; }
      .default_txt ol li:last-child {
        margin-bottom: 0; }
      .default_txt ol li::before {
        counter-increment: ol_counter;
        content: counter(ol_counter);
        position: absolute;
        width: 44px;
        height: 44px;
        background-color: #6E1F79;
        color: #fff;
        font-size: 2.4rem;
        font-family: 'museo-slab', serif;
        font-weight: 700;
        border-radius: 50%;
        text-align: center;
        line-height: 44px;
        left: -60px;
        top: -6px; }
        @media (max-width: 991px) {
          .default_txt ol li::before {
            position: static;
            display: block;
            margin-bottom: 10px; } }

/* Main nav */
.main_nav {
  background-color: #fff;
  width: 100%;
  max-height: 114px;
  position: fixed;
  top: 0;
  left: 0;
  padding: 15px 0;
  z-index: 10;
  transition: 0.5s all ease-in-out;
  border-bottom: 1px solid transparent; }
  @media (max-width: 767px) {
    .main_nav {
      padding: 10px 0; } }
  @media (max-width: 575px) {
    .main_nav {
      max-height: 68px; } }
  @media (max-width: 480px) {
    .main_nav {
      max-height: 62px; } }
  .main_nav > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    .main_nav > .container .nav_logo a {
      display: block; }
    .main_nav > .container .nav_logo svg {
      transition: 1s all ease-in-out;
      height: 83px; }
      .main_nav > .container .nav_logo svg path, .main_nav > .container .nav_logo svg polygon, .main_nav > .container .nav_logo svg rect {
        fill: #6E1F79;
        transition: 0.5s all ease-in-out; }
    @media (max-width: 1599px) {
      .main_nav > .container .nav_logo #logo_big {
        max-width: 500px; } }
    @media (max-width: 991px) {
      .main_nav > .container .nav_logo #logo_big {
        height: 59px; } }
    @media (max-width: 767px) {
      .main_nav > .container .nav_logo #logo_big {
        height: 52px; } }
    @media (max-width: 575px) {
      .main_nav > .container .nav_logo #logo_big {
        height: 46px; } }
    .main_nav > .container .nav_right {
      margin-left: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .main_nav > .container .nav_right .search_btn {
        background-color: transparent;
        border: 1px solid transparent;
        cursor: pointer;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        padding: 0;
        opacity: 1;
        outline: none;
        transition: 0.5s all ease-in-out; }
        @media (max-width: 480px) {
          .main_nav > .container .nav_right .search_btn {
            display: none; } }
        .main_nav > .container .nav_right .search_btn path {
          fill: #6E1F79; }
        .main_nav > .container .nav_right .search_btn:hover {
          opacity: 0.7; }
      .main_nav > .container .nav_right .contact_btn {
        opacity: 1;
        margin: 0 0 0 15px;
        width: 38px;
        height: 38px;
        transition: 0.5s all ease-in-out; }
        @media (max-width: 1199px) {
          .main_nav > .container .nav_right .contact_btn {
            width: 34px;
            height: 34px; }
            .main_nav > .container .nav_right .contact_btn svg {
              width: 18px;
              height: auto; } }
        @media (max-width: 480px) {
          .main_nav > .container .nav_right .contact_btn {
            width: 30px;
            height: 30px; } }
      .main_nav > .container .nav_right .lang_menu {
        opacity: 1;
        margin-left: 15px;
        transition: 0.5s all ease-in-out;
        position: relative;
        font-size: 0; }
        @media (max-width: 480px) {
          .main_nav > .container .nav_right .lang_menu {
            margin-left: 5px; } }
        .main_nav > .container .nav_right .lang_menu a {
          transition: 0.5s all ease-in-out; }
          .main_nav > .container .nav_right .lang_menu a:hover {
            opacity: 0.7; }
        .main_nav > .container .nav_right .lang_menu .sub-menu {
          position: absolute;
          display: none;
          background-color: #fff;
          margin-top: 10px;
          padding: 0 5px;
          left: 0px;
          border-radius: 5px; }
          .main_nav > .container .nav_right .lang_menu .sub-menu li {
            margin: 5px 0; }
          .main_nav > .container .nav_right .lang_menu .sub-menu .lang-item-ru {
            display: none; }
        .main_nav > .container .nav_right .lang_menu img {
          width: 38px;
          height: 38px; }
          @media (max-width: 1199px) {
            .main_nav > .container .nav_right .lang_menu img {
              width: 34px;
              height: 34px; } }
          @media (max-width: 480px) {
            .main_nav > .container .nav_right .lang_menu img {
              width: 30px;
              height: 30px; } }
      .main_nav > .container .nav_right .burger {
        width: 44px;
        text-align: right;
        cursor: pointer;
        margin: 0 0 0 15px; }
        @media (max-width: 480px) {
          .main_nav > .container .nav_right .burger {
            width: 28px; } }
        .main_nav > .container .nav_right .burger .stick {
          background-color: #6E1F79;
          height: 3px;
          margin-bottom: 8px;
          margin: 0 0 8px auto;
          transition: 0.5s all ease-in-out;
          position: relative;
          top: 0; }
          @media (max-width: 480px) {
            .main_nav > .container .nav_right .burger .stick {
              margin-bottom: 5px; } }
          .main_nav > .container .nav_right .burger .stick.second-stick {
            width: 34px; }
            @media (max-width: 480px) {
              .main_nav > .container .nav_right .burger .stick.second-stick {
                width: 22px; } }
          .main_nav > .container .nav_right .burger .stick.third-stick {
            width: 24px;
            margin-bottom: 0; }
            @media (max-width: 480px) {
              .main_nav > .container .nav_right .burger .stick.third-stick {
                width: 16px; } }
  .main_nav .nav_content {
    padding-top: 40px;
    display: inline-block;
    position: absolute;
    width: 100%;
    height: calc(100vh - 114px);
    top: 114px;
    left: 0;
    opacity: 0;
    z-index: -5;
    visibility: hidden;
    background-color: #6E1F79;
    text-align: right;
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    background-image: url("assets/images/scull_bck.png");
    background-repeat: no-repeat;
    background-position: left bottom; }
    @media (max-width: 1599px) {
      .main_nav .nav_content {
        background-size: 450px; } }
    @media (max-width: 1199px) {
      .main_nav .nav_content {
        background-size: 400px; } }
    @media (max-width: 991px) {
      .main_nav .nav_content {
        top: 92px;
        height: calc(100vh - 92px); } }
    @media (max-width: 767px) {
      .main_nav .nav_content {
        top: 75px;
        height: calc(100vh - 75px);
        padding-top: 20px;
        background-size: 350px; } }
    @media (max-width: 575px) {
      .main_nav .nav_content {
        top: 68px;
        height: calc(100vh - 68px);
        background-size: 320px;
        padding-top: 10px; } }
    @media (max-width: 480px) {
      .main_nav .nav_content {
        top: 62px;
        height: calc(100vh - 62px);
        background-size: 280px; } }
    .main_nav .nav_content > .container {
      position: relative; }
    .main_nav .nav_content .nav_menu li {
      margin-bottom: 25px; }
      @media (max-width: 767px) {
        .main_nav .nav_content .nav_menu li {
          margin-bottom: 20px; } }
      @media (max-width: 575px) {
        .main_nav .nav_content .nav_menu li {
          margin-bottom: 15px; } }
      .main_nav .nav_content .nav_menu li.pll-parent-menu-item {
        margin-bottom: 10px; }
        @media (max-width: 767px) {
          .main_nav .nav_content .nav_menu li.pll-parent-menu-item {
            margin-bottom: 0; } }
      .main_nav .nav_content .nav_menu li a {
        color: #fff;
        font-family: 'museo-slab', serif;
        font-weight: 700;
        font-size: 2.5rem;
        position: relative; }
        @media (max-width: 1599px) {
          .main_nav .nav_content .nav_menu li a {
            font-size: 2.3rem; } }
        @media (max-width: 1199px) {
          .main_nav .nav_content .nav_menu li a {
            font-size: 2.1rem; } }
        @media (max-width: 767px) {
          .main_nav .nav_content .nav_menu li a {
            font-size: 1.8rem; } }
        .main_nav .nav_content .nav_menu li a::after {
          content: '';
          position: absolute;
          right: 0;
          bottom: -5px;
          width: 0;
          height: 2px;
          background-color: #fff;
          transition: 0.5s all ease-in-out; }
        .main_nav .nav_content .nav_menu li a:hover::after {
          width: 100%; }
        .main_nav .nav_content .nav_menu li a.dropdown-toggle .caret {
          display: inline-block;
          vertical-align: middle;
          position: relative;
          top: -2px;
          margin-left: 10px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 11px 10px 0 10px;
          border-color: #ffffff transparent transparent transparent;
          transition: 0.5s all ease-in-out; }
          .main_nav .nav_content .nav_menu li a.dropdown-toggle .caret::after {
            content: '';
            z-index: 3;
            position: absolute;
            top: -11px;
            left: -7px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 8px 7px 0 7px;
            border-color: #6E1F79 transparent transparent transparent; }
        .main_nav .nav_content .nav_menu li a.dropdown-toggle:hover::after {
          width: 0; }
        .main_nav .nav_content .nav_menu li a.dropdown-toggle.active-drop .caret {
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
      .main_nav .nav_content .nav_menu li.active a::after {
        width: 100%; }
    .main_nav .nav_content .nav_menu .dropdown-menu {
      visibility: hidden;
      opacity: 0;
      transition: 0.5s all ease-in-out;
      margin-top: 15px; }
      .main_nav .nav_content .nav_menu .dropdown-menu li {
        margin: 0 5px 15px;
        display: inline-block; }
        .main_nav .nav_content .nav_menu .dropdown-menu li:last-child {
          margin-right: 0;
          position: relative; }
          .main_nav .nav_content .nav_menu .dropdown-menu li:last-child::before {
            content: '/';
            color: #fff;
            font-size: 2.5rem;
            position: absolute;
            left: -11px; }
            @media (max-width: 1599px) {
              .main_nav .nav_content .nav_menu .dropdown-menu li:last-child::before {
                font-size: 2.3rem; } }
            @media (max-width: 1199px) {
              .main_nav .nav_content .nav_menu .dropdown-menu li:last-child::before {
                font-size: 2.1rem; } }
            @media (max-width: 767px) {
              .main_nav .nav_content .nav_menu .dropdown-menu li:last-child::before {
                font-size: 1.8rem; } }
      .main_nav .nav_content .nav_menu .dropdown-menu.active-drop {
        visibility: visible;
        opacity: 1; }
    @media (max-width: 767px) {
      .main_nav .nav_content .social_nav {
        display: none; } }
    .main_nav .nav_content .social_nav li {
      display: inline-block;
      margin: 0 15px; }
      .main_nav .nav_content .social_nav li a:hover {
        opacity: 0.7; }
      .main_nav .nav_content .social_nav li:last-child {
        margin-right: 0; }
    .main_nav .nav_content .nav_visit {
      position: absolute;
      top: 0;
      left: 15px;
      display: inline-block;
      background-color: #fff;
      color: #6E1F79;
      font-family: 'museo-slab', serif;
      font-weight: 700;
      font-size: 2.5rem;
      border-radius: 45px;
      padding: 19px 55px;
      border: 1px solid #fff;
      transition: 0.5s all ease-in-out; }
      @media (max-width: 1599px) {
        .main_nav .nav_content .nav_visit {
          padding: 15px 50px;
          font-size: 2.3rem; } }
      @media (max-width: 1199px) {
        .main_nav .nav_content .nav_visit {
          padding: 12px 45px;
          font-size: 2.1rem; } }
      @media (max-width: 991px) {
        .main_nav .nav_content .nav_visit {
          padding: 12px 35px; } }
      @media (max-width: 767px) {
        .main_nav .nav_content .nav_visit {
          position: static;
          padding: 10px 15px;
          font-size: 1.6rem; } }
      .main_nav .nav_content .nav_visit:hover {
        background-color: #6E1F79;
        color: #fff; }
  .main_nav .nav_copypriv {
    margin-top: 50px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: left; }
    @media (max-width: 767px) {
      .main_nav .nav_copypriv {
        text-align: right;
        font-size: 1.6rem;
        margin-top: 20px; } }
    .main_nav .nav_copypriv p {
      display: inline-block;
      vertical-align: middle; }
      .main_nav .nav_copypriv p img, .main_nav .nav_copypriv p span {
        vertical-align: middle; }
      .main_nav .nav_copypriv p span {
        margin: 0 40px 0 10px;
        display: inline-block; }
      @media (max-width: 767px) {
        .main_nav .nav_copypriv p:first-child {
          display: none; } }
    .main_nav .nav_copypriv a {
      color: #fff; }
      .main_nav .nav_copypriv a:hover {
        opacity: 0.7; }
  .main_nav.activated {
    background-color: #6E1F79; }
    .main_nav.activated .nav_logo svg {
      transition: 1s all ease-in-out; }
      .main_nav.activated .nav_logo svg path, .main_nav.activated .nav_logo svg polygon, .main_nav.activated .nav_logo svg rect {
        fill: #fff; }
    .main_nav.activated .nav_right .search_btn {
      opacity: 0;
      visibility: hidden; }
    .main_nav.activated .nav_right .contact_btn {
      opacity: 0;
      visibility: hidden; }
    .main_nav.activated .nav_right .lang_menu {
      opacity: 0;
      visibility: hidden; }
    .main_nav.activated .nav_right .burger .stick {
      background-color: #fff; }
      .main_nav.activated .nav_right .burger .stick.first-stick {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 10px; }
        @media (max-width: 480px) {
          .main_nav.activated .nav_right .burger .stick.first-stick {
            top: 7px; } }
      .main_nav.activated .nav_right .burger .stick.second-stick {
        opacity: 0; }
      .main_nav.activated .nav_right .burger .stick.third-stick {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 100%;
        top: -12px; }
        @media (max-width: 480px) {
          .main_nav.activated .nav_right .burger .stick.third-stick {
            top: -9px; } }
    .main_nav.activated .nav_content {
      opacity: 1;
      z-index: 0;
      visibility: visible; }

.nav_search {
  font-family: 'Lato', sans-serif;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 99px;
  right: 15px;
  height: 42px;
  width: 300px;
  border: 1px solid #6E1F79;
  line-height: 40px;
  transition: 0.5s all ease-in-out;
  background-color: rgba(110, 31, 121, 0.8);
  border-radius: 26px;
  color: #fff;
  padding: 0 30px 0 15px; }
  @media (max-width: 991px) {
    .nav_search {
      top: 76px; } }
  @media (max-width: 767px) {
    .nav_search {
      top: 66px; } }
  @media (max-width: 575px) {
    .nav_search {
      top: 58px; } }
  @media (max-width: 480px) {
    .nav_search {
      width: 290px;
      top: 52px; } }
  .nav_search input {
    font-family: 'Lato', sans-serif;
    border: none;
    color: #fff;
    background-color: transparent;
    font-size: 1.8rem;
    outline: #6E1F79;
    height: 100%;
    padding: 0 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .nav_search .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .nav_search button {
    border: none;
    cursor: pointer;
    background-color: transparent;
    height: 100%;
    vertical-align: middle; }
  .nav_search.active {
    opacity: 1;
    visibility: visible; }
  .nav_search ::-webkit-input-placeholder {
    color: #fff; }
  .nav_search :-ms-input-placeholder {
    color: #fff; }
  .nav_search ::placeholder {
    color: #fff; }

.see_link {
  color: #6E1F79;
  font-size: 1.8rem;
  font-weight: 700;
  display: inline-block; }
  .see_link img {
    padding-left: 10px; }

.subpage_header {
  color: #6E1F79;
  font-size: 3.5rem;
  font-family: 'museo-slab', serif;
  font-weight: 700;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .subpage_header {
      font-size: 3.2rem; } }
  @media (max-width: 575px) {
    .subpage_header {
      font-size: 3rem; } }
  @media (max-width: 480px) {
    .subpage_header {
      font-size: 2.8rem; } }

.case_study_frame {
  background-color: #FFEDC7;
  min-height: 410px;
  padding: 20px 0;
  margin-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 1599px) {
    .case_study_frame {
      margin-bottom: 70px; } }
  @media (max-width: 1199px) {
    .case_study_frame {
      padding: 30px 0; } }
  @media (max-width: 767px) {
    .case_study_frame {
      margin-bottom: 50px; } }
  .case_study_frame .frame_case_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1599px) {
      .case_study_frame .frame_case_box {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media (max-width: 991px) {
      .case_study_frame .frame_case_box {
        display: block; } }
    .case_study_frame .frame_case_box .frame_case_img {
      width: 490px;
      min-width: 490px;
      position: relative;
      margin-right: 30px; }
      @media (max-width: 1599px) {
        .case_study_frame .frame_case_box .frame_case_img {
          width: 450px;
          min-width: 450px; } }
      @media (max-width: 1199px) {
        .case_study_frame .frame_case_box .frame_case_img {
          width: 380px;
          min-width: 380px; } }
      @media (max-width: 991px) {
        .case_study_frame .frame_case_box .frame_case_img {
          margin-bottom: 30px; } }
      @media (max-width: 575px) {
        .case_study_frame .frame_case_box .frame_case_img {
          width: 340px;
          min-width: 340px; } }
      @media (max-width: 480px) {
        .case_study_frame .frame_case_box .frame_case_img {
          width: 100%;
          min-width: inherit;
          max-width: 340px; } }
      .case_study_frame .frame_case_box .frame_case_img > div {
        width: 100%;
        height: 450px;
        position: absolute;
        left: 0;
        top: -20px;
        background-size: cover;
        background-position: center center;
        border-radius: 18px; }
        @media (max-width: 1599px) {
          .case_study_frame .frame_case_box .frame_case_img > div {
            position: static; } }
        @media (max-width: 1199px) {
          .case_study_frame .frame_case_box .frame_case_img > div {
            height: 380px; } }
        @media (max-width: 575px) {
          .case_study_frame .frame_case_box .frame_case_img > div {
            height: 340px; } }
        @media (max-width: 480px) {
          .case_study_frame .frame_case_box .frame_case_img > div {
            height: 0;
            padding-bottom: 100%; } }
    .case_study_frame .frame_case_box .frame_case_txt h4 {
      color: #6E1F79;
      font-size: 2.5rem;
      font-family: 'museo-slab', serif;
      font-weight: 700;
      margin-bottom: 20px; }
    .case_study_frame .frame_case_box .frame_case_txt > div {
      color: #696969;
      margin-bottom: 30px;
      position: relative;
      padding: 10px 40px;
      line-height: 1.4; }
      @media (max-width: 575px) {
        .case_study_frame .frame_case_box .frame_case_txt > div {
          padding: 10px 25px; } }
      @media (max-width: 480px) {
        .case_study_frame .frame_case_box .frame_case_txt > div {
          padding: 14px 10px; } }
      .case_study_frame .frame_case_box .frame_case_txt > div::before {
        content: '';
        background-image: url("assets/images/quote.svg");
        width: 29px;
        height: 22px;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0; }
        @media (max-width: 575px) {
          .case_study_frame .frame_case_box .frame_case_txt > div::before {
            width: 20px;
            height: 15px; } }
      .case_study_frame .frame_case_box .frame_case_txt > div::after {
        content: '';
        background-image: url("assets/images/quote.svg");
        width: 29px;
        height: 22px;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
        bottom: 0; }
        @media (max-width: 575px) {
          .case_study_frame .frame_case_box .frame_case_txt > div::after {
            width: 20px;
            height: 15px; } }
    .case_study_frame .frame_case_box .frame_case_link {
      border: 1px solid #6E1F79;
      border-radius: 26px;
      background-color: transparent;
      font-size: 1.6rem;
      height: 40px;
      line-height: 36px;
      padding: 0 30px;
      display: inline-block;
      color: #6E1F79;
      -webkit-transition: 0.5s all ease-in-out;
      -o-transition: 0.5s all ease-in-out;
      transition: 0.5s all ease-in-out; }
      .case_study_frame .frame_case_box .frame_case_link svg {
        width: 15px;
        margin-left: 25px;
        vertical-align: middle; }
        .case_study_frame .frame_case_box .frame_case_link svg path {
          fill: #6E1F79;
          -webkit-transition: 0.5s all ease-in-out;
          -o-transition: 0.5s all ease-in-out;
          transition: 0.5s all ease-in-out; }
      .case_study_frame .frame_case_box .frame_case_link:hover {
        background-color: #6E1F79;
        color: #FFEDC7; }
        .case_study_frame .frame_case_box .frame_case_link:hover svg path {
          fill: #FFEDC7; }

.align_center {
  text-align: center; }

/* Breadcrumbs */
.breadcrumbs {
  font-size: 1.4rem;
  margin: 20px 0;
  color: #696969; }
  .breadcrumbs li {
    display: inline-block; }
  .breadcrumbs .separator {
    margin: 0 2px; }
  .breadcrumbs a {
    color: #696969;
    transition: 0.5s all ease-in-out; }
    .breadcrumbs a:hover {
      color: #6E1F79; }
  .breadcrumbs .fa {
    color: #696969; }
  .breadcrumbs .home span {
    display: none; }

/* Footer */
.main_footer {
  border-top: 4px solid #6E1F79;
  padding: 10px 0 50px;
  justify-content: space-between;
  margin: auto auto 0 auto;
  width: 100%; }
  @media (max-width: 991px) {
    .main_footer {
      padding: 5px 0 20px; } }
  @media (max-width: 991px) {
    .main_footer > .container > .row {
      display: block; } }
  .main_footer .footer_menu {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 991px) {
      .main_footer .footer_menu {
        display: block;
        text-align: center; } }
    .main_footer .footer_menu .footer_col {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
      @media (max-width: 991px) {
        .main_footer .footer_menu .footer_col {
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; } }
      .main_footer .footer_menu .footer_col a {
        color: #696969;
        display: block;
        margin: 20px 0; }
        @media (max-width: 991px) {
          .main_footer .footer_menu .footer_col a.mobile-hide {
            display: none; } }
        .main_footer .footer_menu .footer_col a:hover {
          opacity: 0.7; }
  .main_footer .footer_social {
    text-align: right;
    margin-top: 5px;
    color: #696969; }
    @media (max-width: 991px) {
      .main_footer .footer_social {
        text-align: center; } }
    .main_footer .footer_social ul {
      margin: 0 -10px 45px; }
      @media (max-width: 991px) {
        .main_footer .footer_social ul {
          margin: 25px 0px 25px; } }
      .main_footer .footer_social ul li {
        display: inline-block;
        padding: 0 10px; }
        .main_footer .footer_social ul li a {
          width: 43px;
          height: 43px; }
          .main_footer .footer_social ul li a svg {
            max-height: 22px; }
  .main_footer .footer_syner a {
    color: #696969; }
    .main_footer .footer_syner a:hover {
      opacity: 0.7; }

/* popup */
.contact_pop {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.24);
  padding: 15px;
  z-index: 15;
  display: none; }
  .contact_pop .contact_box_flex {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .contact_pop .contact_pop_box {
    background-color: #F9C450;
    padding: 60px 60px 65px;
    border-radius: 25px;
    max-width: 880px;
    background-image: url("assets/images/scull_bck.png");
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: right bottom;
    position: relative; }
    @media (max-width: 1199px) {
      .contact_pop .contact_pop_box {
        max-width: 660px;
        padding: 50px 40px 45px; } }
    @media (max-width: 991px) {
      .contact_pop .contact_pop_box {
        max-width: 600px;
        padding: 40px 20px 25px; } }
    @media (max-width: 767px) {
      .contact_pop .contact_pop_box {
        max-width: 100%; } }
    @media (max-width: 575px) {
      .contact_pop .contact_pop_box {
        padding: 40px 10px 15px; } }
    .contact_pop .contact_pop_box .pop_close {
      position: absolute;
      top: 25px;
      right: 25px;
      cursor: pointer; }
      @media (max-width: 767px) {
        .contact_pop .contact_pop_box .pop_close {
          top: 15px;
          right: 15px; } }
      @media (max-width: 575px) {
        .contact_pop .contact_pop_box .pop_close {
          top: 10px;
          right: 0px; } }
      .contact_pop .contact_pop_box .pop_close span {
        display: inline-block;
        background-color: #6E1F79;
        height: 2px;
        width: 26px;
        position: relative; }
        .contact_pop .contact_pop_box .pop_close span.first {
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 14px; }
        .contact_pop .contact_pop_box .pop_close span.second {
          -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
          transform: rotate(135deg);
          right: 15px; }
    .contact_pop .contact_pop_box .popuop_txt {
      font-family: 'museo-slab', serif;
      font-weight: 700;
      font-size: 1.8rem;
      line-height: 1.6;
      color: #6E1F79;
      margin-bottom: 30px; }
      @media (max-width: 1199px) {
        .contact_pop .contact_pop_box .popuop_txt {
          font-size: 1.6rem; } }
      @media (max-width: 767px) {
        .contact_pop .contact_pop_box .popuop_txt {
          font-size: 1.4rem;
          margin-bottom: 20px; } }
      .contact_pop .contact_pop_box .popuop_txt h3 {
        font-size: 2.5rem;
        margin-bottom: 15px; }
        @media (max-width: 1199px) {
          .contact_pop .contact_pop_box .popuop_txt h3 {
            font-size: 2.2rem; } }
        @media (max-width: 767px) {
          .contact_pop .contact_pop_box .popuop_txt h3 {
            font-size: 2rem;
            margin-bottom: 10px; } }
      .contact_pop .contact_pop_box .popuop_txt a {
        color: #6E1F79; }
        .contact_pop .contact_pop_box .popuop_txt a:hover {
          opacity: 0.7; }
    .contact_pop .contact_pop_box .popup_form input {
      background-color: rgba(255, 255, 255, 0.77);
      border-radius: 20px;
      height: 40px;
      border: none;
      font-size: 1.6rem;
      padding: 0 15px;
      color: #6E1F79;
      font-family: 'Lato', sans-serif;
      margin-bottom: 15px;
      width: 100%; }
      @media (max-width: 767px) {
        .contact_pop .contact_pop_box .popup_form input {
          height: 34px;
          font-size: 1.4rem; } }
    .contact_pop .contact_pop_box .popup_form .user-name {
      margin-right: 20px; }
    .contact_pop .contact_pop_box .popup_form .user-name, .contact_pop .contact_pop_box .popup_form .tel {
      display: inline-block;
      vertical-align: top;
      width: 260px; }
      @media (max-width: 767px) {
        .contact_pop .contact_pop_box .popup_form .user-name, .contact_pop .contact_pop_box .popup_form .tel {
          width: 220px; } }
      @media (max-width: 575px) {
        .contact_pop .contact_pop_box .popup_form .user-name, .contact_pop .contact_pop_box .popup_form .tel {
          display: block;
          width: auto;
          margin-right: 0; } }
    @media (max-width: 575px) {
      .contact_pop .contact_pop_box .popup_form .tel input {
        margin-bottom: 0; } }
    .contact_pop .contact_pop_box .popup_form .your-email {
      width: 360px;
      display: inline-block;
      margin-right: 20px;
      vertical-align: top; }
      @media (max-width: 767px) {
        .contact_pop .contact_pop_box .popup_form .your-email {
          width: 280px; } }
      @media (max-width: 575px) {
        .contact_pop .contact_pop_box .popup_form .your-email {
          display: block;
          width: auto;
          margin-right: 0; } }
    .contact_pop .contact_pop_box .popup_form .wpcf7-submit {
      display: inline-block;
      width: 160px;
      background-color: #6E1F79;
      color: #fff;
      text-transform: uppercase;
      font-weight: normal;
      cursor: pointer;
      transition: 0.5s all ease-in-out; }
      .contact_pop .contact_pop_box .popup_form .wpcf7-submit:hover {
        background-color: #fff;
        color: #6E1F79; }
    .contact_pop .contact_pop_box ::placeholder {
      color: #6E1F79;
      opacity: 1;
      font-style: italic; }
    .contact_pop .contact_pop_box :-ms-input-placeholder {
      color: #6E1F79;
      font-style: italic; }
    .contact_pop .contact_pop_box ::-ms-input-placeholder {
      color: #6E1F79;
      font-style: italic; }

/* cookies */
#cookie-law-info-bar {
  max-width: 690px !important;
  padding: 23px 50px;
  text-align: left;
  left: auto;
  right: 0;
  font-size: 1.8rem;
  line-height: 1.5;
  box-shadow: none; }
  #cookie-law-info-bar::after {
    content: '';
    width: 90px;
    height: 91px;
    background-image: url("assets/images/cookies.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    right: 10px;
    bottom: 10px; }
    @media (max-width: 1199px) {
      #cookie-law-info-bar::after {
        width: 75px;
        height: 76px; } }
    @media (max-width: 991px) {
      #cookie-law-info-bar::after {
        width: 60px;
        height: 61px; } }
  @media (max-width: 1199px) {
    #cookie-law-info-bar {
      font-size: 1.6rem;
      padding: 15px 30px; } }
  @media (max-width: 991px) {
    #cookie-law-info-bar {
      max-width: 100% !important;
      padding: 15px; } }
  @media (max-width: 767px) {
    #cookie-law-info-bar {
      font-size: 1.4rem; } }
  #cookie-law-info-bar .priv_link {
    font-weight: 700;
    color: #6E1F79; }
  #cookie-law-info-bar #cookie_action_close_header {
    width: 160px;
    height: 40px;
    border: 1px solid #6E1F79;
    transition: 0.5s all ease-in-out;
    line-height: 38px;
    border-radius: 26px;
    font-size: 1.6rem;
    text-align: center;
    padding: 0;
    margin-top: 15px;
    display: block !important; }
    #cookie-law-info-bar #cookie_action_close_header:hover {
      opacity: 0.7; }

/* Homepage */
.home {
  background-color: #F6D4AD; }
  @media (max-width: 1199px) {
    .home {
      background-color: transparent; } }
  .home .main_footer {
    display: none; }
  .home .breadcrumbs {
    display: none; }
  .home .home_big {
    background-color: #fff;
    font-size: 0;
    position: relative; }
    .home .home_big svg {
      width: 100%; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .home .home_big svg {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          z-index: 2; } }
    @media (max-width: 1199px) {
      .home .home_big {
        display: none; } }
  .home #ie-trick {
    display: none; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .home #ie-trick {
        display: block;
        width: 100%;
        z-index: -1;
        visibility: hidden; } }
  .home .home_mobile {
    display: none;
    background-image: url("assets/images/mobile_home/step_bck.svg");
    background-repeat: repeat-y;
    background-size: 100%;
    text-align: center;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden; }
    @media (max-width: 1199px) {
      .home .home_mobile {
        display: block; } }
    .home .home_mobile::before {
      content: '';
      background-image: url("assets/images/mobile_home/step_line.svg");
      width: 400px;
      height: 2056px;
      position: absolute;
      left: 50%;
      margin-left: -375px;
      top: 147px;
      z-index: 1;
      background-repeat: no-repeat; }
    .home .home_mobile .mobile_steps .mobile_step {
      display: block;
      position: relative;
      z-index: 2;
      margin-top: 55px; }
      .home .home_mobile .mobile_steps .mobile_step:first-child {
        margin-top: 0; }
      .home .home_mobile .mobile_steps .mobile_step:hover {
        opacity: 0.7; }

/* News page */
.news_subpage header > .subpage_header {
  margin-bottom: 40px;
  display: none; }
  @media (max-width: 1599px) {
    .news_subpage header > .subpage_header {
      display: block; } }
.news_subpage .alm-btn-wrap {
  text-align: right; }
  .news_subpage .alm-btn-wrap .alm-load-more-btn {
    min-width: 130px;
    height: 40px;
    background-color: #fff;
    color: #6E1F79;
    border: 1px solid #6E1F79;
    border-radius: 26px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    font-size: 1.6rem;
    transition: 0.5s all ease-in-out;
    font-family: 'Lato', sans-serif;
    cursor: pointer;
    width: auto;
    margin-bottom: 40px;
    padding: 0 15px; }
    .news_subpage .alm-btn-wrap .alm-load-more-btn svg {
      margin-left: 6px;
      width: 16px;
      vertical-align: middle;
      margin-top: -2px; }
      .news_subpage .alm-btn-wrap .alm-load-more-btn svg path {
        fill: #6E1F79;
        transition: 0.5s all ease-in-out; }
    .news_subpage .alm-btn-wrap .alm-load-more-btn:hover {
      background-color: #6E1F79;
      color: #fff; }
      .news_subpage .alm-btn-wrap .alm-load-more-btn:hover svg path {
        fill: #fff; }
    .news_subpage .alm-btn-wrap .alm-load-more-btn.done {
      display: none; }

.news_col {
  margin-bottom: 40px; }

.single_news {
  border: 1px solid #EBEBEB;
  height: 100%;
  position: relative;
  padding-bottom: 40px; }
  .single_news .news_link {
    display: block; }
    .single_news .news_link .news_main_img {
      width: 100%;
      height: 274px;
      overflow: hidden;
      font-size: 0;
      margin-bottom: -1px;
      z-index: -1; }
      @media (max-width: 1599px) {
        .single_news .news_link .news_main_img {
          height: 250px; } }
      @media (max-width: 991px) {
        .single_news .news_link .news_main_img {
          height: 220px; } }
      @media (max-width: 767px) {
        .single_news .news_link .news_main_img {
          height: 270px; } }
      @media (max-width: 575px) {
        .single_news .news_link .news_main_img {
          height: 230px; } }
      @media (max-width: 480px) {
        .single_news .news_link .news_main_img {
          height: 200px; } }
      .single_news .news_link .news_main_img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        transition: 0.5s all ease-in-out; }
    .single_news .news_link .news_header_wrap {
      border-top: none;
      padding: 10px 22px 20px;
      font-size: 1.8rem;
      z-index: 3; }
      @media (max-width: 1599px) {
        .single_news .news_link .news_header_wrap {
          font-size: 1.7rem;
          padding: 10px 15px 20px; } }
      @media (max-width: 991px) {
        .single_news .news_link .news_header_wrap {
          font-size: 1.6rem; } }
      .single_news .news_link .news_header_wrap .news_date {
        margin-top: -40px;
        margin-bottom: 15px;
        position: relative; }
        @media (max-width: 1599px) {
          .single_news .news_link .news_header_wrap .news_date {
            margin-top: -35px; } }
        @media (max-width: 991px) {
          .single_news .news_link .news_header_wrap .news_date {
            margin-top: -28px;
            margin-bottom: 10px; } }
        @media (max-width: 767px) {
          .single_news .news_link .news_header_wrap .news_date {
            margin-top: 0; } }
        .single_news .news_link .news_header_wrap .news_date > div {
          display: inline-block;
          vertical-align: bottom; }
          @media (max-width: 767px) {
            .single_news .news_link .news_header_wrap .news_date > div {
              vertical-align: middle; } }
        .single_news .news_link .news_header_wrap .news_date .day {
          width: 66px;
          height: 66px;
          border-radius: 50%;
          background-color: #6E1F79;
          color: #fff;
          font-size: 2.5rem;
          text-align: center;
          line-height: 66px; }
          @media (max-width: 1599px) {
            .single_news .news_link .news_header_wrap .news_date .day {
              width: 60px;
              height: 60px;
              line-height: 60px; } }
          @media (max-width: 991px) {
            .single_news .news_link .news_header_wrap .news_date .day {
              width: 50px;
              height: 50px;
              line-height: 50px;
              font-size: 2.3rem; } }
          @media (max-width: 575px) {
            .single_news .news_link .news_header_wrap .news_date .day {
              width: 40px;
              height: 40px;
              line-height: 40px;
              font-size: 2rem; } }
        .single_news .news_link .news_header_wrap .news_date .month {
          color: #6E1F79;
          margin-left: 7px;
          position: relative;
          top: -8px; }
          @media (max-width: 767px) {
            .single_news .news_link .news_header_wrap .news_date .month {
              top: 0; } }
      .single_news .news_link .news_header_wrap .news_intro {
        font-weight: 700;
        color: #696969;
        line-height: 1.6; }
      .single_news .news_link .news_header_wrap .news_see {
        position: absolute;
        right: 22px;
        bottom: 20px; }
        .single_news .news_link .news_header_wrap .news_see .see_link {
          position: relative;
          transition: 0.5s all ease-in-out; }
    .single_news .news_link:hover .news_main_img img {
      transform: scale(1.1, 1.1); }
    .single_news .news_link:hover .see_link {
      opacity: 0.7; }
  .single_news.big {
    position: relative;
    border: none;
    padding-bottom: 20px; }
    .single_news.big::before {
      content: '';
      width: 242px;
      height: 242px;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      left: -120px;
      bottom: -40px;
      background-image: url("assets/images/news_big.svg"); }
      @media (max-width: 1599px) {
        .single_news.big::before {
          width: 200px;
          height: 200px;
          left: -100px;
          bottom: -30px; } }
      @media (max-width: 1199px) {
        .single_news.big::before {
          bottom: auto;
          top: -50px; } }
      @media (max-width: 767px) {
        .single_news.big::before {
          width: 160px;
          height: 160px; } }
    .single_news.big::after {
      content: '';
      width: 70px;
      height: 88px;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      left: -30px;
      bottom: 30px;
      background-image: url("assets/images/news_big1.svg");
      z-index: 2; }
      @media (max-width: 1199px) {
        .single_news.big::after {
          bottom: auto;
          top: 0; } }
      @media (max-width: 767px) {
        .single_news.big::after {
          width: 50px;
          height: 70px; } }
    .single_news.big .news_link > .row {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .single_news.big .news_link .subpage_header {
      margin-bottom: 30px; }
      @media (max-width: 1599px) {
        .single_news.big .news_link .subpage_header {
          display: none; } }
    .single_news.big .news_link .news_main_img {
      height: 460px; }
      @media (max-width: 1199px) {
        .single_news.big .news_link .news_main_img {
          height: 400px; } }
      @media (max-width: 991px) {
        .single_news.big .news_link .news_main_img {
          height: 340px; } }
    .single_news.big .news_link .news_header_wrap {
      padding: 15px 0; }
      .single_news.big .news_link .news_header_wrap .news_date {
        margin-top: 0; }
        .single_news.big .news_link .news_header_wrap .news_date > div {
          vertical-align: middle; }
        .single_news.big .news_link .news_header_wrap .news_date .month {
          top: 0; }
      .single_news.big .news_link .news_header_wrap .news_txt_cut {
        font-size: 1.6rem;
        color: #696969;
        margin-top: 15px;
        line-height: 1.6; }
        @media (max-width: 767px) {
          .single_news.big .news_link .news_header_wrap .news_txt_cut {
            display: none; } }
      .single_news.big .news_link .news_header_wrap .news_see {
        position: static;
        margin-top: 20px;
        text-align: right; }
        .single_news.big .news_link .news_header_wrap .news_see .see_link {
          min-width: 130px;
          height: 40px;
          background-color: #fff;
          color: #6E1F79;
          border: 1px solid #6E1F79;
          border-radius: 26px;
          display: inline-block;
          text-align: center;
          line-height: 38px;
          font-size: 1.6rem;
          transition: 0.5s all ease-in-out; }
          .single_news.big .news_link .news_header_wrap .news_see .see_link svg {
            margin-left: 6px;
            width: 16px;
            vertical-align: middle;
            margin-top: -2px; }
            .single_news.big .news_link .news_header_wrap .news_see .see_link svg path {
              fill: #6E1F79;
              transition: 0.5s all ease-in-out; }
    .single_news.big .news_link:hover .news_header_wrap .news_see .see_link {
      background-color: #6E1F79;
      color: #fff;
      opacity: 1; }
      .single_news.big .news_link:hover .news_header_wrap .news_see .see_link svg path {
        fill: #fff; }

/* Single news */
.news_article {
  margin: 0 150px 30px; }
  @media (max-width: 1599px) {
    .news_article {
      margin: 0 0 30px; } }
  .news_article .single_news_img {
    max-width: 100%;
    display: block;
    margin: 0 auto 30px; }
  .news_article .single_news_intro {
    color: #696969; }
    .news_article .single_news_intro .single_news_date {
      font-size: 1.6rem;
      margin-bottom: 15px; }
    .news_article .single_news_intro .subpage_header {
      text-transform: none;
      margin-bottom: 25px; }
  .news_article .news_gallery {
    max-width: 1020px;
    margin: 30px auto;
    position: relative; }
    .news_article .news_gallery .swiper-button-prev {
      left: -70px; }
    .news_article .news_gallery .swiper-button-next {
      right: -70px; }
    .news_article .news_gallery .news_slide {
      height: 586px;
      background-size: cover;
      background-position: center center; }

/* Contact page */
.contact_subpage .contact_top_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 991px) {
    .contact_subpage .contact_top_wrap {
      padding: 0 15px; } }
.contact_subpage .contact_main_img {
  display: inline-block;
  vertical-align: bottom;
  max-width: 816px; }
  @media (max-width: 1599px) {
    .contact_subpage .contact_main_img {
      max-width: 600px; } }
  @media (max-width: 1199px) {
    .contact_subpage .contact_main_img {
      max-width: 500px; } }
  @media (max-width: 991px) {
    .contact_subpage .contact_main_img {
      display: none; } }
.contact_subpage .contact_info {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 15px; }
  @media (max-width: 991px) {
    .contact_subpage .contact_info {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
      margin-left: 0; } }
.contact_subpage .contact_txt {
  margin-top: 40px;
  margin-bottom: 30px; }
  @media (max-width: 1199px) {
    .contact_subpage .contact_txt {
      margin-top: 10px; } }
  @media (max-width: 991px) {
    .contact_subpage .contact_txt {
      margin-top: 40px; } }
  .contact_subpage .contact_txt .contact_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 991px) {
      .contact_subpage .contact_txt .contact_col {
        display: block;
        margin-bottom: 30px; } }
    .contact_subpage .contact_txt .contact_col > span {
      width: 40px;
      height: 40px;
      background-color: #6E1F79;
      color: #fff;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 12px 15px 12px 0; }
      @media (max-width: 991px) {
        .contact_subpage .contact_txt .contact_col > span {
          margin: 0 auto 10px; } }
    .contact_subpage .contact_txt .contact_col > div {
      color: #696969;
      line-height: 1.6; }
      .contact_subpage .contact_txt .contact_col > div a {
        color: #696969; }
        .contact_subpage .contact_txt .contact_col > div a:hover {
          opacity: 0.7; }
.contact_subpage .make_visit {
  color: #fff;
  background-color: #6E1F79;
  display: inline-block;
  width: 624px;
  border-radius: 28px 28px 0 0;
  padding: 26px 54px 15px;
  position: relative; }
  @media (max-width: 1599px) {
    .contact_subpage .make_visit {
      width: 500px; } }
  @media (max-width: 1199px) {
    .contact_subpage .make_visit {
      width: 400px; } }
  @media (max-width: 575px) {
    .contact_subpage .make_visit {
      width: 360px;
      max-width: 100%;
      padding: 26px 30px 15px; } }
  @media (max-width: 480px) {
    .contact_subpage .make_visit {
      padding: 26px 15px 15px; } }
  .contact_subpage .make_visit > svg {
    position: absolute;
    right: -65px;
    top: -45px; }
    @media (max-width: 575px) {
      .contact_subpage .make_visit > svg {
        width: 100px;
        right: -35px; } }
    @media (max-width: 480px) {
      .contact_subpage .make_visit > svg {
        display: none; } }
  .contact_subpage .make_visit p {
    font-family: 'museo-slab', serif;
    font-weight: 700;
    font-size: 2.5rem; }
  .contact_subpage .make_visit a {
    background-color: #fff;
    color: #6E1F79;
    display: inline-block;
    padding: 11px 29px;
    border-radius: 26px;
    margin-top: 15px;
    transition: 0.5s all ease-in-out; }
    .contact_subpage .make_visit a svg {
      margin-left: 15px;
      width: 15px;
      vertical-align: middle; }
      .contact_subpage .make_visit a svg path {
        fill: #6E1F79; }
    .contact_subpage .make_visit a:hover {
      -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1); }
.contact_subpage .map_wrap {
  width: 100%;
  height: 410px; }
  @media (max-width: 1599px) {
    .contact_subpage .map_wrap {
      height: 380px; } }
  @media (max-width: 1199px) {
    .contact_subpage .map_wrap {
      height: 350px; } }
  @media (max-width: 767px) {
    .contact_subpage .map_wrap {
      height: 300px; } }
  .contact_subpage .map_wrap iframe {
    width: 100%;
    height: 100%; }

/* Static */
.static_subpage {
  margin-top: 10px;
  margin-bottom: 50px; }
  .static_subpage .subpage_header {
    margin-bottom: 25px; }
  .static_subpage .static_txt {
    color: #696969;
    line-height: normal; }
    .static_subpage .static_txt h3 {
      font-family: 'museo-slab', serif;
      font-weight: 700;
      margin: 20px 0;
      font-size: 1.8rem; }
      @media (max-width: 575px) {
        .static_subpage .static_txt h3 {
          font-size: 1.6rem; } }
    .static_subpage .static_txt p {
      margin: 15px 0;
      line-height: 1.6; }
      @media (max-width: 575px) {
        .static_subpage .static_txt p {
          font-size: 1.4rem; } }

/* 404 */
.page404 {
  margin-bottom: 50px; }
  .page404 .subpage_header {
    margin-top: 40px;
    margin-bottom: 35px; }
  .page404 a {
    border: 1px solid #6E1F79;
    background-color: #6E1F79;
    color: #fff;
    display: inline-block;
    border-radius: 26px;
    text-transform: uppercase;
    padding: 10px 50px;
    font-weight: 600;
    transition: 0.5s all ease-in-out; }
    @media (max-width: 575px) {
      .page404 a {
        padding: 10px 35px;
        font-size: 1.4rem; } }
    @media (max-width: 480px) {
      .page404 a {
        padding: 10px 15px; } }
    .page404 a svg {
      margin-left: 8px;
      max-width: 18px; }
      .page404 a svg path {
        fill: #fff;
        transition: 0.5s all ease-in-out; }
    .page404 a:hover {
      background-color: #fff;
      color: #6E1F79; }
      .page404 a:hover svg path {
        fill: #6E1F79; }

/* Search results */
.search_subpage {
  margin-top: 40px;
  margin-bottom: 70px; }
  .search_subpage .subpage_header {
    text-transform: none;
    font-size: 2.5rem;
    margin-bottom: 40px; }

/* Funding page */
.funding_forms_subpage {
  padding-top: 30px;
  overflow-x: hidden; }
  @media (max-width: 991px) {
    .funding_forms_subpage {
      padding-top: 10px; } }
  .funding_forms_subpage > .container {
    margin-bottom: -130px; }
    @media (max-width: 1599px) {
      .funding_forms_subpage > .container {
        margin-bottom: -105px; } }
    @media (max-width: 1199px) {
      .funding_forms_subpage > .container {
        margin-bottom: -90px; } }
    @media (max-width: 991px) {
      .funding_forms_subpage > .container {
        margin-bottom: -350px; } }
    @media (max-width: 575px) {
      .funding_forms_subpage > .container {
        margin-bottom: -790px; } }
    @media (max-width: 480px) {
      .funding_forms_subpage > .container {
        margin-bottom: -650px; } }
  .funding_forms_subpage .subpage_header {
    line-height: 1.2;
    position: relative; }
    .funding_forms_subpage .subpage_header::after {
      content: '';
      width: 208px;
      height: 208px;
      background-image: url("assets/images/ball_left.svg");
      position: absolute;
      z-index: -5;
      left: -120px;
      top: -20px; }
      @media (max-width: 1199px) {
        .funding_forms_subpage .subpage_header::after {
          width: 180px;
          height: 180px;
          background-size: contain;
          left: -90px; } }
      @media (max-width: 991px) {
        .funding_forms_subpage .subpage_header::after {
          top: -8px; } }
      @media (max-width: 480px) {
        .funding_forms_subpage .subpage_header::after {
          width: 120px;
          height: 120px;
          left: -70px; } }
  .funding_forms_subpage .funding_forms_tiles {
    margin-top: 60px;
    position: relative; }
    @media (max-width: 991px) {
      .funding_forms_subpage .funding_forms_tiles {
        margin-top: 40px; } }
    .funding_forms_subpage .funding_forms_tiles::before {
      content: '';
      width: 208px;
      height: 208px;
      background-image: url("assets/images/ball_right.svg");
      position: absolute;
      z-index: -5;
      right: -110px;
      bottom: -120px; }
      @media (max-width: 1199px) {
        .funding_forms_subpage .funding_forms_tiles::before {
          width: 180px;
          height: 180px;
          right: -83px;
          bottom: -97px;
          background-size: contain; } }
      @media (max-width: 991px) {
        .funding_forms_subpage .funding_forms_tiles::before {
          right: -81px;
          bottom: -52px; } }
      @media (max-width: 575px) {
        .funding_forms_subpage .funding_forms_tiles::before {
          right: -30px; } }
    .funding_forms_subpage .funding_forms_tiles::after {
      content: '';
      width: 74px;
      height: 90px;
      background-image: url("assets/images/half_circle.svg");
      position: absolute;
      z-index: -5;
      right: -40px;
      bottom: -150px; }
      @media (max-width: 1199px) {
        .funding_forms_subpage .funding_forms_tiles::after {
          width: 60px;
          background-size: contain;
          background-repeat: no-repeat;
          right: -20px;
          bottom: -127px; } }
      @media (max-width: 991px) {
        .funding_forms_subpage .funding_forms_tiles::after {
          bottom: -85px; } }
      @media (max-width: 575px) {
        .funding_forms_subpage .funding_forms_tiles::after {
          right: 40px; } }
    .funding_forms_subpage .funding_forms_tiles .funding_tile_col > a {
      background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='18' ry='18' stroke='%236E1F79FF' stroke-width='2' stroke-dasharray='8' stroke-dashoffset='8' stroke-linecap='butt'/%3e%3c/svg%3e");
      display: block;
      border-radius: 18px;
      height: 260px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      transition: 0.5s all ease-in-out;
      background-color: #fff;
      color: #6E1F79;
      padding: 15px; }
      @media (max-width: 1599px) {
        .funding_forms_subpage .funding_forms_tiles .funding_tile_col > a {
          height: 210px;
          padding: 10px; } }
      @media (max-width: 1199px) {
        .funding_forms_subpage .funding_forms_tiles .funding_tile_col > a {
          height: 180px; } }
      @media (max-width: 991px) {
        .funding_forms_subpage .funding_forms_tiles .funding_tile_col > a {
          margin-bottom: 40px; } }
      @media (max-width: 480px) {
        .funding_forms_subpage .funding_forms_tiles .funding_tile_col > a {
          height: 140px; } }
      .funding_forms_subpage .funding_forms_tiles .funding_tile_col > a h3 {
        font-family: 'museo-slab', serif;
        font-weight: 700;
        font-size: 2.5rem;
        line-height: 1.3;
        height: 50px;
        margin-bottom: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media (max-width: 1199px) {
          .funding_forms_subpage .funding_forms_tiles .funding_tile_col > a h3 {
            margin-bottom: 20px;
            font-size: 2.2rem; } }
        @media (max-width: 767px) {
          .funding_forms_subpage .funding_forms_tiles .funding_tile_col > a h3 {
            font-size: 2.1rem; } }
        @media (max-width: 480px) {
          .funding_forms_subpage .funding_forms_tiles .funding_tile_col > a h3 {
            font-size: 1.9rem;
            margin-bottom: 15px; } }
      @media (max-width: 480px) {
        .funding_forms_subpage .funding_forms_tiles .funding_tile_col > a svg {
          width: 19px;
          height: auto; } }
      .funding_forms_subpage .funding_forms_tiles .funding_tile_col > a svg path {
        fill: #6E1F79;
        transition: 0.5s all ease-in-out; }
      .funding_forms_subpage .funding_forms_tiles .funding_tile_col > a:hover {
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='18' ry='18' stroke='%23ffffffFF' stroke-width='2' stroke-dasharray='8' stroke-dashoffset='8' stroke-linecap='butt'/%3e%3c/svg%3e");
        background-color: #6E1F79;
        color: #fff; }
        .funding_forms_subpage .funding_forms_tiles .funding_tile_col > a:hover svg path {
          fill: #fff; }
  .funding_forms_subpage .funding_bck {
    width: 100%;
    height: 306px;
    background-color: #6E1F79;
    z-index: -10;
    position: relative; }
    @media (max-width: 1199px) {
      .funding_forms_subpage .funding_bck {
        height: 280px; } }
    @media (max-width: 991px) {
      .funding_forms_subpage .funding_bck {
        height: 480px; } }
    @media (max-width: 575px) {
      .funding_forms_subpage .funding_bck {
        height: 880px; } }
    @media (max-width: 480px) {
      .funding_forms_subpage .funding_bck {
        height: 750px; } }

/* Funding single form subpage */
.funding_form_single {
  padding-bottom: 35px;
  overflow-x: hidden; }
  @media (max-width: 767px) {
    .funding_form_single {
      padding-bottom: 50px; } }
  @media (max-width: 480px) {
    .funding_form_single {
      padding-bottom: 70px; } }
  .funding_form_single .subpage_header {
    margin: 25px 0 30px; }
  .funding_form_single .funding_form_txt {
    color: #696969;
    line-height: 1.6;
    font-size: 1.8rem; }
    @media (max-width: 575px) {
      .funding_form_single .funding_form_txt {
        font-size: 1.6rem; } }
    .funding_form_single .funding_form_txt a {
      color: #6E1F79; }
    .funding_form_single .funding_form_txt ul {
      list-style: disc;
      padding-left: 30px; }
      .funding_form_single .funding_form_txt ul li {
        margin: 15px 0; }
    .funding_form_single .funding_form_txt ol {
      list-style: none;
      counter-reset: ol_counter;
      padding-left: 80px;
      margin: 35px 0; }
      @media (max-width: 991px) {
        .funding_form_single .funding_form_txt ol {
          padding-left: 0; } }
      .funding_form_single .funding_form_txt ol li {
        position: relative;
        margin-bottom: 25px; }
        .funding_form_single .funding_form_txt ol li strong {
          margin-bottom: 15px;
          display: inline-block; }
        .funding_form_single .funding_form_txt ol li:last-child {
          margin-bottom: 0; }
        .funding_form_single .funding_form_txt ol li::before {
          counter-increment: ol_counter;
          content: counter(ol_counter);
          position: absolute;
          width: 60px;
          height: 60px;
          background-color: #6E1F79;
          color: #fff;
          font-size: 3.5rem;
          font-family: 'museo-slab', serif;
          font-weight: 700;
          border-radius: 50%;
          text-align: center;
          line-height: 60px;
          left: -80px; }
          @media (max-width: 991px) {
            .funding_form_single .funding_form_txt ol li::before {
              position: static;
              display: inline-block;
              margin-bottom: 15px; } }
  .funding_form_single .funding_banner {
    margin: 30px auto 0;
    max-width: 1280px;
    width: 100%;
    background-color: #6E1F79;
    color: #fff;
    border-radius: 25px;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative; }
    @media (max-width: 767px) {
      .funding_form_single .funding_banner {
        display: block; } }
    .funding_form_single .funding_banner::after {
      content: '';
      width: 168px;
      height: 168px;
      background-image: url("assets/images/funding_pattern2.svg");
      background-size: contain;
      position: absolute;
      right: -50px;
      bottom: 0; }
      @media (max-width: 1199px) {
        .funding_form_single .funding_banner::after {
          width: 120px;
          height: 120px; } }
      @media (max-width: 767px) {
        .funding_form_single .funding_banner::after {
          width: 140px;
          height: 140px;
          right: -20px;
          bottom: -40px; } }
    .funding_form_single .funding_banner .funding_img {
      width: 500px;
      position: relative;
      background-size: cover;
      background-position: center;
      border-bottom-left-radius: 25px;
      border-top-left-radius: 25px; }
      @media (max-width: 991px) {
        .funding_form_single .funding_banner .funding_img {
          width: 420px; } }
      @media (max-width: 767px) {
        .funding_form_single .funding_banner .funding_img {
          width: 100%;
          padding-bottom: 45%;
          border-bottom-left-radius: 0;
          border-top-right-radius: 25px; } }
      @media (max-width: 575px) {
        .funding_form_single .funding_banner .funding_img {
          padding-bottom: 50%; } }
      @media (max-width: 480px) {
        .funding_form_single .funding_banner .funding_img {
          padding-bottom: 60%; } }
      .funding_form_single .funding_banner .funding_img::after {
        content: '';
        width: 128px;
        height: 128px;
        background-image: url("assets/images/funding_pattern.svg");
        background-size: contain;
        position: absolute;
        right: 0;
        transform: translateX(40%); }
        @media (max-width: 991px) {
          .funding_form_single .funding_banner .funding_img::after {
            display: none; } }
    .funding_form_single .funding_banner .funding_banner_txt {
      font-size: 2.5rem;
      font-family: 'museo-slab', serif;
      font-weight: 700;
      max-width: 605px;
      line-height: 1.2;
      padding: 50px 20px 40px 50px; }
      @media (max-width: 1199px) {
        .funding_form_single .funding_banner .funding_banner_txt {
          font-size: 2.2rem; } }
      @media (max-width: 991px) {
        .funding_form_single .funding_banner .funding_banner_txt {
          padding: 40px 20px; } }
      @media (max-width: 767px) {
        .funding_form_single .funding_banner .funding_banner_txt {
          padding: 40px 20px 100px;
          font-size: 2rem; } }
      .funding_form_single .funding_banner .funding_banner_txt button {
        margin-top: 30px;
        min-width: 130px;
        height: 40px;
        background-color: #fff;
        color: #6E1F79;
        border: 1px solid #6E1F79;
        border-radius: 26px;
        display: inline-block;
        text-align: center;
        line-height: 38px;
        font-size: 1.6rem;
        transition: 0.5s all ease-in-out;
        border: 1px solid #fff;
        cursor: pointer; }
        .funding_form_single .funding_banner .funding_banner_txt button svg {
          margin-left: 6px;
          width: 16px;
          vertical-align: middle;
          margin-top: -2px; }
          .funding_form_single .funding_banner .funding_banner_txt button svg path {
            fill: #6E1F79;
            transition: 0.5s all ease-in-out; }
        .funding_form_single .funding_banner .funding_banner_txt button:hover {
          background-color: #6E1F79;
          color: #fff; }
          .funding_form_single .funding_banner .funding_banner_txt button:hover svg path {
            fill: #fff; }
    .funding_form_single .funding_banner:hover button {
      background-color: #6E1F79;
      color: #fff; }
      .funding_form_single .funding_banner:hover button svg path {
        fill: #fff; }

/* Operations treatment page */
.operations_subpage {
  overflow-x: hidden; }
  .operations_subpage .operations_intro {
    margin: 5px 0 25px;
    position: relative;
    color: #696969;
    line-height: 1.4; }
    .operations_subpage .operations_intro::before {
      content: '';
      width: 208px;
      height: 208px;
      background-image: url("assets/images/ball_left.svg");
      position: absolute;
      left: 0;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media (max-width: 767px) {
        .operations_subpage .operations_intro::before {
          width: 180px;
          height: 180px;
          background-size: contain; } }
      @media (max-width: 575px) {
        .operations_subpage .operations_intro::before {
          width: 160px;
          height: 160px; } }
      @media (max-width: 480px) {
        .operations_subpage .operations_intro::before {
          width: 120px;
          height: 120px; } }
    .operations_subpage .operations_intro > .row {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
    .operations_subpage .operations_intro .operations_main_img {
      width: 100%; }
      @media (max-width: 1599px) {
        .operations_subpage .operations_intro .operations_main_img {
          max-height: 450px;
          -o-object-fit: cover;
          object-fit: cover;
          margin-bottom: 20px; } }
      @media (max-width: 1199px) {
        .operations_subpage .operations_intro .operations_main_img {
          max-height: 400px; } }
      @media (max-width: 991px) {
        .operations_subpage .operations_intro .operations_main_img {
          max-height: 370px;
          margin-bottom: 0; } }
      @media (max-width: 767px) {
        .operations_subpage .operations_intro .operations_main_img {
          max-height: 330px; } }
      @media (max-width: 575px) {
        .operations_subpage .operations_intro .operations_main_img {
          max-height: 300px; } }
      @media (max-width: 480px) {
        .operations_subpage .operations_intro .operations_main_img {
          max-height: 270px; } }
    .operations_subpage .operations_intro .subpage_header {
      margin-bottom: 30px; }
      @media (max-width: 1199px) {
        .operations_subpage .operations_intro .subpage_header {
          margin-bottom: 20px; } }
      @media (max-width: 991px) {
        .operations_subpage .operations_intro .subpage_header {
          margin-top: 20px; } }
    .operations_subpage .operations_intro .operations_intro_bold {
      font-family: 'museo-slab', serif;
      font-weight: 700;
      font-size: 1.8rem;
      margin-bottom: 30px; }
      @media (max-width: 480px) {
        .operations_subpage .operations_intro .operations_intro_bold {
          font-size: 1.6rem; } }
    .operations_subpage .operations_intro .operations_intro_normal {
      line-height: 1.6; }
  .operations_subpage .operations_tiles {
    margin-bottom: -150px;
    position: relative; }
    @media (max-width: 991px) {
      .operations_subpage .operations_tiles {
        margin-top: 40px;
        margin-bottom: -542px; } }
    @media (max-width: 767px) {
      .operations_subpage .operations_tiles {
        margin-bottom: -494px; } }
    @media (max-width: 480px) {
      .operations_subpage .operations_tiles {
        margin-bottom: -418px; } }
    .operations_subpage .operations_tiles::before {
      content: '';
      width: 222px;
      height: 222px;
      background-image: url("assets/images/operations_pattern.svg");
      background-size: contain;
      position: absolute;
      right: -116px;
      bottom: -100px; }
      @media (max-width: 991px) {
        .operations_subpage .operations_tiles::before {
          right: -25px; } }
      @media (max-width: 480px) {
        .operations_subpage .operations_tiles::before {
          width: 180px;
          height: 180px;
          bottom: -60px; } }
    .operations_subpage .operations_tiles .operation_tile_col > a {
      background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='18' ry='18' stroke='%236E1F79FF' stroke-width='2' stroke-dasharray='8' stroke-dashoffset='8' stroke-linecap='butt'/%3e%3c/svg%3e");
      display: block;
      border-radius: 18px;
      height: 206px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      transition: 0.5s all ease-in-out;
      background-color: #fff; }
      @media (max-width: 991px) {
        .operations_subpage .operations_tiles .operation_tile_col > a {
          height: 180px;
          max-width: 500px;
          margin: 0 auto 30px; } }
      @media (max-width: 767px) {
        .operations_subpage .operations_tiles .operation_tile_col > a {
          height: 160px; } }
      @media (max-width: 480px) {
        .operations_subpage .operations_tiles .operation_tile_col > a {
          height: 130px; } }
      .operations_subpage .operations_tiles .operation_tile_col > a h3 {
        font-family: 'museo-slab', serif;
        font-weight: 700;
        font-size: 2.5rem;
        line-height: 1.3;
        height: 50px;
        margin-bottom: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #6E1F79;
        transition: 0.5s all ease-in-out; }
        @media (max-width: 991px) {
          .operations_subpage .operations_tiles .operation_tile_col > a h3 {
            font-size: 2.3rem; } }
        @media (max-width: 767px) {
          .operations_subpage .operations_tiles .operation_tile_col > a h3 {
            margin-bottom: 30px; } }
        @media (max-width: 480px) {
          .operations_subpage .operations_tiles .operation_tile_col > a h3 {
            font-size: 1.9rem;
            padding: 0 10px;
            margin-bottom: 20px; } }
      .operations_subpage .operations_tiles .operation_tile_col > a svg path {
        fill: #6E1F79;
        transition: 0.5s all ease-in-out; }
      .operations_subpage .operations_tiles .operation_tile_col > a:hover {
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='18' ry='18' stroke='%23ffffffFF' stroke-width='2' stroke-dasharray='8' stroke-dashoffset='8' stroke-linecap='butt'/%3e%3c/svg%3e");
        background-color: #6E1F79;
        color: #fff; }
        .operations_subpage .operations_tiles .operation_tile_col > a:hover h3 {
          color: #fff; }
        .operations_subpage .operations_tiles .operation_tile_col > a:hover svg path {
          fill: #fff; }
  .operations_subpage .operations_bck {
    background-color: #F9C450;
    width: 100%;
    height: 306px;
    z-index: -10;
    position: relative; }
    @media (max-width: 991px) {
      .operations_subpage .operations_bck {
        height: 680px; } }
    @media (max-width: 767px) {
      .operations_subpage .operations_bck {
        height: 620px; } }
    @media (max-width: 480px) {
      .operations_subpage .operations_bck {
        height: 506px; } }

/* Pre-operative qualification */
.operations_subpage.pre_qual {
  margin-bottom: 25px; }
  @media (max-width: 1599px) {
    .operations_subpage.pre_qual .operations_intro .subpage_header {
      margin-bottom: 20px; } }
  .operations_subpage.pre_qual .pre_qual_txt {
    color: #696969;
    line-height: 1.4;
    font-size: 1.8rem;
    margin: 0 100px; }
    @media (max-width: 1599px) {
      .operations_subpage.pre_qual .pre_qual_txt {
        margin: 0; } }
    @media (max-width: 767px) {
      .operations_subpage.pre_qual .pre_qual_txt {
        font-size: 1.6rem; } }
    .operations_subpage.pre_qual .pre_qual_txt h3 {
      color: #6E1F79;
      font-family: 'museo-slab', serif;
      font-weight: 700;
      font-size: 2.5rem;
      margin-top: 25px;
      margin-bottom: 8px; }
    .operations_subpage.pre_qual .pre_qual_txt p {
      margin-bottom: 10px; }
  .operations_subpage.pre_qual .img_txt_wrap {
    font-size: 1.6rem;
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    @media (max-width: 767px) {
      .operations_subpage.pre_qual .img_txt_wrap {
        font-size: 1.4rem;
        margin-bottom: 20px; } }
    .operations_subpage.pre_qual .img_txt_wrap img {
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px; }
      @media (max-width: 991px) {
        .operations_subpage.pre_qual .img_txt_wrap img {
          width: 85px;
          height: auto;
          margin-right: 10px; } }
      @media (max-width: 480px) {
        .operations_subpage.pre_qual .img_txt_wrap img {
          width: 75px;
          min-width: 75px; } }
    .operations_subpage.pre_qual .img_txt_wrap a {
      margin-left: 25px;
      position: relative;
      min-width: 130px;
      height: 40px;
      background-color: #fff;
      color: #6E1F79;
      border: 1px solid #6E1F79;
      border-radius: 26px;
      display: inline-block;
      text-align: center;
      line-height: 38px;
      font-size: 1.6rem;
      transition: 0.5s all ease-in-out; }
      .operations_subpage.pre_qual .img_txt_wrap a svg {
        margin-left: 6px;
        width: 16px;
        vertical-align: middle;
        margin-top: -2px; }
        .operations_subpage.pre_qual .img_txt_wrap a svg path {
          fill: #6E1F79;
          transition: 0.5s all ease-in-out; }
      @media (max-width: 991px) {
        .operations_subpage.pre_qual .img_txt_wrap a {
          margin-left: 15px; } }
      @media (max-width: 767px) {
        .operations_subpage.pre_qual .img_txt_wrap a {
          margin-left: 0;
          display: block;
          margin-top: 15px;
          font-size: 1.4rem; } }
      .operations_subpage.pre_qual .img_txt_wrap a::after {
        content: '';
        background-image: url("assets/images/arrow.svg");
        width: 15px;
        height: 9px;
        background-repeat: no-repeat;
        background-size: contain;
        transition: 0.5s all ease-in-out;
        display: inline-block;
        margin-left: 8px; }
      .operations_subpage.pre_qual .img_txt_wrap a:hover {
        background-color: #6E1F79;
        color: #fff; }
        .operations_subpage.pre_qual .img_txt_wrap a:hover svg path {
          fill: #fff; }
        .operations_subpage.pre_qual .img_txt_wrap a:hover::after {
          background-image: url("assets/images/arrow_white.svg"); }

/* Hospital stay */
@media (max-width: 1199px) {
  .operations_subpage.hospital_stay .operations_intro {
    margin-bottom: 0; } }
.operations_subpage.hospital_stay .hospital_stay_txt {
  color: #696969;
  line-height: 1.4;
  font-size: 1.8rem; }
  .operations_subpage.hospital_stay .hospital_stay_txt h3 {
    font-family: 'museo-slab', serif;
    font-weight: 700;
    font-size: 2.5rem; }
    @media (max-width: 767px) {
      .operations_subpage.hospital_stay .hospital_stay_txt h3 {
        font-size: 2.3rem; } }
  .operations_subpage.hospital_stay .hospital_stay_txt ol {
    list-style: none;
    counter-reset: ol_counter;
    padding-left: 70px;
    margin: 45px 80px; }
    @media (max-width: 1599px) {
      .operations_subpage.hospital_stay .hospital_stay_txt ol {
        margin: 45px 0; } }
    @media (max-width: 767px) {
      .operations_subpage.hospital_stay .hospital_stay_txt ol {
        padding-left: 0; } }
    .operations_subpage.hospital_stay .hospital_stay_txt ol li {
      position: relative;
      margin-bottom: 45px; }
      .operations_subpage.hospital_stay .hospital_stay_txt ol li:last-child {
        margin-bottom: 0; }
      .operations_subpage.hospital_stay .hospital_stay_txt ol li::before {
        counter-increment: ol_counter;
        content: counter(ol_counter);
        position: absolute;
        width: 44px;
        height: 44px;
        background-color: #6E1F79;
        color: #fff;
        font-size: 2.4rem;
        font-family: 'museo-slab', serif;
        font-weight: 700;
        border-radius: 50%;
        text-align: center;
        line-height: 44px;
        left: -70px;
        top: -10px; }
        @media (max-width: 767px) {
          .operations_subpage.hospital_stay .hospital_stay_txt ol li::before {
            position: static;
            display: block;
            margin-bottom: 10px; } }
.operations_subpage.hospital_stay .hospital_stay_important {
  background-color: #6E1F79;
  color: #fff;
  position: relative;
  margin-top: 50px;
  margin-bottom: 40px; }
  @media (max-width: 1599px) {
    .operations_subpage.hospital_stay .hospital_stay_important {
      padding-bottom: 50px; } }
  .operations_subpage.hospital_stay .hospital_stay_important > .container {
    position: relative;
    z-index: 2; }
  .operations_subpage.hospital_stay .hospital_stay_important::before, .operations_subpage.hospital_stay .hospital_stay_important::after {
    content: '';
    width: 100%;
    height: 100px;
    background-color: #fff;
    position: absolute;
    left: 0; }
    @media (max-width: 767px) {
      .operations_subpage.hospital_stay .hospital_stay_important::before, .operations_subpage.hospital_stay .hospital_stay_important::after {
        height: 60px; } }
  .operations_subpage.hospital_stay .hospital_stay_important::before {
    top: -1px; }
  .operations_subpage.hospital_stay .hospital_stay_important::after {
    bottom: -1px; }
    @media (max-width: 1599px) {
      .operations_subpage.hospital_stay .hospital_stay_important::after {
        display: none; } }
  @media (max-width: 1599px) {
    .operations_subpage.hospital_stay .hospital_stay_important .hospital_big_col {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  .operations_subpage.hospital_stay .hospital_stay_important .hospital_bottom_txt {
    font-size: 1.8rem;
    line-height: 1.4; }
    .operations_subpage.hospital_stay .hospital_stay_important .hospital_bottom_txt h3 {
      font-family: 'museo-slab', serif;
      font-weight: 700;
      font-size: 2.5rem;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .operations_subpage.hospital_stay .hospital_stay_important .hospital_bottom_txt h3 {
          font-size: 2.3rem; } }
  .operations_subpage.hospital_stay .hospital_stay_important .hospital_img {
    width: 100%;
    max-height: 510px;
    -o-object-fit: cover;
    object-fit: cover; }
    @media (max-width: 1599px) {
      .operations_subpage.hospital_stay .hospital_stay_important .hospital_img {
        max-height: 450px;
        margin-bottom: 20px; } }
    @media (max-width: 1199px) {
      .operations_subpage.hospital_stay .hospital_stay_important .hospital_img {
        max-height: 400px; } }
    @media (max-width: 991px) {
      .operations_subpage.hospital_stay .hospital_stay_important .hospital_img {
        max-height: 370px; } }
    @media (max-width: 767px) {
      .operations_subpage.hospital_stay .hospital_stay_important .hospital_img {
        max-height: 330px; } }
    @media (max-width: 575px) {
      .operations_subpage.hospital_stay .hospital_stay_important .hospital_img {
        max-height: 300px; } }
    @media (max-width: 480px) {
      .operations_subpage.hospital_stay .hospital_stay_important .hospital_img {
        max-height: 270px; } }
  .operations_subpage.hospital_stay .hospital_stay_important .hospital_parents {
    margin-bottom: 55px; }
    .operations_subpage.hospital_stay .hospital_stay_important .hospital_parents > .row {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
  @media (max-width: 1599px) {
    .operations_subpage.hospital_stay .hospital_stay_important .hospital_animation .hospital_big_col:first-child {
      order: 2; } }
.operations_subpage.hospital_stay .hospital_banners {
  margin-bottom: 35px; }
  @media (max-width: 480px) {
    .operations_subpage.hospital_stay .hospital_banners {
      margin-bottom: 70px; } }
  .operations_subpage.hospital_stay .hospital_banners .hospital_coordinator {
    border: 1px solid #6E1F79;
    border-radius: 28px;
    padding: 5px 20px;
    height: 208px;
    color: #696969;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 991px) {
      .operations_subpage.hospital_stay .hospital_banners .hospital_coordinator {
        margin-bottom: 40px; } }
    @media (max-width: 480px) {
      .operations_subpage.hospital_stay .hospital_banners .hospital_coordinator {
        height: auto;
        padding: 15px 10px 35px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .operations_subpage.hospital_stay .hospital_banners .hospital_coordinator > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 480px) {
        .operations_subpage.hospital_stay .hospital_banners .hospital_coordinator > div {
          display: block;
          text-align: center; } }
    @media (max-width: 1199px) {
      .operations_subpage.hospital_stay .hospital_banners .hospital_coordinator img {
        max-width: 130px; } }
    @media (max-width: 480px) {
      .operations_subpage.hospital_stay .hospital_banners .hospital_coordinator img {
        max-width: 160px;
        margin-bottom: 30px; } }
    .operations_subpage.hospital_stay .hospital_banners .hospital_coordinator .hospital_coordinator_txt {
      margin-left: 40px; }
      @media (max-width: 1199px) {
        .operations_subpage.hospital_stay .hospital_banners .hospital_coordinator .hospital_coordinator_txt {
          margin-left: 20px; } }
      .operations_subpage.hospital_stay .hospital_banners .hospital_coordinator .hospital_coordinator_txt h3 {
        font-family: 'museo-slab', serif;
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 2.5rem; }
        @media (max-width: 1199px) {
          .operations_subpage.hospital_stay .hospital_banners .hospital_coordinator .hospital_coordinator_txt h3 {
            font-size: 2.2rem; } }
      .operations_subpage.hospital_stay .hospital_banners .hospital_coordinator .hospital_coordinator_txt p {
        margin-bottom: 15px; }
      .operations_subpage.hospital_stay .hospital_banners .hospital_coordinator .hospital_coordinator_txt a {
        color: #696969; }
        .operations_subpage.hospital_stay .hospital_banners .hospital_coordinator .hospital_coordinator_txt a:hover {
          opacity: 0.7; }
  .operations_subpage.hospital_stay .hospital_banners .hospital_funding {
    background-color: #6E1F79;
    border-radius: 28px;
    padding: 10px 45px;
    height: 208px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    @media (max-width: 480px) {
      .operations_subpage.hospital_stay .hospital_banners .hospital_funding {
        height: auto;
        padding: 65px 10px;
        text-align: center; } }
    .operations_subpage.hospital_stay .hospital_banners .hospital_funding::after {
      content: '';
      background-image: url("assets/images/hospital_pattern.svg");
      width: 185px;
      height: 135px;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translate(35%, -50%);
      -ms-transform: translate(35%, -50%);
      transform: translate(35%, -50%); }
      @media (max-width: 1599px) {
        .operations_subpage.hospital_stay .hospital_banners .hospital_funding::after {
          top: auto;
          bottom: 0;
          -webkit-transform: translate(35%, 0%);
          -ms-transform: translate(35%, 0%);
          transform: translate(35%, 0%); } }
      @media (max-width: 991px) {
        .operations_subpage.hospital_stay .hospital_banners .hospital_funding::after {
          top: 50%;
          bottom: auto;
          -webkit-transform: translate(35%, -50%);
          -ms-transform: translate(35%, -50%);
          transform: translate(35%, -50%); } }
      @media (max-width: 480px) {
        .operations_subpage.hospital_stay .hospital_banners .hospital_funding::after {
          top: auto;
          bottom: 0;
          right: 50%;
          -webkit-transform: translate(85%, 50%);
          -ms-transform: translate(85%, 50%);
          transform: translate(85%, 50%); } }
    .operations_subpage.hospital_stay .hospital_banners .hospital_funding p {
      font-family: 'museo-slab', serif;
      font-weight: 700;
      font-size: 2.5rem;
      margin-bottom: 20px; }
    .operations_subpage.hospital_stay .hospital_banners .hospital_funding button {
      cursor: pointer;
      min-width: 130px;
      height: 40px;
      background-color: #fff;
      color: #6E1F79;
      border: 1px solid #6E1F79;
      border-radius: 26px;
      display: inline-block;
      text-align: center;
      line-height: 38px;
      font-size: 1.6rem;
      transition: 0.5s all ease-in-out;
      border: 1px solid #fff; }
      .operations_subpage.hospital_stay .hospital_banners .hospital_funding button svg {
        margin-left: 6px;
        width: 16px;
        vertical-align: middle;
        margin-top: -2px; }
        .operations_subpage.hospital_stay .hospital_banners .hospital_funding button svg path {
          fill: #6E1F79;
          transition: 0.5s all ease-in-out; }
    .operations_subpage.hospital_stay .hospital_banners .hospital_funding:hover button {
      background-color: #6E1F79;
      color: #fff; }
      .operations_subpage.hospital_stay .hospital_banners .hospital_funding:hover button svg path {
        fill: #fff; }

/* Treatments */
.treatments_subpage {
  padding-top: 20px;
  overflow-x: hidden; }
  .treatments_subpage .subpage_header {
    margin-bottom: 30px;
    position: relative; }
    .treatments_subpage .subpage_header::before {
      content: '';
      width: 208px;
      height: 208px;
      background-image: url("assets/images/ball_left.svg");
      position: absolute;
      top: -31px;
      left: 0;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: -1; }
      @media (max-width: 767px) {
        .treatments_subpage .subpage_header::before {
          width: 180px;
          height: 180px;
          background-size: contain; } }
      @media (max-width: 575px) {
        .treatments_subpage .subpage_header::before {
          width: 160px;
          height: 160px; } }
      @media (max-width: 480px) {
        .treatments_subpage .subpage_header::before {
          width: 120px;
          height: 120px; } }
  .treatments_subpage .treatments_wrap {
    background-color: #fff; }
    .treatments_subpage .treatments_wrap .single_treatment {
      padding: 35px 85px 30px 45px;
      background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='18' ry='18' stroke='%236E1F79FF' stroke-width='2' stroke-dasharray='8' stroke-dashoffset='8' stroke-linecap='butt'/%3e%3c/svg%3e");
      margin-bottom: 30px;
      color: #696969;
      line-height: 1.4; }
      @media (max-width: 1199px) {
        .treatments_subpage .treatments_wrap .single_treatment {
          padding: 35px 45px 30px 45px; } }
      @media (max-width: 991px) {
        .treatments_subpage .treatments_wrap .single_treatment {
          padding: 30px 25px; } }
      @media (max-width: 767px) {
        .treatments_subpage .treatments_wrap .single_treatment {
          padding: 25px 20px; } }
      @media (max-width: 575px) {
        .treatments_subpage .treatments_wrap .single_treatment {
          padding: 20px 15px; } }
      .treatments_subpage .treatments_wrap .single_treatment h3 {
        font-family: 'museo-slab', serif;
        font-weight: 700;
        margin-bottom: 12px;
        font-size: 1.8rem; }

/* Team */
.team_subpage {
  margin-top: 15px;
  margin-bottom: 20px;
  overflow-x: hidden; }
  @media (max-width: 575px) {
    .team_subpage {
      margin-top: 0; } }
  .team_subpage .subpage_header--foundation {
    font-size: 2.9rem; }
  .team_subpage .team_first_col {
    position: relative; }
    @media (max-width: 575px) {
      .team_subpage .team_first_col {
        margin-bottom: -10px; } }
    .team_subpage .team_first_col .subpage_header {
      position: relative;
      top: 20px; }
    .team_subpage .team_first_col svg {
      position: absolute;
      right: 0;
      top: 40px;
      width: 460px; }
      @media (max-width: 1599px) {
        .team_subpage .team_first_col svg {
          top: 10px;
          width: 340px; } }
      @media (max-width: 991px) {
        .team_subpage .team_first_col svg {
          position: static;
          margin-bottom: -50px; } }
      @media (max-width: 767px) {
        .team_subpage .team_first_col svg {
          top: 0;
          width: 300px; } }
      @media (max-width: 575px) {
        .team_subpage .team_first_col svg {
          position: static;
          height: auto;
          width: 100%;
          margin-bottom: 0; } }
  .team_subpage .team_category {
    color: #696969;
    font-size: 2.8rem;
    font-family: 'museo-slab', serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: center; }
    @media (max-width: 575px) {
      .team_subpage .team_category {
        font-size: 2.5rem; } }
    .team_subpage .team_category--first {
      margin-bottom: 0;
      margin-top: 150px; }
      @media (max-width: 991px) {
        .team_subpage .team_category--first {
          margin-top: 0;
          margin-bottom: 50px; } }
  .team_subpage .team_tabs {
    margin: 20px 0; }
  .team_subpage .team_tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 144px;
    transition: 0.5s all ease-in-out;
    color: #6E1F79;
    font-size: 2.5rem;
    font-family: 'museo-slab', serif;
    font-weight: 700;
    text-transform: uppercase;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='18' ry='18' stroke='%236E1F79FF' stroke-width='2' stroke-dasharray='4%2c8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 18px;
    margin: 0 0 20px;
    cursor: pointer;
    background-color: #fff;
    border: none;
    padding: 0 15px; }
    @media (max-width: 1599px) {
      .team_subpage .team_tab {
        height: 120px; } }
    @media (max-width: 1199px) {
      .team_subpage .team_tab {
        height: 110px;
        font-size: 2.3rem; } }
    @media (max-width: 991px) {
      .team_subpage .team_tab {
        height: 100px;
        font-size: 1.9rem; } }
    @media (max-width: 767px) {
      .team_subpage .team_tab {
        height: 70px; } }
    @media (max-width: 575px) {
      .team_subpage .team_tab {
        height: 50px;
        font-size: 1.7rem; } }
    .team_subpage .team_tab:hover, .team_subpage .team_tab.active {
      background-color: #6E1F79;
      color: #fff; }
  .team_subpage .team_tab_content {
    display: none; }
    .team_subpage .team_tab_content.active {
      display: block; }
  .team_subpage .single_team {
    display: block;
    border: 1px solid #E3E3E3;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 40px; }
    .team_subpage .single_team .single_team_img {
      width: 100%;
      height: 320px;
      background-size: cover;
      background-position: center center;
      font-size: 0; }
      @media (max-width: 1599px) {
        .team_subpage .single_team .single_team_img {
          height: 240px; } }
      @media (max-width: 991px) {
        .team_subpage .single_team .single_team_img {
          height: 280px; } }
      @media (max-width: 767px) {
        .team_subpage .single_team .single_team_img {
          height: 230px; } }
      @media (max-width: 575px) {
        .team_subpage .single_team .single_team_img {
          height: 0;
          padding-bottom: 70%; } }
    .team_subpage .single_team .single_foundation_img {
      background-size: 60% auto;
      background-repeat: no-repeat; }
    .team_subpage .single_team .single_team_info {
      padding: 15px 20px 45px;
      color: #696969;
      position: relative;
      transition: 0.5s all ease-in-out;
      line-height: 1.4; }
      @media (max-width: 1599px) {
        .team_subpage .single_team .single_team_info {
          padding: 15px 10px 45px; } }
      @media (max-width: 991px) {
        .team_subpage .single_team .single_team_info {
          padding: 15px 20px 45px; } }
      @media (max-width: 767px) {
        .team_subpage .single_team .single_team_info {
          padding: 15px 10px 45px; } }
      @media (max-width: 575px) {
        .team_subpage .single_team .single_team_info {
          padding: 15px 20px 45px; } }
      .team_subpage .single_team .single_team_info h3 {
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 1.8rem; }
      .team_subpage .single_team .single_team_info svg {
        position: absolute;
        right: 20px;
        bottom: 20px; }
        .team_subpage .single_team .single_team_info svg path {
          fill: #6E1F79;
          stroke: #6E1F79;
          transition: 0.5s all ease-in-out; }
    .team_subpage .single_team:hover .single_team_info {
      background-color: #6E1F79;
      color: #fff; }
      .team_subpage .single_team:hover .single_team_info svg path {
        fill: #fff;
        stroke: #fff; }

/* Team - member */
.team_member_subpage {
  overflow-x: hidden;
  margin-top: 20px; }
  .team_member_subpage .member_wrap {
    max-width: 1280px;
    margin: 0 auto 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    @media (max-width: 1199px) {
      .team_member_subpage .member_wrap {
        display: block; } }
    .team_member_subpage .member_wrap .member_img {
      width: 360px;
      min-width: 360px;
      margin-right: 30px;
      position: relative; }
      @media (max-width: 1199px) {
        .team_member_subpage .member_wrap .member_img {
          margin-right: 0;
          margin-bottom: 20px; } }
      @media (max-width: 480px) {
        .team_member_subpage .member_wrap .member_img {
          width: 290px;
          min-width: inherit; } }
      .team_member_subpage .member_wrap .member_img::before {
        content: '';
        width: 242px;
        height: 242px;
        background-image: url("assets/images/team_member_pattern.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: -120px;
        bottom: -60px;
        z-index: -2; }
        @media (max-width: 1199px) {
          .team_member_subpage .member_wrap .member_img::before {
            left: -74px;
            bottom: -47px; } }
      .team_member_subpage .member_wrap .member_img div {
        background-size: cover;
        background-position: center center;
        width: 100%;
        height: 0;
        padding-bottom: 125%;
        border-radius: 18px; }
        @media (max-width: 991px) {
          .team_member_subpage .member_wrap .member_img div {
            padding-bottom: 115%; } }
        @media (max-width: 767px) {
          .team_member_subpage .member_wrap .member_img div {
            padding-bottom: 105%; } }
      .team_member_subpage .member_wrap .member_img--foundation div {
        background-size: 70% auto;
        background-repeat: no-repeat; }
      .team_member_subpage .member_wrap .member_img--foundation::before {
        display: none; }
    .team_member_subpage .member_wrap .member_desc {
      color: #696969;
      font-size: 1.6rem;
      line-height: 1.4; }
      .team_member_subpage .member_wrap .member_desc p {
        margin-bottom: 10px; }
      .team_member_subpage .member_wrap .member_desc header {
        margin-bottom: 25px; }
        .team_member_subpage .member_wrap .member_desc header .subpage_header {
          text-transform: none;
          font-size: 2.5rem;
          margin-bottom: 12px; }
        .team_member_subpage .member_wrap .member_desc header h3 {
          font-weight: 700;
          font-size: 1.8rem; }

/* Patient info. */
.patient_info {
  overflow-x: hidden;
  margin-top: 20px;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .patient_info {
      padding-bottom: 40px; } }
  @media (max-width: 480px) {
    .patient_info {
      padding-bottom: 55px;
      margin-bottom: 0; } }
  .patient_info .patient_info_col.big {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    @media (max-width: 767px) {
      .patient_info .patient_info_col.big {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
  .patient_info .patient_info_tile {
    margin-bottom: 25px; }
    @media (max-width: 1599px) {
      .patient_info .patient_info_tile h3 {
        font-size: 2.1rem;
        height: 50px; } }
    @media (max-width: 1199px) {
      .patient_info .patient_info_tile h3 {
        font-size: 2.5rem;
        height: 60px; } }
    @media (max-width: 991px) {
      .patient_info .patient_info_tile h3 {
        font-size: 2.2rem;
        height: 52px; } }
    @media (max-width: 767px) {
      .patient_info .patient_info_tile h3 {
        height: auto; } }
    @media (max-width: 480px) {
      .patient_info .patient_info_tile h3 {
        font-size: 1.9rem; } }
  @media (max-width: 1599px) {
    .patient_info .sign_online {
      height: 176px; } }
  @media (max-width: 1199px) {
    .patient_info .sign_online {
      width: 100%; }
      .patient_info .sign_online::after {
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%); } }
  @media (max-width: 991px) {
    .patient_info .sign_online {
      padding: 10px 20px; }
      .patient_info .sign_online::after {
        width: 125px;
        height: 95px;
        top: auto;
        bottom: 0;
        -webkit-transform: translate(50%, 0%);
        -ms-transform: translate(50%, 0%);
        transform: translate(50%, 0%); } }
  @media (max-width: 767px) {
    .patient_info .sign_online {
      height: 156px; } }
  @media (max-width: 480px) {
    .patient_info .sign_online {
      height: auto;
      padding: 40px 20px 60px;
      text-align: center; }
      .patient_info .sign_online::after {
        right: 50%;
        -webkit-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
        transform: translate(50%, 50%); } }

/* Rehabilitation */
.rehabilitation_page {
  padding-top: 20px;
  padding-bottom: 35px;
  overflow-x: hidden; }
  @media (max-width: 991px) {
    .rehabilitation_page {
      padding-top: 10px; } }
  @media (max-width: 767px) {
    .rehabilitation_page {
      padding-bottom: 50px; } }
  .rehabilitation_page .subpage_header {
    margin-bottom: 30px;
    position: relative; }
    .rehabilitation_page .subpage_header::after {
      content: '';
      width: 208px;
      height: 208px;
      background-image: url("assets/images/ball_left.svg");
      position: absolute;
      z-index: -5;
      left: -120px;
      top: -20px; }
      @media (max-width: 1199px) {
        .rehabilitation_page .subpage_header::after {
          width: 180px;
          height: 180px;
          background-size: contain;
          left: -90px; } }
      @media (max-width: 991px) {
        .rehabilitation_page .subpage_header::after {
          top: -8px; } }
      @media (max-width: 480px) {
        .rehabilitation_page .subpage_header::after {
          width: 120px;
          height: 120px;
          left: -70px; } }
  .rehabilitation_page .single_rehab {
    margin-bottom: 35px; }
    .rehabilitation_page .single_rehab h3 {
      text-transform: lowercase;
      font-size: 2.4rem; }
      @media (max-width: 1599px) {
        .rehabilitation_page .single_rehab h3 {
          font-size: 2.1rem; } }
      @media (max-width: 480px) {
        .rehabilitation_page .single_rehab h3 {
          font-size: 1.9rem; } }
  .rehabilitation_page .sign_online {
    padding: 15px 20px; }
    @media (max-width: 1599px) {
      .rehabilitation_page .sign_online {
        width: 100%;
        height: 176px; } }
    @media (max-width: 767px) {
      .rehabilitation_page .sign_online {
        height: auto;
        min-height: 156px; } }
    @media (max-width: 480px) {
      .rehabilitation_page .sign_online {
        height: auto;
        padding: 40px 20px 60px;
        text-align: center; } }
    @media (max-width: 1599px) {
      .rehabilitation_page .sign_online::after {
        width: 125px;
        height: 95px;
        top: auto;
        bottom: 0;
        -webkit-transform: translate(50%, 0%);
        -ms-transform: translate(50%, 0%);
        transform: translate(50%, 0%); } }
    @media (max-width: 1199px) {
      .rehabilitation_page .sign_online::after {
        width: 155px;
        height: 115px;
        -webkit-transform: translate(30%, 0%);
        -ms-transform: translate(30%, 0%);
        transform: translate(30%, 0%); } }
    @media (max-width: 991px) {
      .rehabilitation_page .sign_online::after {
        width: 135px;
        height: 100px;
        -webkit-transform: translate(50%, 0%);
        -ms-transform: translate(50%, 0%);
        transform: translate(50%, 0%); } }
    @media (max-width: 767px) {
      .rehabilitation_page .sign_online::after {
        width: 125px;
        height: 95px; } }
    @media (max-width: 480px) {
      .rehabilitation_page .sign_online::after {
        right: 50%;
        -webkit-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
        transform: translate(50%, 50%); } }

/* Rehabilitation article*/
.rehabilitation_single {
  overflow-x: hidden; }
  .rehabilitation_single .rehabilitation_intro {
    margin: 5px 0 25px;
    position: relative;
    color: #696969;
    line-height: 1.4; }
    .rehabilitation_single .rehabilitation_intro::before {
      content: '';
      width: 208px;
      height: 208px;
      background-image: url("assets/images/ball_left.svg");
      position: absolute;
      left: 0;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media (max-width: 767px) {
        .rehabilitation_single .rehabilitation_intro::before {
          width: 180px;
          height: 180px;
          background-size: contain; } }
      @media (max-width: 575px) {
        .rehabilitation_single .rehabilitation_intro::before {
          width: 160px;
          height: 160px; } }
      @media (max-width: 480px) {
        .rehabilitation_single .rehabilitation_intro::before {
          width: 120px;
          height: 120px; } }
    .rehabilitation_single .rehabilitation_intro > .row {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
    .rehabilitation_single .rehabilitation_intro .rehabilitation_main_img {
      width: 100%; }
      @media (max-width: 1599px) {
        .rehabilitation_single .rehabilitation_intro .rehabilitation_main_img {
          max-height: 450px;
          -o-object-fit: cover;
          object-fit: cover;
          margin-bottom: 20px; } }
      @media (max-width: 1199px) {
        .rehabilitation_single .rehabilitation_intro .rehabilitation_main_img {
          max-height: 400px; } }
      @media (max-width: 991px) {
        .rehabilitation_single .rehabilitation_intro .rehabilitation_main_img {
          max-height: 370px;
          margin-bottom: 0; } }
      @media (max-width: 767px) {
        .rehabilitation_single .rehabilitation_intro .rehabilitation_main_img {
          max-height: 330px; } }
      @media (max-width: 575px) {
        .rehabilitation_single .rehabilitation_intro .rehabilitation_main_img {
          max-height: 300px; } }
      @media (max-width: 480px) {
        .rehabilitation_single .rehabilitation_intro .rehabilitation_main_img {
          max-height: 270px; } }
    .rehabilitation_single .rehabilitation_intro .subpage_header {
      margin-bottom: 20px; }
      @media (max-width: 991px) {
        .rehabilitation_single .rehabilitation_intro .subpage_header {
          margin-top: 20px; } }
    .rehabilitation_single .rehabilitation_intro .rehabilitation_intro_bold {
      font-family: 'museo-slab', serif;
      font-weight: 700;
      font-size: 1.8rem;
      margin-bottom: 30px; }
      @media (max-width: 575px) {
        .rehabilitation_single .rehabilitation_intro .rehabilitation_intro_bold {
          font-size: 1.6rem; } }
    .rehabilitation_single .rehabilitation_intro .rehabilitation_intro_normal {
      line-height: 1.6;
      font-size: 1.8rem; }
      @media (max-width: 575px) {
        .rehabilitation_single .rehabilitation_intro .rehabilitation_intro_normal {
          font-size: 1.6rem; } }
  .rehabilitation_single .rehabilitation_middle_txt {
    color: #696969;
    line-height: 1.4;
    font-size: 1.8rem;
    margin: 0 100px; }
    @media (max-width: 1599px) {
      .rehabilitation_single .rehabilitation_middle_txt {
        margin: 0; } }
    @media (max-width: 767px) {
      .rehabilitation_single .rehabilitation_middle_txt {
        font-size: 1.6rem; } }
    .rehabilitation_single .rehabilitation_middle_txt h3 {
      color: #6E1F79;
      font-family: 'museo-slab', serif;
      font-weight: 700;
      font-size: 2.5rem;
      margin-top: 25px;
      margin-bottom: 8px; }
    .rehabilitation_single .rehabilitation_middle_txt p {
      margin-bottom: 10px; }
    .rehabilitation_single .rehabilitation_middle_txt .img_txt_wrap {
      font-size: 1.8rem;
      margin: 20px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      @media (max-width: 767px) {
        .rehabilitation_single .rehabilitation_middle_txt .img_txt_wrap {
          font-size: 1.6rem;
          margin-bottom: 20px; } }
      .rehabilitation_single .rehabilitation_middle_txt .img_txt_wrap img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 25px;
        min-width: 101px; }
        @media (max-width: 991px) {
          .rehabilitation_single .rehabilitation_middle_txt .img_txt_wrap img {
            width: 85px;
            min-width: 85px;
            height: auto;
            margin-right: 10px; } }
        @media (max-width: 480px) {
          .rehabilitation_single .rehabilitation_middle_txt .img_txt_wrap img {
            width: 75px;
            min-width: 75px; } }
      .rehabilitation_single .rehabilitation_middle_txt .img_txt_wrap a {
        margin-left: 25px;
        position: relative;
        min-width: 130px;
        height: 40px;
        background-color: #fff;
        color: #6E1F79;
        border: 1px solid #6E1F79;
        border-radius: 26px;
        display: inline-block;
        text-align: center;
        line-height: 38px;
        font-size: 1.6rem;
        transition: 0.5s all ease-in-out; }
        .rehabilitation_single .rehabilitation_middle_txt .img_txt_wrap a svg {
          margin-left: 6px;
          width: 16px;
          vertical-align: middle;
          margin-top: -2px; }
          .rehabilitation_single .rehabilitation_middle_txt .img_txt_wrap a svg path {
            fill: #6E1F79;
            transition: 0.5s all ease-in-out; }
        @media (max-width: 991px) {
          .rehabilitation_single .rehabilitation_middle_txt .img_txt_wrap a {
            margin-left: 15px; } }
        @media (max-width: 767px) {
          .rehabilitation_single .rehabilitation_middle_txt .img_txt_wrap a {
            margin-left: 0;
            display: block;
            margin-top: 15px;
            font-size: 1.4rem; } }
        .rehabilitation_single .rehabilitation_middle_txt .img_txt_wrap a::after {
          content: '';
          background-image: url("assets/images/arrow.svg");
          width: 15px;
          height: 9px;
          background-repeat: no-repeat;
          background-size: contain;
          transition: 0.5s all ease-in-out;
          display: inline-block;
          margin-left: 8px; }
        .rehabilitation_single .rehabilitation_middle_txt .img_txt_wrap a:hover {
          background-color: #6E1F79;
          color: #fff; }
          .rehabilitation_single .rehabilitation_middle_txt .img_txt_wrap a:hover svg path {
            fill: #fff; }
          .rehabilitation_single .rehabilitation_middle_txt .img_txt_wrap a:hover::after {
            background-image: url("assets/images/arrow_white.svg"); }
    .rehabilitation_single .rehabilitation_middle_txt ul {
      padding-left: 50px;
      margin: 15px 0; }
      .rehabilitation_single .rehabilitation_middle_txt ul li {
        position: relative;
        margin: 15px 0; }
        .rehabilitation_single .rehabilitation_middle_txt ul li::before {
          content: '';
          position: absolute;
          left: -25px;
          top: 9px;
          width: 10px;
          height: 10px;
          background-color: #6E1F79;
          border-radius: 50%; }
  .rehabilitation_single .rehabilitation_banner {
    margin: 40px auto 50px;
    max-width: 760px;
    position: relative;
    text-align: center;
    margin-top: 0; }
    @media (max-width: 1199px) {
      .rehabilitation_single .rehabilitation_banner {
        text-align: center; } }
    .rehabilitation_single .rehabilitation_banner .back_link {
      position: absolute;
      top: 50%;
      left: -70px;
      display: inline-block;
      font-size: 1.6rem;
      padding: 0 35px;
      height: 40px;
      line-height: 36px;
      border: 1px solid #6E1F79;
      background-color: #fff;
      color: #6E1F79;
      border-radius: 26px;
      transition: 0.5s all ease-in-out;
      /*-webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
      transform: translate(-100%, -50%);*/
      position: static;
      display: inline-block; }
      @media (max-width: 1599px) {
        .rehabilitation_single .rehabilitation_banner .back_link {
          left: -40px; } }
      @media (max-width: 1199px) {
        .rehabilitation_single .rehabilitation_banner .back_link {
          position: static;
          -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          transform: translate(0, 0);
          margin-top: 40px; } }
      @media (max-width: 480px) {
        .rehabilitation_single .rehabilitation_banner .back_link {
          margin-top: 60px; } }
      .rehabilitation_single .rehabilitation_banner .back_link svg {
        margin-right: 10px; }
        .rehabilitation_single .rehabilitation_banner .back_link svg path {
          fill: #6E1F79;
          transition: 0.5s all ease-in-out; }
      .rehabilitation_single .rehabilitation_banner .back_link:hover {
        background-color: #6E1F79;
        color: #fff; }
        .rehabilitation_single .rehabilitation_banner .back_link:hover svg path {
          fill: #fff; }
    .rehabilitation_single .rehabilitation_banner .sign_online {
      margin: 0 auto;
      min-height: 134px;
      height: auto;
      width: 100%; }
      @media (max-width: 1199px) {
        .rehabilitation_single .rehabilitation_banner .sign_online {
          text-align: left; } }
      @media (max-width: 767px) {
        .rehabilitation_single .rehabilitation_banner .sign_online {
          padding: 15px 20px; } }
      @media (max-width: 480px) {
        .rehabilitation_single .rehabilitation_banner .sign_online {
          height: auto;
          padding: 40px 20px 60px;
          text-align: center; } }
      .rehabilitation_single .rehabilitation_banner .sign_online::after {
        width: 165px;
        height: 115px; }
        @media (max-width: 767px) {
          .rehabilitation_single .rehabilitation_banner .sign_online::after {
            width: 125px;
            height: 95px; } }
        @media (max-width: 480px) {
          .rehabilitation_single .rehabilitation_banner .sign_online::after {
            right: 50%;
            -webkit-transform: translate(50%, 50%);
            -ms-transform: translate(50%, 50%);
            transform: translate(50%, 50%); } }

/* Consultations page */
.consultations_subpage {
  padding-top: 30px;
  padding-bottom: 40px;
  overflow-x: hidden; }
  .consultations_subpage .subpage_header {
    line-height: 1.2;
    position: relative;
    margin-bottom: 35px; }
    .consultations_subpage .subpage_header::after {
      content: '';
      width: 208px;
      height: 208px;
      background-image: url("assets/images/ball_left.svg");
      position: absolute;
      z-index: -5;
      left: -110px;
      top: -30px; }
      @media (max-width: 1599px) {
        .consultations_subpage .subpage_header::after {
          width: 160px;
          height: 160px;
          background-size: contain;
          left: -90px;
          top: -40px; } }
      @media (max-width: 991px) {
        .consultations_subpage .subpage_header::after {
          width: 140px;
          height: 140px;
          top: -30px;
          left: -80px; } }
      @media (max-width: 480px) {
        .consultations_subpage .subpage_header::after {
          width: 120px;
          height: 120px;
          left: -70px; } }
  .consultations_subpage .consultations_txt {
    color: #696969;
    margin: 25px 150px;
    font-size: 1.8rem;
    line-height: 1.4; }
    @media (max-width: 1599px) {
      .consultations_subpage .consultations_txt {
        margin: 25px 0; } }
    @media (max-width: 767px) {
      .consultations_subpage .consultations_txt {
        font-size: 1.6rem; } }
    .consultations_subpage .consultations_txt .cons_icon_wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 20px 0; }
      @media (max-width: 575px) {
        .consultations_subpage .consultations_txt .cons_icon_wrap {
          display: block; } }
      .consultations_subpage .consultations_txt .cons_icon_wrap > div {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        text-align: center; }
        @media (max-width: 575px) {
          .consultations_subpage .consultations_txt .cons_icon_wrap > div {
            margin-bottom: 30px; } }
        .consultations_subpage .consultations_txt .cons_icon_wrap > div img {
          margin-bottom: 15px; }
        .consultations_subpage .consultations_txt .cons_icon_wrap > div span {
          display: block;
          font-weight: 700; }
      @media (max-width: 991px) {
        .consultations_subpage .consultations_txt .cons_icon_wrap {
          font-size: 1.55rem; } }
    .consultations_subpage .consultations_txt p a {
      color: #6E1F79; }
      .consultations_subpage .consultations_txt p a:hover {
        opacity: 0.7; }
    .consultations_subpage .consultations_txt strong {
      font-family: 'museo-slab', serif;
      font-weight: 700; }
    .consultations_subpage .consultations_txt ol {
      list-style: none;
      counter-reset: ol_counter;
      padding-left: 60px;
      margin: 35px 0; }
      @media (max-width: 991px) {
        .consultations_subpage .consultations_txt ol {
          padding-left: 0; } }
      .consultations_subpage .consultations_txt ol li {
        position: relative;
        margin: 40px 0; }
        .consultations_subpage .consultations_txt ol li::before {
          counter-increment: ol_counter;
          content: counter(ol_counter);
          position: absolute;
          width: 43px;
          height: 43px;
          background-color: #6E1F79;
          color: #fff;
          font-size: 2.4rem;
          font-family: 'museo-slab', serif;
          font-weight: 700;
          border-radius: 50%;
          text-align: center;
          line-height: 43px;
          left: -60px; }
          @media (max-width: 991px) {
            .consultations_subpage .consultations_txt ol li::before {
              position: static;
              display: block;
              margin-bottom: 15px; } }
    .consultations_subpage .consultations_txt .sign_online {
      margin-top: 30px;
      height: auto;
      min-height: inherit;
      padding: 20px; }
      @media (max-width: 1199px) {
        .consultations_subpage .consultations_txt .sign_online {
          width: 100%; } }
      @media (max-width: 480px) {
        .consultations_subpage .consultations_txt .sign_online {
          text-align: center;
          padding: 20px 10px 50px; } }
      @media (max-width: 1199px) {
        .consultations_subpage .consultations_txt .sign_online::after {
          width: 155px;
          height: 115px; } }
      @media (max-width: 767px) {
        .consultations_subpage .consultations_txt .sign_online::after {
          width: 135px;
          height: 100px;
          top: auto;
          bottom: 0;
          -webkit-transform: translate(50%, 0);
          -ms-transform: translate(50%, 0);
          transform: translate(50%, 0); } }
      @media (max-width: 480px) {
        .consultations_subpage .consultations_txt .sign_online::after {
          -webkit-transform: translate(50%, 50%);
          -ms-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
          width: 115px;
          height: 90px;
          right: 50%; } }
      .consultations_subpage .consultations_txt .sign_online p {
        font-size: 2rem;
        width: 90%; }
        @media (max-width: 991px) {
          .consultations_subpage .consultations_txt .sign_online p {
            font-size: 1.8rem; } }
        @media (max-width: 767px) {
          .consultations_subpage .consultations_txt .sign_online p {
            font-size: 1.6rem; } }
        @media (max-width: 480px) {
          .consultations_subpage .consultations_txt .sign_online p {
            width: 100%; } }
      @media (max-width: 767px) {
        .consultations_subpage .consultations_txt .sign_online button {
          padding: 0 15px; } }

/* Single case study */
.case_study_single {
  overflow-x: hidden;
  margin-top: 20px; }
  .case_study_single .case_study_content {
    margin: 0 150px; }
    @media (max-width: 1599px) {
      .case_study_single .case_study_content {
        margin: 0; } }
  .case_study_single .case_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 40px; }
    @media (max-width: 1199px) {
      .case_study_single .case_header {
        display: block; } }
  .case_study_single .subpage_header {
    margin-bottom: 35px; }
    @media (max-width: 1199px) {
      .case_study_single .subpage_header {
        margin-bottom: 15px; } }
  .case_study_single .case_font {
    color: #696969;
    font-size: 1.8rem;
    line-height: 1.5; }
    @media (max-width: 991px) {
      .case_study_single .case_font {
        font-size: 1.6rem; } }
    .case_study_single .case_font strong {
      font-weight: 700; }
  .case_study_single .case_txt {
    margin-bottom: 40px; }
  .case_study_single .case_main_img {
    width: 360px;
    min-width: 360px;
    margin-right: 30px;
    position: relative; }
    @media (max-width: 1199px) {
      .case_study_single .case_main_img {
        margin-right: 0;
        margin-bottom: 20px; } }
    @media (max-width: 480px) {
      .case_study_single .case_main_img {
        width: 290px;
        min-width: inherit; } }
    .case_study_single .case_main_img::before {
      content: '';
      width: 242px;
      height: 242px;
      background-image: url("assets/images/team_member_pattern.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      left: -120px;
      bottom: -60px;
      z-index: -2; }
      @media (max-width: 1199px) {
        .case_study_single .case_main_img::before {
          left: -74px;
          bottom: -47px; } }
    .case_study_single .case_main_img div {
      background-size: cover;
      background-position: center center;
      width: 100%;
      height: 0;
      padding-bottom: 125%;
      border-radius: 18px; }
      @media (max-width: 991px) {
        .case_study_single .case_main_img div {
          padding-bottom: 115%; } }
      @media (max-width: 767px) {
        .case_study_single .case_main_img div {
          padding-bottom: 105%; } }
  .case_study_single .case_video {
    max-width: 1020px;
    margin: 30px auto; }
    .case_study_single .case_video > div {
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      padding-top: 25px;
      height: 0; }
      .case_study_single .case_video > div iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .case_study_single .case_study_banner {
    margin: 40px auto 50px;
    max-width: 760px;
    position: relative; }
    @media (max-width: 1199px) {
      .case_study_single .case_study_banner {
        text-align: center; } }
    .case_study_single .case_study_banner .back_link {
      position: absolute;
      top: 50%;
      left: -70px;
      display: inline-block;
      font-size: 1.6rem;
      padding: 0 35px;
      height: 40px;
      line-height: 36px;
      border: 1px solid #6E1F79;
      background-color: #fff;
      color: #6E1F79;
      border-radius: 26px;
      transition: 0.5s all ease-in-out;
      -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
      transform: translate(-100%, -50%); }
      @media (max-width: 1599px) {
        .case_study_single .case_study_banner .back_link {
          left: -40px; } }
      @media (max-width: 1199px) {
        .case_study_single .case_study_banner .back_link {
          position: static;
          -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          transform: translate(0, 0);
          margin-top: 40px; } }
      @media (max-width: 480px) {
        .case_study_single .case_study_banner .back_link {
          margin-top: 60px; } }
      .case_study_single .case_study_banner .back_link svg {
        margin-right: 10px; }
        .case_study_single .case_study_banner .back_link svg path {
          fill: #6E1F79;
          transition: 0.5s all ease-in-out; }
      .case_study_single .case_study_banner .back_link:hover {
        background-color: #6E1F79;
        color: #fff; }
        .case_study_single .case_study_banner .back_link:hover svg path {
          fill: #fff; }
    .case_study_single .case_study_banner .sign_online {
      margin: 0 auto;
      min-height: 134px;
      height: auto;
      width: 100%; }
      @media (max-width: 1199px) {
        .case_study_single .case_study_banner .sign_online {
          text-align: left; } }
      @media (max-width: 767px) {
        .case_study_single .case_study_banner .sign_online {
          padding: 15px 20px; } }
      @media (max-width: 480px) {
        .case_study_single .case_study_banner .sign_online {
          height: auto;
          padding: 40px 20px 60px;
          text-align: center; } }
      .case_study_single .case_study_banner .sign_online::after {
        width: 165px;
        height: 115px; }
        @media (max-width: 767px) {
          .case_study_single .case_study_banner .sign_online::after {
            width: 125px;
            height: 95px; } }
        @media (max-width: 480px) {
          .case_study_single .case_study_banner .sign_online::after {
            right: 50%;
            -webkit-transform: translate(50%, 50%);
            -ms-transform: translate(50%, 50%);
            transform: translate(50%, 50%); } }

/* Patients histories */
.histories_subpage .histories_intro {
  position: relative;
  z-index: 1; }
  .histories_subpage .histories_intro > .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.histories_subpage .histories_main_img {
  display: block;
  margin: 0 auto; }
.histories_subpage .histories_intro_txt {
  color: #696969;
  font-size: 1.6rem;
  line-height: 1.4; }
  @media (max-width: 1199px) {
    .histories_subpage .histories_intro_txt {
      padding-bottom: 10px; } }
  @media (max-width: 991px) {
    .histories_subpage .histories_intro_txt {
      margin-top: 30px;
      padding-bottom: 20px; } }
  .histories_subpage .histories_intro_txt .subpage_header {
    margin-bottom: 25px; }
  .histories_subpage .histories_intro_txt strong {
    font-size: 1.8rem;
    font-weight: 700; }
.histories_subpage .histories_tiles_wrap {
  padding-top: 70px;
  padding-bottom: 20px;
  position: relative;
  margin-top: -20px; }
  @media (max-width: 1599px) {
    .histories_subpage .histories_tiles_wrap {
      margin-top: 0; } }
  .histories_subpage .histories_tiles_wrap::before {
    content: '';
    width: 100%;
    height: 455px;
    background-color: #F9C450;
    position: absolute;
    left: 0;
    top: 0; }
    @media (max-width: 1599px) {
      .histories_subpage .histories_tiles_wrap::before {
        height: 415px; } }
    @media (max-width: 1199px) {
      .histories_subpage .histories_tiles_wrap::before {
        height: 370px; } }
    @media (max-width: 991px) {
      .histories_subpage .histories_tiles_wrap::before {
        height: 790px; } }
    @media (max-width: 767px) {
      .histories_subpage .histories_tiles_wrap::before {
        height: 725px; } }
    @media (max-width: 575px) {
      .histories_subpage .histories_tiles_wrap::before {
        height: 1320px; } }
    @media (max-width: 480px) {
      .histories_subpage .histories_tiles_wrap::before {
        height: 990px; } }
  .histories_subpage .histories_tiles_wrap .single_history {
    display: block;
    border: 1px solid #E3E3E3;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 40px; }
    .histories_subpage .histories_tiles_wrap .single_history .single_history_img {
      width: 100%;
      height: 440px;
      background-size: cover;
      background-position: center center;
      font-size: 0; }
      @media (max-width: 1599px) {
        .histories_subpage .histories_tiles_wrap .single_history .single_history_img {
          height: 300px; } }
      @media (max-width: 1199px) {
        .histories_subpage .histories_tiles_wrap .single_history .single_history_img {
          height: 250px; } }
      @media (max-width: 991px) {
        .histories_subpage .histories_tiles_wrap .single_history .single_history_img {
          height: 270px; } }
      @media (max-width: 767px) {
        .histories_subpage .histories_tiles_wrap .single_history .single_history_img {
          height: 240px; } }
      @media (max-width: 575px) {
        .histories_subpage .histories_tiles_wrap .single_history .single_history_img {
          height: 0;
          padding-bottom: 70%; } }
    .histories_subpage .histories_tiles_wrap .single_history .single_history_info {
      padding: 25px 20px 55px;
      color: #696969;
      position: relative;
      background-color: #fff;
      transition: 0.5s all ease-in-out; }
      @media (max-width: 1599px) {
        .histories_subpage .histories_tiles_wrap .single_history .single_history_info {
          padding: 15px 10px 45px; } }
      @media (max-width: 991px) {
        .histories_subpage .histories_tiles_wrap .single_history .single_history_info {
          padding: 15px 20px 45px; } }
      @media (max-width: 767px) {
        .histories_subpage .histories_tiles_wrap .single_history .single_history_info {
          padding: 15px 10px 45px; } }
      @media (max-width: 575px) {
        .histories_subpage .histories_tiles_wrap .single_history .single_history_info {
          padding: 15px 20px 45px; } }
      .histories_subpage .histories_tiles_wrap .single_history .single_history_info h3 {
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 1.8rem; }
      .histories_subpage .histories_tiles_wrap .single_history .single_history_info .history_arrow {
        position: absolute;
        right: 20px;
        bottom: 20px;
        color: #6E1F79; }
        .histories_subpage .histories_tiles_wrap .single_history .single_history_info .history_arrow span {
          display: inline-block;
          margin-right: 30px;
          vertical-align: middle;
          transition: 0.5s all ease-in-out; }
          @media (max-width: 1199px) {
            .histories_subpage .histories_tiles_wrap .single_history .single_history_info .history_arrow span {
              margin-right: 15px; } }
        .histories_subpage .histories_tiles_wrap .single_history .single_history_info .history_arrow svg {
          vertical-align: middle; }
          .histories_subpage .histories_tiles_wrap .single_history .single_history_info .history_arrow svg path {
            fill: #6E1F79;
            stroke: #6E1F79;
            transition: 0.5s all ease-in-out; }
    .histories_subpage .histories_tiles_wrap .single_history:hover .single_history_info {
      background-color: #6E1F79;
      color: #fff; }
      .histories_subpage .histories_tiles_wrap .single_history:hover .single_history_info .history_arrow span {
        color: #fff; }
      .histories_subpage .histories_tiles_wrap .single_history:hover .single_history_info svg path {
        fill: #fff;
        stroke: #fff; }

/* About us */
.about_subpage {
  overflow-x: hidden; }
  .about_subpage .about_top {
    position: relative;
    height: 488px; }
    @media (max-width: 1599px) {
      .about_subpage .about_top {
        height: 430px; } }
    @media (max-width: 991px) {
      .about_subpage .about_top {
        height: auto; } }
    .about_subpage .about_top .about_top_bck {
      height: 100%;
      width: calc(50% - 15px);
      position: absolute;
      left: 0;
      background-size: cover;
      background-position: center center; }
      @media (max-width: 991px) {
        .about_subpage .about_top .about_top_bck {
          position: static;
          width: 100%;
          max-width: 690px;
          margin: 0 auto;
          height: 350px; } }
      @media (max-width: 767px) {
        .about_subpage .about_top .about_top_bck {
          max-width: 510px;
          height: 300px; } }
      @media (max-width: 575px) {
        .about_subpage .about_top .about_top_bck {
          max-width: 100%;
          width: calc(100% - 30px); } }
      @media (max-width: 480px) {
        .about_subpage .about_top .about_top_bck {
          height: 260px; } }
    .about_subpage .about_top > .container {
      height: 100%; }
      .about_subpage .about_top > .container > .row {
        height: 100%;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; }
    .about_subpage .about_top .about_intro {
      color: #696969;
      line-height: 1.6; }
      @media (max-width: 991px) {
        .about_subpage .about_top .about_intro {
          margin-top: 20px; } }
      .about_subpage .about_top .about_intro .subpage_header {
        margin-bottom: 20px; }
      .about_subpage .about_top .about_intro .about_intro_bold {
        font-family: 'museo-slab', serif;
        font-weight: 700;
        font-size: 1.8rem;
        margin-bottom: 30px; }
        @media (max-width: 480px) {
          .about_subpage .about_top .about_intro .about_intro_bold {
            font-size: 1.6rem; } }
      .about_subpage .about_top .about_intro p {
        margin-bottom: 10px; }
  .about_subpage .about_offer {
    padding: 50px 0;
    background-color: #6E1F79;
    color: #fff; }
    @media (max-width: 991px) {
      .about_subpage .about_offer {
        padding: 50px 0 30px; } }
    .about_subpage .about_offer .about_offer_intro {
      font-family: 'museo-slab', serif;
      font-weight: 700;
      font-size: 1.8rem;
      line-height: 1.4; }
      @media (max-width: 991px) {
        .about_subpage .about_offer .about_offer_intro {
          text-align: center; } }
    .about_subpage .about_offer .about_offer_tiles {
      margin-top: 50px; }
      @media (max-width: 991px) {
        .about_subpage .about_offer .about_offer_tiles .about_offer_tile {
          margin-bottom: 50px; } }
      .about_subpage .about_offer .about_offer_tiles .about_tile_img {
        height: 221px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px; }
      .about_subpage .about_offer .about_offer_tiles .about_tile_desc {
        text-align: center;
        font-weight: 300;
        font-size: 1.8rem;
        line-height: 1.4; }
        .about_subpage .about_offer .about_offer_tiles .about_tile_desc strong {
          font-weight: 700; }
  .about_subpage .about_team {
    margin-top: 70px; }
    .about_subpage .about_team .person_col {
      margin-bottom: 50px; }
    .about_subpage .about_team .about_person {
      background-color: #FFEDC7;
      position: relative;
      height: 100%; }
      .about_subpage .about_team .about_person::before {
        content: '';
        width: 100%;
        height: 195px;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
      .about_subpage .about_team .about_person .about_person_img {
        width: 490px;
        height: 390px;
        background-size: cover;
        background-position: center center;
        margin: 0 auto;
        position: relative;
        z-index: 1; }
        @media (max-width: 1199px) {
          .about_subpage .about_team .about_person .about_person_img {
            width: 100%; } }
        @media (max-width: 991px) {
          .about_subpage .about_team .about_person .about_person_img {
            height: 350px; } }
        @media (max-width: 575px) {
          .about_subpage .about_team .about_person .about_person_img {
            height: 320px; } }
        @media (max-width: 480px) {
          .about_subpage .about_team .about_person .about_person_img {
            height: 290px; } }
      .about_subpage .about_team .about_person .about_person_txt {
        padding: 30px 30px 50px;
        color: #696969;
        line-height: 1.4;
        font-size: 1.8rem;
        font-weight: 700; }
        @media (max-width: 1199px) {
          .about_subpage .about_team .about_person .about_person_txt {
            padding: 30px 20px 50px; } }
        @media (max-width: 991px) {
          .about_subpage .about_team .about_person .about_person_txt {
            padding: 25px 30px; } }
        @media (max-width: 575px) {
          .about_subpage .about_team .about_person .about_person_txt {
            padding: 25px 15px; } }
        @media (max-width: 480px) {
          .about_subpage .about_team .about_person .about_person_txt {
            font-size: 1.6rem; } }
        .about_subpage .about_team .about_person .about_person_txt h3 {
          color: #6E1F79;
          font-family: 'museo-slab', serif;
          font-weight: 700;
          font-size: 3.5rem;
          margin-bottom: 25px; }
          @media (max-width: 1599px) {
            .about_subpage .about_team .about_person .about_person_txt h3 {
              font-size: 3.2rem; } }
          @media (max-width: 1199px) {
            .about_subpage .about_team .about_person .about_person_txt h3 {
              font-size: 2.8rem; } }
          @media (max-width: 991px) {
            .about_subpage .about_team .about_person .about_person_txt h3 {
              margin-bottom: 15px; } }
      .about_subpage .about_team .about_person.big {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        margin-bottom: 80px;
        margin-right: 100px; }
        @media (max-width: 1599px) {
          .about_subpage .about_team .about_person.big {
            margin-right: 0; } }
        @media (max-width: 1199px) {
          .about_subpage .about_team .about_person.big {
            display: block; } }
        .about_subpage .about_team .about_person.big::before {
          display: none; }
        .about_subpage .about_team .about_person.big .about_person_img {
          width: 625px;
          min-width: 625px; }
          @media (max-width: 1199px) {
            .about_subpage .about_team .about_person.big .about_person_img {
              margin-bottom: -130px; } }
          @media (max-width: 991px) {
            .about_subpage .about_team .about_person.big .about_person_img {
              width: 100%;
              min-width: inherit;
              margin-bottom: 0; } }
        .about_subpage .about_team .about_person.big .about_person_txt {
          background-color: #FFEDC7;
          min-height: 330px;
          padding: 25px 30px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end;
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1; }
          @media (max-width: 1199px) {
            .about_subpage .about_team .about_person.big .about_person_txt {
              min-height: inherit;
              padding: 160px 30px 25px; } }
          @media (max-width: 991px) {
            .about_subpage .about_team .about_person.big .about_person_txt {
              padding: 25px 30px; } }
          @media (max-width: 575px) {
            .about_subpage .about_team .about_person.big .about_person_txt {
              padding: 25px 15px; } }
        .about_subpage .about_team .about_person.big.right {
          margin-right: 0;
          margin-left: 100px;
          margin-bottom: 180px; }
          @media (max-width: 1599px) {
            .about_subpage .about_team .about_person.big.right {
              margin-left: 0; } }
          @media (max-width: 1199px) {
            .about_subpage .about_team .about_person.big.right {
              margin-bottom: 80px; } }
          .about_subpage .about_team .about_person.big.right .about_person_img {
            order: 2; }
  .about_subpage .bottom_banner {
    margin-top: 0; }

/* Postoperative care */
.postop_care .postop_care_txt ol {
  margin-left: 50px; }
  @media (max-width: 1199px) {
    .postop_care .postop_care_txt ol {
      margin-left: 0; } }
@media (max-width: 767px) {
  .postop_care .postop_care_txt h3 {
    font-size: 2.2rem; } }
@media (max-width: 480px) {
  .postop_care .postop_care_txt h3 {
    font-size: 2rem; } }
.postop_care .postop_care_btm {
  margin-top: 50px;
  background-color: #6E1F79;
  color: #fff; }
  .postop_care .postop_care_btm .postop_care_btm_box {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1599px) {
      .postop_care .postop_care_btm .postop_care_btm_box {
        display: block; } }
    .postop_care .postop_care_btm .postop_care_btm_box .postop_btm_txt {
      font-family: 'museo-slab', serif;
      font-weight: 700;
      font-size: 2.2rem;
      line-height: 1.4;
      margin-right: 30px; }
      @media (max-width: 1599px) {
        .postop_care .postop_care_btm .postop_care_btm_box .postop_btm_txt {
          margin-right: 0;
          padding-bottom: 40px; } }
      @media (max-width: 991px) {
        .postop_care .postop_care_btm .postop_care_btm_box .postop_btm_txt {
          font-size: 2rem; } }
      @media (max-width: 480px) {
        .postop_care .postop_care_btm .postop_care_btm_box .postop_btm_txt {
          font-size: 1.8rem; } }
    .postop_care .postop_care_btm .postop_care_btm_box .postop_btm_img {
      position: relative;
      top: -50px;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
      @media (max-width: 1599px) {
        .postop_care .postop_care_btm .postop_care_btm_box .postop_btm_img {
          margin: 0 auto;
          display: block;
          position: static;
          padding: 40px 0; } }
      @media (max-width: 1199px) {
        .postop_care .postop_care_btm .postop_care_btm_box .postop_btm_img {
          max-width: 500px; } }
      @media (max-width: 991px) {
        .postop_care .postop_care_btm .postop_care_btm_box .postop_btm_img {
          max-width: 450px; } }
      @media (max-width: 575px) {
        .postop_care .postop_care_btm .postop_care_btm_box .postop_btm_img {
          max-width: 100%; } }

/* Individual plan */
.indiv_plan .indiv_plan_txt {
  margin: 0 150px 50px; }
  @media (max-width: 1599px) {
    .indiv_plan .indiv_plan_txt {
      margin: 0 auto 50px; } }
  @media (max-width: 767px) {
    .indiv_plan .indiv_plan_txt h3 {
      font-size: 2.2rem; } }
  @media (max-width: 480px) {
    .indiv_plan .indiv_plan_txt h3 {
      font-size: 2rem; } }
.indiv_plan .img_txt_wrap {
  font-size: 1.6rem;
  margin: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media (max-width: 991px) {
    .indiv_plan .img_txt_wrap {
      display: block;
      text-align: center; } }
  @media (max-width: 767px) {
    .indiv_plan .img_txt_wrap {
      font-size: 1.4rem;
      margin-bottom: 20px; } }
  .indiv_plan .img_txt_wrap p {
    margin-bottom: 0; }
  .indiv_plan .img_txt_wrap img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    width: 120px;
    min-width: 120px; }
    @media (max-width: 991px) {
      .indiv_plan .img_txt_wrap img {
        margin-right: 0; } }
    @media (max-width: 575px) {
      .indiv_plan .img_txt_wrap img {
        width: 100px;
        min-width: 100px; } }
  .indiv_plan .img_txt_wrap a {
    margin-left: 25px;
    position: relative;
    min-width: 130px;
    height: 40px;
    background-color: #fff;
    color: #6E1F79;
    border: 1px solid #6E1F79;
    border-radius: 26px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    font-size: 1.6rem;
    transition: 0.5s all ease-in-out; }
    .indiv_plan .img_txt_wrap a svg {
      margin-left: 6px;
      width: 16px;
      vertical-align: middle;
      margin-top: -2px; }
      .indiv_plan .img_txt_wrap a svg path {
        fill: #6E1F79;
        transition: 0.5s all ease-in-out; }
    @media (max-width: 991px) {
      .indiv_plan .img_txt_wrap a {
        margin-left: 15px; } }
    @media (max-width: 767px) {
      .indiv_plan .img_txt_wrap a {
        margin-left: 0;
        display: block;
        margin-top: 15px;
        font-size: 1.4rem; } }
    .indiv_plan .img_txt_wrap a::after {
      content: '';
      background-image: url("assets/images/arrow.svg");
      width: 15px;
      height: 9px;
      background-repeat: no-repeat;
      background-size: contain;
      transition: 0.5s all ease-in-out;
      display: inline-block;
      margin-left: 8px; }
    .indiv_plan .img_txt_wrap a:hover {
      background-color: #6E1F79;
      color: #fff; }
      .indiv_plan .img_txt_wrap a:hover svg path {
        fill: #fff; }
      .indiv_plan .img_txt_wrap a:hover::after {
        background-image: url("assets/images/arrow_white.svg"); }

/* Diagnostics */
.diagnostics_subpage {
  overflow-x: hidden; }
  .diagnostics_subpage .diagnostics_intro > .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diagnostics_subpage .diagnostics_intro .diagnostics_main_img {
    margin: 0 auto;
    display: block; }
    @media (max-width: 991px) {
      .diagnostics_subpage .diagnostics_intro .diagnostics_main_img {
        max-width: 500px; } }
    @media (max-width: 767px) {
      .diagnostics_subpage .diagnostics_intro .diagnostics_main_img {
        max-width: 450px; } }
    @media (max-width: 575px) {
      .diagnostics_subpage .diagnostics_intro .diagnostics_main_img {
        max-width: 400px; } }
    @media (max-width: 480px) {
      .diagnostics_subpage .diagnostics_intro .diagnostics_main_img {
        max-width: 100%; } }
  .diagnostics_subpage .diagnostics_intro .diagnostics_intro_txt {
    color: #696969; }
    @media (max-width: 991px) {
      .diagnostics_subpage .diagnostics_intro .diagnostics_intro_txt {
        margin-top: 30px; } }
    .diagnostics_subpage .diagnostics_intro .diagnostics_intro_txt h2 {
      margin-bottom: 30px; }
    .diagnostics_subpage .diagnostics_intro .diagnostics_intro_txt > div {
      font-family: 'museo-slab', serif;
      font-weight: 700;
      font-size: 1.8rem;
      line-height: 1.4; }
  .diagnostics_subpage .diagnostics_middle {
    margin-top: -10px;
    background-color: #6E1F79;
    color: #fff;
    padding: 80px 0;
    margin-bottom: 30px; }
    @media (max-width: 1599px) {
      .diagnostics_subpage .diagnostics_middle {
        padding: 50px 0; } }
    @media (max-width: 991px) {
      .diagnostics_subpage .diagnostics_middle {
        margin-top: 30px;
        padding: 30px 0; } }
    @media (max-width: 575px) {
      .diagnostics_subpage .diagnostics_middle {
        padding: 20px 0; } }
    .diagnostics_subpage .diagnostics_middle .diagnostics_middle_box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 1599px) {
        .diagnostics_subpage .diagnostics_middle .diagnostics_middle_box {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      @media (max-width: 991px) {
        .diagnostics_subpage .diagnostics_middle .diagnostics_middle_box {
          display: block; } }
      .diagnostics_subpage .diagnostics_middle .diagnostics_middle_box .diagnostics_middle_img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 625px;
        min-width: 625px;
        margin-left: 30px;
        position: relative; }
        @media (max-width: 1599px) {
          .diagnostics_subpage .diagnostics_middle .diagnostics_middle_box .diagnostics_middle_img {
            width: 550px;
            min-width: 550px; } }
        @media (max-width: 1199px) {
          .diagnostics_subpage .diagnostics_middle .diagnostics_middle_box .diagnostics_middle_img {
            width: 480px;
            min-width: 480px; } }
        @media (max-width: 991px) {
          .diagnostics_subpage .diagnostics_middle .diagnostics_middle_box .diagnostics_middle_img {
            margin: 0 auto 20px; } }
        @media (max-width: 767px) {
          .diagnostics_subpage .diagnostics_middle .diagnostics_middle_box .diagnostics_middle_img {
            width: 430px;
            min-width: 430px; } }
        @media (max-width: 575px) {
          .diagnostics_subpage .diagnostics_middle .diagnostics_middle_box .diagnostics_middle_img {
            width: 100%;
            max-width: 400px;
            min-width: inherit; } }
        .diagnostics_subpage .diagnostics_middle .diagnostics_middle_box .diagnostics_middle_img > div {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 310px;
          background-size: cover;
          background-position: center center; }
          @media (max-width: 1599px) {
            .diagnostics_subpage .diagnostics_middle .diagnostics_middle_box .diagnostics_middle_img > div {
              position: static; } }
          @media (max-width: 1199px) {
            .diagnostics_subpage .diagnostics_middle .diagnostics_middle_box .diagnostics_middle_img > div {
              height: 300px; } }
          @media (max-width: 767px) {
            .diagnostics_subpage .diagnostics_middle .diagnostics_middle_box .diagnostics_middle_img > div {
              height: 270px; } }
          @media (max-width: 575px) {
            .diagnostics_subpage .diagnostics_middle .diagnostics_middle_box .diagnostics_middle_img > div {
              height: 0;
              padding-bottom: 60%; } }
      .diagnostics_subpage .diagnostics_middle .diagnostics_middle_box .diagnostics_middle_txt {
        font-family: 'museo-slab', serif;
        font-weight: 700;
        font-size: 1.8rem;
        line-height: 1.6; }
        @media (max-width: 1199px) {
          .diagnostics_subpage .diagnostics_middle .diagnostics_middle_box .diagnostics_middle_txt {
            font-size: 1.6rem; } }
        @media (max-width: 480px) {
          .diagnostics_subpage .diagnostics_middle .diagnostics_middle_box .diagnostics_middle_txt {
            font-size: 1.4rem; } }
  .diagnostics_subpage .sign_online {
    width: 50%;
    height: 115px; }
    @media (max-width: 1599px) {
      .diagnostics_subpage .sign_online {
        width: 600px;
        height: 160px;
        margin: 0 auto; } }
    @media (max-width: 767px) {
      .diagnostics_subpage .sign_online {
        width: 100%;
        text-align: center;
        display: block;
        height: auto;
        padding: 40px 20px 80px; } }
    .diagnostics_subpage .sign_online::after {
      width: 165px;
      height: 115px; }
      @media (max-width: 575px) {
        .diagnostics_subpage .sign_online::after {
          right: 50%;
          -webkit-transform: translate(50%, 50%);
          -ms-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
          bottom: 0;
          top: auto; } }
  .diagnostics_subpage .diagnostics_bottom {
    margin-top: 80px;
    color: #696969;
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 60px; }
    .diagnostics_subpage .diagnostics_bottom h3 {
      color: #6E1F79;
      font-family: 'museo-slab', serif;
      font-weight: 700;
      font-size: 2.5rem;
      margin-top: 25px;
      margin-bottom: 8px; }
    @media (max-width: 1599px) {
      .diagnostics_subpage .diagnostics_bottom {
        margin-top: 50px; } }
    @media (max-width: 991px) {
      .diagnostics_subpage .diagnostics_bottom {
        font-size: 1.6rem; } }
    .diagnostics_subpage .diagnostics_bottom .diagnostics_columns {
      margin-top: 70px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (max-width: 767px) {
        .diagnostics_subpage .diagnostics_bottom .diagnostics_columns {
          margin-top: 40px;
          display: block; } }
      .diagnostics_subpage .diagnostics_bottom .diagnostics_columns .diagnostics_column {
        margin: 0 40px 30px;
        text-align: center; }
        .diagnostics_subpage .diagnostics_bottom .diagnostics_columns .diagnostics_column .diagnostics_column_img {
          height: 127px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin-bottom: 20px; }
          .diagnostics_subpage .diagnostics_bottom .diagnostics_columns .diagnostics_column .diagnostics_column_img img {
            max-width: 100%;
            max-height: 100%; }
        .diagnostics_subpage .diagnostics_bottom .diagnostics_columns .diagnostics_column .diagnostics_column_txt {
          color: #0089F5;
          line-height: 1.4; }

/* Problems */
.problems_subpage {
  margin-top: 10px;
  margin-bottom: 20px; }
  .problems_subpage .subpage_header {
    margin-bottom: 25px; }
  .problems_subpage .group_letter {
    margin-bottom: 15px; }
    .problems_subpage .group_letter .letter {
      font-family: 'museo-slab', serif;
      font-weight: 700;
      font-size: 2.7rem;
      width: 45px;
      height: 45px;
      text-align: center;
      line-height: 45px;
      background-color: #6E1F79;
      color: #fff;
      border-radius: 50%;
      margin-bottom: 15px; }
    .problems_subpage .group_letter .post {
      color: #696969;
      font-size: 1.8rem;
      font-weight: 700;
      margin-bottom: 15px;
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 1599px) {
        .problems_subpage .group_letter .post {
          width: 80%; } }
      @media (max-width: 1199px) {
        .problems_subpage .group_letter .post {
          width: 85%; } }
      @media (max-width: 991px) {
        .problems_subpage .group_letter .post {
          width: 100%; } }
      .problems_subpage .group_letter .post svg {
        width: 20px;
        position: relative;
        left: 0;
        transition: 0.5s all ease-in-out; }
        .problems_subpage .group_letter .post svg path {
          fill: #6E1F79; }
      .problems_subpage .group_letter .post:hover {
        opacity: 0.7; }
        .problems_subpage .group_letter .post:hover svg {
          left: -20px; }

/* Problem */
.problem_page {
  overflow-x: hidden;
  padding-bottom: 40px; }
  @media (max-width: 480px) {
    .problem_page {
      padding-bottom: 60px; } }
  .problem_page .subpage_header {
    text-transform: none;
    margin-top: 15px;
    margin-bottom: 100px; }
  .problem_page h3 {
    text-transform: uppercase;
    font-family: 'museo-slab', serif;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #6E1F79; }
  .problem_page .problem_info {
    padding: 25px 0 110px;
    background-color: #6E1F79;
    width: 100%;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.5; }
    @media (max-width: 767px) {
      .problem_page .problem_info {
        font-size: 1.6rem; } }
    .problem_page .problem_info .problem_header {
      color: #fff; }
    .problem_page .problem_info .problem_info_img {
      float: left;
      width: 494px;
      height: 482px;
      background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='18' ry='18' stroke='%236E1F79FF' stroke-width='2' stroke-dasharray='8' stroke-dashoffset='8' stroke-linecap='butt'/%3e%3c/svg%3e");
      background-color: #fff;
      border-radius: 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: -80px 30px 30px 0;
      padding: 15px; }
      @media (max-width: 1599px) {
        .problem_page .problem_info .problem_info_img {
          float: none;
          width: 440px;
          height: 440px; } }
      @media (max-width: 1199px) {
        .problem_page .problem_info .problem_info_img {
          width: 400px;
          height: 400px; } }
      @media (max-width: 991px) {
        .problem_page .problem_info .problem_info_img {
          width: 350px;
          height: 350px; } }
      @media (max-width: 767px) {
        .problem_page .problem_info .problem_info_img {
          width: 300px;
          height: 300px; } }
      @media (max-width: 480px) {
        .problem_page .problem_info .problem_info_img {
          width: 290px;
          height: 250px; } }
      .problem_page .problem_info .problem_info_img img {
        max-height: 100%; }
    .problem_page .problem_info .problem_info_txt h3 {
      color: #fff; }
    .problem_page .problem_info .problem_info_txt ul {
      margin-top: 10px;
      padding-left: 40px;
      overflow: hidden; }
      .problem_page .problem_info .problem_info_txt ul li {
        position: relative;
        margin: 5px 0; }
        .problem_page .problem_info .problem_info_txt ul li::before {
          content: '';
          width: 10px;
          height: 10px;
          background-color: #fff;
          border-radius: 50%;
          position: absolute;
          left: -20px;
          top: 12px; }
  .problem_page .problem_visit_banner {
    max-width: 1280px;
    margin: -70px auto 20px;
    border-radius: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative; }
    @media (max-width: 480px) {
      .problem_page .problem_visit_banner {
        text-align: center; } }
    .problem_page .problem_visit_banner::after {
      content: '';
      width: 166px;
      height: 166px;
      background-image: url("assets/images/problem_bnr_ptr.svg");
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translate(30%, -50%);
      -ms-transform: translate(30%, -50%);
      transform: translate(30%, -50%); }
      @media (max-width: 575px) {
        .problem_page .problem_visit_banner::after {
          -webkit-transform: translate(55%, -50%);
          -ms-transform: translate(55%, -50%);
          transform: translate(55%, -50%); } }
      @media (max-width: 480px) {
        .problem_page .problem_visit_banner::after {
          width: 120px;
          height: 120px;
          -webkit-transform: translate(85%, 0%);
          -ms-transform: translate(85%, 0%);
          transform: translate(85%, 0%);
          top: auto;
          bottom: 0;
          right: 50%; } }
    .problem_page .problem_visit_banner .problem_visit_txt {
      background-color: #FFEDC7;
      color: #6E1F79;
      padding: 50px 50px 40px 50px;
      transition: 0.5s all ease-in-out; }
      @media (max-width: 575px) {
        .problem_page .problem_visit_banner .problem_visit_txt {
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1; } }
      @media (max-width: 480px) {
        .problem_page .problem_visit_banner .problem_visit_txt {
          padding-bottom: 80px; } }
      .problem_page .problem_visit_banner .problem_visit_txt p {
        font-family: 'museo-slab', serif;
        font-weight: 700;
        font-size: 2.5rem;
        margin-bottom: 20px; }
      .problem_page .problem_visit_banner .problem_visit_txt button {
        background-color: transparent;
        border: 1px solid #6E1F79;
        height: 40px;
        border-radius: 18px;
        padding: 0 15px;
        font-size: 1.6rem;
        font-family: 'Lato', sans-serif;
        cursor: pointer;
        transition: 0.5s all ease-in-out;
        color: #6E1F79; }
        .problem_page .problem_visit_banner .problem_visit_txt button svg {
          width: 14px;
          margin-left: 10px; }
          .problem_page .problem_visit_banner .problem_visit_txt button svg path {
            fill: #6E1F79;
            transition: 0.5s all ease-in-out; }
    .problem_page .problem_visit_banner:hover .problem_visit_txt {
      background-color: #6E1F79;
      color: #FFEDC7; }
    .problem_page .problem_visit_banner:hover button {
      border: 1px solid #FFEDC7;
      color: #FFEDC7; }
      .problem_page .problem_visit_banner:hover button svg path {
        fill: #FFEDC7; }
  .problem_page .problem_main_txt {
    padding: 40px 0;
    color: #696969;
    font-size: 1.8rem;
    line-height: 1.4; }
    @media (max-width: 767px) {
      .problem_page .problem_main_txt {
        font-size: 1.6rem; } }
  .problem_page .problem_visit_img {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-size: cover;
    background-position: center center; }
    @media (max-width: 575px) {
      .problem_page .problem_visit_img {
        display: none; } }
  .problem_page .problem_consultations {
    border: 1px solid #6E1F79;
    color: #fff;
    border-radius: 18px;
    height: 206px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 40px;
    width: 100%;
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out; }
    @media (max-width: 1199px) {
      .problem_page .problem_consultations {
        padding: 15px 20px; } }
    @media (max-width: 991px) {
      .problem_page .problem_consultations {
        height: 176px; } }
    @media (max-width: 767px) {
      .problem_page .problem_consultations {
        margin-bottom: 30px;
        height: auto; } }
    @media (max-width: 480px) {
      .problem_page .problem_consultations {
        text-align: center;
        padding: 40px 20px; } }
    .problem_page .problem_consultations .problem_consultations_img {
      margin-right: 30px; }
      @media (max-width: 1199px) {
        .problem_page .problem_consultations .problem_consultations_img {
          max-width: 120px; } }
      @media (max-width: 991px) {
        .problem_page .problem_consultations .problem_consultations_img {
          display: none; } }
      @media (max-width: 767px) {
        .problem_page .problem_consultations .problem_consultations_img {
          display: inline-block;
          max-width: 100px; } }
      @media (max-width: 480px) {
        .problem_page .problem_consultations .problem_consultations_img {
          display: none; } }
    .problem_page .problem_consultations p {
      color: #696969;
      font-family: 'museo-slab', serif;
      font-weight: 700;
      font-size: 2.5rem;
      margin-bottom: 15px;
      transition: 0.5s all ease-in-out; }
    .problem_page .problem_consultations button {
      height: 40px;
      background-color: #fff;
      color: #6E1F79;
      border: 1px solid #6E1F79;
      border-radius: 26px;
      display: inline-block;
      text-align: center;
      line-height: 38px;
      font-size: 1.6rem;
      transition: 0.5s all ease-in-out;
      width: auto;
      padding: 0 25px;
      cursor: pointer;
      font-family: 'Lato', sans-serif; }
      .problem_page .problem_consultations button svg {
        margin-left: 6px;
        width: 16px;
        vertical-align: middle;
        margin-top: -2px; }
        .problem_page .problem_consultations button svg path {
          fill: #6E1F79; }
    .problem_page .problem_consultations:hover {
      background-color: #6E1F79;
      color: #fff; }
      .problem_page .problem_consultations:hover p {
        color: #fff; }
  @media (max-width: 1199px) {
    .problem_page .sign_online {
      padding: 15px 20px; } }
  @media (max-width: 991px) {
    .problem_page .sign_online {
      width: 100%;
      height: 176px; } }
  @media (max-width: 767px) {
    .problem_page .sign_online {
      height: auto; } }
  @media (max-width: 480px) {
    .problem_page .sign_online {
      height: auto;
      padding: 40px 20px 60px;
      text-align: center; } }
  .problem_page .sign_online::after {
    top: 70%; }
    @media (max-width: 991px) {
      .problem_page .sign_online::after {
        width: 125px;
        height: 95px;
        top: auto;
        bottom: 0;
        -webkit-transform: translate(50%, 0%);
        -ms-transform: translate(50%, 0%);
        transform: translate(50%, 0%); } }
    @media (max-width: 480px) {
      .problem_page .sign_online::after {
        right: 50%;
        -webkit-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
        transform: translate(50%, 50%); } }
  @media (max-width: 991px) {
    .problem_page .case_study_frame {
      margin-bottom: 50px; } }

/* Under construction */
.page-template-page-coming-soon {
  padding-top: 0; }
  .page-template-page-coming-soon .main_nav, .page-template-page-coming-soon .breadcrumbs {
    display: none; }

.under_construction {
  text-align: center;
  background-color: #6E1F79;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .under_construction p {
    margin-top: 25px;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    font-size: 4.5rem;
    font-family: 'Lato', sans-serif;
    font-weight: 300; }
    @media (max-width: 1599px) {
      .under_construction p {
        font-size: 4.2rem; } }
    @media (max-width: 1199px) {
      .under_construction p {
        font-size: 4rem; } }
    @media (max-width: 991px) {
      .under_construction p {
        font-size: 3.7rem; } }
    @media (max-width: 767px) {
      .under_construction p {
        font-size: 3.4rem; } }
    @media (max-width: 575px) {
      .under_construction p {
        font-size: 3.2rem; } }
    @media (max-width: 480px) {
      .under_construction p {
        font-size: 2.9rem; } }
    .under_construction p strong {
      font-weight: 700; }
  .under_construction .under_img {
    max-width: 100%; }
    @media (max-width: 1599px) {
      .under_construction .under_img {
        max-width: 500px; } }
    @media (max-width: 1199px) {
      .under_construction .under_img {
        max-width: 450px; } }
    @media (max-width: 991px) {
      .under_construction .under_img {
        max-width: 400px; } }
    @media (max-width: 767px) {
      .under_construction .under_img {
        max-width: 350px; } }
    @media (max-width: 575px) {
      .under_construction .under_img {
        max-width: 300px; } }
    @media (max-width: 480px) {
      .under_construction .under_img {
        max-width: 270px; } }

/* Price list */
@media (max-width: 991px) {
  .price-list {
    margin-bottom: 20px; } }
@media (max-width: 480px) {
  .price-list {
    margin-bottom: 0; } }
.price-list .subpage_header {
  margin-top: 15px;
  position: relative; }
  .price-list .subpage_header::after {
    content: '';
    width: 190px;
    height: 190px;
    background-image: url("assets/images/ball_left.svg");
    background-size: contain;
    position: absolute;
    z-index: -5;
    left: -110px;
    top: -40px; }
    @media (max-width: 1599px) {
      .price-list .subpage_header::after {
        width: 160px;
        height: 160px;
        background-size: contain;
        left: -90px;
        top: -40px; } }
    @media (max-width: 991px) {
      .price-list .subpage_header::after {
        width: 140px;
        height: 140px;
        top: -30px;
        left: -80px; } }
    @media (max-width: 480px) {
      .price-list .subpage_header::after {
        width: 120px;
        height: 120px;
        left: -70px; } }
.price-list__wrap {
  margin-top: 35px; }
.price-list__header {
  font-size: 2.5rem;
  color: #6E1F79;
  font-family: 'museo-slab', serif;
  font-weight: 700;
  padding: 29px 45px;
  margin-bottom: 15px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='18' ry='18' stroke='%236E1F79FF' stroke-width='2' stroke-dasharray='4%2c8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 18px;
  background-color: #fff; }
  @media (max-width: 1599px) {
    .price-list__header {
      padding: 23px 45px; } }
  @media (max-width: 1199px) {
    .price-list__header {
      padding: 20px 30px;
      font-size: 2.3rem; } }
  @media (max-width: 991px) {
    .price-list__header {
      font-size: 2.1rem;
      padding: 20px; } }
  @media (max-width: 767px) {
    .price-list__header {
      font-size: 1.9rem;
      padding: 15px 20px; } }
.price-list__block {
  margin-bottom: 25px; }
.price-list__category {
  color: #696969;
  max-width: 580px;
  margin-left: 47px;
  margin-bottom: 38px; }
  @media (max-width: 1199px) {
    .price-list__category {
      margin-left: 32px; } }
  @media (max-width: 991px) {
    .price-list__category {
      margin-left: 0; } }
  @media (max-width: 767px) {
    .price-list__category {
      margin-left: 22px; } }
  @media (max-width: 480px) {
    .price-list__category {
      margin-left: 0; } }
.price-list__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #696969;
  font-family: 'museo-slab', serif;
  font-size: 1.8rem;
  padding-bottom: 10px;
  margin-bottom: 17px; }
  @media (max-width: 991px) {
    .price-list__top {
      font-size: 1.6rem; } }
.price-list__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 17px; }
  @media (max-width: 991px) {
    .price-list__item {
      font-size: 1.4rem; } }
.price-list__text--bold {
  font-weight: 700;
  text-align: right; }
.price-list__text--middle {
  padding: 0 15px; }

/*# sourceMappingURL=custom-style.css.map */
