@charset "UTF-8";
/* COLORS */
/* HEADER */
/*  FONT SIZES  */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* BODY PADDINGS */
/* CONTENT PADDINGS */
/* CONTENT GRID */
/*  FONT FAMILIES  */
/* DOCTOR ITEM */
body, div, p {
  margin: 0;
  padding: 0; }

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

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

@font-face {
  font-family: Manrope;
  src: url("../fonts/manrope/bold.otf") format("opentype"), url("../fonts/manrope/bold.woff") format("woff"), url("../fonts/manrope/bold.woff2") format("woff2");
  font-weight: 900; }

@font-face {
  font-family: Manrope;
  src: url("../fonts/manrope/medium.otf") format("opentype"), url("../fonts/manrope/medium.woff") format("woff"), url("../fonts/manrope/medium.woff2") format("woff2");
  font-weight: 700; }

@font-face {
  font-family: Manrope;
  src: url("../fonts/manrope/regular.otf") format("opentype"), url("../fonts/manrope/regular.woff") format("woff"), url("../fonts/manrope/regular.woff2") format("woff2");
  font-weight: 500; }

@font-face {
  font-family: Manrope;
  src: url("../fonts/manrope/light.otf") format("opentype"), url("../fonts/manrope/light.woff") format("woff"), url("../fonts/manrope/light.woff2") format("woff2");
  font-weight: 300; }

/* ICON FONT */
@font-face {
  font-family: "tesla-icons";
  src: url("../fonts/tesla-icons/tesla-icons.eot?qa7mw6");
  src: url("../fonts/tesla-icons/tesla-icons.eot?qa7mw6#iefix") format("embedded-opentype"), url("../fonts/tesla-icons/tesla-icons.ttf?qa7mw6") format("truetype"), url("../fonts/tesla-icons/tesla-icons.woff?qa7mw6") format("woff"), url("../fonts/tesla-icons/tesla-icons.svg?qa7mw6#tesla-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

.mrgn-l-md {
  margin-left: 20px; }

.mrgn-l-md-10 {
  margin-left: 10px; }

.mrgn-l-xs {
  margin-left: 5px; }

.mrgn-t-sm {
  margin-top: 10px; }

.mrgn-t-lg {
  margin-top: 40px; }

.pdng-v-md {
  padding-top: 20px;
  padding-bottom: 20px; }

.pdng-h-md {
  padding-right: 20px;
  padding-left: 20px; }

.pdng-t-md {
  padding-top: 20px; }

@media screen and (min-width: 1360px) {
  .pdng-t-lg {
    padding-top: 50px; } }

/* COLORS */
/* HEADER */
/*  FONT SIZES  */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* BODY PADDINGS */
/* CONTENT PADDINGS */
/* CONTENT GRID */
/*  FONT FAMILIES  */
/* DOCTOR ITEM */
.input-group {
  position: relative; }
  .input-group input,
  .input-group textarea {
    padding: 10px;
    position: relative;
    border: 1px solid #00A5B8;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    max-width: 525px;
    width: 100%;
    margin-top: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    font-family: Manrope;
    font-size: 13px;
    color: rgba(42, 47, 102, 0.7); }
    .input-group input::-webkit-input-placeholder,
    .input-group textarea::-webkit-input-placeholder {
      color: rgba(42, 47, 102, 0.7);
      -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
      transition: opacity 0.2s, -webkit-transform 0.2s;
      -o-transition: transform 0.2s, opacity 0.2s;
      transition: transform 0.2s, opacity 0.2s;
      transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s; }
    .input-group input:hover, .input-group input:focus,
    .input-group textarea:hover,
    .input-group textarea:focus {
      border-color: #00A5B8; }
    .input-group input:focus,
    .input-group textarea:focus {
      border-color: #00A5B8; }
      .input-group input:focus::-webkit-input-placeholder,
      .input-group textarea:focus::-webkit-input-placeholder {
        opacity: 0;
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px); }
    .input-group input.input-validation-error,
    .input-group textarea.input-validation-error {
      border-right: 5px solid #FF8383;
      -webkit-border-top-right-radius: 0;
              border-top-right-radius: 0;
      -webkit-border-bottom-right-radius: 0;
              border-bottom-right-radius: 0; }
  .input-group span {
    margin-right: 15px;
    position: absolute; }
  .input-group textarea {
    resize: none; }
  .input-group input:focus, .input-group textarea:focus {
    outline: none; }
  .input-group span.help-block {
    position: absolute;
    bottom: 0;
    right: 0; }
    .input-group span.help-block.field-validation-error {
      font-size: 10px;
      -webkit-transform: translateY(-70%);
          -ms-transform: translateY(-70%);
              transform: translateY(-70%);
      color: red;
      pointer-events: none;
      display: block;
      background-color: rgba(255, 255, 255, 0.9);
      padding: 0 5px; }

input[type=submit].tesla-button,
input[type=button].tesla-button {
  cursor: pointer;
  margin-top: 10px;
  padding: 15px 0;
  width: 100%;
  font-size: 13px;
  font-weight: 100;
  font-family: Manrope;
  color: #fff;
  background-color: #00A5B8;
  border: none;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  max-width: 525px; }
  input[type=submit].tesla-button:focus,
  input[type=button].tesla-button:focus {
    outline: none; }
  input[type=submit].tesla-button:hover,
  input[type=button].tesla-button:hover {
    opacity: .9; }

/* COLORS */
/* HEADER */
/*  FONT SIZES  */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* BODY PADDINGS */
/* CONTENT PADDINGS */
/* CONTENT GRID */
/*  FONT FAMILIES  */
/* DOCTOR ITEM */
/* COLORS */
.color_red {
  color: red !important; }

.color_white {
  color: #fff !important; }

.color_mid-blue {
  color: #2A2F66 !important; }

.color_viber-purple {
  color: #665CAC !important; }

.color_telegram-blue {
  color: #2CA5E0 !important; }

.color_instagram-red {
  color: #E4405F !important; }

.color_fb-blue {
  color: #3B5998 !important; }

.color_darkest-green {
  color: #00a4b9 !important; }

.color_grey {
  color: #ABABAB !important; }

.color_brand-green {
  color: #00a4b9 !important; }

/* BORDER_COLORS */
.bcolor_brand-green {
  border-color: #00a4b9 !important; }
  .bcolor_brand-green:hover {
    background-color: #00A5B8;
    border-color: #00A5B8 !important;
    color: #fff; }

.bcolor_dark-green {
  border-color: #00A5B8 !important; }

.bcolor_transparent {
  border-color: transparent !important; }

/* ICON FONT STYLES */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "tesla-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  cursor: pointer;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-star:before {
  content: ""; }

.icon-calendar1:before {
  content: ""; }

.icon-right-arrow:before {
  content: ""; }

.icon-star-empty:before {
  content: ""; }

.icon-phone1:before {
  content: ""; }

.icon-arrow-down:before {
  content: ""; }

.icon-arrow-right:before {
  content: ""; }

.icon-burger-menu:before {
  content: ""; }

.icon-calendar:before {
  content: ""; }

.icon-clip:before {
  content: ""; }

.icon-cross:before {
  content: ""; }

.icon-document:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-telegram:before {
  content: ""; }

.icon-viber:before {
  content: ""; }

.icon-youtube:before {
  content: "";
  display: inline-block;
  background-image: url("../fonts/tesla-icons/icon-youtube.svg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  width: 22px;
  height: 22px; }

.icon-youtube-response:before {
  content: "";
  display: inline-block;
  background-image: url("../fonts/tesla-icons/icon-youtube-response.svg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  width: 22px;
  height: 22px; }

/* ICON SIZES */
.icon_size_normal {
  font-size: 22px; }

.icon_size_md {
  font-size: 28px; }

.icon_size_sm {
  font-size: 16px; }

header {
  background-color: #fff;
  height: auto;
  z-index: 10;
  background-color: #f3fafa;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    header {
      padding-right: 0 !important;
      padding-left: 0 !important; }
      header .container {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        background-color: #f3fafa;
        margin: 0 auto; }
      header .dndd-coach {
        padding-right: 20px;
        padding-left: 20px; }
      header #main-menu-close {
        font-size: 21px; } }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    header {
      height: 86px;
      padding: 10px 0 !important; }
      header .container {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        background-color: #f3fafa;
        margin: 0 auto; }
      header #main-menu-close {
        font-size: 21px; }
      header .dndd-coach {
        padding: 0 10px; } }
  @media screen and (max-width: 480px) {
    header {
      height: 76px;
      padding: 10px 0 !important; }
      header .container {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        background-color: #f3fafa;
        margin: 0 auto; }
      header #main-menu-close {
        font-size: 21px; }
      header .dndd-coach {
        padding: 0 10px; } }
  header .header-content {
    display: grid;
    grid-template-columns: -webkit-max-content minmax(0, 1fr) -webkit-max-content;
    grid-template-columns: max-content minmax(0, 1fr) max-content;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px; }
    @media screen and (min-width: 1024px) {
      header .header-content {
        -webkit-column-gap: 80px;
           -moz-column-gap: 80px;
                column-gap: 80px; } }
  header .phones-mob {
    display: none;
    margin-left: 5px;
    font-size: 0; }
    header .phones-mob > p {
      font-size: 0;
      display: none; }
    @media screen and (max-width: 767px) {
      header .phones-mob {
        display: block; } }
  header #header__main-nav {
    position: absolute;
    background-color: #f3fafa;
    top: 98px;
    left: 0;
    width: 100%;
    z-index: 1; }
    @media screen and (min-width: 1360px) {
      header #header__main-nav {
        height: -webkit-calc(100vh - 100px);
        height: calc(100vh - 100px);
        overflow-y: auto; } }
    @media screen and (min-width: 1024px) and (max-width: 1360px) {
      header #header__main-nav {
        height: -webkit-calc(100vh - 100px);
        height: calc(100vh - 100px);
        overflow-y: auto; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      header #header__main-nav {
        position: relative;
        top: 10px;
        height: auto;
        height: -webkit-calc(100vh - 85px);
        height: calc(100vh - 85px); } }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      header #header__main-nav {
        position: relative;
        top: 10px;
        height: -webkit-calc(100vh - 85px);
        height: calc(100vh - 85px); } }
    @media screen and (max-width: 480px) {
      header #header__main-nav {
        position: relative;
        top: 10px;
        height: -webkit-calc(100vh - 85px);
        height: calc(100vh - 85px); } }
    header #header__main-nav .flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media screen and (min-width: 1360px) {
        header #header__main-nav .flex,
        header #header__main-nav .flex ul {
          height: 100%; } }
      @media screen and (min-width: 1024px) and (max-width: 1360px) {
        header #header__main-nav .flex,
        header #header__main-nav .flex ul {
          height: 100%; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        header #header__main-nav .flex {
          height: 100%; } }
      @media screen and (min-width: 420px) and (max-width: 767px) {
        header #header__main-nav .flex {
          height: auto; }
          header #header__main-nav .flex ul {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 auto;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
            min-height: auto; }
            header #header__main-nav .flex ul > li {
              padding: 9px 0; }
          header #header__main-nav .flex .respons_social-icons {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 auto;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto; } }
      @media screen and (max-width: 480px) {
        header #header__main-nav .flex {
          height: 95%; }
          header #header__main-nav .flex ul {
            -webkit-box-flex: 1;
            -webkit-flex: 1 0 auto;
                -ms-flex: 1 0 auto;
                    flex: 1 0 auto;
            min-height: auto; }
            header #header__main-nav .flex ul > li {
              padding: 10px 0; }
          header #header__main-nav .flex .respons_social-icons {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 auto;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto; } }
      @media screen and (max-width: 370px) {
        header #header__main-nav .flex {
          height: auto; } }
    header #header__main-nav ul {
      list-style: none;
      margin: 0;
      padding: 0;
      width: 100%;
      min-height: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        header #header__main-nav ul {
          height: 100%; } }
      @media screen and (min-width: 480px) and (max-width: 820px) and (orientation: landscape) {
        header #header__main-nav ul {
          height: -webkit-calc(100vh);
          height: calc(100vh); } }
      @media screen and (min-width: 420px) and (max-width: 767px) {
        header #header__main-nav ul {
          min-height: 100%; } }
      header #header__main-nav ul > li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: -webkit-calc(50% - 2px - 100px);
        width: calc(50% - 2px - 100px);
        border: 1px solid transparent;
        padding: 1% 50px;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        border-bottom-color: rgba(42, 47, 102, 0.15); }
        header #header__main-nav ul > li:nth-of-type(2n + 1) {
          border-right-color: rgba(42, 47, 102, 0.15); }
        header #header__main-nav ul > li:nth-of-type(1), header #header__main-nav ul > li:nth-of-type(2) {
          border-top-color: rgba(42, 47, 102, 0.15); }
        header #header__main-nav ul > li:last-of-type {
          border-bottom-color: transparent; }
        header #header__main-nav ul > li > a {
          font-size: 36px;
          font-weight: 900;
          height: -webkit-max-content;
          height: -moz-max-content;
          height: max-content;
          border-bottom-width: 0;
          color: #484A4F;
          width: 100%;
          height: 100%;
          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; }
          header #header__main-nav ul > li > a > span {
            border-bottom-color: transparent;
            border-bottom-style: solid;
            border-bottom-width: 1px;
            -webkit-transition: .2s;
            -o-transition: .2s;
            transition: .2s; }
          header #header__main-nav ul > li > a:hover {
            border-bottom-width: 0; }
          @media screen and (max-width: 1280px) {
            header #header__main-nav ul > li > a {
              font-size: 30px; } }
          @media screen and (min-width: 768px) and (max-width: 1023px) {
            header #header__main-nav ul > li > a {
              line-height: 26px;
              font-size: 25px; } }
        @media screen and (min-width: 420px) and (max-width: 767px) {
          header #header__main-nav ul > li {
            padding: 10px 0px;
            min-height: 43px;
            width: -webkit-calc(50% - 2px);
            width: calc(50% - 2px);
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center; }
            header #header__main-nav ul > li a {
              font-size: 16px;
              line-height: normal;
              font-weight: 400;
              width: 100%;
              height: 100%;
              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;
              padding: 0px 20px; } }
        @media screen and (max-width: 480px) {
          header #header__main-nav ul > li {
            padding: 10px 0px;
            min-height: 40px;
            width: -webkit-calc(50% - 2px);
            width: calc(50% - 2px);
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center; }
            header #header__main-nav ul > li a {
              font-size: 16px;
              line-height: normal;
              font-weight: 400;
              width: 100%;
              height: 100%;
              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;
              padding: 0px 20px; } }
    header #header__main-nav .respons_social-icons {
      display: none;
      border-top: 1px solid rgba(42, 47, 102, 0.15);
      padding: 50px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      header #header__main-nav .respons_social-icons .search-container {
        display: none; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        header #header__main-nav .respons_social-icons {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          bottom: 0;
          width: 100%;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          header #header__main-nav .respons_social-icons a {
            margin: 0 20px;
            font-size: 31px; } }
      @media screen and (min-width: 420px) and (max-width: 767px) {
        header #header__main-nav .respons_social-icons {
          display: block;
          bottom: 0;
          width: 100%;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 10px 20px;
          text-align: center; }
          header #header__main-nav .respons_social-icons .search-container {
            display: block;
            width: 100%;
            margin: 0 auto 20px; }
            header #header__main-nav .respons_social-icons .search-container input {
              width: 100%;
              max-width: 100%; }
          header #header__main-nav .respons_social-icons a {
            margin: 0 20px;
            font-size: 24px; } }
      @media screen and (max-width: 480px) {
        header #header__main-nav .respons_social-icons {
          display: block;
          bottom: 0;
          width: 100%;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 10px 10px;
          text-align: center; }
          header #header__main-nav .respons_social-icons .search-container {
            display: block;
            width: 100%;
            margin: 0 auto 20px; }
            header #header__main-nav .respons_social-icons .search-container input {
              width: 100%;
              max-width: 100%;
              border-color: #2A2F66;
              color: #484A4F;
              opacity: 0.7; }
          header #header__main-nav .respons_social-icons a {
            margin: 0 20px;
            font-size: 24px; } }
    header #header__main-nav .contacts div.contact-info p {
      color: #2A2F66; }
    header #header__main-nav .social-icons > [class^="icon-"],
    header #header__main-nav .social-icons > [class*=" icon-"] {
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      display: inline-block; }
    header #header__main-nav .lang-pick {
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      display: inline-block; }
  header .header__logo {
    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; }
  header #main-menu-close,
  header #header__main-nav {
    display: none; }
  header.header-menu-opened {
    background-color: #f3fafa; }
    header.header-menu-opened .container {
      width: 100%; }
    header.header-menu-opened .search-container {
      border-color: #2A2F66; }
      header.header-menu-opened .search-container input {
        border-color: #484A4F; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      header.header-menu-opened {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        overflow-y: scroll;
        padding-right: 0;
        padding-left: 0; } }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      header.header-menu-opened {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        overflow-y: scroll; } }
    @media screen and (max-width: 480px) {
      header.header-menu-opened {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        overflow-y: scroll; } }
    header.header-menu-opened [class^="icon-"],
    header.header-menu-opened [class*=" icon-"] {
      color: #484A4F !important; }
    header.header-menu-opened .icon-arrow-down {
      color: #fff !important; }
    header.header-menu-opened .lang-pick {
      background-color: #484A4F !important;
      color: #fff; }
    header.header-menu-opened #main-menu-open {
      display: none; }
    header.header-menu-opened #main-menu-close {
      display: inline-block; }
    header.header-menu-opened #header__main-nav {
      display: block; }
  header #main-menu-open,
  header #main-menu-close {
    width: 26px;
    height: 26px;
    font-size: 23px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      header #main-menu-open,
      header #main-menu-close {
        margin-left: 10px; } }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      header #main-menu-open,
      header #main-menu-close {
        margin-left: 10px; } }
    @media screen and (max-width: 480px) {
      header #main-menu-open,
      header #main-menu-close {
        margin-left: 10px; } }
  header #header-logo {
    height: 80px; }
    @media screen and (min-width: 1024px) and (max-width: 1360px) {
      header #header-logo {
        height: 70px; } }
    @media screen and (max-width: 1024px) {
      header #header-logo {
        height: 63px; } }
    @media screen and (max-width: 480px) {
      header #header-logo {
        height: 60px; } }
  header .icon {
    width: 26px;
    height: 26px; }
  header .search-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-left: 30px; }
    @media screen and (min-width: 1024px) and (max-width: 1360px) {
      header .search-container {
        margin-left: 20px; } }
    @media screen and (max-width: 767px) {
      header .search-container {
        display: none; } }
    header .search-container span {
      margin-right: 15px; }
    header .search-container input {
      padding: 10px;
      position: relative;
      border: 1px solid #00A5B8;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      font-size: 13px;
      width: 300px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background-color: transparent;
      font-family: Manrope;
      font-weight: 100; }
      @media screen and (min-width: 1024px) and (max-width: 1360px) {
        header .search-container input {
          width: 253px; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        header .search-container input {
          width: 253px; } }
      header .search-container input + [class^="icon-"] {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      header .search-container input:focus {
        outline: none; }
  @media screen and (min-width: 1024px) {
    header .contacts {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-right: 10px; } }
  header .contacts > span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  header .contacts div.contact-info {
    display: none;
    font-size: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    header .contacts div.contact-info > p {
      display: none; }
    @media screen and (min-width: 768px) {
      header .contacts div.contact-info {
        display: block; }
        header .contacts div.contact-info p {
          color: #484A4F;
          font-weight: 100;
          line-height: 15px;
          font-size: 12px; } }

input[type=file] {
  display: none; }

.label-ib .text {
  display: inline-block !important;
  cursor: pointer;
  margin-left: 0 !important; }

.appointment--form fieldset.select {
  margin: 0 10px; }
  .appointment--form fieldset.select .input-group > .form-control {
    margin: 0; }

.appointment--form .select .input-group-btn {
  position: static;
  margin: 0; }
  .appointment--form .select .input-group-btn button {
    position: absolute;
    border: none;
    background: none;
    display: block;
    top: 0;
    bottom: 0;
    right: 0px;
    width: 40px;
    cursor: pointer; }
    .appointment--form .select .input-group-btn button::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 0;
      height: 0;
      margin: auto;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #fff;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }

.appointment--form .select .input-group .form-control:hover + .input-group-btn button::before {
  border-top-color: #484A4F; }

.appointment--form .rel.z-index-popup {
  position: static; }

.appointment--form .n-ui-autocomplete .n-ui-popup {
  top: auto;
  bottom: 105%; }

.social-icons {
  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-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  display: none;
  margin-left: 25px; }
  @media (min-width: 1200px) {
    .social-icons {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.social-icon {
  width: 24px;
  height: 24px;
  display: block; }
  .social-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

/* FOOTER SECTION */
footer {
  padding-top: 36px;
  padding-bottom: 80px;
  background-color: #F4FCFB;
  position: relative; }
  footer .only-mobile {
    display: none; }
    @media screen and (max-width: 480px) {
      footer .only-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 15px;
        margin-top: -10px; } }
  footer .footer-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1240px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: auto; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      footer .footer-content {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        display: block; } }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      footer .footer-content {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        display: block; } }
    @media screen and (max-width: 480px) {
      footer .footer-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    footer .footer-content .circle-btn {
      z-index: 100; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    footer .aitems-center {
      display: none; } }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    footer .aitems-center {
      display: none; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    footer .aitems-center.only-mobile {
      width: 100%;
      display: block; }
      footer .aitems-center.only-mobile .icon-phone.icon_size_normal {
        width: auto;
        margin-right: 15px; } }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    footer .aitems-center.only-mobile {
      width: 100%;
      display: block;
      float: left; }
      footer .aitems-center.only-mobile .icon-phone.icon_size_normal {
        width: auto;
        margin-right: 10px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    footer .aitems-center.only-mobile .icon-phone {
      font-size: 52px; } }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    footer .aitems-center.only-mobile .icon-phone {
      font-size: 52px; } }
  @media screen and (max-width: 480px) {
    footer .aitems-center.only-mobile .icon-phone {
      font-size: 24px;
      position: relative;
      top: 0px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    footer .aitems-center.only-mobile a {
      font-size: 36px;
      text-align: left !important; }
      footer .aitems-center.only-mobile a span {
        display: inline-block; } }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    footer .aitems-center.only-mobile a {
      font-size: 36px;
      text-align: left !important; }
      footer .aitems-center.only-mobile a span {
        display: inline-block; } }
  @media screen and (max-width: 480px) {
    footer .aitems-center.only-mobile a {
      line-height: 25px;
      font-size: 18px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    footer .aitems-center.only-mobile .icon-phone, footer .aitems-center.only-mobile a {
      display: block;
      float: left;
      width: 48%;
      text-align: center;
      line-height: normal; } }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    footer .aitems-center.only-mobile .icon-phone, footer .aitems-center.only-mobile a {
      display: block;
      float: left;
      text-align: center;
      line-height: normal; } }
  footer .footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 2;
    -webkit-flex: 2;
        -ms-flex: 2;
            flex: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      footer .footer-links {
        width: 50%;
        -webkit-box-flex: 1;
        -webkit-flex: auto;
            -ms-flex: auto;
                flex: auto;
        float: left; } }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      footer .footer-links {
        width: 50%;
        -webkit-box-flex: 1;
        -webkit-flex: auto;
            -ms-flex: auto;
                flex: auto;
        float: left; } }
    footer .footer-links__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      @media screen and (max-width: 480px) {
        footer .footer-links__content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    footer .footer-links__col {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      footer .footer-links__col a {
        margin-bottom: 10px;
        width: 225px;
        max-width: 50%;
        float: left;
        padding-right: 10px; }
        @media screen and (max-width: 480px) {
          footer .footer-links__col a {
            margin-bottom: 0;
            width: 100%;
            max-width: 100%; } }
        footer .footer-links__col a h3, footer .footer-links__col a .h3 {
          border-bottom: 2px solid transparent;
          width: auto;
          display: inline;
          font-weight: 400;
          color: #66686b; }
          @media screen and (max-width: 480px) {
            footer .footer-links__col a h3, footer .footer-links__col a .h3 {
              line-height: 25px;
              font-size: 18px; } }
        footer .footer-links__col a:hover {
          border-bottom-color: transparent; }
          footer .footer-links__col a:hover h3, footer .footer-links__col a:hover .h3 {
            border-bottom: 2px solid rgba(42, 47, 102, 0.3); }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          footer .footer-links__col a {
            max-width: 100%; } }
        @media screen and (min-width: 420px) and (max-width: 767px) {
          footer .footer-links__col a {
            max-width: 100%; } }
  footer .icon-phone {
    opacity: 0.15;
    margin-left: 10px;
    color: #484A4F; }
  footer .footer-departments {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1.5;
    -webkit-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      footer .footer-departments {
        width: 50%;
        -webkit-box-flex: 1;
        -webkit-flex: auto;
            -ms-flex: auto;
                flex: auto; } }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      footer .footer-departments {
        width: 50%;
        -webkit-box-flex: 1;
        -webkit-flex: auto;
            -ms-flex: auto;
                flex: auto; } }
    footer .footer-departments p {
      font-weight: 400; }
    footer .footer-departments p.department {
      font-weight: 300; }
    @media screen and (max-width: 480px) {
      footer .footer-departments {
        width: 100%;
        margin: 15px auto; }
        footer .footer-departments p.department {
          margin-top: 15px; } }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      footer .footer-departments {
        width: 48%;
        margin-bottom: 50px; } }
  footer .footer-feedback {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      footer .footer-feedback {
        -webkit-box-flex: 1;
        -webkit-flex: auto;
            -ms-flex: auto;
                flex: auto;
        max-width: 50%;
        position: absolute;
        bottom: 80px;
        right: 20px; } }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      footer .footer-feedback {
        -webkit-box-flex: 1;
        -webkit-flex: auto;
            -ms-flex: auto;
                flex: auto;
        max-width: 50%;
        position: absolute;
        bottom: 80px;
        right: 20px; }
        footer .footer-feedback .like-button {
          padding: 16px 20px; } }
    @media screen and (max-width: 480px) {
      footer .footer-feedback {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        width: 100%; }
        footer .footer-feedback h3, footer .footer-feedback .h3 {
          display: none; }
        footer .footer-feedback .flex-row {
          margin-top: 20px; } }
  footer .footer__developed {
    margin-top: 10px;
    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: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    footer .footer__developed span {
      font-size: 0.7em; }
  footer .footer-d2-logo {
    width: 56px;
    height: 52px; }
  footer .copyright,
  footer .department {
    font-size: 13px; }
  footer .copyright {
    max-width: 1240px;
    margin: auto;
    color: #66686b;
    margin-top: 15px;
    font-weight: 300;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      footer .copyright {
        width: 50%;
        -webkit-box-flex: 1;
        -webkit-flex: auto;
            -ms-flex: auto;
                flex: auto;
        float: none;
        margin: 0; } }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      footer .copyright {
        width: 50%;
        -webkit-box-flex: 1;
        -webkit-flex: auto;
            -ms-flex: auto;
                flex: auto;
        float: none;
        margin: 0; } }
    @media screen and (max-width: 480px) {
      footer .copyright {
        width: 42%; } }
    @media screen and (max-width: 420px) {
      footer .copyright {
        width: 100%; } }

.footer-feedback a#footer__give-feedback {
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px); }

.appointment {
  background: #00a4b9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
  display: none; }
  .appointment form {
    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;
    max-height: 95px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .appointment form {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-transition: .4s, max-height .4s;
        -o-transition: .4s, max-height .4s;
        transition: .4s, max-height .4s;
        opacity: 0;
        -webkit-transform: translateY(110px);
            -ms-transform: translateY(110px);
                transform: translateY(110px);
        max-height: 0; }
        .appointment form.active {
          max-height: 95px;
          -webkit-transform: translateY(0px);
              -ms-transform: translateY(0px);
                  transform: translateY(0px);
          opacity: 1; }
        .appointment form input[type="submit"] {
          background-color: #2A2F66;
          max-width: 300px;
          margin-top: 0px; }
          .appointment form input[type="submit"] + [class^="icon-"] {
            display: none; } }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .appointment form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-transition: .4s, max-height .4s;
        -o-transition: .4s, max-height .4s;
        transition: .4s, max-height .4s;
        opacity: 0;
        -webkit-transform: translateY(110px);
            -ms-transform: translateY(110px);
                transform: translateY(110px);
        max-height: 0; }
        .appointment form.active {
          max-height: 200px;
          -webkit-transform: translateY(0px);
              -ms-transform: translateY(0px);
                  transform: translateY(0px);
          opacity: 1; }
        .appointment form fieldset {
          width: 100%; }
          .appointment form fieldset select {
            min-width: 300px; }
          .appointment form fieldset input {
            width: 100%;
            max-width: 278px;
            margin: 0;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box; }
            .appointment form fieldset input[type="submit"] {
              background-color: #2A2F66;
              max-width: 300px;
              margin-top: 10px; }
              .appointment form fieldset input[type="submit"] + [class^="icon-"] {
                display: none; } }
    @media screen and (max-width: 480px) {
      .appointment form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-transition: .4s, max-height .4s;
        -o-transition: .4s, max-height .4s;
        transition: .4s, max-height .4s;
        opacity: 0;
        -webkit-transform: translateY(110px);
            -ms-transform: translateY(110px);
                transform: translateY(110px);
        max-height: 0; }
        .appointment form.active {
          max-height: 200px;
          -webkit-transform: translateY(0px);
              -ms-transform: translateY(0px);
                  transform: translateY(0px);
          opacity: 1; }
        .appointment form fieldset {
          width: 100%; }
          .appointment form fieldset select {
            min-width: 259px; }
          .appointment form fieldset input {
            width: 100%;
            max-width: 238px;
            margin: 0;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box; }
            .appointment form fieldset input[type="submit"] {
              background-color: #2A2F66;
              max-width: 260px;
              margin-top: 10px; }
              .appointment form fieldset input[type="submit"] + [class^="icon-"] {
                display: none; } }
  .appointment fieldset {
    border-color: transparent;
    padding: 0;
    margin: 0;
    position: relative; }
  .appointment input, .appointment select {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    max-height: 45px;
    padding: 10px;
    display: block;
    margin: 0 10px;
    color: #FFFFFF;
    opacity: 0.85;
    font-weight: 100;
    font-size: 13px;
    font-family: Manrope;
    resize: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    outline: none;
    -webkit-appearance: none; }
    .appointment input::-webkit-input-placeholder, .appointment select::-webkit-input-placeholder {
      color: #FFFFFF;
      opacity: 0.85;
      font-weight: 100; }
    .appointment input:active, .appointment input:focus, .appointment input:hover, .appointment select:active, .appointment select:focus, .appointment select:hover {
      background-color: #fff;
      color: #2A2F66; }
    .appointment input + [class^="icon-"], .appointment select + [class^="icon-"] {
      position: absolute;
      right: 20px;
      top: 0;
      font-size: 18px;
      pointer-events: none; }
    .appointment input:hover + [class^="icon-"], .appointment input:hover + [class^="icon-"]::before, .appointment input:active + [class^="icon-"], .appointment input:active + [class^="icon-"]::before, .appointment input:focus + [class^="icon-"], .appointment input:focus + [class^="icon-"]::before, .appointment select:hover + [class^="icon-"], .appointment select:hover + [class^="icon-"]::before, .appointment select:active + [class^="icon-"], .appointment select:active + [class^="icon-"]::before, .appointment select:focus + [class^="icon-"], .appointment select:focus + [class^="icon-"]::before {
      color: #484A4F; }
  .appointment select {
    cursor: pointer;
    min-width: 260px; }
    .appointment select option {
      color: #484A4F;
      padding: 10px; }
  .appointment input[type="date"] {
    cursor: pointer; }
    .appointment input[type="date"]::-webkit-inner-spin-button, .appointment input[type="date"]::-webkit-calendar-picker-indicator, .appointment input[type="date"]::-webkit-clear-button {
      opacity: 0;
      -webkit-appearance: none; }
  .appointment input[type="submit"] {
    cursor: pointer;
    border-color: transparent;
    float: left; }
    @media screen and (min-width: 980px) {
      .appointment input[type="submit"] {
        margin-left: 50px; } }
  .appointment select:active + [class^="icon-"], .appointment select:focus + [class^="icon-"] {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .appointment li,
  .appointment .n-ui-more span[class^=link] {
    font-size: 12px;
    position: relative;
    color: #484A4F;
    font-weight: 100; }
  .appointment .n-ui-more span[class^=link] {
    display: block;
    text-align: center; }
  .appointment input[type="submit"] + [class^="icon-"] {
    position: relative;
    right: 0; }
  .appointment input[type="submit"]:hover + [class^="icon-"] {
    -webkit-transform: translateZ(0) translateX(-6px);
            transform: translateZ(0) translateX(-6px);
    color: #fff; }
    .appointment input[type="submit"]:hover + [class^="icon-"]::before {
      color: #fff; }
  .appointment input[type="submit"]:active + [class^="icon-"] {
    -webkit-transform: translateZ(0) translateX(0px);
            transform: translateZ(0) translateX(0px);
    color: #fff; }
    .appointment input[type="submit"]:active + [class^="icon-"]::before {
      color: #fff; }
  .appointment input[type="submit"]:hover, .appointment input[type="submit"]:active, .appointment input[type="submit"]:focus {
    background-color: transparent;
    color: #fff; }
  .appointment [class^="icon-"] {
    color: #fff;
    position: relative;
    display: inline-block;
    float: none;
    line-height: 44px;
    text-align: center;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  .appointment .mobile-btn {
    text-align: center;
    width: 100%;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
    max-height: 45px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .appointment .mobile-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .appointment .mobile-btn [class^="icon-"] {
          -webkit-transform: rotate(270deg);
              -ms-transform: rotate(270deg);
                  transform: rotate(270deg); } }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .appointment .mobile-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .appointment .mobile-btn [class^="icon-"] {
          -webkit-transform: rotate(270deg);
              -ms-transform: rotate(270deg);
                  transform: rotate(270deg); } }
    @media screen and (max-width: 480px) {
      .appointment .mobile-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .appointment .mobile-btn [class^="icon-"] {
          -webkit-transform: rotate(270deg);
              -ms-transform: rotate(270deg);
                  transform: rotate(270deg); } }
    .appointment .mobile-btn .getit {
      cursor: pointer;
      border-color: transparent;
      float: left;
      background-color: transparent;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      max-height: 45px;
      padding: 10px;
      display: block;
      margin: 0 10px 0 0;
      color: #FFFFFF;
      opacity: 0.85;
      font-weight: 100;
      font-size: 13px;
      font-family: Manrope;
      resize: none;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      outline: none;
      -webkit-appearance: none; }
    .appointment .mobile-btn.active [class^="icon-"] {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
  .appointment .success p {
    color: #fff;
    text-align: center; }

.this-table {
  width: 100%;
  overflow-x: auto; }
  .this-table table {
    max-width: 600px;
    width: 100%; }

.family-doctor {
  padding: 80px 0; }
  @media screen and (max-width: 480px) {
    .family-doctor {
      padding: 20px 0 0; } }
  .family-doctor__list {
    font-size: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    margin: 0 auto; }
    .family-doctor__list * {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
  .family-doctor__item {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 20px;
    margin-bottom: 40px; }
    .family-doctor__item .plain-text {
      margin-bottom: 20px; }
    .family-doctor__item .schedule-item a {
      display: block; }
      .family-doctor__item .schedule-item a img {
        -webkit-border-radius: 50%;
                border-radius: 50%;
        max-width: 100%; }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .family-doctor__item .schedule-item {
        margin-bottom: 20px; }
        .family-doctor__item .schedule-item a img {
          display: block;
          margin: 0 auto 15px; }
        .family-doctor__item .schedule-item h2 {
          font-size: 18px;
          font-weight: 400; } }
    @media screen and (max-width: 480px) {
      .family-doctor__item .schedule-item {
        margin-bottom: 20px; }
        .family-doctor__item .schedule-item a img {
          display: block;
          margin: 0 auto 15px; }
        .family-doctor__item .schedule-item h2 {
          font-size: 18px;
          font-weight: 400; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .family-doctor__item {
        display: block;
        margin: 0 auto 40px;
        max-width: 720px;
        width: 100%; } }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .family-doctor__item {
        display: block;
        margin: 0 auto 40px;
        max-width: 560px;
        width: 100%; } }
    @media screen and (max-width: 480px) {
      .family-doctor__item {
        display: block;
        margin: 0 auto 40px;
        width: 100%;
        padding: 0 !important; } }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .family-doctor__item {
        padding: 0 60px; }
        .family-doctor__item .like-button {
          padding: 16px 25px; } }
  .family-doctor h1 {
    font-size: 50px;
    margin-bottom: 20px; }
  .family-doctor h2 {
    line-height: 1.2 !important;
    margin: 5px 0 10px;
    font-weight: bold; }
  .family-doctor .ul_header {
    margin-bottom: 5px; }

.doctor-item {
  cursor: pointer;
  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;
  width: -webkit-calc((100vw - 2 * 60px) / 5);
  width: calc((100vw - 2 * 60px) / 5);
  max-width: 210px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  outline: none;
  margin-right: 0px;
  padding: 0;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s; }
  .doctor-item img {
    width: auto;
    max-width: 200px;
    height: -webkit-calc((100vw - 2 * 60px) / 5);
    height: calc((100vw - 2 * 60px) / 5);
    max-height: 200px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin: 0 auto; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .doctor-item img {
        width: 100%;
        height: auto;
        min-height: 200px; } }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .doctor-item img {
        width: 210px;
        height: auto;
        min-height: 150px; } }
    @media screen and (max-width: 480px) {
      .doctor-item img {
        width: 210px;
        height: auto; } }
  .doctor-item h3,
  .doctor-item .h3 {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    width: 100%;
    text-align: center;
    display: block;
    color: #484A4F;
    line-height: 1.5em;
    font-size: 1.05em; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .doctor-item h3,
      .doctor-item .h3 {
        font-size: 18px;
        line-height: 25px; } }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .doctor-item h3,
      .doctor-item .h3 {
        font-size: 18px; } }
    @media screen and (max-width: 480px) {
      .doctor-item h3,
      .doctor-item .h3 {
        font-size: 18px; } }
  .doctor-item p,
  .doctor-item h3,
  .doctor-item .h3 {
    line-height: 1.8;
    text-align: center;
    width: 100%; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .doctor-item p,
      .doctor-item h3,
      .doctor-item .h3 {
        font-weight: 300;
        max-width: 210px;
        display: block;
        margin: auto; } }
    @media screen and (max-width: 480px) {
      .doctor-item p,
      .doctor-item h3,
      .doctor-item .h3 {
        max-width: 210px; } }
  .doctor-item:hover h3,
  .doctor-item:hover .h3 {
    opacity: .85; }
  .doctor-item p {
    font-size: 13px;
    color: #00a4b9 !important;
    margin-top: 15px; }
    @media screen and (min-width: 820px) {
      .doctor-item p {
        min-height: 3.5em; } }
  @media screen and (max-width: 480px) {
    .doctor-item {
      width: -webkit-calc((100vw - 2 * 10px) / 1.5);
      width: calc((100vw - 2 * 10px) / 1.5); } }
  @media screen and (max-width: 480px) {
    .doctor-item {
      margin-bottom: 20px; } }
  .doctor-item .btn-border {
    margin-top: auto; }

.carousel-item {
  cursor: pointer;
  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;
  width: 100%;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  outline: none;
  margin-right: 0px;
  padding: 0;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  height: 100%; }
  .carousel-item > img {
    width: auto;
    max-width: 228px;
    max-height: 348px;
    margin: auto; }
    @media (max-width: 1360px) {
      .carousel-item > img {
        max-width: 260px; } }
    @media (max-width: 1200px) {
      .carousel-item > img {
        max-width: 218px; } }
    @media (max-width: 768px) {
      .carousel-item > img {
        max-width: 241px; } }
    @media (max-width: 576px) {
      .carousel-item > img {
        max-width: 100%; } }
  .carousel-item h3,
  .carousel-item .h3 {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    width: 100%;
    text-align: center;
    display: block;
    color: #484A4F;
    line-height: 1.5em;
    font-size: 1.05em; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .carousel-item h3,
      .carousel-item .h3 {
        font-size: 18px;
        line-height: 25px; } }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .carousel-item h3,
      .carousel-item .h3 {
        font-size: 18px; } }
    @media screen and (max-width: 480px) {
      .carousel-item h3,
      .carousel-item .h3 {
        font-size: 18px; } }
  .carousel-item > p,
  .carousel-item h3,
  .carousel-item .h3 {
    line-height: 1.8;
    text-align: center;
    width: 100%; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .carousel-item > p,
      .carousel-item h3,
      .carousel-item .h3 {
        font-weight: 300;
        max-width: 210px;
        display: block;
        margin: auto; } }
    @media screen and (max-width: 480px) {
      .carousel-item > p,
      .carousel-item h3,
      .carousel-item .h3 {
        max-width: 210px; } }
  .carousel-item:hover h3,
  .carousel-item:hover .h3 {
    opacity: .85; }
  .carousel-item > p {
    font-size: 13px;
    color: #00a4b9 !important;
    margin-top: 15px; }
    @media screen and (min-width: 820px) {
      .carousel-item > p {
        min-height: 3.5em; } }
  @media screen and (max-width: 480px) {
    .carousel-item {
      width: -webkit-calc((100vw - 2 * 10px) / 1.5);
      width: calc((100vw - 2 * 10px) / 1.5); } }
  @media screen and (max-width: 480px) {
    .carousel-item {
      margin-bottom: 20px; } }

.breadcrumbs {
  color: #484A4F;
  font-weight: 400;
  margin-bottom: 5px; }
  .breadcrumbs a, .breadcrumbs__link {
    position: relative;
    color: #00A5B8; }
    .breadcrumbs a:after, .breadcrumbs__link:after {
      content: '>';
      display: inline-block; }
    .breadcrumbs a:last-child, .breadcrumbs__link:last-child {
      color: #484A4F;
      pointer-events: none;
      cursor: text; }
      .breadcrumbs a:last-child:after, .breadcrumbs__link:last-child:after {
        display: none; }

/* COLORS */
/* HEADER */
/*  FONT SIZES  */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* BODY PADDINGS */
/* CONTENT PADDINGS */
/* CONTENT GRID */
/*  FONT FAMILIES  */
/* DOCTOR ITEM */
.review-wrapper {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px; }
  .review-wrapper .review-card {
    -webkit-border-radius: 16px;
            border-radius: 16px;
    padding: 30px 40px;
    background-color: #f3fafa;
    display: grid;
    grid-template-columns: 255px minmax(0, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    color: #484A4F;
    position: relative; }
    @media (max-width: 1200px) {
      .review-wrapper .review-card {
        grid-template-columns: 200px minmax(0, 1fr); } }
    @media (max-width: 992px) {
      .review-wrapper .review-card {
        grid-template-columns: 100%;
        gap: 30px; } }
    .review-wrapper .review-card-img {
      position: absolute;
      right: 20px;
      top: 20px;
      width: 131px;
      height: 120px; }
      .review-wrapper .review-card-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
    .review-wrapper .review-card-info {
      position: relative; }
    .review-wrapper .review-card-author {
      display: block;
      font-size: 18px;
      font-weight: 600;
      line-height: 26px;
      margin-bottom: 6px;
      overflow-wrap: break-word; }
    .review-wrapper .review-card-rating {
      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-column-gap: 4px;
         -moz-column-gap: 4px;
              column-gap: 4px;
      margin-bottom: 20px; }
    .review-wrapper .review-card .rating-star {
      display: block;
      width: 20px;
      height: 20px;
      position: relative; }
    .review-wrapper .review-card-date {
      padding-left: 21px;
      position: relative;
      font-size: 14px;
      font-weight: 500; }
      .review-wrapper .review-card-date::before {
        font-family: 'tesla-icons';
        content: '\e911';
        position: absolute;
        left: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        color: #00a4b9;
        font-size: 14px; }
    .review-wrapper .review-card-message {
      font-size: 16px;
      line-height: 26px;
      font-weight: 400;
      position: relative; }
  .review-wrapper .review-rating-input {
    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-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px; }
    .review-wrapper .review-rating-input .star {
      width: 20px;
      height: 20px;
      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;
      position: relative;
      margin: 0px;
      cursor: pointer; }
  .review-wrapper .review-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    padding-left: 56px;
    padding-right: 56px;
    position: relative; }
    @media (max-width: 1200px) {
      .review-wrapper .review-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 30px; } }
    @media (max-width: 768px) {
      .review-wrapper .review-list {
        margin-left: 30px;
        margin-right: 30px; } }
    .review-wrapper .review-list::before, .review-wrapper .review-list::after {
      position: absolute;
      width: 6px;
      height: 100%;
      -webkit-border-radius: 50px;
              border-radius: 50px;
      background-color: #00a4b9;
      content: ''; }
    .review-wrapper .review-list::before {
      left: 0px; }
    .review-wrapper .review-list::after {
      right: 0px; }
    .review-wrapper .review-list .loading {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .review-wrapper .review-list-text {
      width: 26%;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
      @media (max-width: 1200px) {
        .review-wrapper .review-list-text {
          width: 100%; } }
    .review-wrapper .review-list__title {
      margin-top: 0px !important;
      margin-bottom: 10px !important;
      font-size: 28px !important; }

.review-form {
  width: 74%; }
  @media (max-width: 1200px) {
    .review-form {
      width: 100%; } }
  .review-form-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px; }
    @media (max-width: 992px) {
      .review-form-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 15px; } }
    .review-form-content > .input-group {
      width: 60%;
      position: relative; }
      @media (max-width: 992px) {
        .review-form-content > .input-group {
          width: 100%; } }
      .review-form-content > .input-group > div:nth-child(1), .review-form-content > .input-group > div textarea {
        height: 100%; }
      .review-form-content > .input-group > div:nth-child(2) {
        position: absolute;
        right: 0;
        bottom: 10px; }
      .review-form-content > .input-group > div .help-block {
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
  .review-form .input-group {
    margin-top: 0px; }
    .review-form .input-group textarea, .review-form .input-group input {
      margin: 0px; }
      @media (max-width: 992px) {
        .review-form .input-group textarea, .review-form .input-group input {
          max-width: 100%; } }
  @media (max-width: 992px) {
    .review-form input[type=submit].tesla-button {
      max-width: 100%; } }
  .review-form__right {
    width: 40%; }
    @media (max-width: 992px) {
      .review-form__right {
        width: 100%; } }
  .review-form .review-rating-wrapper {
    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: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    margin-top: 21px; }
  .review-form .review-rating-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #484A4F; }
  .review-form .tesla-button {
    margin-top: 23px !important; }

/* COLORS */
/* HEADER */
/*  FONT SIZES  */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* BODY PADDINGS */
/* CONTENT PADDINGS */
/* CONTENT GRID */
/*  FONT FAMILIES  */
/* DOCTOR ITEM */
.header-dropdown {
  cursor: pointer; }
  @media screen and (min-width: 1024px) {
    .header-dropdown {
      position: relative; }
      .header-dropdown:hover .header-dropdown__top {
        background-color: #fff; }
      .header-dropdown:hover .header-dropdown__icon-down {
        background-color: #00a4b9;
        color: #fff; }
      .header-dropdown:hover .header-dropdown__bottom {
        opacity: 1;
        visibility: visible;
        top: -webkit-calc(100% + 4px);
        top: calc(100% + 4px); } }
  .header-dropdown__top {
    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;
    padding: 10px 13px 10px 8px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 18px;
    font-weight: 500; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .header-dropdown__top {
        padding: 10px; } }
    @media screen and (max-width: 767px) {
      .header-dropdown__top {
        padding: 10px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .header-dropdown__top > a, .header-dropdown__top .icon-arrow-down {
        display: none; } }
    @media screen and (max-width: 767px) {
      .header-dropdown__top > a, .header-dropdown__top .icon-arrow-down {
        display: none; } }
    @media screen and (min-width: 768px) {
      .header-dropdown__top > a {
        pointer-events: none; } }
    .header-dropdown__top::after {
      content: '';
      width: 100%;
      height: 4px;
      position: absolute;
      bottom: -4px;
      left: 0px; }
    .header-dropdown__top.active .header-dropdown__icon-phone {
      border: 2px solid #00a4b9;
      position: relative;
      -webkit-border-radius: 50%;
              border-radius: 50%; }
      .header-dropdown__top.active .header-dropdown__icon-phone::before, .header-dropdown__top.active .header-dropdown__icon-phone::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 12px;
        height: 2px;
        background-color: #00a4b9;
        -webkit-border-radius: 50px;
                border-radius: 50px; }
      .header-dropdown__top.active .header-dropdown__icon-phone::before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
            -ms-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg); }
      .header-dropdown__top.active .header-dropdown__icon-phone::after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            -ms-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg); }
  .header-dropdown__icon-phone {
    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;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 26px;
    height: 26px;
    color: #00a4b9;
    font-size: 20px;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .header-dropdown__icon-phone {
        margin-right: 0px; } }
    @media screen and (max-width: 767px) {
      .header-dropdown__icon-phone {
        margin-right: 0px; } }
  .header-dropdown__icon-down {
    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;
    margin-left: 18px;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: rgba(0, 164, 185, 0.1);
    color: #00a4b9;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    font-size: 11px;
    font-weight: bold;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .header-dropdown__bottom {
    position: absolute;
    top: 100%;
    width: 100%;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    overflow: hidden;
    list-style: none;
    margin: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1px;
    color: #fff;
    background-color: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    @media (max-width: 1023px) {
      .header-dropdown__bottom {
        background-color: #D9E0E7;
        -webkit-border-top-left-radius: 0px;
                border-top-left-radius: 0px;
        -webkit-border-top-right-radius: 0px;
                border-top-right-radius: 0px;
        -webkit-box-shadow: 2px 2px 20px 0px rgba(147, 199, 205, 0.4);
                box-shadow: 2px 2px 20px 0px rgba(147, 199, 205, 0.4);
        right: 30px;
        width: 200px; } }
    @media screen and (max-width: 767px) {
      .header-dropdown__bottom {
        right: auto;
        left: 44px; } }
    .header-dropdown__bottom.active {
      opacity: 1;
      visibility: visible; }
    @media screen and (min-width: 1024px) {
      .header-dropdown__bottom > li:first-child {
        display: none; } }
    .header-dropdown__bottom-link {
      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;
      padding: 12px 14px 12px 10px;
      background-color: #00a4b9;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      @media screen and (min-width: 768px) {
        .header-dropdown__bottom-link {
          pointer-events: none; } }
      .header-dropdown__bottom-link:hover {
        background-color: #6CD1DE; }
    .header-dropdown__bottom .header-dropdown__icon-phone {
      color: #fff; }

/* COLORS */
/* HEADER */
/*  FONT SIZES  */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* BODY PADDINGS */
/* CONTENT PADDINGS */
/* CONTENT GRID */
/*  FONT FAMILIES  */
/* DOCTOR ITEM */
/* COLORS */
/* HEADER */
/*  FONT SIZES  */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* BODY PADDINGS */
/* CONTENT PADDINGS */
/* CONTENT GRID */
/*  FONT FAMILIES  */
/* DOCTOR ITEM */
.doctor-carousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 50px auto;
  overflow: hidden;
  max-width: 1240px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    .doctor-carousel {
      margin: 50px -10px; }
      .doctor-carousel .slick-list {
        margin: 0 -10px; }
      .doctor-carousel .slick-track {
        margin-left: -30px; } }
  @media screen and (max-width: 480px) {
    .doctor-carousel {
      margin: 50px -10px 0; }
      .doctor-carousel .slick-list {
        margin: 0 -10px; }
      .doctor-carousel .slick-track {
        margin-left: -30px;
        width: 100% !important; } }
  .doctor-carousel::before {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    width: 15%;
    height: 100%;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
    z-index: 2; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .doctor-carousel::before {
        width: 30%;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0)), color-stop(white), to(white));
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), white, white);
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), white, white);
        background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), white, white); } }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .doctor-carousel::before {
        display: none; } }
    @media screen and (max-width: 480px) {
      .doctor-carousel::before {
        display: none; } }
  .doctor-carousel input {
    max-width: 175px; }
  .doctor-carousel .input-group:nth-of-type(2) {
    display: none; }
  .doctor-carousel h2 {
    margin-right: 40px;
    font-weight: 900; }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .doctor-carousel h2 {
        margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .doctor-carousel h2 {
        margin-right: 0; } }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    .doctor-carousel .link_color_green, .doctor-carousel a.link_color_green {
      line-height: 25px; } }
  @media screen and (max-width: 480px) {
    .doctor-carousel .link_color_green, .doctor-carousel a.link_color_green {
      line-height: 25px; } }
  .doctor-carousel__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px; }
    .doctor-carousel__header > div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .doctor-carousel__header > a {
      position: relative;
      z-index: 3; }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .doctor-carousel__header {
        padding: 0 10px; } }
    @media screen and (max-width: 480px) {
      .doctor-carousel__header {
        padding: 0 10px; } }
  .doctor-carousel__body {
    -webkit-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media screen and (max-width: 480px) {
    .doctor-carousel {
      margin-bottom: 0px; }
      .doctor-carousel .input-group:first-of-type {
        display: none; }
      .doctor-carousel .input-group:nth-of-type(2) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 30px; } }
  .doctor-carousel .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 27px;
    z-index: 3;
    cursor: pointer; }
    .doctor-carousel .slick-arrow.prev-arrow {
      left: 0;
      -webkit-transform: translateY(-50%) rotate(-180deg);
          -ms-transform: translateY(-50%) rotate(-180deg);
              transform: translateY(-50%) rotate(-180deg); }
    .doctor-carousel .slick-arrow.next-arrow {
      right: 0; }
  .doctor-carousel .slick-slide {
    width: 230px; }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .doctor-carousel .slick-slide {
        width: 230px; } }
    @media screen and (max-width: 480px) {
      .doctor-carousel .slick-slide {
        width: 230px; } }
    .doctor-carousel .slick-slide .doctor-item {
      display: block !important;
      margin: auto; }

/* COLORS */
/* HEADER */
/*  FONT SIZES  */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* BODY PADDINGS */
/* CONTENT PADDINGS */
/* CONTENT GRID */
/*  FONT FAMILIES  */
/* DOCTOR ITEM */
.insurance-companies {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto; }
  .insurance-companies h2 {
    text-align: center; }
  .insurance-companies__items-container {
    margin: 40px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .insurance-companies__item {
    width: -webkit-calc(20% - 2px);
    width: calc(20% - 2px);
    border: 1px solid transparent;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    border-bottom-color: #EEEEEE;
    border-right-color: #EEEEEE;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    will-change: transform; }
    .insurance-companies__item:hover {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05);
      background-color: #fff;
      -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.03);
              box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.03);
      border-color: transparent;
      z-index: 1; }
    .insurance-companies__item:nth-child(5n) {
      border-right-color: transparent; }
    .insurance-companies__item:nth-child(n + 16) {
      border-bottom-color: transparent; }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .insurance-companies__item {
        width: 33%; }
        .insurance-companies__item:nth-child(3n) {
          border-right-color: transparent; }
        .insurance-companies__item:nth-child(5n), .insurance-companies__item:nth-child(n + 16) {
          border-right-color: #EEEEEE; }
        .insurance-companies__item:nth-last-child(1), .insurance-companies__item:nth-last-child(2), .insurance-companies__item:last-child {
          border-bottom-color: transparent; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .insurance-companies__item {
        width: 25%; }
        .insurance-companies__item:nth-child(4n) {
          border-right-color: transparent; }
        .insurance-companies__item:nth-child(5n), .insurance-companies__item:nth-child(n + 16) {
          border-right-color: #EEEEEE; } }
    .insurance-companies__item a {
      width: 100%;
      display: block;
      text-align: center; }
    .insurance-companies__item img {
      width: 100%;
      display: block;
      margin: 0 auto; }
  @media screen and (max-width: 480px) {
    .insurance-companies h2 {
      text-align: left; }
    .insurance-companies__items-container {
      margin: 15px 0 40px 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .insurance-companies__item {
      width: -webkit-calc(33%);
      width: calc(33%);
      border-width: 0px; } }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    .insurance-companies {
      width: -webkit-calc(100vw - 20px);
      width: calc(100vw - 20px); } }
  @media screen and (min-width: 1360px) {
    .insurance-companies {
      width: -webkit-calc(100vw - 120px);
      width: calc(100vw - 120px); } }

section.good-to-know .insurance-companies__item {
  height: 100px; }
  @media (min-width: 768px) {
    section.good-to-know .insurance-companies__item {
      height: 150px; } }
  @media (min-width: 1280px) {
    section.good-to-know .insurance-companies__item {
      height: 200px; } }
  section.good-to-know .insurance-companies__item > a {
    height: 100%; }
    section.good-to-know .insurance-companies__item > a img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

/* COLORS */
/* HEADER */
/*  FONT SIZES  */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* BODY PADDINGS */
/* CONTENT PADDINGS */
/* CONTENT GRID */
/*  FONT FAMILIES  */
/* DOCTOR ITEM */
.partners {
  max-width: 1240px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .partners h2 {
    text-align: center; }
  .partners__items-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .partners__item {
    border: 1px solid #EEEEEE;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    margin-top: 20px;
    padding: 20px;
    width: -webkit-calc(50% - 52px);
    width: calc(50% - 52px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
    .partners__item:hover {
      -webkit-box-shadow: 0px 11px 55px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 11px 55px rgba(0, 0, 0, 0.2); }
    .partners__item > a {
      width: 40%; }
    .partners__item > p {
      width: 60%; }
    .partners__item img {
      width: 228px;
      height: auto; }
    @media screen and (max-width: 1023px) {
      .partners__item {
        width: 100%;
        min-height: 200px;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .partners__item .plain-text {
          max-width: 70%; }
        .partners__item > a {
          width: 25%; }
        .partners__item img {
          width: 100%; } }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .partners__item {
        width: 100%; } }
    @media screen and (max-width: 480px) {
      .partners__item {
        width: 100%; } }
  @media screen and (max-width: 480px) {
    .partners h2 {
      text-align: left; }
    .partners__items-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .partners__item {
      margin-top: 10px;
      padding: 20px 10px;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      .partners__item > a {
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                align-self: center;
        margin-bottom: 15px;
        width: 200px; }
      .partners__item > p {
        width: 100%; } }

/* COLORS */
/* HEADER */
/*  FONT SIZES  */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* BODY PADDINGS */
/* CONTENT PADDINGS */
/* CONTENT GRID */
/*  FONT FAMILIES  */
/* DOCTOR ITEM */
.main-page-info__news__heading {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media screen and (max-width: 480px) {
    .main-page-info__news__heading {
      font-size: 13px;
      line-height: 25px; }
      .main-page-info__news__heading h2 {
        font-weight: 600; }
      .main-page-info__news__heading .link_color_green {
        color: #198794; } }

.news__body--row {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.news-item {
  width: -webkit-calc((100% - 20px * 3 - 20px * 8) / 4);
  width: calc((100% - 20px * 3 - 20px * 8) / 4);
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: 1px solid #25E0CA;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  /* FLEX_TEST */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* FLEX_TEST_END */
  padding: 20px;
  cursor: pointer; }
  .news-item:hover {
    -webkit-box-shadow: 0px 11px 55px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 11px 55px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 1024px) {
    .news-item {
      width: -webkit-calc((100%/2) - 50px);
      width: calc((100%/2) - 50px);
      margin-bottom: 10px; }
      .news-item:not(:nth-child(2n)) {
        margin-right: 15px; } }
  @media screen and (max-width: 600px) {
    .news-item {
      width: 100%; }
      .news-item:not(:nth-child(2n)) {
        margin-right: 0; } }
  .news-item p {
    margin-top: 20px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 100;
    color: #484A4F; }
  .news-item > div > p:nth-of-type(1) {
    float: left; }
  .news-item > div > p:nth-of-type(2) {
    color: #00a4b9;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    float: right; }
  .news-item:hover > div > p:nth-of-type(2) {
    opacity: 1; }
  .news-item h3 {
    line-height: 1.6em;
    color: #484A4F; }
    @media screen and (max-width: 600px) {
      .news-item h3 {
        font-size: 18px;
        line-height: 1.2; } }

input[type="submit"], input[type="button"], button {
  -webkit-appearance: none; }

.partners {
  margin-bottom: 85px; }
  @media screen and (max-width: 480px) {
    .partners {
      margin-bottom: 40px; } }

.block-content {
  margin-bottom: 0; }

.main-page {
  margin-bottom: 0; }
  .main-page .full-responsive-img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top;
       object-position: top; }
    @media screen and (max-width: 1024px) {
      .main-page .full-responsive-img {
        height: 400px; } }
    @media screen and (max-width: 480px) {
      .main-page .full-responsive-img {
        height: 185px; } }
  .main-page .home-image-slider {
    position: relative;
    height: 160px; }
    @media (min-width: 480px) {
      .main-page .home-image-slider {
        height: 186px; } }
    @media (min-width: 600px) {
      .main-page .home-image-slider {
        height: 234px; } }
    @media (min-width: 768px) {
      .main-page .home-image-slider {
        height: 302px; } }
    @media (min-width: 1024px) {
      .main-page .home-image-slider {
        height: 414px; } }
    @media (min-width: 1280px) {
      .main-page .home-image-slider {
        height: 517px; } }
    @media (min-width: 1361px) {
      .main-page .home-image-slider {
        height: 615px; } }
    @media (min-width: 1680px) {
      .main-page .home-image-slider {
        height: 680px; } }
    @media (min-width: 1920px) {
      .main-page .home-image-slider {
        height: 770px; } }
    .main-page .home-image-slider__container {
      height: 100%; }
    .main-page .home-image-slider .home-slider-item {
      height: 100%; }
      .main-page .home-image-slider .home-slider-item .full-responsive-img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
      .main-page .home-image-slider .home-slider-item .video_card {
        max-width: unset !important; }
      .main-page .home-image-slider .home-slider-item .video-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 170px;
        height: 170px;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        .main-page .home-image-slider .home-slider-item .video-icon svg {
          width: 100%;
          height: 100%;
          pointer-events: none; }
        @media screen and (max-width: 1024px) {
          .main-page .home-image-slider .home-slider-item .video-icon {
            width: 80px;
            height: 80px; } }
        @media screen and (max-width: 767px) {
          .main-page .home-image-slider .home-slider-item .video-icon {
            width: 50px;
            height: 50px; } }
      .main-page .home-image-slider .home-slider-item iframe {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        height: 56.25vw;
        left: 50%;
        min-height: 100%;
        min-width: 100%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        width: 177.77777778vh;
        z-index: -1; }
    .main-page .home-image-slider .slick-list {
      height: 100%; }
    .main-page .home-image-slider .slick-track {
      height: 100%; }
    .main-page .home-image-slider .slick-arrow {
      position: absolute;
      top: 50%;
      font-size: 50px;
      z-index: 1; }
      @media (max-width: 1023px) {
        .main-page .home-image-slider .slick-arrow {
          font-size: 40px; } }
      @media (max-width: 767px) {
        .main-page .home-image-slider .slick-arrow {
          font-size: 24px; } }
    .main-page .home-image-slider .slick-prev {
      left: 50px;
      -webkit-transform: rotate(180deg) translateY(50%);
          -ms-transform: rotate(180deg) translateY(50%);
              transform: rotate(180deg) translateY(50%); }
      @media (max-width: 1023px) {
        .main-page .home-image-slider .slick-prev {
          left: 30px; } }
      @media (max-width: 767px) {
        .main-page .home-image-slider .slick-prev {
          left: 20px; } }
    .main-page .home-image-slider .slick-next {
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 50px; }
      @media (max-width: 1023px) {
        .main-page .home-image-slider .slick-next {
          right: 30px; } }
      @media (max-width: 767px) {
        .main-page .home-image-slider .slick-next {
          right: 20px; } }

.this-loading {
  margin: 10px auto; }
  .this-loading img {
    display: block; }

#main-page__mobile-addresses {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  #main-page__mobile-addresses > p {
    font-size: 13px;
    line-height: 17px;
    margin: 15px 0; }

.footer-content .mrgn-l-xs {
  color: #484A4F; }

#gm-only-departments {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }
  #gm-only-departments .like-button {
    padding-left: 0;
    padding-right: 0;
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px); }

#main-page__top-section__content {
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  position: relative;
  bottom: 170px;
  margin-bottom: -85px;
  background-color: #fff;
  max-width: 1240px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (min-width: 1024px) and (max-width: 1360px) {
    #main-page__top-section__content {
      margin-bottom: -45px;
      bottom: 100px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    #main-page__top-section__content {
      -webkit-box-shadow: none;
              box-shadow: none;
      bottom: 0;
      margin-bottom: 0; } }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    #main-page__top-section__content {
      bottom: 0;
      margin-bottom: 0; } }
  #main-page__top-section__content h1 {
    color: white;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      #main-page__top-section__content h1 {
        padding: 0 10px; } }
  #main-page__top-section__content #main-page__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-border-radius: 2px;
            border-radius: 2px; }
    #main-page__top-section__content #main-page__menu .slick-list {
      overflow-y: visible !important;
      padding-top: 20px !important; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      #main-page__top-section__content #main-page__menu {
        background-color: transparent;
        padding: 0;
        margin: 0 -10px; }
        #main-page__top-section__content #main-page__menu .slick-slide {
          padding: 0 10px 30px; }
        #main-page__top-section__content #main-page__menu .slick-track {
          padding-bottom: 40px;
          margin-left: 20px; }
        #main-page__top-section__content #main-page__menu .slick-dots {
          bottom: -10px; } }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      #main-page__top-section__content #main-page__menu {
        background-color: transparent;
        padding: 0;
        margin: 0; }
        #main-page__top-section__content #main-page__menu .slick-list {
          margin: 0; }
        #main-page__top-section__content #main-page__menu .slick-track {
          margin-left: -10px;
          padding-bottom: 40px !important; }
        #main-page__top-section__content #main-page__menu .slick-slide {
          width: 270px;
          padding: 0 10px 30px; }
        #main-page__top-section__content #main-page__menu .slick-dots {
          bottom: 10px; } }
    @media screen and (max-width: 480px) {
      #main-page__top-section__content #main-page__menu {
        padding: 0; }
        #main-page__top-section__content #main-page__menu .slick-list {
          margin: 0 -10px; }
        #main-page__top-section__content #main-page__menu .slick-track {
          margin-left: -10px;
          padding-bottom: 40px !important; }
        #main-page__top-section__content #main-page__menu .slick-slide {
          width: 270px !important;
          padding: 0 10px 30px; }
        #main-page__top-section__content #main-page__menu .slick-dots {
          bottom: 10px; } }
  #main-page__top-section__content .main-page__menu__wrap {
    padding-bottom: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  #main-page__top-section__content .main-page__menu__group {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative; }
    #main-page__top-section__content .main-page__menu__group:not(:first-child) .main-page__menu__heading,
    #main-page__top-section__content .main-page__menu__group:not(:first-child) .main-page__menu__item, #main-page__top-section__content .main-page__menu__group:not(:last-of-type) .main-page__menu__heading,
    #main-page__top-section__content .main-page__menu__group:not(:last-of-type) .main-page__menu__item {
      padding-left: 0;
      padding-right: 0; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      #main-page__top-section__content .main-page__menu__group {
        padding: 0 20px 30px; } }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      #main-page__top-section__content .main-page__menu__group {
        -webkit-box-shadow: 0px 11px 55px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 11px 55px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        max-width: 300px;
        padding: 0;
        height: 100%; }
        #main-page__top-section__content .main-page__menu__group h3 {
          line-height: 25px;
          font-size: 18px; } }
    @media screen and (max-width: 480px) {
      #main-page__top-section__content .main-page__menu__group {
        -webkit-box-shadow: 0px 11px 55px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 11px 55px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        max-width: 300px;
        padding: 0;
        height: 100%; }
        #main-page__top-section__content .main-page__menu__group h3 {
          line-height: 25px;
          font-size: 18px; } }
  #main-page__top-section__content .main-page__menu__heading, #main-page__top-section__content .main-page__menu__item {
    font-weight: 400 !important;
    display: block; }
    #main-page__top-section__content .main-page__menu__heading > a.link_color_blue, #main-page__top-section__content .main-page__menu__item > a.link_color_blue {
      font-size: 13px;
      line-height: 17px;
      color: #66686b; }
      #main-page__top-section__content .main-page__menu__heading > a.link_color_blue strong, #main-page__top-section__content .main-page__menu__item > a.link_color_blue strong {
        font-weight: 900; }
  #main-page__top-section__content .main-page__menu__item {
    padding-top: 10px; }
  #main-page__top-section__content .main-page__menu__heading {
    height: 80px;
    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;
    border-bottom: 1px solid #EEEEEE;
    background: #fff; }
    #main-page__top-section__content .main-page__menu__heading h3, #main-page__top-section__content .main-page__menu__heading * {
      font-weight: 400;
      max-width: 200px;
      color: #00a4b9;
      text-align: center;
      display: inline-block;
      margin: 0 auto;
      width: 100%; }

@media screen and (min-width: 420px) and (max-width: 767px) {
  #main-page__top-section__content .main-page__menu__heading, #main-page__top-section__content .main-page__menu__item {
    padding: 0 15px 0 15px; } }

@media screen and (max-width: 480px) {
  #main-page__top-section__content {
    margin-bottom: 0;
    bottom: 0;
    margin-top: 0px;
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    -webkit-box-shadow: none;
            box-shadow: none; }
    #main-page__top-section__content #main-page__menu {
      background-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none; }
    #main-page__top-section__content .main-page__menu__group {
      -webkit-box-flex: 0;
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: -webkit-calc(85%);
      width: calc(85%);
      -webkit-box-shadow: 0px 11px 55px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 11px 55px rgba(0, 0, 0, 0.1);
      margin-left: 10px;
      padding-bottom: 20px; }
      #main-page__top-section__content .main-page__menu__group:first-of-type {
        margin-left: 0; }
    #main-page__top-section__content .main-page__menu__heading, #main-page__top-section__content .main-page__menu__item {
      padding: 0 15px 0 15px;
      font-weight: 400 !important;
      display: block; }
      #main-page__top-section__content .main-page__menu__heading > a.link_color_blue, #main-page__top-section__content .main-page__menu__item > a.link_color_blue {
        font-size: 13px;
        line-height: 17px;
        color: #66686b; }
        #main-page__top-section__content .main-page__menu__heading > a.link_color_blue strong, #main-page__top-section__content .main-page__menu__item > a.link_color_blue strong {
          font-weight: 900; }
    #main-page__top-section__content .main-page__menu__item {
      padding-top: 20px; }
    #main-page__top-section__content .main-page__menu__heading {
      margin-top: 20px;
      color: #009C89;
      height: auto;
      border: 0; } }

.main-page-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .main-page-info {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin: 50px auto 0; } }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    .main-page-info {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin: 30px auto 0; } }
  @media screen and (max-width: 480px) {
    .main-page-info {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .main-page-info .like-button {
    margin-top: 30px;
    width: 160px; }
  .main-page-info__about, .main-page-info__news {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px); }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .main-page-info__about, .main-page-info__news {
        width: 100%; } }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .main-page-info__about, .main-page-info__news {
        width: 100%; } }
    @media screen and (max-width: 480px) {
      .main-page-info__about, .main-page-info__news {
        width: 100%; } }
  .main-page-info .main-page-info__about > h2 {
    margin-bottom: 20px; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .main-page-info .main-page-info__news {
      margin-top: 50px; } }
  .main-page-info .main-page-info__news__heading {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media screen and (max-width: 480px) {
      .main-page-info .main-page-info__news__heading {
        font-size: 13px;
        line-height: 25px; } }
  .main-page-info .main-page-info__news__body {
    width: 100%;
    max-width: 100%; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .main-page-info .main-page-info__news__body {
        overflow-x: scroll; } }
    .main-page-info .main-page-info__news__body .news__body--row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .main-page-info .main-page-info__news__body .news__body--row {
          -webkit-flex-wrap: nowrap;
              -ms-flex-wrap: nowrap;
                  flex-wrap: nowrap;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          width: auto; } }
      @media screen and (max-width: 480px) {
        .main-page-info .main-page-info__news__body .news__body--row {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; } }
  .main-page-info .main-page-info__news .news-item {
    width: -webkit-calc(50% - 2 * 2px - 50px);
    width: calc(50% - 2 * 2px - 50px); }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .main-page-info .main-page-info__news .news-item {
        min-width: 260px; }
        .main-page-info .main-page-info__news .news-item:not(:last-child) {
          margin-right: 20px; } }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .main-page-info .main-page-info__news .news-item {
        width: 41%; }
        .main-page-info .main-page-info__news .news-item:not(:nth-child(2n)), .main-page-info .main-page-info__news .news-item:not(:last-child) {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .main-page-info .main-page-info__news .news-item {
        width: auto;
        min-width: 250px;
        margin-bottom: 5px; }
        .main-page-info .main-page-info__news .news-item:not(:last-child) {
          margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .main-page-info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 0;
      margin-top: 35px; }
      .main-page-info__about > h2 {
        margin-bottom: 15px; }
      .main-page-info .like-button {
        width: -webkit-calc(100% - 72px);
        width: calc(100% - 72px);
        margin-bottom: 30px; }
      .main-page-info__about, .main-page-info__news {
        width: 100%; }
      .main-page-info__news {
        margin-top: 20px; }
        .main-page-info__news__body {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; }
        .main-page-info__news .news-item {
          width: -webkit-calc(100% - 2 * 1px - 40px);
          width: calc(100% - 2 * 1px - 40px); }
          .main-page-info__news .news-item:nth-of-type(n + 2) {
            margin-top: 5px; } }

.main-page__inform_mobile {
  display: none;
  text-align: center;
  color: #484A4F;
  margin-top: 10px; }
  @media screen and (max-width: 480px) {
    .main-page__inform_mobile {
      display: block; } }
  .main-page__inform_mobile .phone {
    line-height: 26px;
    font-size: 25px;
    text-align: center;
    font-weight: 900; }
  .main-page__inform_mobile .text {
    line-height: 17px;
    font-size: 13px;
    display: block;
    margin: 20px auto; }
  .main-page__inform_mobile .address-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .main-page__inform_mobile .address-block .item {
      line-height: 15px;
      font-size: 12px;
      height: 50px;
      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;
      text-align: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      max-width: 48%;
      width: 100%;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      border: 1px solid #484A4F;
      -webkit-border-radius: 2px;
              border-radius: 2px; }

@media screen and (max-width: 480px) {
  .main-page .doctor-carousel .slick-slide {
    width: 180px; } }

.main-page .doctor-carousel .doctor-item > p {
  min-height: 3.5em; }

@media screen and (min-width: 420px) and (max-width: 767px) {
  .main-page .doctor-carousel .doctor-item > img {
    width: 150px; } }

@media screen and (max-width: 480px) {
  .main-page .doctor-carousel .doctor-item > img {
    width: 150px; } }
  @media screen and (max-width: 480px) and (min-width: 380px) and (max-width: 400px) {
    .main-page .doctor-carousel .doctor-item > img {
      width: 210px; } }

.main-page .doctor-carousel .doctor-item h3 {
  color: #66686b;
  width: 100%; }
  @media screen and (max-width: 480px) {
    .main-page .doctor-carousel .doctor-item h3 {
      font-size: 13px; } }

.main-page > div:nth-last-child(3),
.main-page > div:nth-last-child(2) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.main-page__iframe {
  margin-top: 40px;
  padding-left: 35px;
  padding-right: 35px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 750px; }

@media screen and (min-width: 1025px) {
  .dndd-clazz::before {
    content: none !important; } }

footer #footer__give-feedback.like-button {
  min-width: 140px; }

#Date {
  min-height: 23px;
  min-width: 120px; }

html.no-touch .main-page__menu__wrap {
  display: none;
  position: absolute;
  width: 100%;
  padding: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 11px 55px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 11px 55px rgba(0, 0, 0, 0.2);
  z-index: 4; }

html.no-touch .main-page__menu__sub {
  display: none; }

html.no-touch .main-page__menu__group:hover .main-page__menu__wrap {
  display: block; }

html.no-touch .main-page__menu--fixed {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  max-width: 1240px; }

/* COLORS */
/* HEADER */
/*  FONT SIZES  */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* BODY PADDINGS */
/* CONTENT PADDINGS */
/* CONTENT GRID */
/*  FONT FAMILIES  */
/* DOCTOR ITEM */
/* COLORS */
/* HEADER */
/*  FONT SIZES  */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* BODY PADDINGS */
/* CONTENT PADDINGS */
/* CONTENT GRID */
/*  FONT FAMILIES  */
/* DOCTOR ITEM */
.main-page-info__news__heading {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media screen and (max-width: 480px) {
    .main-page-info__news__heading {
      font-size: 13px;
      line-height: 25px; }
      .main-page-info__news__heading h2 {
        font-weight: 600; }
      .main-page-info__news__heading .link_color_green {
        color: #198794; } }

.news__body--row {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.news-item {
  width: -webkit-calc((100% - 20px * 3 - 20px * 8) / 4);
  width: calc((100% - 20px * 3 - 20px * 8) / 4);
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: 1px solid #25E0CA;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  /* FLEX_TEST */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* FLEX_TEST_END */
  padding: 20px;
  cursor: pointer; }
  .news-item:hover {
    -webkit-box-shadow: 0px 11px 55px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 11px 55px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 1024px) {
    .news-item {
      width: -webkit-calc((100%/2) - 50px);
      width: calc((100%/2) - 50px);
      margin-bottom: 10px; }
      .news-item:not(:nth-child(2n)) {
        margin-right: 15px; } }
  @media screen and (max-width: 600px) {
    .news-item {
      width: 100%; }
      .news-item:not(:nth-child(2n)) {
        margin-right: 0; } }
  .news-item p {
    margin-top: 20px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 100;
    color: #484A4F; }
  .news-item > div > p:nth-of-type(1) {
    float: left; }
  .news-item > div > p:nth-of-type(2) {
    color: #00a4b9;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    float: right; }
  .news-item:hover > div > p:nth-of-type(2) {
    opacity: 1; }
  .news-item h3 {
    line-height: 1.6em;
    color: #484A4F; }
    @media screen and (max-width: 600px) {
      .news-item h3 {
        font-size: 18px;
        line-height: 1.2; } }

.about__main-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1240px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 900px) {
    .about__main-block {
      display: block;
      margin-bottom: 20px;
      margin-top: 0; } }
  .about__main-block h1 {
    line-height: 1.1;
    margin-top: 10px; }
  .about__main-block p {
    margin-top: 20px;
    line-height: 24px; }
    @media screen and (max-width: 600px) {
      .about__main-block p {
        font-size: 16px; } }
  .about__main-block > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .about__main-block > .banner-content {
    margin-right: 40px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
    @media screen and (max-width: 600px) {
      .about__main-block > .banner-content {
        margin-right: 0; } }
  .about__main-block > .banner-background {
    background: #2A2F66 no-repeat center center;
    -webkit-background-size: cover;
            background-size: cover;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
    @media screen and (max-width: 900px) {
      .about__main-block > .banner-background {
        height: 500px;
        margin: 0 -10px 20px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .about__main-block > .banner-background {
        margin: 0 -10px 20px; } }
    @media screen and (max-width: 600px) {
      .about__main-block > .banner-background {
        height: 350px; } }
    @media screen and (max-width: 600px) {
      .about__main-block > .banner-background {
        height: 220px; } }

.about__history .history-item__text p {
  font-size: 18px; }

#about__latest-news-block {
  margin-top: 40px;
  max-width: 1240px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  #about__latest-news-block > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  #about__latest-news-block > .banner-background {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
  #about__latest-news-block > .banner-content {
    margin-top: 15px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }

.about__history {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 74px;
  position: relative; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .about__history {
      margin: 40px -10px -30px; } }
  @media screen and (max-width: 780px) {
    .about__history {
      margin: 20px -10px -30px; } }
  .about__history h2 {
    position: absolute;
    color: #484A4F; }
    @media screen and (max-width: 600px) {
      .about__history h2 {
        position: static; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .about__history h2 {
        padding: 0 20px 10px; } }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .about__history h2 {
        padding: 0 20px 10px; } }
    @media screen and (max-width: 480px) {
      .about__history h2 {
        padding: 0 20px 10px; } }
  .about__history .history-item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .about__history .history-item:nth-child(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      @media screen and (min-width: 760px) {
        .about__history .history-item:nth-child(even) .history-item__text {
          padding-right: 30px; } }
    @media screen and (min-width: 760px) {
      .about__history .history-item:nth-child(odd) .history-item__text {
        padding-left: 30px; } }
    .about__history .history-item .history-item__img,
    .about__history .history-item .history-item__text {
      width: 50%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media screen and (max-width: 600px) {
        .about__history .history-item .history-item__img,
        .about__history .history-item .history-item__text {
          width: 100%;
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%; } }
    .about__history .history-item .history-item__img {
      text-align: center; }
      .about__history .history-item .history-item__img img {
        width: 100%;
        max-height: 440px;
        display: block;
        margin: 0; }
    .about__history .history-item .history-item__text {
      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; }
      .about__history .history-item .history-item__text p, .about__history .history-item .history-item__text h3 {
        line-height: 24px;
        color: #484A4F; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .about__history .history-item .history-item__text {
          padding: 0 10px; } }
      @media screen and (max-width: 780px) {
        .about__history .history-item .history-item__text {
          padding: 0 10px; }
          .about__history .history-item .history-item__text p {
            font-size: 16px;
            line-height: 1.4em;
            font-weight: 100; }
          .about__history .history-item .history-item__text h3 {
            font-size: 17px;
            margin-bottom: 10px;
            font-weight: 400; } }
    @media screen and (max-width: 600px) {
      .about__history .history-item {
        display: block;
        margin-bottom: 20px; } }

/* COLORS */
/* HEADER */
/*  FONT SIZES  */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* BODY PADDINGS */
/* CONTENT PADDINGS */
/* CONTENT GRID */
/*  FONT FAMILIES  */
/* DOCTOR ITEM */
/* COLORS */
/* HEADER */
/*  FONT SIZES  */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* BODY PADDINGS */
/* CONTENT PADDINGS */
/* CONTENT GRID */
/*  FONT FAMILIES  */
/* DOCTOR ITEM */
.schedule-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .schedule-item h2 {
    color: #484A4F;
    line-height: 1.6em; }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .schedule-item h2 {
        font-size: 36px; } }
    @media screen and (max-width: 480px) {
      .schedule-item h2 {
        font-size: 36px; } }
  .schedule-item p {
    line-height: 1.3em; }
  .schedule-item .smaller-text {
    color: #484A4F; }
  .schedule-item__documents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
    margin-top: 5px; }
    .schedule-item__documents span {
      margin-right: 5px; }
  .schedule-item > div:nth-child(1) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .schedule-item > div:nth-child(1) > img {
      width: 100%;
      max-width: 210px;
      -webkit-border-radius: 50%;
              border-radius: 50%; }
      @media screen and (min-width: 420px) and (max-width: 767px) {
        .schedule-item > div:nth-child(1) > img {
          margin: auto;
          text-align: center;
          display: block;
          margin-bottom: 20px; } }
      @media screen and (max-width: 480px) {
        .schedule-item > div:nth-child(1) > img {
          margin: auto;
          text-align: center;
          display: block;
          margin-bottom: 20px; } }
  .schedule-item > div:nth-child(2) {
    margin-left: 20px;
    -webkit-box-flex: 2;
    -webkit-flex: 2;
        -ms-flex: 2;
            flex: 2; }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .schedule-item > div:nth-child(2) {
        margin-left: 0; } }
    @media screen and (max-width: 480px) {
      .schedule-item > div:nth-child(2) {
        margin-left: 0; } }
  .schedule-item .ul_header {
    margin-top: 15px;
    font-weight: 500;
    color: #484A4F; }
  .schedule-item ul {
    margin-top: 0;
    list-style: none;
    padding-left: 0;
    font-size: 16px;
    line-height: 24px; }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .schedule-item ul {
        margin-top: 10px; } }
    @media screen and (max-width: 480px) {
      .schedule-item ul {
        margin-top: 10px; } }
    .schedule-item ul li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .schedule-item ul li > span {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      .schedule-item ul li > span:nth-of-type(1) {
        color: #00A5B8;
        font-weight: 500;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 40%;
            -ms-flex: 0 0 40%;
                flex: 0 0 40%;
        max-width: 160px; }
        @media screen and (min-width: 420px) and (max-width: 767px) {
          .schedule-item ul li > span:nth-of-type(1) {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 50%;
                -ms-flex: 0 0 50%;
                    flex: 0 0 50%; } }
        @media screen and (max-width: 480px) {
          .schedule-item ul li > span:nth-of-type(1) {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 50%;
                -ms-flex: 0 0 50%;
                    flex: 0 0 50%; } }
      .schedule-item ul li > span:nth-of-type(2) {
        font-weight: 100; }
  @media screen and (max-width: 640px) {
    .schedule-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.schedule-header > p {
  margin-top: 28px; }

.schedule-header > div:nth-of-type(1) {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.block-content.cols2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px; }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    .block-content.cols2 {
      margin-bottom: 10px;
      padding-top: 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (max-width: 480px) {
    .block-content.cols2 {
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (min-width: 768px) {
    .block-content.cols2 {
      margin-bottom: 60px;
      padding-top: 60px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .block-content.cols2 .cols2-block-1, .block-content.cols2 .cols2-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 768px) {
      .block-content.cols2 .cols2-block-1, .block-content.cols2 .cols2-block-2 {
        width: -webkit-calc((100%) / 2 - 20px);
        width: calc((100%) / 2 - 20px); } }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .block-content.cols2 .cols2-block-1, .block-content.cols2 .cols2-block-2 {
        padding-top: 0;
        max-width: 100%; } }
    @media screen and (max-width: 480px) {
      .block-content.cols2 .cols2-block-1, .block-content.cols2 .cols2-block-2 {
        padding-top: 0;
        max-width: 100%; } }
  .block-content.cols2 .cols2-block-1 {
    max-width: 600px; }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .block-content.cols2 .cols2-block-1 {
        padding-top: 0;
        max-width: 100%; }
        .block-content.cols2 .cols2-block-1 > * {
          padding-left: 10px;
          padding-right: 10px; } }
    @media screen and (max-width: 480px) {
      .block-content.cols2 .cols2-block-1 {
        padding-top: 0px;
        max-width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; }
        .block-content.cols2 .cols2-block-1 > * {
          padding-left: 10px;
          padding-right: 10px; } }
    .block-content.cols2 .cols2-block-1 > div:nth-of-type(2) {
      margin-top: 40px;
      width: 90%; }
      .block-content.cols2 .cols2-block-1 > div:nth-of-type(2) > img {
        width: 100%; }
      .block-content.cols2 .cols2-block-1 > div:nth-of-type(2) > h3 {
        margin-top: 40px;
        margin-bottom: 20px; }
    .block-content.cols2 .cols2-block-1 a:hover {
      text-decoration: underline; }
    .block-content.cols2 .cols2-block-1 .contacts-map {
      max-width: 520px; }
      @media screen and (min-width: 420px) and (max-width: 767px) {
        .block-content.cols2 .cols2-block-1 .contacts-map {
          padding: 0;
          max-width: 100%; } }
      @media screen and (max-width: 480px) {
        .block-content.cols2 .cols2-block-1 .contacts-map {
          padding: 0;
          max-width: 100%; } }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .block-content.cols2 .cols2-block-1 input,
      .block-content.cols2 .cols2-block-1 textarea {
        max-width: 100%; } }
    @media screen and (max-width: 480px) {
      .block-content.cols2 .cols2-block-1 input,
      .block-content.cols2 .cols2-block-1 textarea {
        max-width: 100%; } }
    @media screen and (min-width: 768px) {
      .block-content.cols2 .cols2-block-1 + .cols2-block-2 {
        margin-left: 20px; } }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    .block-content.cols2 .cols2-block-2 > div .schedule-item {
      margin-bottom: 15px;
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 480px) {
    .block-content.cols2 .cols2-block-2 > div .schedule-item {
      margin-bottom: 15px;
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (min-width: 768px) {
    .block-content.cols2 .cols2-block-2 > div .schedule-item {
      margin-bottom: 35px; } }
  .block-content.cols2 .feed_head {
    color: #484A4F; }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .block-content.cols2 .feed_head {
        line-height: 25px;
        font-size: 18px;
        margin-bottom: 10px; } }
    @media screen and (max-width: 480px) {
      .block-content.cols2 .feed_head {
        line-height: 25px;
        font-size: 18px;
        margin-bottom: 10px; } }

/* COLORS */
/* HEADER */
/*  FONT SIZES  */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* BODY PADDINGS */
/* CONTENT PADDINGS */
/* CONTENT GRID */
/*  FONT FAMILIES  */
/* DOCTOR ITEM */
/* COLORS */
/* HEADER */
/*  FONT SIZES  */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* BODY PADDINGS */
/* CONTENT PADDINGS */
/* CONTENT GRID */
/*  FONT FAMILIES  */
/* DOCTOR ITEM */
.doctor-carousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 50px auto;
  overflow: hidden;
  max-width: 1240px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    .doctor-carousel {
      margin: 50px -10px; }
      .doctor-carousel .slick-list {
        margin: 0 -10px; }
      .doctor-carousel .slick-track {
        margin-left: -30px; } }
  @media screen and (max-width: 480px) {
    .doctor-carousel {
      margin: 50px -10px 0; }
      .doctor-carousel .slick-list {
        margin: 0 -10px; }
      .doctor-carousel .slick-track {
        margin-left: -30px;
        width: 100% !important; } }
  .doctor-carousel::before {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    width: 15%;
    height: 100%;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
    z-index: 2; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .doctor-carousel::before {
        width: 30%;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0)), color-stop(white), to(white));
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), white, white);
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), white, white);
        background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), white, white); } }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .doctor-carousel::before {
        display: none; } }
    @media screen and (max-width: 480px) {
      .doctor-carousel::before {
        display: none; } }
  .doctor-carousel input {
    max-width: 175px; }
  .doctor-carousel .input-group:nth-of-type(2) {
    display: none; }
  .doctor-carousel h2 {
    margin-right: 40px;
    font-weight: 900; }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .doctor-carousel h2 {
        margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .doctor-carousel h2 {
        margin-right: 0; } }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    .doctor-carousel .link_color_green, .doctor-carousel a.link_color_green {
      line-height: 25px; } }
  @media screen and (max-width: 480px) {
    .doctor-carousel .link_color_green, .doctor-carousel a.link_color_green {
      line-height: 25px; } }
  .doctor-carousel__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px; }
    .doctor-carousel__header > div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .doctor-carousel__header > a {
      position: relative;
      z-index: 3; }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .doctor-carousel__header {
        padding: 0 10px; } }
    @media screen and (max-width: 480px) {
      .doctor-carousel__header {
        padding: 0 10px; } }
  .doctor-carousel__body {
    -webkit-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media screen and (max-width: 480px) {
    .doctor-carousel {
      margin-bottom: 0px; }
      .doctor-carousel .input-group:first-of-type {
        display: none; }
      .doctor-carousel .input-group:nth-of-type(2) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 30px; } }
  .doctor-carousel .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 27px;
    z-index: 3;
    cursor: pointer; }
    .doctor-carousel .slick-arrow.prev-arrow {
      left: 0;
      -webkit-transform: translateY(-50%) rotate(-180deg);
          -ms-transform: translateY(-50%) rotate(-180deg);
              transform: translateY(-50%) rotate(-180deg); }
    .doctor-carousel .slick-arrow.next-arrow {
      right: 0; }
  .doctor-carousel .slick-slide {
    width: 230px; }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .doctor-carousel .slick-slide {
        width: 230px; } }
    @media screen and (max-width: 480px) {
      .doctor-carousel .slick-slide {
        width: 230px; } }
    .doctor-carousel .slick-slide .doctor-item {
      display: block !important;
      margin: auto; }

#novelty__main-block {
  padding-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  font-weight: 100; }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    #novelty__main-block {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  @media screen and (max-width: 480px) {
    #novelty__main-block {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  #novelty__main-block h2 {
    font-weight: 900; }
  #novelty__main-block > img,
  #novelty__main-block .novelty--img {
    max-width: 420px;
    width: 100%;
    margin-left: 25px;
    float: right; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    #novelty__main-block .novelty--img {
      max-width: 300px; } }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    #novelty__main-block .novelty--img {
      position: static;
      float: none;
      display: block;
      margin: 0 auto 20px;
      max-width: 100%; } }
  @media screen and (max-width: 480px) {
    #novelty__main-block .novelty--img {
      position: static;
      float: none;
      display: block;
      margin: 0 auto 20px;
      max-width: 100%; } }
  #novelty__main-block > div > ul {
    list-style: none;
    line-height: 24px;
    font-size: 16px;
    padding-left: 0; }
    #novelty__main-block > div > ul > li {
      margin-top: 30px; }

.news-single {
  padding-top: 40px; }
  .news-single__content {
    position: relative;
    margin-top: 48px; }
    .news-single__content:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 767px) {
      .news-single__content {
        margin-top: 22px; } }
    .news-single__content .main-title {
      width: 100%;
      color: #198794;
      font-size: 55px;
      line-height: 68px;
      font-weight: 600;
      margin-bottom: 42px; }
      @media screen and (max-width: 1023px) {
        .news-single__content .main-title {
          width: 100%; } }
      @media screen and (max-width: 767px) {
        .news-single__content .main-title {
          margin-bottom: 32px;
          font-size: 25px;
          line-height: 31px; } }
    .news-single__content .subtitle {
      font-weight: 500;
      font-size: 18px;
      line-height: 1.5;
      margin: 42px 0; }
      @media screen and (max-width: 767px) {
        .news-single__content .subtitle {
          margin: 16px 0; } }
    .news-single__content p {
      font-size: 16px;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .news-single__content p {
          font-size: 13px;
          line-height: 1.5;
          margin-bottom: 14px; } }
    .news-single__content .media-wrap {
      float: right;
      width: 50%;
      height: 500px;
      margin-left: 20px; }
      @media screen and (max-width: 1023px) {
        .news-single__content .media-wrap {
          position: relative;
          width: 100%;
          height: auto;
          padding-bottom: 50%;
          max-height: 400px;
          float: none;
          margin-left: 0;
          margin-bottom: 32px; } }
      .news-single__content .media-wrap img, .news-single__content .media-wrap iframe, .news-single__content .media-wrap .video_card {
        display: block;
        width: 100%;
        height: 100%; }
        @media screen and (max-width: 1023px) {
          .news-single__content .media-wrap img, .news-single__content .media-wrap iframe, .news-single__content .media-wrap .video_card {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; } }
      .news-single__content .media-wrap img {
        -o-object-fit: contain;
           object-fit: contain; }
  .news-single .images-wrap {
    margin: 20px 0; }
    .news-single .images-wrap img {
      display: inline-block;
      width: 190px;
      height: 95px;
      -o-object-fit: cover;
         object-fit: cover;
      margin-right: 10px; }
  .news-single blockquote {
    display: inline-block;
    position: relative;
    margin: 42px 0;
    padding: 0 106px;
    color: #198794; }
    .news-single blockquote p {
      font-weight: bold;
      font-size: 22px;
      line-height: 32px;
      color: #198794; }
    .news-single blockquote:before {
      content: '«';
      position: absolute;
      left: 0;
      top: 0;
      font-weight: bold;
      font-size: 48px;
      line-height: 32px; }
    .news-single blockquote:after {
      content: '»';
      position: absolute;
      right: 0;
      bottom: 0;
      font-weight: bold;
      font-size: 48px;
      line-height: 32px; }
    @media screen and (max-width: 767px) {
      .news-single blockquote {
        margin: 22px 0;
        padding: 0 32px; }
        .news-single blockquote p {
          font-size: 16px;
          line-height: 26px; }
        .news-single blockquote:before, .news-single blockquote:after {
          font-size: 36px;
          line-height: 32px; } }
  .news-single .img-popup {
    position: fixed;
    z-index: 20;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    text-align: center; }
    .news-single .img-popup__bg {
      background: rgba(0, 0, 0, 0.4);
      position: absolute;
      z-index: 1;
      height: 100%;
      width: 100%; }
    .news-single .img-popup img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 2;
      max-height: 80%;
      max-width: 80%;
      -o-object-fit: cover;
         object-fit: cover; }

/* COLORS */
/* HEADER */
/*  FONT SIZES  */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* BODY PADDINGS */
/* CONTENT PADDINGS */
/* CONTENT GRID */
/*  FONT FAMILIES  */
/* DOCTOR ITEM */
/* COLORS */
/* HEADER */
/*  FONT SIZES  */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* BODY PADDINGS */
/* CONTENT PADDINGS */
/* CONTENT GRID */
/*  FONT FAMILIES  */
/* DOCTOR ITEM */
.main-page-info__news__heading {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media screen and (max-width: 480px) {
    .main-page-info__news__heading {
      font-size: 13px;
      line-height: 25px; }
      .main-page-info__news__heading h2 {
        font-weight: 600; }
      .main-page-info__news__heading .link_color_green {
        color: #198794; } }

.news__body--row {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.news-item {
  width: -webkit-calc((100% - 20px * 3 - 20px * 8) / 4);
  width: calc((100% - 20px * 3 - 20px * 8) / 4);
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: 1px solid #25E0CA;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  /* FLEX_TEST */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* FLEX_TEST_END */
  padding: 20px;
  cursor: pointer; }
  .news-item:hover {
    -webkit-box-shadow: 0px 11px 55px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 11px 55px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 1024px) {
    .news-item {
      width: -webkit-calc((100%/2) - 50px);
      width: calc((100%/2) - 50px);
      margin-bottom: 10px; }
      .news-item:not(:nth-child(2n)) {
        margin-right: 15px; } }
  @media screen and (max-width: 600px) {
    .news-item {
      width: 100%; }
      .news-item:not(:nth-child(2n)) {
        margin-right: 0; } }
  .news-item p {
    margin-top: 20px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 100;
    color: #484A4F; }
  .news-item > div > p:nth-of-type(1) {
    float: left; }
  .news-item > div > p:nth-of-type(2) {
    color: #00a4b9;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    float: right; }
  .news-item:hover > div > p:nth-of-type(2) {
    opacity: 1; }
  .news-item h3 {
    line-height: 1.6em;
    color: #484A4F; }
    @media screen and (max-width: 600px) {
      .news-item h3 {
        font-size: 18px;
        line-height: 1.2; } }

/* PAGINATION */
.pagination {
  height: 30px;
  margin: 30px auto;
  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; }
  .pagination > .item {
    margin: 0 5px;
    width: 29px;
    height: 29px;
    border: 1px solid #00A5B8;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    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; }
    .pagination > .item.selected {
      border-color: #2A2F66;
      margin-right: 10px; }

#news-block {
  width: 100%; }
  #news-block .news-block__aside {
    -webkit-box-flex: 28%;
    -webkit-flex: 28%;
        -ms-flex: 28%;
            flex: 28%;
    padding: 5px; }
    #news-block .news-block__aside h1 {
      color: #484A4F; }
    #news-block .news-block__aside > .input-group {
      max-width: 210px; }
  #news-block .news-block__main {
    -webkit-box-flex: 68%;
    -webkit-flex: 68%;
        -ms-flex: 68%;
            flex: 68%;
    padding: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    #news-block .news-block__main .news-item {
      margin-top: 20px;
      background-image: url("/dist/img/news-background.jpg");
      background-position: 50% 50%; }
      #news-block .news-block__main .news-item h3, #news-block .news-block__main .news-item p {
        color: #fff; }
    @media screen and (min-width: 768px) {
      #news-block .news-block__main > .news-item:nth-of-type(4n + 2),
      #news-block .news-block__main > .news-item:nth-of-type(4n + 3) {
        width: -webkit-calc(36% - 10px - 2 * 20px);
        width: calc(36% - 10px - 2 * 20px); } }
    @media screen and (max-width: 767px) {
      #news-block .news-block__main > .news-item:nth-of-type(4n + 2),
      #news-block .news-block__main > .news-item:nth-of-type(4n + 3) {
        width: 100%; } }
    @media screen and (min-width: 768px) {
      #news-block .news-block__main > .news-item:nth-of-type(4n + 1),
      #news-block .news-block__main > .news-item:nth-of-type(4n) {
        width: -webkit-calc(64% - 10px - 2 * 20px);
        width: calc(64% - 10px - 2 * 20px); } }
    @media screen and (max-width: 767px) {
      #news-block .news-block__main > .news-item:nth-of-type(4n + 1),
      #news-block .news-block__main > .news-item:nth-of-type(4n) {
        width: 100%; } }

/* COLORS */
/* HEADER */
/*  FONT SIZES  */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* BODY PADDINGS */
/* CONTENT PADDINGS */
/* CONTENT GRID */
/*  FONT FAMILIES  */
/* DOCTOR ITEM */
.doctor-list__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  .doctor-list__heading > a {
    margin-left: 30px; }

.doctor-list__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 65px; }

.doctor-list .doctor-item {
  margin-top: 40px; }
  .doctor-list .doctor-item .h3 {
    margin-bottom: 20px; }
  .doctor-list .doctor-item > a {
    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-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }

/* COLORS */
/* HEADER */
/*  FONT SIZES  */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* BODY PADDINGS */
/* CONTENT PADDINGS */
/* CONTENT GRID */
/*  FONT FAMILIES  */
/* DOCTOR ITEM */
.services-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: -webkit-calc(100% - 2 * 85px);
  width: calc(100% - 2 * 85px);
  padding: 55px 85px 85px 85px;
  background-color: rgba(86, 177, 182, 0.07); }
  .services-group:nth-of-type(n + 2) {
    position: relative;
    margin-top: 20px; }
  .services-group > a {
    margin-top: 30px;
    font-weight: 100; }
    .services-group > a.link_color_darkgreen {
      color: #198794;
      font-weight: 300; }

#single-department-block {
  max-width: 1240px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: auto; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    #single-department-block {
      width: 100%; } }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    #single-department-block {
      width: 100%; } }
  @media screen and (max-width: 480px) {
    #single-department-block {
      width: 100%; } }
  @media (max-width: 768px) {
    #single-department-block .doctor-item img {
      width: 100%;
      height: auto;
      -o-object-fit: contain;
         object-fit: contain; } }
  #single-department-block #single-department-block__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 85px 0 70px 0; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      #single-department-block #single-department-block__heading {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        margin: 20px 0; }
        #single-department-block #single-department-block__heading .services-group {
          margin-top: 10px;
          padding: 20px;
          width: auto; } }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      #single-department-block #single-department-block__heading {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        margin: 20px 0; }
        #single-department-block #single-department-block__heading .services-group {
          margin-top: 10px;
          padding: 20px;
          width: auto; } }
    @media screen and (max-width: 480px) {
      #single-department-block #single-department-block__heading {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        margin: 20px 0; }
        #single-department-block #single-department-block__heading .services-group {
          margin-top: 10px;
          padding: 20px;
          width: auto; } }
    #single-department-block #single-department-block__heading > div:nth-of-type(1) {
      width: -webkit-calc(44% - 10px);
      width: calc(44% - 10px); }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        #single-department-block #single-department-block__heading > div:nth-of-type(1) {
          width: 100%; } }
      @media screen and (min-width: 420px) and (max-width: 767px) {
        #single-department-block #single-department-block__heading > div:nth-of-type(1) {
          width: 100%; } }
      @media screen and (max-width: 480px) {
        #single-department-block #single-department-block__heading > div:nth-of-type(1) {
          width: 100%; } }
      #single-department-block #single-department-block__heading > div:nth-of-type(1) > p {
        margin-top: 25px; }
    #single-department-block #single-department-block__heading > div:nth-of-type(2) {
      width: -webkit-calc(56% - 10px);
      width: calc(56% - 10px); }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        #single-department-block #single-department-block__heading > div:nth-of-type(2) {
          width: 100%; } }
      @media screen and (min-width: 420px) and (max-width: 767px) {
        #single-department-block #single-department-block__heading > div:nth-of-type(2) {
          width: 100%; } }
      @media screen and (max-width: 480px) {
        #single-department-block #single-department-block__heading > div:nth-of-type(2) {
          width: 100%; } }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    #single-department-block h2 {
      font-weight: 400; } }
  @media screen and (max-width: 480px) {
    #single-department-block h2 {
      font-weight: 400; } }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    #single-department-block .doctor-carousel {
      margin: 50px auto 0; } }
  @media screen and (max-width: 480px) {
    #single-department-block .doctor-carousel {
      margin: 50px auto 0; } }
  #single-department-block .doctor-carousel .slick-track {
    margin-left: 0px !important;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important; }
  #single-department-block .doctor-carousel .slick-list {
    margin: 0px !important; }
  @media (max-width: 767px) {
    #single-department-block .doctor-carousel .next-arrow, #single-department-block .doctor-carousel .prev-arrow {
      width: auto !important;
      height: 27px !important; } }
  #single-department-block .doctor-carousel .slick-dots {
    bottom: 20px; }
  #single-department-block .doctor-carousel .slick-slide {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 767px) {
      #single-department-block .doctor-carousel .slick-slide {
        padding-left: 15px;
        padding-right: 15px; } }
  #single-department-block .doctor-carousel__body {
    visibility: hidden; }
    #single-department-block .doctor-carousel__body h3 {
      color: #66686b; }
    @media (max-width: 767px) {
      #single-department-block .doctor-carousel__body h3, #single-department-block .doctor-carousel__body .h3 {
        font-size: 16px !important;
        line-height: 1.2 !important;
        margin-top: 10px; } }
    @media (max-width: 767px) {
      #single-department-block .doctor-carousel__body {
        padding-bottom: 50px !important; } }

/* COLORS */
/* HEADER */
/*  FONT SIZES  */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* BODY PADDINGS */
/* CONTENT PADDINGS */
/* CONTENT GRID */
/*  FONT FAMILIES  */
/* DOCTOR ITEM */
/* COLORS */
/* HEADER */
/*  FONT SIZES  */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* BODY PADDINGS */
/* CONTENT PADDINGS */
/* CONTENT GRID */
/*  FONT FAMILIES  */
/* DOCTOR ITEM */
.doctor-carousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 50px auto;
  overflow: hidden;
  max-width: 1240px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    .doctor-carousel {
      margin: 50px -10px; }
      .doctor-carousel .slick-list {
        margin: 0 -10px; }
      .doctor-carousel .slick-track {
        margin-left: -30px; } }
  @media screen and (max-width: 480px) {
    .doctor-carousel {
      margin: 50px -10px 0; }
      .doctor-carousel .slick-list {
        margin: 0 -10px; }
      .doctor-carousel .slick-track {
        margin-left: -30px;
        width: 100% !important; } }
  .doctor-carousel::before {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    width: 15%;
    height: 100%;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
    z-index: 2; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .doctor-carousel::before {
        width: 30%;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0)), color-stop(white), to(white));
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), white, white);
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), white, white);
        background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), white, white); } }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .doctor-carousel::before {
        display: none; } }
    @media screen and (max-width: 480px) {
      .doctor-carousel::before {
        display: none; } }
  .doctor-carousel input {
    max-width: 175px; }
  .doctor-carousel .input-group:nth-of-type(2) {
    display: none; }
  .doctor-carousel h2 {
    margin-right: 40px;
    font-weight: 900; }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .doctor-carousel h2 {
        margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .doctor-carousel h2 {
        margin-right: 0; } }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    .doctor-carousel .link_color_green, .doctor-carousel a.link_color_green {
      line-height: 25px; } }
  @media screen and (max-width: 480px) {
    .doctor-carousel .link_color_green, .doctor-carousel a.link_color_green {
      line-height: 25px; } }
  .doctor-carousel__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px; }
    .doctor-carousel__header > div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .doctor-carousel__header > a {
      position: relative;
      z-index: 3; }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .doctor-carousel__header {
        padding: 0 10px; } }
    @media screen and (max-width: 480px) {
      .doctor-carousel__header {
        padding: 0 10px; } }
  .doctor-carousel__body {
    -webkit-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media screen and (max-width: 480px) {
    .doctor-carousel {
      margin-bottom: 0px; }
      .doctor-carousel .input-group:first-of-type {
        display: none; }
      .doctor-carousel .input-group:nth-of-type(2) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 30px; } }
  .doctor-carousel .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 27px;
    z-index: 3;
    cursor: pointer; }
    .doctor-carousel .slick-arrow.prev-arrow {
      left: 0;
      -webkit-transform: translateY(-50%) rotate(-180deg);
          -ms-transform: translateY(-50%) rotate(-180deg);
              transform: translateY(-50%) rotate(-180deg); }
    .doctor-carousel .slick-arrow.next-arrow {
      right: 0; }
  .doctor-carousel .slick-slide {
    width: 230px; }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .doctor-carousel .slick-slide {
        width: 230px; } }
    @media screen and (max-width: 480px) {
      .doctor-carousel .slick-slide {
        width: 230px; } }
    .doctor-carousel .slick-slide .doctor-item {
      display: block !important;
      margin: auto; }

/* COLORS */
/* HEADER */
/*  FONT SIZES  */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* BODY PADDINGS */
/* CONTENT PADDINGS */
/* CONTENT GRID */
/*  FONT FAMILIES  */
/* DOCTOR ITEM */
.doctor-page-carousel__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.doctor-page-carousel .slick-slide {
  width: 20%; }
  @media (max-width: 1360px) {
    .doctor-page-carousel .slick-slide {
      width: 25%; } }
  @media (max-width: 992px) {
    .doctor-page-carousel .slick-slide {
      width: 33.3%; } }
  .doctor-page-carousel .slick-slide .carousel-item {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: auto; }

.doctor-page-carousel__nav-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-top: 20px; }

.doctor-page-carousel .slick-dots {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-calc(100% - 70px);
  width: calc(100% - 70px);
  margin: 0px;
  bottom: auto; }

.fancybox-infobar {
  display: none; }

#doctor__main-block {
  padding-top: 40px;
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  -webkit-column-gap: 105px;
     -moz-column-gap: 105px;
          column-gap: 105px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  font-weight: 100; }
  @media (max-width: 1200px) {
    #doctor__main-block {
      -webkit-column-gap: 60px;
         -moz-column-gap: 60px;
              column-gap: 60px;
      grid-template-columns: 300px minmax(0, 1fr); } }
  @media (max-width: 992px) {
    #doctor__main-block {
      grid-template-columns: 100%;
      -webkit-column-gap: 0;
         -moz-column-gap: 0;
              column-gap: 0;
      gap: 30px; } }
  #doctor__main-block h3 {
    margin-bottom: 10px; }
  #doctor__main-block h2 {
    font-weight: 900;
    margin-bottom: 30px;
    line-height: 1.1; }
  #doctor__main-block > div > ul {
    list-style: none;
    line-height: 24px;
    font-size: 16px;
    padding-left: 0; }
    #doctor__main-block > div > ul > li {
      margin-top: 30px; }
  #doctor__main-block p, #doctor__main-block span {
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 1.8em !important;
    color: #66686b !important;
    font-family: Manrope, sans-serif !important;
    background: none !important; }

.doctor__left {
  position: -webkit-sticky;
  position: sticky;
  top: 40px; }
  @media (max-width: 1200px) {
    .doctor__left {
      position: static;
      top: auto;
      text-align: center; } }
  .doctor__left > img,
  .doctor__left .doctor--img {
    width: 100%;
    -webkit-border-radius: 50%;
            border-radius: 50%; }
    @media (max-width: 1200px) {
      .doctor__left > img,
      .doctor__left .doctor--img {
        width: 250px; } }
  .doctor__left .btn-border {
    margin-top: 30px;
    padding-top: 18px;
    padding-bottom: 17px; }

.doctor__right {
  overflow: hidden;
  -webkit-transition: height 0.2s ease;
  -o-transition: height 0.2s ease;
  transition: height 0.2s ease;
  position: relative; }

.toggle-btn-wrapper {
  display: none; }

.toggle-btn {
  border: 0px;
  padding: 0px;
  background-color: transparent;
  color: #777;
  font-size: 16px;
  border-bottom: 1px dashed #777;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .toggle-btn:hover {
    color: #00a4b9;
    border-color: #00a4b9; }

.doctor__right.expanded + .toggle-btn-wrapper,
.toggle-btn-wrapper[style*="display: block"] {
  display: block !important; }

.doctor__right.collapsed::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 10; }

/* COLORS */
/* HEADER */
/*  FONT SIZES  */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* BODY PADDINGS */
/* CONTENT PADDINGS */
/* CONTENT GRID */
/*  FONT FAMILIES  */
/* DOCTOR ITEM */
/* COLORS */
/* HEADER */
/*  FONT SIZES  */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* BODY PADDINGS */
/* CONTENT PADDINGS */
/* CONTENT GRID */
/*  FONT FAMILIES  */
/* DOCTOR ITEM */
.schedule-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .schedule-item h2 {
    color: #484A4F;
    line-height: 1.6em; }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .schedule-item h2 {
        font-size: 36px; } }
    @media screen and (max-width: 480px) {
      .schedule-item h2 {
        font-size: 36px; } }
  .schedule-item p {
    line-height: 1.3em; }
  .schedule-item .smaller-text {
    color: #484A4F; }
  .schedule-item__documents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
    margin-top: 5px; }
    .schedule-item__documents span {
      margin-right: 5px; }
  .schedule-item > div:nth-child(1) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .schedule-item > div:nth-child(1) > img {
      width: 100%;
      max-width: 210px;
      -webkit-border-radius: 50%;
              border-radius: 50%; }
      @media screen and (min-width: 420px) and (max-width: 767px) {
        .schedule-item > div:nth-child(1) > img {
          margin: auto;
          text-align: center;
          display: block;
          margin-bottom: 20px; } }
      @media screen and (max-width: 480px) {
        .schedule-item > div:nth-child(1) > img {
          margin: auto;
          text-align: center;
          display: block;
          margin-bottom: 20px; } }
  .schedule-item > div:nth-child(2) {
    margin-left: 20px;
    -webkit-box-flex: 2;
    -webkit-flex: 2;
        -ms-flex: 2;
            flex: 2; }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .schedule-item > div:nth-child(2) {
        margin-left: 0; } }
    @media screen and (max-width: 480px) {
      .schedule-item > div:nth-child(2) {
        margin-left: 0; } }
  .schedule-item .ul_header {
    margin-top: 15px;
    font-weight: 500;
    color: #484A4F; }
  .schedule-item ul {
    margin-top: 0;
    list-style: none;
    padding-left: 0;
    font-size: 16px;
    line-height: 24px; }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .schedule-item ul {
        margin-top: 10px; } }
    @media screen and (max-width: 480px) {
      .schedule-item ul {
        margin-top: 10px; } }
    .schedule-item ul li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .schedule-item ul li > span {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      .schedule-item ul li > span:nth-of-type(1) {
        color: #00A5B8;
        font-weight: 500;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 40%;
            -ms-flex: 0 0 40%;
                flex: 0 0 40%;
        max-width: 160px; }
        @media screen and (min-width: 420px) and (max-width: 767px) {
          .schedule-item ul li > span:nth-of-type(1) {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 50%;
                -ms-flex: 0 0 50%;
                    flex: 0 0 50%; } }
        @media screen and (max-width: 480px) {
          .schedule-item ul li > span:nth-of-type(1) {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 50%;
                -ms-flex: 0 0 50%;
                    flex: 0 0 50%; } }
      .schedule-item ul li > span:nth-of-type(2) {
        font-weight: 100; }
  @media screen and (max-width: 640px) {
    .schedule-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.schedule-header > p {
  margin-top: 28px; }

.schedule-header > div:nth-of-type(1) {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

[id$=__popup] {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: none; }
  [id$=__popup] .popup__content {
    max-width: 840px;
    margin: 20% auto 0 auto;
    background-color: #fff;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    position: relative; }
    @media screen and (min-width: 768px) {
      [id$=__popup] .popup__content {
        width: -webkit-calc(70% - 120px);
        width: calc(70% - 120px);
        padding: 90px 60px 20px 60px; } }
    @media screen and (max-width: 767px) {
      [id$=__popup] .popup__content {
        width: -webkit-calc(90% - 80px);
        width: calc(90% - 80px);
        padding: 50px 20px 20px 20px; } }
    [id$=__popup] .popup__content #popup__close {
      position: absolute; }
      @media screen and (min-width: 768px) {
        [id$=__popup] .popup__content #popup__close {
          top: 32px;
          right: 36px; } }
      @media screen and (max-width: 767px) {
        [id$=__popup] .popup__content #popup__close {
          top: 20px;
          right: 20px; } }
    [id$=__popup] .popup__content div.row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 30px; }
      @media screen and (min-width: 768px) {
        [id$=__popup] .popup__content div.row {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      @media screen and (max-width: 767px) {
        [id$=__popup] .popup__content div.row {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    @media screen and (min-width: 768px) {
      [id$=__popup] .popup__content #popup__main > div.row > h2, [id$=__popup] .popup__content #popup__main > div.row form {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px); } }
    @media screen and (min-width: 768px) {
      [id$=__popup] .popup__content #popup__main > div.row > h2 {
        padding-top: 60px; } }
    [id$=__popup] .popup__content #popup__main > div.row > form {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      [id$=__popup] .popup__content #popup__main > div.row > form > div#popup__attach {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 10px; }
        [id$=__popup] .popup__content #popup__main > div.row > form > div#popup__attach > div, [id$=__popup] .popup__content #popup__main > div.row > form > div#popup__attach input {
          width: -webkit-calc(50% - 10px);
          width: calc(50% - 10px);
          margin-top: 0;
          text-align: center; }
    [id$=__popup] .popup__content #popup__main > p {
      text-align: center;
      opacity: 0.5; }
    [id$=__popup] .popup__content #popup__success > div.row > h1, [id$=__popup] .popup__content #popup__success > div.row p {
      text-align: center;
      margin: 35px 0; }
      @media screen and (min-width: 768px) {
        [id$=__popup] .popup__content #popup__success > div.row > h1, [id$=__popup] .popup__content #popup__success > div.row p {
          width: -webkit-calc(50% - 10px);
          width: calc(50% - 10px); } }
    [id$=__popup] .popup__content #popup__success > div.row > p {
      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; }
    [id$=__popup] .popup__content #popup__success > .tesla-button {
      width: 190px;
      display: block;
      margin: 0 auto 25px auto; }

#File {
  position: absolute;
  left: -9999px; }

.block-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.family-doctors__schedule-item,
#family-doctors__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-calc((100%) / 2 - 20px);
  width: calc((100%) / 2 - 20px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.family-doctors__schedule-item:nth-of-type(n + 2) {
  margin-top: 30px; }

/* COLORS */
/* HEADER */
/*  FONT SIZES  */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* BODY PADDINGS */
/* CONTENT PADDINGS */
/* CONTENT GRID */
/*  FONT FAMILIES  */
/* DOCTOR ITEM */
.tiled-blocks {
  margin: 50px 0 50px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    .tiled-blocks h1 {
      font-size: 36px;
      line-height: 1.3em; } }
  @media screen and (max-width: 480px) {
    .tiled-blocks h1 {
      font-size: 36px;
      line-height: 1.3em; } }
  .tiled-blocks h3 {
    font-weight: 400; }
  .tiled-blocks .plain-text {
    color: #2A2F66;
    line-height: 1.6em;
    margin-top: 20px; }
  .tiled-blocks .family-medicine-block__first-item > p:nth-of-type(2) {
    margin-top: 30px; }
  .tiled-blocks .family-medicine-block__first-item > h1 {
    margin: 10px 0; }
  .tiled-blocks .family-medicine-block__second-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .tiled-blocks .family-medicine-block__third-item > p, .tiled-blocks .family-medicine-block__third-item video {
    margin-top: 20px; }
  .tiled-blocks .family-medicine-block__fourth-item > div {
    margin-top: 140px; }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .tiled-blocks .family-medicine-block__fourth-item > div {
        margin-top: -8px; } }
    @media screen and (max-width: 480px) {
      .tiled-blocks .family-medicine-block__fourth-item > div {
        margin-top: -8px; } }
  .tiled-blocks .family-medicine-block__fourth-item .h3 {
    margin: 10px 0;
    font-weight: 400;
    line-height: 1.6em; }
  .tiled-blocks > div.half-width:nth-of-type(n + 3) {
    margin-top: 15px; }
  .tiled-blocks .bgc-pale-blue {
    position: relative;
    top: -8px;
    padding: 20px; }
  .tiled-blocks .tesla-button {
    margin-top: 20px;
    width: 255px; }
  .tiled-blocks .full-width-video {
    width: 100%; }

/* COLORS */
/* HEADER */
/*  FONT SIZES  */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* BODY PADDINGS */
/* CONTENT PADDINGS */
/* CONTENT GRID */
/*  FONT FAMILIES  */
/* DOCTOR ITEM */
/* COLORS */
/* HEADER */
/*  FONT SIZES  */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* BODY PADDINGS */
/* CONTENT PADDINGS */
/* CONTENT GRID */
/*  FONT FAMILIES  */
/* DOCTOR ITEM */
.services-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: -webkit-calc(100% - 2 * 85px);
  width: calc(100% - 2 * 85px);
  padding: 55px 85px 85px 85px;
  background-color: rgba(86, 177, 182, 0.07); }
  .services-group:nth-of-type(n + 2) {
    position: relative;
    margin-top: 20px; }
  .services-group > a {
    margin-top: 30px;
    font-weight: 100; }
    .services-group > a.link_color_darkgreen {
      color: #198794;
      font-weight: 300; }

.cols2-left-fixed {
  padding-bottom: 20px; }
  .cols2-left-fixed .cols2-block__aside {
    -webkit-box-flex: 45%;
    -webkit-flex: 45%;
        -ms-flex: 45%;
            flex: 45%; }
    .cols2-left-fixed .cols2-block__aside > p {
      margin-top: 25px; }
  .cols2-left-fixed .cols2-block__main {
    -webkit-box-flex: 45%;
    -webkit-flex: 45%;
        -ms-flex: 45%;
            flex: 45%;
    padding: 5px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    min-height: 220px; }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .cols2-left-fixed .cols2-block__main {
        padding: 0; } }
    @media screen and (max-width: 480px) {
      .cols2-left-fixed .cols2-block__main {
        padding: 0; } }

/* COLORS */
/* HEADER */
/*  FONT SIZES  */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* BODY PADDINGS */
/* CONTENT PADDINGS */
/* CONTENT GRID */
/*  FONT FAMILIES  */
/* DOCTOR ITEM */
/* COLORS */
/* HEADER */
/*  FONT SIZES  */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* BODY PADDINGS */
/* CONTENT PADDINGS */
/* CONTENT GRID */
/*  FONT FAMILIES  */
/* DOCTOR ITEM */
.doctor-carousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 50px auto;
  overflow: hidden;
  max-width: 1240px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    .doctor-carousel {
      margin: 50px -10px; }
      .doctor-carousel .slick-list {
        margin: 0 -10px; }
      .doctor-carousel .slick-track {
        margin-left: -30px; } }
  @media screen and (max-width: 480px) {
    .doctor-carousel {
      margin: 50px -10px 0; }
      .doctor-carousel .slick-list {
        margin: 0 -10px; }
      .doctor-carousel .slick-track {
        margin-left: -30px;
        width: 100% !important; } }
  .doctor-carousel::before {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    width: 15%;
    height: 100%;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
    z-index: 2; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .doctor-carousel::before {
        width: 30%;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0)), color-stop(white), to(white));
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), white, white);
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), white, white);
        background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), white, white); } }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .doctor-carousel::before {
        display: none; } }
    @media screen and (max-width: 480px) {
      .doctor-carousel::before {
        display: none; } }
  .doctor-carousel input {
    max-width: 175px; }
  .doctor-carousel .input-group:nth-of-type(2) {
    display: none; }
  .doctor-carousel h2 {
    margin-right: 40px;
    font-weight: 900; }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .doctor-carousel h2 {
        margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .doctor-carousel h2 {
        margin-right: 0; } }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    .doctor-carousel .link_color_green, .doctor-carousel a.link_color_green {
      line-height: 25px; } }
  @media screen and (max-width: 480px) {
    .doctor-carousel .link_color_green, .doctor-carousel a.link_color_green {
      line-height: 25px; } }
  .doctor-carousel__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px; }
    .doctor-carousel__header > div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .doctor-carousel__header > a {
      position: relative;
      z-index: 3; }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .doctor-carousel__header {
        padding: 0 10px; } }
    @media screen and (max-width: 480px) {
      .doctor-carousel__header {
        padding: 0 10px; } }
  .doctor-carousel__body {
    -webkit-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media screen and (max-width: 480px) {
    .doctor-carousel {
      margin-bottom: 0px; }
      .doctor-carousel .input-group:first-of-type {
        display: none; }
      .doctor-carousel .input-group:nth-of-type(2) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 30px; } }
  .doctor-carousel .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 27px;
    z-index: 3;
    cursor: pointer; }
    .doctor-carousel .slick-arrow.prev-arrow {
      left: 0;
      -webkit-transform: translateY(-50%) rotate(-180deg);
          -ms-transform: translateY(-50%) rotate(-180deg);
              transform: translateY(-50%) rotate(-180deg); }
    .doctor-carousel .slick-arrow.next-arrow {
      right: 0; }
  .doctor-carousel .slick-slide {
    width: 230px; }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .doctor-carousel .slick-slide {
        width: 230px; } }
    @media screen and (max-width: 480px) {
      .doctor-carousel .slick-slide {
        width: 230px; } }
    .doctor-carousel .slick-slide .doctor-item {
      display: block !important;
      margin: auto; }

#service-block {
  margin: 50px auto 80px;
  /*before 04.05.2025 18:15:57*/
  max-width: 1240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*after 04.05.2025 18:15:57*/
  /*display: grid;
	grid-template-columns: repeat(2, minmax(0,1fr));
	column-gap: 20px;
	grid-template-areas: 'top services' 'info services' 'slider services' '. services' 'prices prices';*/
  font-weight: 300;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  /*@media(max-width: 992px) {
		grid-template-columns: minmax(0, 1fr) 314px;
	}

	@media(max-width: 768px) {
		grid-template-columns: 100%;
		grid-template-areas: 'mobile' 'info' 'slider' 'services' 'prices';
	}*/
  /*.services-block__top-info {
		grid-area: top;
	}

	& > * {
		&:nth-child(3) {
			grid-area: info;
		}

		&:nth-child(5) {
			grid-area: prices;
		}
	}*/
  /*.service-block__services {
		grid-area: services;
	}*/ }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    #service-block {
      margin-top: 0;
      margin-bottom: 0; } }
  @media screen and (max-width: 480px) {
    #service-block {
      margin-top: 0;
      margin-bottom: 0; } }
  #service-block .service-list-appointment__item {
    grid-template-columns: 1fr -webkit-max-content;
    grid-template-columns: 1fr max-content;
    grid-template-areas: 'name name' 'price btn';
    gap: 10px; }
  #service-block h1 {
    min-height: 3.7em;
    line-height: 1.2em;
    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;
    font-size: 46px; }
    @media (max-width: 991px) {
      #service-block h1 {
        font-size: 32px; } }
    #service-block h1 span {
      color: inherit !important; }
    @media screen and (min-width: 1025px) {
      #service-block h1.mini {
        font-size: 40px; } }
  #service-block h3,
  #service-block .h3 {
    margin-bottom: 10px; }
  #service-block p {
    color: #66686b; }
  #service-block .service-block__services {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      #service-block .service-block__services img {
        display: none; } }
    @media screen and (max-width: 480px) {
      #service-block .service-block__services img {
        display: none; } }
    #service-block .service-block__services table {
      margin-top: 20px;
      min-width: 600px;
      overflow-x: auto; }
  #service-block .doctor-carousel .slick-track {
    margin-left: 0px !important; }
  #service-block .doctor-carousel .slick-slide {
    margin-right: 0px;
    width: auto;
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 768px) {
      #service-block .doctor-carousel .slick-slide {
        margin-right: 0px;
        padding-left: 15px;
        padding-right: 15px; } }
    #service-block .doctor-carousel .slick-slide * {
      outline: none; }
  #service-block .doctor-carousel__body {
    visibility: hidden; }
    @media (max-width: 768px) {
      #service-block .doctor-carousel__body {
        padding-bottom: 28px !important; } }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    #service-block .doctor-carousel {
      margin: 50px auto 0; }
      #service-block .doctor-carousel__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
  @media screen and (max-width: 480px) {
    #service-block .doctor-carousel {
      margin: 50px auto 0; }
      #service-block .doctor-carousel__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
  @media (max-width: 767px) {
    #service-block .doctor-carousel .next-arrow, #service-block .doctor-carousel .prev-arrow {
      width: auto !important;
      height: 27px !important; } }
  #service-block .doctor-carousel .slick-dots {
    bottom: 8px; }
  #service-block .slick-track {
    width: 100% !important; }
    @media screen and (min-width: 1360px) {
      #service-block .slick-track {
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around; } }
  #service-block .half-width p,
  #service-block .half-width span,
  #service-block .half-width li,
  #service-block .half-width b {
    color: #66686b; }
  #service-block .half-width h2,
  #service-block .half-width .h2,
  #service-block .half-width h3,
  #service-block .half-width .h3 {
    color: #66686b; }
  #service-block .half-width .slick-track {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important; }
    @media screen and (min-width: 1360px) {
      #service-block .half-width .slick-track {
        display: block; } }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    #service-block .half-width {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media screen and (max-width: 480px) {
    #service-block .half-width {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 768px) {
    #service-block .doctor-item h3,
    #service-block .doctor-item .h3 {
      font-size: 16px !important;
      line-height: 1.2 !important;
      margin-top: 10px; } }
  #service-block .doctor-item img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 184px;
    width: 184px; }
    @media (max-width: 1360px) {
      #service-block .doctor-item img {
        height: 167px;
        width: 167px; } }
    @media (max-width: 1200px) {
      #service-block .doctor-item img {
        width: 210px;
        height: 210px; } }
    @media (max-width: 992px) {
      #service-block .doctor-item img {
        width: 148px;
        height: 148px; } }
  @media screen and (min-width: 1360px) {
    #service-block .doctor-item {
      margin-right: 10px; } }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    #service-block .doctor-item {
      margin-right: 0px;
      width: 100%;
      max-width: 100%; }
      #service-block .doctor-item img {
        width: 100%;
        max-width: 280px;
        max-height: 100%;
        height: auto; } }
  @media screen and (max-width: 480px) {
    #service-block .doctor-item {
      margin-right: 0px;
      width: 100%;
      max-width: 280px; }
      #service-block .doctor-item img {
        width: 100%;
        max-width: 280px;
        max-height: 100%;
        height: auto; } }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    #service-block .menu-block {
      width: 100%;
      margin: 0 0px 10px;
      padding: 1px 0 0 0;
      background-color: rgba(86, 177, 182, 0.07); }
      #service-block .menu-block h3, #service-block .menu-block .h3 {
        line-height: 25px;
        font-size: 18px;
        text-align: center; } }
  @media screen and (max-width: 480px) {
    #service-block .menu-block {
      width: 100%;
      margin: 0 0px 10px;
      padding: 1px 0 0 0;
      background-color: rgba(86, 177, 182, 0.07); } }
  #service-block .service-list {
    margin-top: 30px;
    height: 530px;
    overflow-y: auto;
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    margin-left: auto; }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      #service-block .service-list {
        margin: 0;
        width: auto;
        padding: 0 10px;
        height: auto;
        padding-bottom: 20px; } }
    @media screen and (max-width: 480px) {
      #service-block .service-list {
        margin: 0;
        width: auto;
        padding: 0 10px; } }
    #service-block .service-list__item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding: 10px 0;
      margin-right: 20px;
      border: 0 solid rgba(42, 47, 102, 0.1);
      border-bottom-width: 1px; }
      @media screen and (min-width: 420px) and (max-width: 767px) {
        #service-block .service-list__item {
          border-bottom-width: 0; } }
      @media screen and (max-width: 480px) {
        #service-block .service-list__item {
          border-bottom-width: 0; } }
      #service-block .service-list__item > p {
        max-width: 65%; }
      #service-block .service-list__item > span {
        max-width: 30%; }
    #service-block .service-list__heading {
      margin-top: 20px; }
      @media screen and (min-width: 420px) and (max-width: 767px) {
        #service-block .service-list__heading {
          line-height: 25px;
          font-size: 18px; } }
      @media screen and (max-width: 480px) {
        #service-block .service-list__heading {
          line-height: 25px;
          font-size: 18px;
          text-align: center; } }
  #service-block .service-list::-webkit-scrollbar {
    width: 4px;
    background-color: rgba(42, 47, 102, 0.1); }
  #service-block .service-list::-webkit-scrollbar-thumb {
    background-color: rgba(42, 47, 102, 0.5); }
  #service-block .service-img {
    display: none;
    width: 100%; }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      #service-block .service-img {
        display: block;
        margin: 0 0px 10px; } }
    @media screen and (max-width: 480px) {
      #service-block .service-img {
        display: block;
        margin: 0 0px 10px; } }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    #service-block .mobile-view, #service-block .mobile-view img {
      display: block; } }
  @media screen and (max-width: 480px) {
    #service-block .mobile-view, #service-block .mobile-view img {
      display: block; } }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    #service-block .half-width:not(.service-block__services) .doctor-carousel {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: 20px; } }
  @media screen and (max-width: 480px) {
    #service-block .half-width:not(.service-block__services) .doctor-carousel {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: 20px; } }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    #service-block .doctors {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media screen and (max-width: 480px) {
    #service-block .doctors {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  #service-block .doctors .doctor-carousel {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  #service-block .price-patient {
    width: 100%;
    height: 400px;
    margin-top: 20px;
    border: 0; }
  #service-block .this-table {
    height: 100%; }
    #service-block .this-table .iframe-wrap {
      height: 100%; }

.patient-login {
  width: 100%;
  margin-top: 20px;
  min-height: 900px;
  border: 0; }

.e-zapis {
  width: 100%;
  margin-top: 20px;
  min-height: 900px;
  border: 0; }

.h100vh {
  height: 100vh; }

.service-list-appointment__heading {
  background-color: #DAF4F8;
  color: #00a4b9 !important;
  padding: 12px 30px 11px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 4px; }
  @media (max-width: 992px) {
    .service-list-appointment__heading {
      font-size: 22px; } }

.service-list-appointment__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #C2E9ED;
  background-color: #f3fafa;
  -webkit-border-radius: 10px;
          border-radius: 10px; }

.service-list-appointment__item {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content;
  grid-template-areas: 'name price btn';
  gap: 44px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #C2E9ED;
  padding: 13px 13px 12px 30px;
  color: #484A4F; }
  @media (max-width: 992px) {
    .service-list-appointment__item {
      font-size: 16px; } }
  @media (max-width: 768px) {
    .service-list-appointment__item {
      grid-template-columns: 1fr -webkit-max-content;
      grid-template-columns: 1fr max-content;
      grid-template-areas: 'name name' 'price btn';
      gap: 10px;
      font-size: 14px; } }
  .service-list-appointment__item:last-child {
    border-bottom-width: 0px; }
  .service-list-appointment__item > *:first-child, .service-list-appointment__item > *:nth-child(2) {
    font-size: 18px; }
  .service-list-appointment__item > *:first-child {
    grid-area: name; }
  .service-list-appointment__item > *:nth-child(2) {
    grid-area: price; }
  .service-list-appointment__item .btn-white {
    text-transform: uppercase;
    grid-area: btn; }

.doctor-list__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  .doctor-list__heading > a {
    margin-left: 30px; }

.doctor-list__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 65px; }

.doctor-list .doctor-item {
  margin-top: 40px; }
  .doctor-list .doctor-item .h3 {
    margin-bottom: 20px; }
  .doctor-list .doctor-item > a {
    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-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }

/* COLORS */
/* HEADER */
/*  FONT SIZES  */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* BODY PADDINGS */
/* CONTENT PADDINGS */
/* CONTENT GRID */
/*  FONT FAMILIES  */
/* DOCTOR ITEM */
#specialists__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 60px; }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    #specialists__header h1 {
      margin-bottom: 10px;
      font-size: 35px;
      line-height: 1.2em; } }
  @media screen and (max-width: 480px) {
    #specialists__header h1 {
      margin-bottom: 10px;
      font-size: 35px;
      line-height: 1.2em; } }
  #specialists__header h1,
  #specialists__header .plain-text {
    max-width: 500px; }
  #specialists__header > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  @media screen and (max-width: 780px) {
    #specialists__header {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  #specialists__header .specialists__like-button {
    border-color: #00A5B8;
    margin-top: 30px;
    padding: 16px 45px; }
    #specialists__header .specialists__like-button:hover {
      background-color: #00A5B8; }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      #specialists__header .specialists__like-button {
        padding: 16px 25px;
        margin: 30px auto 0; } }
    @media screen and (max-width: 480px) {
      #specialists__header .specialists__like-button {
        padding: 16px 25px;
        margin: 30px auto 0; } }

.specialists {
  max-width: 1240px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: auto;
  padding-top: 50px; }
  .specialists #specialists__header {
    display: block; }
    @media (max-width: 992px) {
      .specialists #specialists__header {
        margin-bottom: 15px; } }
  .specialists .doctor-list__body {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 40px;
    margin-top: 40px; }
    @media (max-width: 1200px) {
      .specialists .doctor-list__body {
        grid-template-columns: repeat(4, minmax(0, 1fr)); } }
    @media (max-width: 992px) {
      .specialists .doctor-list__body {
        grid-template-columns: repeat(3, minmax(0, 1fr)); } }
    @media (max-width: 768px) {
      .specialists .doctor-list__body {
        grid-template-columns: repeat(2, minmax(0, 1fr)); } }
    @media (max-width: 576px) {
      .specialists .doctor-list__body {
        grid-template-columns: 100%; } }
    .specialists .doctor-list__body .doctor-item {
      width: auto;
      max-width: 100%;
      margin-top: 0px; }
      .specialists .doctor-list__body .doctor-item h3 {
        color: #66686b; }
      .specialists .doctor-list__body .doctor-item__name {
        margin-bottom: 17px; }
      .specialists .doctor-list__body .doctor-item__btn {
        margin-top: auto; }
      .specialists .doctor-list__body .doctor-item img {
        width: 100%;
        height: 198px;
        -o-object-fit: contain;
           object-fit: contain;
        min-height: auto !important; }
      @media (max-width: 576px) {
        .specialists .doctor-list__body .doctor-item .btn-border {
          width: 210px; } }

/* COLORS */
/* HEADER */
/*  FONT SIZES  */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* BODY PADDINGS */
/* CONTENT PADDINGS */
/* CONTENT GRID */
/*  FONT FAMILIES  */
/* DOCTOR ITEM */
/* COLORS */
/* HEADER */
/*  FONT SIZES  */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* BODY PADDINGS */
/* CONTENT PADDINGS */
/* CONTENT GRID */
/*  FONT FAMILIES  */
/* DOCTOR ITEM */
.vacancy-item {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #25E0CA;
  padding: 30px 50px 20px 50px;
  margin-top: 20px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  .vacancy-item:first-of-type {
    margin-top: 0; }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .vacancy-item:first-of-type {
        margin-top: 20px; } }
    @media screen and (max-width: 480px) {
      .vacancy-item:first-of-type {
        margin-top: 20px; } }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    .vacancy-item {
      padding: 30px 20px 20px; } }
  @media screen and (max-width: 480px) {
    .vacancy-item {
      padding: 30px 20px 20px; } }
  .vacancy-item:hover {
    -webkit-box-shadow: 0px 11px 55px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 11px 55px rgba(0, 0, 0, 0.2); }
  .vacancy-item__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .vacancy-item__heading h2 {
        font-size: 33px;
        line-height: 1.3em; } }
    @media screen and (max-width: 480px) {
      .vacancy-item__heading h2 {
        font-size: 33px;
        line-height: 1.3em; } }
  .vacancy-item__date,
  .vacancy-item p:first-line {
    color: #00A5B8; }
  .vacancy-item p {
    margin: 10px 0;
    line-height: 1.6em !important; }
  .vacancy-item input[type=button].tesla-button {
    max-width: 240px;
    background-color: #198794; }

#vacancies-block .vacancies-block__aside {
  width: -webkit-calc(41% - 60px);
  width: calc(41% - 60px);
  max-width: -webkit-calc((1360px - 2 * 60px) * 0.35);
  max-width: calc((1360px - 2 * 60px) * 0.35);
  position: fixed;
  top: 150px;
  left: 60px; }
  @media screen and (min-width: 1360px) {
    #vacancies-block .vacancies-block__aside {
      left: -webkit-calc((100% - 1360px - 2 * 60px) / 2 + 150px);
      left: calc((100% - 1360px - 2 * 60px) / 2 + 150px); } }
  #vacancies-block .vacancies-block__aside > p {
    margin-top: 25px; }

#vacancies-block .tesla-button {
  width: 250px; }

#vacancies-block .vacancies-block__main {
  width: 55%;
  position: relative;
  margin: 48px 0 40px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  min-height: 220px; }

.vacancies h1 {
  max-width: 300px;
  margin-bottom: 40px; }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    .vacancies h1 {
      margin-bottom: 0;
      font-size: 36px; } }
  @media screen and (max-width: 480px) {
    .vacancies h1 {
      margin-bottom: 0;
      font-size: 36px; } }

.vacancies .plain-text {
  margin-bottom: 20px; }

/* COLORS */
/* HEADER */
/*  FONT SIZES  */
/* LINE HEIGHT */
/* FONT WEIGHT */
/* BODY PADDINGS */
/* CONTENT PADDINGS */
/* CONTENT GRID */
/*  FONT FAMILIES  */
/* DOCTOR ITEM */
.popup-root {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: none; }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    .popup-root {
      overflow-y: scroll; } }
  .popup-root .popup__content {
    max-width: 950px;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    top: 50%;
    left: 50%;
    background-color: #fff;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    position: absolute; }
    @media screen and (min-width: 768px) {
      .popup-root .popup__content {
        width: -webkit-calc(70% - 20px);
        width: calc(70% - 20px);
        padding: 60px 20px 60px; } }
    @media screen and (max-width: 767px) {
      .popup-root .popup__content {
        width: -webkit-calc(90% - 80px);
        width: calc(90% - 80px);
        padding: 50px 20px 20px 20px; } }
    @media screen and (max-width: 480px) {
      .popup-root .popup__content {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        padding: 10px; } }
    .popup-root .popup__content .popup__close {
      position: absolute;
      color: #484A4F; }
      @media screen and (min-width: 768px) {
        .popup-root .popup__content .popup__close {
          top: 32px;
          right: 36px; } }
      @media screen and (max-width: 767px) {
        .popup-root .popup__content .popup__close {
          top: 20px;
          right: 20px; } }
    .popup-root .popup__content div.row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 30px; }
      @media screen and (min-width: 768px) {
        .popup-root .popup__content div.row {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      @media screen and (max-width: 767px) {
        .popup-root .popup__content div.row {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    @media screen and (min-width: 768px) {
      .popup-root .popup__content .popup__main > div.row > h2, .popup-root .popup__content .popup__main > div.row form {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px); } }
    @media screen and (min-width: 768px) {
      .popup-root .popup__content .popup__main > div.row > h2 {
        padding-top: 60px; } }
    @media screen and (min-width: 420px) and (max-width: 767px) {
      .popup-root .popup__content .popup__main > div.row > h2 {
        font-weight: 400;
        text-align: left;
        max-width: 80%; } }
    @media screen and (max-width: 480px) {
      .popup-root .popup__content .popup__main > div.row > h2 {
        font-weight: 400;
        text-align: left;
        max-width: 80%; } }
    .popup-root .popup__content .popup__main > div.row > form {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .popup-root .popup__content .popup__main > div.row > form > div.popup__attach {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 10px; }
        @media screen and (max-width: 480px) {
          .popup-root .popup__content .popup__main > div.row > form > div.popup__attach {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
                -ms-flex-align: start;
                    align-items: flex-start; } }
        .popup-root .popup__content .popup__main > div.row > form > div.popup__attach > div, .popup-root .popup__content .popup__main > div.row > form > div.popup__attach input {
          width: -webkit-calc(50% - 20px);
          width: calc(50% - 20px);
          margin-top: 0;
          text-align: center; }
          @media screen and (min-width: 768px) and (max-width: 768px) {
            .popup-root .popup__content .popup__main > div.row > form > div.popup__attach > div, .popup-root .popup__content .popup__main > div.row > form > div.popup__attach input {
              width: -webkit-calc(50% - 40px);
              width: calc(50% - 40px); } }
        @media screen and (max-width: 480px) {
          .popup-root .popup__content .popup__main > div.row > form > div.popup__attach input[type="submit"] {
            width: 100%;
            margin-top: 20px; } }
        .popup-root .popup__content .popup__main > div.row > form > div.popup__attach .link_attach {
          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: -webkit-max-content;
          width: -moz-max-content;
          width: max-content;
          margin: auto; }
          .popup-root .popup__content .popup__main > div.row > form > div.popup__attach .link_attach .text {
            display: block;
            max-width: 200px;
            word-break: break-all;
            margin-left: 7px; }
          .popup-root .popup__content .popup__main > div.row > form > div.popup__attach .link_attach .icon-clip {
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px; }
    .popup-root .popup__content .popup__main > p {
      text-align: center;
      opacity: 0.5; }
    .popup-root .popup__content .popup__success > div.row h1 {
      color: #484A4F; }
    .popup-root .popup__content .popup__success > div.row > h1, .popup-root .popup__content .popup__success > div.row p {
      text-align: center;
      margin: 35px 0; }
      @media screen and (min-width: 768px) {
        .popup-root .popup__content .popup__success > div.row > h1, .popup-root .popup__content .popup__success > div.row p {
          width: -webkit-calc(50% - 10px);
          width: calc(50% - 10px); } }
    .popup-root .popup__content .popup__success > div.row > p {
      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;
      max-width: 300px;
      margin: auto;
      color: #66686b; }
    .popup-root .popup__content .popup__success > .tesla-button {
      width: 190px;
      display: block;
      margin: 0 auto 25px auto;
      background-color: #00A5B8;
      -webkit-border-radius: 2px;
              border-radius: 2px; }
  .popup-root [data-state] {
    text-align: center; }

.doctor-carousel__body .slick-arrow:not(img) {
  position: absolute;
  display: block;
  height: 30px;
  border-width: 0 3px 3px 0;
  width: 30px;
  padding: 5px;
  top: 0;
  bottom: 90px;
  margin: auto;
  font-size: 0;
  background-color: transparent;
  cursor: pointer;
  z-index: 2;
  outline: none;
  opacity: .5;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  .doctor-carousel__body .slick-arrow:not(img):hover {
    opacity: 1; }

.doctor-carousel__body .slick-next {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 10px; }

.doctor-carousel__body .slick-prev {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  left: 10px; }

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

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

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  outline: none;
  min-height: 1px; }
  .slick-slide > div {
    height: 100%; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

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

.slick-dots {
  position: absolute;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 0;
  bottom: -40px;
  margin: auto;
  left: 0;
  right: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .slick-dots li:not(:last-child) {
    margin-right: 8px; }
  .slick-dots li button {
    font-size: 0;
    border: 2px solid #00A4B9;
    background-color: #fff;
    height: 10px;
    width: 10px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    display: block;
    padding: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
    .slick-dots li button:hover {
      background-color: #00A4B9; }
  .slick-dots li.slick-active button {
    width: 40px;
    -webkit-border-radius: 50px;
            border-radius: 50px;
    background-color: #00A4B9; }

/*! jQuery UI - v1.12.1 - 2018-11-28
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333; }

.ui-widget-content a {
  color: #333; }

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
          box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff; }

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }

.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("/dist/img/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("/dist/img/ui-icons_444444_256x240.png"); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url("/dist/img/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("/dist/img/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("/dist/img/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("/dist/img/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("/dist/img/ui-icons_777777_256x240.png"); }

.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px; }

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666; }

body {
  margin: 0 auto;
  font-family: Manrope, sans-serif;
  font-weight: 400;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  color: #484A4F; }
  body.overflow {
    overflow: hidden;
    position: fixed; }
  body.overf {
    overflow: hidden; }

acp-site-toolbar {
  width: 100%; }

html, body {
  height: 100%; }

.html-content, section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%; }

header,
footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* HEADERS */
h1, .h1 {
  font-size: 52px;
  color: #00a4b9;
  font-weight: 900;
  line-height: 58px; }
  @media screen and (max-width: 900px) {
    h1, .h1 {
      font-size: 25px;
      line-height: normal; } }

h2, .h2 {
  font-size: 36px;
  color: #484A4F;
  font-weight: 900; }
  @media screen and (max-width: 900px) {
    h2, .h2 {
      font-size: 18px; } }

h3, .h3 {
  font-size: 18px;
  font-weight: 700;
  color: #484A4F;
  line-height: 1.3em; }
  @media screen and (max-width: 900px) {
    h3, .h3 {
      font-size: 13px; } }

h3 + h1 {
  margin-top: 10px;
  line-height: 1.3em; }

p {
  font-size: 16px;
  line-height: 1.8em;
  color: #66686b; }

ul {
  padding-left: 0; }

strong, b {
  font-weight: 900; }

.pesponsive-indicator {
  text-transform: uppercase; }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    .pesponsive-indicator {
      color: darkorange; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .pesponsive-indicator {
      color: green; } }
  @media screen and (min-width: 1024px) and (max-width: 1360px) {
    .pesponsive-indicator {
      color: blue; } }
  @media screen and (min-width: 1360px) {
    .pesponsive-indicator {
      color: red; } }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .flex-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .flex-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 2;
    -webkit-flex: 2;
        -ms-flex: 2;
            flex: 2; }
  .flex-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 3;
    -webkit-flex: 3;
        -ms-flex: 3;
            flex: 3; }
  .flex-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 4;
    -webkit-flex: 4;
        -ms-flex: 4;
            flex: 4; }
  .flex-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 5;
    -webkit-flex: 5;
        -ms-flex: 5;
            flex: 5; }

.jcontent-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

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

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

.jcontent-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.aitems-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 10%; }
  @media screen and (max-width: 480px) {
    .sticky {
      position: static; } }

.html-content {
  padding-bottom: 20px; }

.block-content, .html-content {
  position: relative;
  z-index: 5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .block-content, .html-content {
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    .block-content, .html-content {
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 480px) {
    .block-content, .html-content {
      padding-left: 10px;
      padding-right: 10px; } }
  .block-content > div:not(.half-width), .html-content > div:not(.half-width) {
    width: 100%; }

.container {
  width: 100%;
  margin: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
  @media (min-width: 1360px) {
    .container {
      max-width: 1240px; } }

.not-found {
  padding: 40px 20px; }
  .not-found h2 {
    margin: 40px 0;
    font-size: 36px !important; }
  @media screen and (max-width: 1024px) {
    .not-found {
      text-align: center; }
      .not-found br {
        display: none; } }
  @media screen and (max-width: 480px) {
    .not-found {
      text-align: left;
      padding: 20px 10px; }
      .not-found h2 {
        margin: 10px 0; } }
  .not-found a {
    position: static; }

/* BACKGROUND COLORS */
.bgc-test {
  background-color: navajowhite; }

.bgc-pale-blue {
  background-color: #f3fafa; }

/* LANG PICKER */
.lang-wrapper {
  position: relative;
  margin-left: 30px; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .lang-wrapper {
      margin-left: 15px; } }
  @media screen and (max-width: 767px) {
    .lang-wrapper {
      margin-left: 15px; } }
  @media (max-width: 576px) {
    .lang-wrapper {
      position: static; } }

.lang-pick {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  width: 60px;
  min-width: 60px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #00a4b9;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .lang-pick .icon-arrow-down {
    font-size: 10px;
    font-weight: 700;
    color: #00a4b9;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .lang-pick:hover, .lang-pick.active {
    background-color: #00a4b9;
    color: #fff; }
    .lang-pick:hover .icon-arrow-down, .lang-pick.active .icon-arrow-down {
      color: #fff; }

.lang-list {
  display: none;
  width: 60px;
  position: absolute;
  z-index: 3;
  top: -webkit-calc(100% + 6px);
  top: calc(100% + 6px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding-left: 0;
  text-align: center;
  margin: 0;
  -webkit-border-radius: 0px 0px 10px 10px;
          border-radius: 0px 0px 10px 10px;
  overflow: hidden; }
  @media (max-width: 576px) {
    .lang-list {
      top: 100%;
      left: auto;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      right: 25px; } }
  .lang-list li {
    list-style-type: none; }
  .lang-list a {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    background-color: #00A5B8;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .lang-list a:hover {
      background-color: #6CD1DE; }
  .lang-list li:not(:last-child) {
    border-bottom: 1px solid #fff; }

/* LINK STYLES */
div[class^="link"],
span[class^="link"],
a[class^="link"] {
  display: inline-block;
  border: 2px solid transparent;
  border-bottom-width: 2px;
  cursor: pointer !important; }
  div[class^="link"]:hover,
  span[class^="link"]:hover,
  a[class^="link"]:hover {
    border-bottom-width: 2px; }

.link_color_green,
a.link_color_green {
  color: #00a4b9;
  font-size: 18px;
  display: inline-block;
  line-height: 25px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .link_color_green,
    a.link_color_green {
      top: -15px; } }
  @media screen and (max-width: 600px) {
    .link_color_green,
    a.link_color_green {
      font-size: 13px; } }
  .link_color_green:hover,
  a.link_color_green:hover {
    border-bottom-color: #00a4b9; }
    .link_color_green:hover > span,
    a.link_color_green:hover > span {
      border-bottom-color: #00a4b9 !important; }

.link_color_darkgreen,
a.link_color_darkgreen {
  color: #009C89;
  font-size: 18px;
  display: inline-block; }
  .link_color_darkgreen:hover,
  a.link_color_darkgreen:hover {
    border-bottom-color: #00a4b9; }
    .link_color_darkgreen:hover > span,
    a.link_color_darkgreen:hover > span {
      border-bottom-color: rgba(0, 165, 184, 0.3) !important; }

.link_color_blue,
a.link_color_blue {
  color: #2A2F66;
  font-size: 18px;
  display: inline-block; }
  .link_color_blue:hover,
  a.link_color_blue:hover {
    border-bottom-color: rgba(42, 47, 102, 0.3); }
    .link_color_blue:hover > span,
    a.link_color_blue:hover > span {
      border-bottom-color: rgba(42, 47, 102, 0.3) !important; }

.link_attach,
a.link_attach {
  color: #198794;
  font-size: 13px;
  display: inline-block; }
  .link_attach:hover,
  a.link_attach:hover {
    border-bottom-color: rgba(25, 135, 148, 0.3);
    border-bottom-style: dashed; }

.appointment select {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important; }

.appointment select::-ms-expand {
  display: none; }

/* TEXT STYLES */
.plain-text {
  font-size: 16px !important;
  line-height: 26px !important;
  font-weight: 100;
  color: #66686b; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .partners__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .partners__item .plain-text {
      width: 55%; } }

.partners__item > a {
  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-flex: 0;
  -webkit-flex: 0 0 240px;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px; }
  @media (max-width: 1366px) {
    .partners__item > a {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 160px;
          -ms-flex: 0 0 160px;
              flex: 0 0 160px;
      margin: 0 auto; } }

@media (max-width: 1366px) {
  .partners__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

.partners__item .plain-text {
  padding: 0 10px; }

.appointment .success h1 {
  font-size: 32px;
  text-align: center;
  color: #fff; }

.slick-dots li button {
  cursor: pointer; }

@media screen and (max-width: 1024px) {
  .block-content.main-page .full-responsive-img.gm-hidden {
    max-width: 100%; } }

.smaller-text {
  font-size: 13px !important;
  line-height: 17px !important;
  font-weight: 100; }

/* BUTTONS */
.like-button {
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: 1px solid #00a4b9;
  padding: 16px 35px;
  display: inline-block;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  font-size: 13px;
  cursor: pointer;
  text-align: center;
  font-weight: 100;
  letter-spacing: 1px;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s; }
  .like-button:hover {
    background-color: #00A5B8;
    color: #fff; }

/* HEADER SECTION */
header, footer {
  padding-right: 20px;
  padding-left: 20px; }
  @media screen and (min-width: 1360px) {
    header, footer {
      padding-left: 60px;
      padding-right: 60px; } }
  @media screen and (max-width: 480px) {
    header, footer {
      padding-left: 10px;
      padding-right: 10px; } }

/* GLOBAL LAYOUT */
.half-width {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px); }
  @media screen and (max-width: 480px) {
    .half-width {
      width: auto;
      max-width: 100%; }
      .half-width img {
        max-width: 100%;
        width: 100% !important;
        height: auto !important;
        -o-object-fit: contain;
           object-fit: contain; } }
  @media screen and (min-width: 420px) and (max-width: 767px) {
    .half-width {
      width: auto;
      max-width: 100%; }
      .half-width img {
        max-width: 100%;
        width: 100% !important;
        height: auto !important;
        -o-object-fit: contain;
           object-fit: contain; } }

.responsive-img {
  width: 100%; }

.full-responsive-img {
  width: 100vw; }

/* DISPLAYS */
.display-block {
  display: block !important; }

.display-none {
  display: none !important; }

/* MOBILE CLASSES */
@media screen and (max-width: 480px) {
  .gm-font-smaller {
    font-size: 13px !important;
    line-height: 17px !important; }
  .gm-visible-block {
    display: block !important; }
  .gm-visible-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .gm-hidden {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .mobile-view {
    display: none; } }

.pagination {
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.navi__lol {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 105%;
  cursor: pointer;
  border: 1px solid #ff0000;
  background-color: #fff;
  padding: 15px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  color: #ff0000;
  font-size: 14px; }

.circle-btn {
  height: 78px;
  width: 78px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
  text-align: center;
  font-size: 10px;
  line-height: 1.5em;
  position: fixed;
  bottom: 7%;
  left: 2%;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 10px solid rgba(42, 64, 93, 0.06);
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  opacity: .85;
  will-change: transform, opacity; }
  .circle-btn:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #1AA5B7;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    z-index: -1; }
  .circle-btn:hover {
    opacity: 1; }
  .circle-btn__child {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    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;
    text-align: center;
    background-color: #1AA5B7;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    font-size: 11px;
    -webkit-transform: perspective(400) rotateY(-180deg) scale(0.4);
            transform: perspective(400) rotateY(-180deg) scale(0.4);
    opacity: 0;
    -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
    .circle-btn__child.showed {
      -webkit-transform: perspective(400px) rotateY(0) scale(1);
              transform: perspective(400px) rotateY(0) scale(1);
      opacity: 1; }
  .circle-btn span {
    color: #fff;
    will-change: transform, opacity; }
  .circle-btn img {
    height: 32px;
    -webkit-animation: bounce 2s infinite;
            animation: bounce 2s infinite; }
  .circle-btn .text-calling {
    position: absolute;
    bottom: 140%;
    left: 0;
    background-color: #1AA5B7;
    min-width: 160px;
    padding: 10px 20px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    text-align: left;
    display: none; }
    .circle-btn .text-calling span {
      font-weight: 500;
      font-size: 13px;
      line-height: 20px; }
    .circle-btn .text-calling::after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-color: transparent;
      border-top: 13px solid #1AA5B7;
      border-left: 16px solid transparent;
      border-style: solid;
      position: absolute;
      top: 100%;
      border-right: 0px solid transparent; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 165, 184, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(0, 165, 184, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 165, 184, 0); } }

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 165, 184, 0.4);
            box-shadow: 0 0 0 0 rgba(0, 165, 184, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 165, 184, 0);
            box-shadow: 0 0 0 20px rgba(0, 165, 184, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 165, 184, 0);
            box-shadow: 0 0 0 0 rgba(0, 165, 184, 0); } }

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0); }
  90% {
    -webkit-transform: translate3d(0, -2px, 0);
            transform: translate3d(0, -2px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0); }
  90% {
    -webkit-transform: translate3d(0, -2px, 0);
            transform: translate3d(0, -2px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom; }

.fancybox-container {
  z-index: 99999999 !important; }

.btn-border {
  display: inline-block;
  width: 100%;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  border: 1px solid #00a4b9;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 11px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .btn-border:hover {
    background-color: #00a4b9;
    color: #fff; }

.btn-white {
  display: inline-block;
  padding: 9px 48px 8px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background-color: #fff;
  color: #00a4b9;
  font-size: 14px;
  font-weight: 700;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(114, 192, 201, 0.2);
          box-shadow: 2px 2px 4px 0px rgba(114, 192, 201, 0.2);
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  @media (max-width: 768px) {
    .btn-white {
      color: #fff;
      background-color: #00a4b9;
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 11px 16px 10px; } }
  .btn-white:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
    background-color: #00a4b9; }

#doctor__notice-block {
  margin-bottom: 106px; }
  #doctor__notice-block h1, #doctor__notice-block h2, #doctor__notice-block h3, #doctor__notice-block h4, #doctor__notice-block h5 {
    font-size: 32px;
    font-weight: 800;
    color: #00a4b9;
    margin-bottom: 30px;
    margin-top: 80px;
    line-height: 1; }
  #doctor__notice-block .review-button .tesla-button {
    margin-top: 0px;
    width: 100%;
    max-width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500; }

.slider-arrow {
  display: block;
  width: 32px;
  height: 32px;
  position: relative;
  cursor: pointer; }
  .slider-arrow::after {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: 'tesla-icons';
    content: '\e914';
    color: #484A4F;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .slider-arrow:hover::after {
    color: #00A4B9; }
  .slider-arrow--prev::after {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
        -ms-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg); }
  .slider-arrow--next::after {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.n-ui-placeholder-pane {
  position: relative;
}
.n-ui-placeholder-pane .n-ui-edit-toolbar {
  position: absolute;
  display: none;
}
.n-ui-placeholder-pane:hover {
  outline: 2px solid yellow;
}
.n-ui-placeholder-pane:hover .n-ui-edit-toolbar {
  display: block;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
  padding: 5px;
  background: #fff;
  z-index: 100;
  box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.3);
}
.n-ui-placeholder-pane:hover .n-ui-edit-toolbar i {
  background: url("/acp/img/svg/edit.svg") no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
}
.n-ui-acp-site-toolbar-pane {
  position: relative;
}
.n-ui-acp-site-toolbar-pane .n-ui-btn-view {
  position: absolute;
  display: none;
}
.n-ui-acp-site-toolbar-pane:hover {
  outline: 2px solid yellow;
}
.n-ui-acp-site-toolbar-pane:hover .n-ui-btn-view {
  display: block;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  padding: 5px;
  background: #fff;
  z-index: 100;
  box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.3);
}
.n-ui-acp-site-toolbar-pane:hover .n-ui-btn-view i {
  background: url("/acp/img/svg/edit3.svg") no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
}
.n-ui-autocomplete-block .z-index-popup {
  z-index: 100;
}
.n-ui-autocomplete-block .n-ui-popup {
  position: absolute;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0;
  left: 0;
  min-width: 150px;
  background: #ffffff;
  box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.3);
  border: 1px solid #999999;
  transition: 0.2s;
  width: 100%;
  box-sizing: border-box;
  top: 100%;
}
.n-ui-autocomplete-block .n-ui-popup.n-ui-opened {
  opacity: 1;
  transform: scaleY(1);
}
.n-ui-autocomplete-block .n-ui-popup ul {
  width: 100%;
  list-style: none outside none;
  padding: 0;
  margin: 0;
}
.n-ui-autocomplete-block .n-ui-popup li {
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 7px 10px;
  cursor: pointer;
  display: block;
  width: 100%;
  font: menu;
  font-size: 12px;
  overflow: hidden;
}
.n-ui-autocomplete-block .n-ui-popup li.n-ui-selected {
  background-color: #e4f2d9;
}
.n-ui-autocomplete-block .n-ui-popup li.n-ui-selected:hover {
  background-color: #dff0d1;
}
.n-ui-autocomplete-block .n-ui-popup li:hover {
  background-color: #e4f2d9;
}
.n-ui-autocomplete-block .n-ui-popup .n-ui-nodes {
  padding-left: 15px;
}
.n-ui-autocomplete-block .n-ui-popup .n-ui-node {
  box-sizing: border-box;
  position: relative;
}
.n-ui-autocomplete-block .n-ui-popup .n-ui-node > li {
  box-sizing: border-box;
  margin: 2px 0;
  background-color: #f8f8f8;
}
.n-ui-autocomplete-block .n-ui-popup .n-ui-node > li:hover {
  background-color: #ecf6e4;
}
.n-ui-autocomplete-block .n-ui-popup .n-ui-node > li.n-ui-selected {
  background-color: #e4f2d9;
}
.n-ui-autocomplete-block .n-ui-popup .n-ui-node > li.n-ui-selected:hover {
  background-color: #dff0d1;
}
.n-ui-autocomplete-block .n-ui-popup .n-ui-node.n-ui-state-opened > li,
.n-ui-autocomplete-block .n-ui-popup .n-ui-node.n-ui-state-closed > li {
  padding-left: 30px;
  cursor: pointer;
}
.n-ui-autocomplete-block .n-ui-popup .n-ui-node.n-ui-state-opened > li a,
.n-ui-autocomplete-block .n-ui-popup .n-ui-node.n-ui-state-closed > li a {
  padding-left: 0;
}
.n-ui-autocomplete-block .n-ui-popup .n-ui-node.n-ui-state-opened .n-ui-toogle,
.n-ui-autocomplete-block .n-ui-popup .n-ui-node.n-ui-state-closed .n-ui-toogle {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: 8px center;
}
.n-ui-autocomplete-block .n-ui-popup .n-ui-node.n-ui-state-opened > .n-ui-toogle {
  background-image: url("/acp/img/svg/minus.svg");
}
.n-ui-autocomplete-block .n-ui-popup .n-ui-node.n-ui-state-closed > .n-ui-toogle {
  background-image: url("/acp/img/svg/plus.svg");
}
.n-ui-autocomplete-block .n-ui-popup .n-ui-node.n-ui-state-closed .n-ui-nodes {
  display: none;
}
.n-ui-autocomplete-block .n-ui-selected-item {
  display: inline-block;
  max-width: 300px;
  background: #6F8191;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3);
  margin: 0 5px 3px 0;
  cursor: default;
  color: #000;
}
.n-ui-autocomplete-block .n-ui-selected-item .grid.table {
  display: table;
  width: auto;
  margin: 0;
}
.n-ui-autocomplete-block .n-ui-selected-item .grid.table .col {
  display: table-cell;
}
.n-ui-autocomplete-block .n-ui-selected-item.n-ui-unknown-text {
  background: #f1c2c2;
}
.n-ui-autocomplete-block .n-ui-selected-item .n-ui-title {
  padding: 5px 0 5px 10px;
  cursor: default;
}
.n-ui-autocomplete-block .n-ui-selected-item .n-ui-close {
  padding: 5px 10px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5);
  transition: 0.2s;
}
.n-ui-autocomplete-block .n-ui-selected-item .n-ui-close:hover {
  color: #000;
}
.n-ui-autocomplete-block .n-ui-values {
  max-height: 250px;
  overflow-y: auto;
}
.n-ui-autocomplete-block .n-ui-more {
  padding: 7px 10px;
  cursor: pointer;
  text-decoration: underline;
  color: #6F8191;
}
.n-ui-autocomplete .z-index-popup {
  z-index: 100;
}
.n-ui-autocomplete .n-ui-popup {
  position: absolute;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0;
  left: 0;
  min-width: 150px;
  background: #ffffff;
  box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.3);
  border: 1px solid #999999;
  transition: 0.2s;
  width: 100%;
  box-sizing: border-box;
  top: 100%;
}
.n-ui-autocomplete .n-ui-popup.n-ui-opened {
  opacity: 1;
  transform: scaleY(1);
}
.n-ui-autocomplete .n-ui-popup ul {
  width: 100%;
  list-style: none outside none;
  padding: 0;
  margin: 0;
}
.n-ui-autocomplete .n-ui-popup li {
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 7px 10px;
  cursor: pointer;
  display: block;
  width: 100%;
  font: menu;
  font-size: 12px;
  overflow: hidden;
}
.n-ui-autocomplete .n-ui-popup li.n-ui-selected {
  background-color: #e4f2d9;
}
.n-ui-autocomplete .n-ui-popup li.n-ui-selected:hover {
  background-color: #dff0d1;
}
.n-ui-autocomplete .n-ui-popup li:hover {
  background-color: #e4f2d9;
}
.n-ui-autocomplete .n-ui-popup .n-ui-nodes {
  padding-left: 15px;
}
.n-ui-autocomplete .n-ui-popup .n-ui-node {
  box-sizing: border-box;
  position: relative;
}
.n-ui-autocomplete .n-ui-popup .n-ui-node > li {
  box-sizing: border-box;
  margin: 2px 0;
  background-color: #f8f8f8;
}
.n-ui-autocomplete .n-ui-popup .n-ui-node > li:hover {
  background-color: #ecf6e4;
}
.n-ui-autocomplete .n-ui-popup .n-ui-node > li.n-ui-selected {
  background-color: #e4f2d9;
}
.n-ui-autocomplete .n-ui-popup .n-ui-node > li.n-ui-selected:hover {
  background-color: #dff0d1;
}
.n-ui-autocomplete .n-ui-popup .n-ui-node.n-ui-state-opened > li,
.n-ui-autocomplete .n-ui-popup .n-ui-node.n-ui-state-closed > li {
  padding-left: 30px;
  cursor: pointer;
}
.n-ui-autocomplete .n-ui-popup .n-ui-node.n-ui-state-opened > li a,
.n-ui-autocomplete .n-ui-popup .n-ui-node.n-ui-state-closed > li a {
  padding-left: 0;
}
.n-ui-autocomplete .n-ui-popup .n-ui-node.n-ui-state-opened .n-ui-toogle,
.n-ui-autocomplete .n-ui-popup .n-ui-node.n-ui-state-closed .n-ui-toogle {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: 8px center;
}
.n-ui-autocomplete .n-ui-popup .n-ui-node.n-ui-state-opened > .n-ui-toogle {
  background-image: url("/acp/img/svg/minus.svg");
}
.n-ui-autocomplete .n-ui-popup .n-ui-node.n-ui-state-closed > .n-ui-toogle {
  background-image: url("/acp/img/svg/plus.svg");
}
.n-ui-autocomplete .n-ui-popup .n-ui-node.n-ui-state-closed .n-ui-nodes {
  display: none;
}
.n-ui-autocomplete .n-ui-selected-item {
  display: inline-block;
  max-width: 300px;
  background: #6F8191;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3);
  margin: 0 5px 3px 0;
  cursor: default;
  color: #000;
}
.n-ui-autocomplete .n-ui-selected-item .grid.table {
  display: table;
  width: auto;
  margin: 0;
}
.n-ui-autocomplete .n-ui-selected-item .grid.table .col {
  display: table-cell;
}
.n-ui-autocomplete .n-ui-selected-item.n-ui-unknown-text {
  background: #f1c2c2;
}
.n-ui-autocomplete .n-ui-selected-item .n-ui-title {
  padding: 5px 0 5px 10px;
  cursor: default;
}
.n-ui-autocomplete .n-ui-selected-item .n-ui-close {
  padding: 5px 10px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5);
  transition: 0.2s;
}
.n-ui-autocomplete .n-ui-selected-item .n-ui-close:hover {
  color: #000;
}
.n-ui-autocomplete .n-ui-values {
  max-height: 250px;
  overflow-y: auto;
}
.n-ui-autocomplete .n-ui-more {
  padding: 7px 10px;
  cursor: pointer;
  text-decoration: underline;
  color: #6F8191;
}
.clk,
.clickable {
  cursor: pointer;
}
.d-inline-block {
  display: inline-block;
}
.d-block {
  display: block;
}
.d-inline {
  display: inline;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.zoom-image {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.zoom-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.zoom-image:after {
  content: '';
  display: block;
  position: absolute;
  background: url("/dist/images/ui/zoom_white.svg");
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.75));
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.75));
  width: 24px;
  height: 24px;
  right: 5%;
  bottom: 5%;
  pointer-events: none;
}
@-webkit-keyframes zoom-image-loading {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom-image-loading {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-image-loading {
  -webkit-animation-name: zoom-image-loading;
  animation-name: zoom-image-loading;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.pswp {
  display: none;
}
.html-content img,
.html-content .zoom-image {
  margin-right: 10px;
}
img.video_anchor {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background: url('/plugins/ckeditor/plugins/video/images/placeholder.jpg') no-repeat center center white;
  border: 1px solid #a9a9a9;
  min-width: 100px;
  min-height: 50px;
  margin: 5px 0 10px 0;
}
.video_card {
  background: #000;
  overflow: hidden;
  position: relative;
}
.video_card .thumb_rel {
  position: relative;
}
.video_card .thumb_rel .thumb {
  cursor: pointer;
  width: 100%;
}
.video_card .thumb_rel .thumb img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.video_card .thumb_rel .play_btn {
  position: absolute;
  width: 70px;
  height: 50px;
  background: #CC362C url('/dist/images/ui/play_btn.png') no-repeat center center;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -25px;
  cursor: pointer;
}
.video_card .thumb_rel:hover .play_btn {
  -webkit-box-shadow: 0 0 20px #000;
  -moz-box-shadow: 0 0 20px #000;
  box-shadow: 0 0 20px #000;
}
.video_card .thumb_rel:active .play_btn {
  margin-top: -24px;
  margin-left: -34px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.9);
}
.video_card .video {
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
