@charset "UTF-8";
/* Blocks start */
/* * Colors */
/* *Fonts */
/* Media */
* {
  outline: none;
  -webkit-tap-highlight-color: transparent; }

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  font-family: "Lato", sans-serif; }

/* Body */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 300; }

/* Tags */
a {
  text-decoration: none;
  display: inline-block;
  color: #000; }
  a:hover {
    text-decoration: underline;
    color: #C69544; }

span {
  display: inline-block; }

img {
  object-fit: cover; }

.layout-wrapper {
  overflow-x: hidden; }

/* Container */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px; }

/* Utilities */
.tac {
  text-align: center; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb30 {
  margin-bottom: 30px; }

.mb35 {
  margin-bottom: 35px; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt25 {
  margin-top: 25px; }

.mt30 {
  margin-top: 30px; }

.mt35 {
  margin-top: 35px; }

/* *Fonts */
/* Sections */
.section {
  padding: 50px 0; }

.tt {
  text-transform: uppercase; }

.td {
  text-decoration: underline; }

.fw600 {
  font-weight: bold; }

.fw500 {
  font-weight: 500; }

.fw400 {
  font-weight: 400; }

.fz300 {
  font-weight: 300; }

.fz48,
.fz36,
.fz18,
.fz16,
.fz15,
.fz14,
.fz13,
.fz12 {
  line-height: 150%; }

.fz48 {
  font-size: 40px; }

.fz36 {
  font-size: 34px; }

.fz18 {
  font-size: 18px; }

.fz16 {
  font-size: 16px; }

.fz15 {
  font-size: 15px; }

.fz14 {
  font-size: 14px; }

.fz13 {
  font-size: 13px; }

.fz12 {
  font-size: 12px; }

/* Colors */
.black {
  color: #000; }

.accent {
  color: #C69544; }

/* Global btn */
.btn {
  padding: 13px 12px;
  text-transform: uppercase;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  line-height: 1; }
  .btn.gold {
    background: linear-gradient(90deg, #C69544 0%, #E0B856 46.87%, #C69544 99.48%), #C69544;
    color: #fff;
    border: 1px solid #C89846;
    overflow: hidden;
    z-index: 1;
    position: relative;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
    .btn.gold:before {
      content: '';
      position: absolute;
      top: -20px;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
      display: block;
      width: 40px;
      height: 40px;
      background: #fff;
      border-radius: 50px;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      z-index: -1; }
    .btn.gold:hover {
      -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
      cursor: pointer;
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s;
      color: #C89846;
      z-index: 8; }
      .btn.gold:hover:before {
        -webkit-transform: scale(8.3);
        transform: scale(8.3); }
  .btn.small {
    padding: 11px; }
  .btn.big {
    padding: 12px 30px; }

/* Breadcrumps */
.breadcrumps-wrapper {
  padding: 22px 0 13px; }
  .breadcrumps-wrapper a {
    color: #C69544; }

.breadcrumps {
  display: flex;
  align-items: center;
  padding: 10px 0; }
  .breadcrumps li:not(:last-of-type) {
    margin-right: 10px; }
    .breadcrumps li:not(:last-of-type):after {
      content: '';
      width: 14px;
      height: 8px;
      display: inline-block;
      margin-left: 10px;
      background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.43 4.35a.5.5 0 000-.7L10.25.46a.5.5 0 10-.71.71L12.37 4 9.54 6.83a.5.5 0 00.7.7l3.19-3.18zM0 4.5h13.07v-1H0v1z' fill='%23000'/%3E%3C/svg%3E"); }

/* *Sidebar page */
.wrapper-with-sidebar {
  display: flex; }

.sidebar-wrapper {
  width: 280px;
  margin-right: 28px; }

.content-wrapper {
  flex: 1;
  min-width: 0; }
  .content-wrapper .title {
    margin-top: -16px; }

.sidebar-content {
  padding: 27px 20px 20px;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  margin-bottom: 20px; }

.sidebar-list li {
  margin-bottom: 5px; }
  .sidebar-list li.page_item_has_children > a {
    display: inline-block; }
  .sidebar-list li.page_item_has_children > ul {
    height: auto;
    max-height: 0;
    overflow: hidden;
    margin: 0;
    transition: .5s; }
    .sidebar-list li.page_item_has_children > ul.active {
      max-height: 800px; }
  .sidebar-list li.page_item_has_children.current_page_parent > ul {
    max-height: 800px;
    margin-left: 5px; }
    .sidebar-list li.page_item_has_children.current_page_parent > ul li {
      display: flex;
      align-items: center; }
  .sidebar-list li ul {
    margin-top: 10px; }
    .sidebar-list li ul li:before {
      content: '•';
      color: #C69544; }
    .sidebar-list li ul li a {
      color: #9F9F9F;
      margin-left: 15px; }

/* Sidebar form */
.sidebar-form {
  overflow: hidden;
  background: #fff;
  border: 3px solid #BF8C40;
  border-radius: 4px;
  margin-bottom: 20px; }

.form-img {
  width: 100%;
  height: auto; }

.form-action {
  text-align: center;
  padding: 15px 17px; }
  .form-action input {
    height: 45px;
    border: 1px solid #CB9C48;
    border-radius: 4px;
    width: 100%;
    padding: 0 8px; }
    .form-action input:not(:last-of-type) {
      margin-bottom: 5px; }
    .form-action input::placeholder {
      color: #898989; }
  .form-action .btn {
    margin-top: 10px; }

.form-action-title {
  margin-bottom: 7px; }
.modal-contacts {
  padding: 20px 30px 40px;
}
.modal-contacts .contacts-list-title {
  margin-top: 20px;
  margin-bottom: 20px;
}
.modal-phone-btn {
  width: 110%;
  position: relative;
  margin: -2px 0 0;
}
/* Other */
.static {
  position: static; }
  .static.swiper-pagination {
    margin-top: 20px; }

.mt20 {
  margin-top: 20px; }

/* Review full modal */
.review-modal-wrapper {
  position: relative;
  background: #fff;
  max-width: 560px;
  width: 100%;
  padding: 20px 30px;
  box-shadow: 3px 4px 15px #EDEDED;
  border-radius: 4px; }

.review-modal-top {
  display: flex;
  align-items: center; }

.review-modal-info {
  flex: 1; }

.avatar {
  margin-right: 20px; }
  .avatar img {
    width: 73px;
    height: 73px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }

.name-person {
  font-weight: bold;
  font-size: 15px; }

.name-review {
  color: #DFE0E1; }

.review-modal-info-rating {
  display: flex;
  align-items: center; }
  .review-modal-info-rating .date {
    margin-right: 10px; }

.close-btn-modal {
  padding: 5px 27px;
  font-size: 10px;
  font-weight: bold;
  color: #B7B7B7;
  text-transform: uppercase;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 30px; }

.review-modal-action {
  display: flex;
  align-items: center; }

.close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer; }

/*
* Some fix
 */
.wpcf7-form-control-wrap {
  width: 100%; }

.wpcf7-response-output {
  display: none !important; }

.wpcf7-not-valid-tip {
  font-size: 12px; }

/* Article content */
.article-list {
  max-width: 700px;
  display: flex;
  flex-wrap: wrap; }
  .article-list li {
    display: flex;
    margin-bottom: 10px; }
    .article-list li:nth-child(even) {
      margin: 0 10px; }

/* *Article slider */
.wrapper-slider {
  position: relative;
  margin-bottom: 35px; }
  .wrapper-slider img {
    width: 100%;
    height: 100%;
    border-radius: 4px; }

.slide-item {
  height: 470px; }

.swiper-arrows {
  display: flex;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2; }
  .swiper-arrows.gallery-arrows {
    position: static;
    justify-content: flex-end;
    margin-top: -45px; }
  .swiper-arrows.doctor-slider-arrows {
    bottom: auto;
    right: 25px; }
  .swiper-arrows > div {
    cursor: pointer;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #DCDCDC;
    transition: .15s; }
    .swiper-arrows > div svg {
      fill: #DCDCDC;
      transition: .15s; }
    .swiper-arrows > div:hover:not(.swiper-button-disabled) {
      border: 2px solid #C69544; }
      .swiper-arrows > div:hover:not(.swiper-button-disabled) svg {
        fill: #C69544; }
    .swiper-arrows > div.swiper-button-disabled {
      opacity: 0.5; }
      .swiper-arrows > div.swiper-button-disabled:hover {
        cursor: default; }

.prev-arrow {
  margin-right: 2px; }

/* * Text article */
.text-content p {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  margin-top: 10px;
  margin-bottom: 15px; }
.text-content a {
  color: #C69544; }
.text-content em {
  font-style: italic; }
.text-content img {
  max-width: 100%;
  margin: 0;
  height: auto; }
  .text-content img.alignright {
    float: right;
    margin-left: 10px; }
  .text-content img.alignleft {
    float: left;
    margin-bottom: 15px;
    margin-right: 15px; }
  .text-content img.aligncenter {
    display: block;
    margin: 0 auto; }
.text-content b, .text-content strong {
  font-weight: bold; }
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
  font-weight: 700;
  line-height: 130%;
  margin-top: 1em;
  margin-bottom: .5em; }
.text-content h1 {
  font-size: 40px; }
.text-content h2 {
  font-size: 34px; }
.text-content h3 {
  font-size: 18px; }
.text-content h4 {
  font-size: 16px; }
.text-content h5 {
  font-size: 14px; }
.text-content h6 {
  font-size: 12px; }
.text-content blockquote {
  color: #C69544;
  font-style: italic;
  font-weight: 500;
  border-radius: 4px;
  background: #F9F9F9;
  padding: 25px;
  text-align: center; }
  .text-content blockquote p {
    font-style: italic;
    font-weight: 500;
    margin: 0; }
.text-content ul,
.text-content ol {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  margin: 10px 0; }
.text-content ul li {
  margin: 10px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .text-content ul li:before {
    content: "\f15e";
    font-family: dashicons;
    vertical-align: middle;
    color: #C69544;
    border-radius: 50%;
    border: 2px solid #C69544;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-right: 18px;
    flex-shrink: 0; }
.text-content ol {
  counter-reset: olCounter; }
  .text-content ol li {
    position: relative; }
    .text-content ol li:before {
      counter-increment: olCounter;
      content: counter(olCounter) ".";
      color: #C69544;
      font-weight: 600;
      margin-right: 5px; }

/* * Lists */
ul.list-number li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px; }

.list-key {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #C69544;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  font-size: 20px;
  color: #C69544; }

.list-value {
  line-height: 150%;
  flex: 1; }

/* *testimony */
.testimony-wrapper ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  grid-column-gap: 25px;
  grid-row-gap: 31px; }
  .testimony-wrapper ul li {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.09);
    border-radius: 4px;
    position: relative;
    padding: 20px 7px 17px;
    text-align: center;
    display: none; }

.testimony-key {
  position: absolute;
  font-weight: 900;
  color: #C69544;
  left: 50%;
  top: -7px;
  transform: translateX(-50%); }

.show-more {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.show-more-action {
  cursor: pointer; }

.notestimony-wrapper li {
  display: flex;
  align-items: center;
  margin-bottom: 10px; }

.notestimony-key {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #C69544;
  margin-right: 14px;
  color: #C69544;
  font-size: 24px; }
  .notestimony-key span {
    position: relative;
    bottom: 2px; }

.notestimony-value {
  flex: 1; }

/* Text block */
/* * Price table */
.price-table-wrapper {
  margin-bottom: 40px; }

.price-table li .price-row {
  padding: 20px 10px;
  font-size: 18px; }
.price-table li:nth-child(odd) .price-row {
  padding: 6px 10px;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), rgba(223, 224, 228, 0.47); }

.price-row {
  display: flex;
  align-items: center;
  width: 100%; }
  .price-row:hover .price-pencil {
    opacity: 0; }
  .price-row:hover .price-btn {
    opacity: 1; }

.price-name {
  flex: 1;
  padding-right: 40px; }

.price-info {
  display: flex;
  align-items: center; }

.price-action {
  margin-left: 30px;
  display: flex;
  align-items: center;
  position: relative; }

.price-pencil {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DCDCDC;
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 0; }

.price-btn {
  opacity: 0;
  cursor: pointer; }

/* * Page dark */
.page-dark {
  background: #F8F8F8; }

/* *Doctor slider */
.doctor-service-slider {
  position: relative; }
  .doctor-service-slider .swiper-arrows {
    top: 20px;
    right: 10px;
    bottom: auto; }
  .doctor-service-slider .swiper-slide {
    opacity: 0 !important; }
    .doctor-service-slider .swiper-slide.swiper-slide-active {
      opacity: 1 !important; }

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 5px; }

.doctor-service-slide {
  box-shadow: 3px 4px 15px #EDEDED;
  border-radius: 4px;
  background: #fff;
  padding: 30px 20px 30px 35px;
  display: flex; }
  .doctor-service-slide .doctor-name {
    padding-right: 100px; }

.doctor-link-name {
  color: inherit; }

.doctor-image-link {
  width: 100%;
  height: 100%;
  max-width: 205px;
  min-height: 265px;
  margin-right: 20px; }
  .doctor-image-link img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    transition: .3s ease-in-out; }
    .doctor-image-link img:hover {
      transform: scale(1.05); }

.doctor-info-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.doctor-table-row {
  display: flex; }
  .doctor-table-row span {
    flex: 1; }
  .doctor-table-row p {
    width: 150px;
    margin-right: 20px;
    display: flex;
    align-items: center; }
    .doctor-table-row p svg {
      margin-right: 14px; }

.doctor-action {
  display: flex;
  justify-content: flex-end; }

.doctor-slider-wrapper > .swiper-arrows {
  position: static;
  display: flex;
  justify-content: flex-end; }

/* *Doctor reviews services */
.doctor-reviews-slider {
  position: relative;
  padding-top: 15px; }

.doctor-review-name {
  margin-left: 50px; }

.doctor-reviews-wrapper {
  position: relative;
  background: #fff;
  padding: 14px; }
  .doctor-reviews-wrapper::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    border: 20px solid transparent;
    border-bottom: 20px solid #fff;
    border-left: 20px solid #fff; }

.reviews-action {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 15px; }

.btn-video {
  display: flex;
  align-items: center;
  cursor: pointer;
  min-width: 100%; }
  .btn-video span {
    color: #C69544; }

.action-round {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #C69544;
  margin-right: 5px; }

/* Top header */
.top-header,
.top-header-list {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.top-header-wrapper {
  position: relative;
  z-index: 99;
  background: #fff; }

.top-header {
  padding: 15px 0; }

.logo {
  margin-right: 30px; }

.top-header-actions {
  flex: 1;
  max-width: 690px; }

.top-header-list {
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 15px;
  margin-bottom: 15px; }

.list-row svg {
  width: 14px;
  margin-right: 8px;
  position: relative;
  top: 1px; }
.list-row:not(:last-of-type) {
  margin-bottom: 7px; }

/* *Search input */
.top-header-search {
  display: flex;
  align-items: center; }

.search-form {
  flex: 1; }
  .search-form button {
    display: none; }
  .search-form input {
    width: 100%;
    height: 45px;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    padding: 0 24px;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 45px; }
    .search-form input::placeholder {
      font-family: "Lato", sans-serif;
      color: #898989;
      font-size: 14px;
      line-height: 45px; }

.lang-switcher {
  margin-left: 7px; }
  .lang-switcher a {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .lang-switcher li.active a {
    background: #C69544;
    border-radius: 4px;
    color: #fff;
    position: relative;
    padding-right: 12px; }
    .lang-switcher li.active a:after {
      content: '';
      position: absolute;
      left: 32px;
      bottom: 15px;
      border: 4px solid transparent;
      border-top: 7px solid #fff; }

.bottom-header > li.pll-parent-menu-item .sub-menu > li > a {
    padding-right: 29px;
}    

/* * Bottom header */
.bottom-header-wrapper {
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.04);
  z-index: 99;
  position: relative; }
  .bottom-header-wrapper.is-sticky ~ .page-wrapper {
    margin-top: 73px; }

.bottom-header {
  display: flex; }
  .bottom-header a {
    font-weight: 500;
    font-size: 15px; }
  .bottom-header li li.menu-item-has-children > a:after {
    content: '→';
    position: absolute;
    right: 15px;
    top: 5px;
    color: #fff; }
  .bottom-header li:hover > .sub-menu {
    opacity: 1;
    visibility: visible; }
  .bottom-header > li > a {
    white-space: nowrap;
    height: 73px;
    line-height: 73px;
    padding: 0 30px;
    text-transform: uppercase;
    transition: color 0s; }
  .bottom-header > li:hover > a, .bottom-header > li.current-menu-ancestor > a, .bottom-header > li.current-menu-parent > a, .bottom-header > li.current_page_item > a {
    text-decoration: underline;
    color: #fff !important;
    background: linear-gradient(90deg, #BC883E 0%, #E1B956 48.44%, #BD8A40 100%), #C4C4C4; }
  .bottom-header > li:hover li:hover > a, .bottom-header > li:hover li.current-menu-item > a, .bottom-header > li:hover li.current-menu-parent > a, .bottom-header > li.current-menu-ancestor li:hover > a, .bottom-header > li.current-menu-ancestor li.current-menu-item > a, .bottom-header > li.current-menu-ancestor li.current-menu-parent > a, .bottom-header > li.current-menu-parent li:hover > a, .bottom-header > li.current-menu-parent li.current-menu-item > a, .bottom-header > li.current-menu-parent li.current-menu-parent > a, .bottom-header > li.current_page_item li:hover > a, .bottom-header > li.current_page_item li.current-menu-item > a, .bottom-header > li.current_page_item li.current-menu-parent > a {
    background: #C69544;
    color: #fff !important; }
  .bottom-header > li > .sub-menu {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
    top: 100%;
    left: 0; }
    .bottom-header > li > .sub-menu > li > a {
      padding-right: 110px; }
    .bottom-header > li > .sub-menu > li .sub-menu {
      left: 100%;
      top: 0;
      border: 1px solid #C69544; }

.sub-menu {
  position: absolute;
  z-index: 3;
  background: #fff;
  transition: opacity .15s, transform .2s;
  opacity: 0;
  visibility: hidden; }
  .sub-menu:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 10px;
    left: 100%;
    top: 0; }
  .sub-menu:before {
    content: '';
    position: absolute;
    height: 5px;
    width: 100%;
    left: 0;
    bottom: 100%; }
  .sub-menu a {
    padding-left: 30px;
    padding-right: 60px;
    height: 34px;
    display: flex;
    align-items: center;
    white-space: nowrap; }

/* Header dropdown */
.noscroll .noscroll-bg {
  display: block; }

.noscroll-bg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 2;
  display: none; }

.bottom-header li {
  position: relative; }

.Selected a {
  background: linear-gradient(90deg, #C69544 0%, #E0B856 46.87%, #C69544 99.48%);
  color: #fff; }

/* *Footer main */
.footer-main-wrapper {
  background: #DFE0E1; }

.footer-main {
  max-width: 650px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; }
  .footer-main:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #EBEBEC; }

.footer-item {
  padding: 40px 10px; }

.footer-list {
  margin-bottom: 30px; }
  .footer-list svg {
    width: 14px;
    margin-right: 10px; }
  .footer-list li:not(:last-of-type) {
    margin-bottom: 10px; }

/* Copyright */
.copyright-wrapper {
  display: flex;
  justify-content: center; }

.copyright {
  max-width: 650px; }

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif; }

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999; }

#modal-map-1 .sidebar-form, #modal-map-2 .sidebar-form {
  max-width: 100%;
  padding: 0; }

.modal__container {
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden; }
  .modal__container::-webkit-scrollbar {
    display: none; }
  .modal__container .sidebar-form {
    width: 100%;
    max-width: 280px;
    padding-top: 20px; }
    .modal__container .sidebar-form .btn {
      width: 100%;
      text-align: center; }
    .modal__container .sidebar-form form {
      margin-top: 20px; }
  .modal__container .form-img {
    width: auto;
    margin: 0 auto;
    display: flex; }

#modal-success .sidebar-form {
  max-width: 100%;
  width: 430px;
  position: relative;
  padding: 75px 30px; }
  #modal-success .sidebar-form .title-success {
    position: relative;
    z-index: 1;
    color: #C69544;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center; }
  #modal-success .sidebar-form .sub-title-success {
    font-size: 18px;
    text-align: center; }
  #modal-success .sidebar-form img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .3; }
  #modal-success .sidebar-form .close-success {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 12px;
    height: 12px;
    border: none;
    background: transparent; }
    #modal-success .sidebar-form .close-success:before {
      content: '';
      width: 100%;
      height: 2px;
      background: #9F9F9F;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(45deg); }
    #modal-success .sidebar-form .close-success:after {
      content: '';
      width: 100%;
      height: 2px;
      background: #9F9F9F;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(-45deg); }

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes mmslideIn {
  from {
    transform: translateY(15%); }
  to {
    transform: translateY(0); } }
@keyframes mmslideOut {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-10%); } }
.micromodal-slide {
  display: none; }

.micromodal-slide.is-open {
  display: block; }

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.1s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.1s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.1s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform; }

/* Blocks end */
/* Pages start */
/* Index page */
.hero-index-wrapper {
  color: #fff;
  position: relative; }

.arrow-hero {
  position: relative; }

.hero-slider-arrows {
  position: absolute;
  right: 15px;
  bottom: 25px; }

.hero-item {
  padding-top: 110px;
  padding-bottom: 170px;
  position: relative;
  height: 600px; }
  .hero-item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, black 100%, white 100%);
    z-index: 1;
    opacity: .5; }
  .hero-item img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.hero-info {
  position: relative;
  z-index: 2;
  max-width: 630px; }

/* Reasons */
.round-reason {
  width: 145px;
  height: 145px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #C69544;
  margin: 0 auto; }

.reasons-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 45px; }

.reasons .show-more-action {
  display: none; }

/* * Services */
.services-index-wrapper {
  background: linear-gradient(180deg, #F9F9F9 0%, #F8F8F8 67.19%); }

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px; }

.services-grid-item img {
  width: 100%;
  height: 215px;
  object-fit: cover;
  border-radius: 4px; }
.services-grid-item p {
  margin-bottom: 15px; }

/* Team */
.team-slider-wrapper {
  position: relative; }

.team-slider-target {
  position: relative; }

.team-slider-arrows {
  position: absolute;
  right: 0;
  bottom: 20px; }

/* Slider target */
.team-target {
  display: flex;
  background: #fff; }

.mobile-btn {
  display: none; }

.old-price {
  position: relative; }
  .old-price:before {
    content: '';
    height: 2px;
    width: 120%;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.doctor-action-item {
  margin-right: 45px;
  width: 355px; }
  .doctor-action-item img {
    width: 100%;
    height: 420px;
    border-radius: 4px;
    margin-bottom: 25px;
    object-position: 50% 20%; }
  .doctor-action-item .btn {
    width: 100%;
    text-align: center; }

.team-member-info {
  flex: 1;
  padding-top: 240px;
  padding-bottom: 80px; }
  .team-member-info .doctor-name a {
    color: #C69544; }
  .team-member-info .doctor-table-row p {
    width: 250px; }

/* Slider thumb */
.team-slider-thumb {
  position: absolute;
  top: 0;
  left: 400px;
  right: 0;
  bottom: auto;
  z-index: 3; }

.team-thumb {
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer; }
  .team-thumb:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    transition: .2s;
    border-radius: 4px; }
  .team-thumb img {
    height: 185px;
    width: 100%;
    object-fit: cover;
    object-position: 50% 30%;
    border-radius: 4px;
    filter: grayscale(100%); }

.swiper-slide-thumb-active .team-thumb img {
  filter: grayscale(0); }
.swiper-slide-thumb-active .team-thumb::after {
  opacity: 0; }

/* Mailing section */
.mailinig-wrapper {
  background: #C69544;
  padding: 45px 0;
  text-align: center; }

.mailing-decor {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  border: 50px solid transparent;
  border-top: 50px solid #C69544;
  border-right: 50px solid #C69544; }

.mailinig-index > p {
  color: #fff; }

.mailing-index-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); }

.mailinig-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.mailinig-action {
  background: #fff;
  padding: 75px 65px 45px;
  position: relative; }

.mailinig-title {
  color: #C69544; }

.mailinig-subtitle {
  margin: 45px 0; }

.mailinig-form {
  text-align: left; }
  .mailinig-form input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding-left: 18px;
    padding-right: 18px;
    border: 1px solid #D2D2D2;
    border-radius: 4px; }

.form-row {
  position: relative; }
  .form-row:not(:last-of-type) {
    margin-bottom: 20px; }

.date-icon {
  position: absolute;
  right: 8px;
  top: 5px;
  z-index: 1;
  cursor: pointer; }

/* Discount */
.discount-index-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 30px; }

.discount-index-item {
  position: relative;
  display: none; }
  .discount-index-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 4px 4px 4px 4px; }

.discount-label {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #fff;
  z-index: 2;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 25px; }

.discount-index-item-title {
  height: 80px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.discount-index-item-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 15px; }
  .discount-index-item-info span {
    margin-left: 5px;
    color: #C69544; }

.btn.transparent {
  background: transparent;
  color: #C69544;
  border: 2px solid #C89745;
  border-radius: 4px;
  padding: 10px 20px; }

.reviews-wrapper {
  background: linear-gradient(180deg, #F9F9F9 0%, #F8F8F8 67.19%);
  position: relative; }

.reviews-slider-arrows {
  position: static;
  justify-content: flex-end; }

/* Reviews */
/* Seo text */
.seo-text-wrapper {
  padding: 45px 0; }

.seo-title {
  text-align: center;
  margin-bottom: 25px; }

.seo-text-container {
  padding: 35px 20px;
  border: 3px solid #C69544;
  border-radius: 4px; }

.seo-text {
  overflow-y: scroll;
  max-height: 250px;
  padding-right: 18px; }
  .seo-text::-webkit-scrollbar {
    width: 4px; }
  .seo-text::-webkit-scrollbar-track {
    background: #DADADA; }
  .seo-text::-webkit-scrollbar-thumb {
    background-color: #C69544; }
  .seo-text p {
    margin-bottom: 30px; }

/* Category */
.category-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px; }

.light {
  background: #F9F4EC; }

.soft {
  background: #C69544; }

.category-item.border-left {
  border-top: 1px solid #C69544;
  border-left: 1px solid #C69544;
  border-bottom: 1px solid #C69544;
  padding: 30px 10px 30px 20px;
  border-radius: 4px 0 0 4px; }
.category-item.border-right {
  border-top: 1px solid #C69544;
  border-right: 1px solid #C69544;
  border-bottom: 1px solid #C69544;
  padding: 30px 20px 30px 10px;
  order: 1;
  border-radius: 0 4px 4px 0; }
.category-item.white {
  color: #fff !important;
  border-color: #fff; }
  .category-item.white .btn {
    border-color: #fff; }

.categoty-img {
  width: 100%;
  height: 100%;
  max-height: 400px;
  border-radius: 6px; }

/* About us */
.hero-about-us-wrapper {
  padding: 250px 0; }

.about-us-items-info-wrapper {
  padding-bottom: 50px; }

.about-us-item-info {
  margin-top: 38px; }

.list-marker li {
  display: flex;
  align-items: center; }
  .list-marker li:not(:last-of-type) {
    margin-bottom: 20px; }
  .list-marker li span {
    margin-left: 18px; }
.list-marker.height-list li:not(:last-of-type) {
  margin-bottom: 30px; }

/* Slider */
.about-us-gallery {
  margin-top: 35px; }

.about-us-slide img {
  width: 100%;
  border-radius: 4px;
  height: 450px; }

/* Reasons */
.reason-section-wrapper {
  background: #f8f8f8;
  position: relative; }
  .reason-section-wrapper .show-more-action {
    display: none; }
  .reason-section-wrapper > .container {
    z-index: 4; }
  .reason-section-wrapper > svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2; }

.reason-grid-item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 90px;
  column-gap: 30px; }

.item-reason p {
  text-align: left; }

/* Videosection */
.video-section-wrapper {
  padding-top: 26px;
  padding-bottom: 55px; }

.video-section {
  max-width: 864px;
  margin: 0 auto; }

.video-container {
  width: 100%;
  height: 450px;
  position: relative;
  cursor: pointer;
  overflow: hidden; }
  .video-container:hover img {
    transform: scale(1.2); }
  .video-container img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transition: .2s;
    transform: scale(1); }
  .video-container img,
  .video-container video {
    width: 100%;
    height: 100%; }

.play-ptn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .15s;
  z-index: 3; }

/* Contacts */
.contacts-title {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(199, 199, 199, 0.3); }

.department-item-wrapper {
  padding: 50px 0;
  border-bottom: 1px solid #DCDCDC; }

.department-item {
  display: flex; }

.contacts-list {
  width: 300px;
  margin-right: 40px; }
  .contacts-list > li:not(:last-of-type) {
    margin-bottom: 35px; }

.contacts-list-title {
  margin-bottom: 20px; }

.contacts-list-items li {
  display: flex;
  align-items: center; }
  .contacts-list-items li:not(:last-of-type) {
    margin-bottom: 10px; }
  .contacts-list-items li span,
  .contacts-list-items li a {
    color: #000;
    display: block; }
  .contacts-list-items li svg {
    width: 26px;
    margin-right: 15px; }

.contacts-map {
  flex: 1; }
  .contacts-map iframe {
    width: 100%;
    min-height: 320px;
    height: 100%; }

/* Doctor list */
.doctor-list-title {
  text-align: center;
  margin-bottom: 40px; }

.doctor-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 34px;
  grid-row-gap: 50px; }
  .doctor-list .btn {
    width: 100%;
    text-align: center;
    margin-top: -10px; }

.doctor-list-item {
  transition: .15s; }
  .doctor-list-item:hover {
    transform: scale(1.05); }

.doctor-photo {
  display: block;
  width: 100%;
  height: 320px;
  margin-bottom: 15px; }
  .doctor-photo img {
    width: 100%;
    height: 100%;
    border-radius: 4px; }

.doctor-list-name {
  padding-bottom: 10px;
  border-bottom: 1px solid #DCDCDC; }
  .doctor-list-name a {
    color: inherit; }

.info-title {
  display: flex; }
  .info-title svg {
    margin-right: 15px;
    position: relative;
    top: 5px; }

/* Doctor single */
.doctor-single-info {
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding: 30px;
  background: #F8F8F8;
  border: 1px solid #F8F8F8;
  grid-gap: 30px; }
  .doctor-single-info img {
    width: 100%;
    height: 425px;
    border-radius: 3px;
    object-position: 50% 25%; }
  .doctor-single-info .doctor-single-title {
    margin-top: -15px; }

.doctor-list-single svg {
  margin-right: 0; }
.doctor-list-single .info-subtitle {
  flex: 1; }

.double-list {
  list-style-position: inside;
  -moz-column-count: 2;
  /* Firefox */
  -webkit-column-count: 2;
  /* Safari and Chrome */
  column-count: 2;
  list-style-type: decimal; }
  .double-list span {
    flex: 1; }

.info-subtitle-wrapper {
  display: flex; }

.icon-wrapper {
  margin-right: 14px;
  width: 22px; }

.certificates-list-wrapper {
  margin-bottom: 50px; }
  .certificates-list-wrapper .show-more-action {
    display: none; }

.certificates-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 38px; }
  .certificates-list a {
    display: block;
    position: relative;
    border-right: 4px;
    overflow: hidden; }
    .certificates-list a:hover .showmore-hover {
      opacity: 1; }
      .certificates-list a:hover .showmore-hover svg {
        transform: scale(1); }
  .certificates-list img {
    width: 100%;
    height: auto; }

.showmore-hover {
  opacity: 0;
  transition: .2s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)); }
  .showmore-hover svg {
    transition: .2s;
    transform: scale(0.8); }

/* Services */
.form-action-wrapper {
  padding: 30px;
  position: relative;
  border: 1px solid #e0e0e0; }
  .form-action-wrapper > img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: .2; }

.form-action-text {
  max-width: 431px;
  position: relative;
  z-index: 2; }

.form-action-title {
  font-size: 65px;
  line-height: 73px; }

.form-action-subtitle {
  font-size: 24px;
  line-height: 30px; }

/* Active class */
.current_page_item > a {
  color: #C69544 !important;
  text-decoration: underline;
  pointer-events: none; }

/* Branch page */
.contact-card {
  display: flex;
  margin-top: 50px;
  margin-bottom: 40px; }

.contact-card-info {
  padding: 40px 40px 40px 20px;
  background: #C69544;
  width: 400px;
  color: #fff; }
  .contact-card-info a {
    color: inherit; }

.contact-card-item > *:not(:last-of-type) {
  margin-bottom: 13px; }
.contact-card-item:not(:last-of-type) {
  margin-bottom: 28px; }

.contact-card-map {
  flex: 1; }
  .contact-card-map iframe {
    width: 100%;
    height: 100%; }

.reasons-wrapper {
  background: linear-gradient(180deg, #F9F9F9 0%, #F8F8F8 67.19%); }

.section-404 {
  min-height: 500px;
  padding: 100px 0; }
  .section-404 .content {
    text-align: center; }
    .section-404 .content img {
      margin-bottom: 30px;
      max-width: 100%; }
    .section-404 .content h3 {
      margin-bottom: 50px;
      font-size: 18px;
      line-height: 24px;
      text-transform: uppercase;
      color: #000000; }

.error404 .footer-main-wrapper {
  display: none; }
.error404 .copyright-wrapper {
  border-top: 1px solid rgba(199, 199, 199, 0.3); }

.page-search-title {
  margin-bottom: 50px;
  text-align: center; }
.page-search .post-list li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding: 20px;
  background: #F8F8F8;
  border-radius: 4px; }
  .page-search .post-list li > * {
    width: 50%; }
  .page-search .post-list li .post-thumbnail {
    margin-right: 20px;
    height: 340px; }
    .page-search .post-list li .post-thumbnail img {
      width: 100%;
      height: 100%;
      border-radius: 4px;
      object-position: 50% 50%; }
  .page-search .post-list li .post-content-title {
    margin-bottom: 15px; }
  .page-search .post-list li .post-content .post-type-query {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px; }
    .page-search .post-list li .post-content .post-type-query span {
      font-weight: 300;
      text-decoration: underline; }
  .page-search .post-list li .post-content .post-excerpt {
    text-align: justify;
    font-weight: 300; }
  .page-search .post-list li .post-content a {
    padding: 12px 25px;
    margin-top: 30px; }
.page-search .pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .page-search .pagination li {
    font-size: 18px;
    font-weight: 500;
    margin-right: 10px; }
    .page-search .pagination li:last-child {
      margin-right: 0; }
    .page-search .pagination li .arrow {
      width: 45px;
      height: 45px;
      background: #F8F8F8;
      border: 1px solid #C4C4C4;
      position: relative;
      border-radius: 4px;
      transition: .2s ease-in-out; }
      .page-search .pagination li .arrow[href="#"] {
        cursor: default; }
      .page-search .pagination li .arrow:not([href="#"]):hover {
        border: 1px solid #C69544; }
      .page-search .pagination li .arrow:not([href="#"]):hover:before {
        border-left: 2px solid #C69544;
        border-bottom: 2px solid #C69544; }
      .page-search .pagination li .arrow:not([href="#"]):hover:after {
        background: #C69544; }
      .page-search .pagination li .arrow:before {
        content: '';
        width: 10px;
        height: 10px;
        border-left: 2px solid #C4C4C4;
        border-bottom: 2px solid #C4C4C4;
        position: absolute;
        border-radius: 2px;
        top: 50%;
        left: 50%;
        transform: translate(-7px, -50%) rotate(45deg);
        transition: .2s ease-in-out; }
      .page-search .pagination li .arrow:after {
        content: '';
        width: 15px;
        height: 2px;
        background: #C4C4C4;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-7px, -50%);
        transition: .2s ease-in-out; }
      .page-search .pagination li .arrow.next {
        transform: scale(-1, 1); }
    .page-search .pagination li .current {
      color: #C69544;
      text-decoration: underline; }
.page-search .not-found-img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }



/*blog-all*/
.blog-category{ 
  background: #F9F9F9;
  border-radius: 4px;
  padding: 20px 30px 10px 0;
  margin: 20px 0 25px;
}
.blog-category-list{
  display: flex;
  flex-wrap: wrap;
}
.cat-item {
    margin: 0 0 10px 30px;
}
.cat-item a{
  font: 700 18px/26px 'lato', sans-serif;
  text-transform: uppercase;
}
.cat-item a::before{
  content: "#";
  display: inline;
}
.blog-post-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog-post-related-item-meta-views::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg width='21' height='15' viewBox='0 0 21 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.2586 6.85382C17.6501 3.01589 14.1641 0.899414 10.4453 0.899414C6.72657 0.899414 3.2405 3.01589 0.632066 6.85382C0.383061 7.21957 0.383061 7.74137 0.632066 8.10712C3.2405 11.9499 6.72657 14.0664 10.4453 14.0664C14.1641 14.0664 17.6501 11.9499 20.2586 8.112C20.5076 7.74625 20.5076 7.21957 20.2586 6.85382ZM10.4453 10.7454C8.93904 10.7454 7.71442 9.2824 7.71442 7.48291C7.71442 5.68342 8.93904 4.22042 10.4453 4.22042C11.9516 4.22042 13.1762 5.68342 13.1762 7.48291C13.1762 9.2824 11.9516 10.7454 10.4453 10.7454ZM2.37102 7.48291C3.91403 5.42496 5.75504 4.0156 7.73891 3.34262C6.71024 4.30332 6.04486 5.80046 6.04486 7.48291C6.04486 9.16048 6.70616 10.6576 7.73891 11.6232C5.75504 10.9502 3.91812 9.54086 2.37102 7.48291ZM13.1517 11.6232C14.1804 10.6625 14.8458 9.16536 14.8458 7.48291C14.8458 5.80534 14.1845 4.3082 13.1517 3.34262C15.1356 4.0156 16.9766 5.42496 18.5196 7.48291C16.9725 9.54086 15.1356 10.9502 13.1517 11.6232Z' fill='%23DCDCDC'/%3E%3C/svg%3E%0A") 50%/contain no-repeat;
  margin: 0 10px -4px 0;
}
.blog .pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center; 
margin: 0 0 50px;}
  .blog .pagination li {
    font-size: 18px;
    font-weight: 500;
    margin-right: 10px; }
    .page-search .pagination li:last-child {
      margin-right: 0; }
    .blog .pagination li .arrow {
      width: 45px;
      height: 45px;
      background: #F8F8F8;
      border: 1px solid #C4C4C4;
      position: relative;
      border-radius: 4px;
      transition: .2s ease-in-out; }
      .blog .pagination li .arrow[href="#"] {
        cursor: default; }
      .page-search .pagination li .arrow:not([href="#"]):hover {
        border: 1px solid #C69544; }
      .blog .pagination li .arrow:not([href="#"]):hover:before {
        border-left: 2px solid #C69544;
        border-bottom: 2px solid #C69544; }
      .blog .pagination li .arrow:not([href="#"]):hover:after {
        background: #C69544; }
      .blog .pagination li .arrow:before {
        content: '';
        width: 10px;
        height: 10px;
        border-left: 2px solid #C4C4C4;
        border-bottom: 2px solid #C4C4C4;
        position: absolute;
        border-radius: 2px;
        top: 50%;
        left: 50%;
        transform: translate(-7px, -50%) rotate(45deg);
        transition: .2s ease-in-out; }
      .blog .pagination li .arrow:after {
        content: '';
        width: 15px;
        height: 2px;
        background: #C4C4C4;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-7px, -50%);
        transition: .2s ease-in-out; }
      .blog .pagination li .arrow.next {
        transform: scale(-1, 1); }
    .blog .pagination li .current {
      color: #C69544;
      text-decoration: underline; }
/*blog-post*/
.blog-post :is(h1,h2,h3,p,ul,ol) {
  padding: 0 20px;
}
.blog-post-title{
  font: 700 48px/54px 'lato', sans-serif;
  margin: 20px 0 0;
}
.blog-post-meta {
  display: flex;
}
.blog-post-meta>p{
  font: 300 18px/26px 'lato', sans-serif;
  margin: 20px 25px 30px 0;
  
}
.blog-post-meta>p>span{
  font-weight: bold;
}
.blog-post-result-title {
  font: 300 18px/24px 'lato', sans-serif;
  margin: 30px 0;
  text-transform: uppercase;
  color: #C69544;
}
.blog-post-result-slider>.swiper-arrows {
  bottom: unset;
  top: -10px;  
}
.blog-post-relative-container {
  padding: 30px 0 50px;
  background: linear-gradient(180deg, #F9F9F9 0%, #F8F8F8 67.19%);
}
.blog-post-related-title {
  font: 400 36px/48px 'lato', sans-serif;
  padding: 0 0 20px;
  text-align: center;
}
.blog-post-footer {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.blog-post-author>span,
.blog-post-share>span {
  font-weight: 700;
}
.blog-post-share {
  display: flex;
  align-items: center;
}
.s-telegram {
  display: block;
  width: 37px;
  height: 37px;
  margin: 0 0 0 30px;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='37' height='37' viewBox='0 0 37 37' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3crect width='37' height='37' fill='url(%23pattern0)'/%3e%3cdefs%3e%3cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3e%3cuse xlink:href='%23image0' transform='scale(0.00195312)'/%3e%3c/pattern%3e%3cimage id='image0' width='512' height='512' xlink:href='data:image/png;base64,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'/%3e%3c/defs%3e%3c/svg%3e ") 50%/contain no-repeat;
}
.s-facebook{
  display: block;
  width: 37px;
  height: 37px;
  margin: 0 0 0 30px;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='37' height='37' viewBox='0 0 37 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.5 0C8.2823 0 0 8.31702 0 18.5776C0 27.7788 6.66909 35.4 15.4148 36.8759V22.4535H10.9526V17.2634H15.4148V13.4362C15.4148 8.99515 18.116 6.57517 22.0596 6.57517C23.9487 6.57517 25.5729 6.717 26.0452 6.77905V11.4196L23.3087 11.4218C21.1637 11.4218 20.751 12.4456 20.751 13.9481V17.2612H25.8687L25.2 22.4513H20.751V37C29.905 35.8809 37 28.0669 37 18.5731C37 8.31702 28.7155 0 18.5 0Z' fill='%230B579D'/%3e%3c/svg%3e ") 50%/contain no-repeat;
}
.blog-post-related-list{
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog-post-related-list-item {
  margin: 0 0 30px;
  width:31%;
  display: flex;
  flex-direction: column;
}
.btn.gold {
  min-width: 130px;
  width:fit-content;
}

.blog-post-related-list-item img{
  width: 100%;
}

.blog-post-related-item-title{
  font: 700 18px/24px 'lato', sans-serif;
  text-decoration: underline;
  text-transform: uppercase;
  margin: 5px 0 10px;
}
.blog-post-related-item-meta {
  display: flex;
  justify-content: space-between;
  font: 300 16px/20px 'lato', sans-serif;
  margin: 10px 0 0;
}
.blog-post-related-item-excerpt {
  font: 300 16px/20px 'lato', sans-serif;
  margin: 0 0 10px;
}
.cat-current a{
  color: #C69544;
}



.price_page-title {
  font: 700 48px/54px 'lato', sans-serif;
  padding: 20px 0;
  border-bottom: 1px solid rgba(199, 199, 199, 0.3);
}
.price_page-item {	
  position: relative;
  margin: 0 auto 15px;
}
.price_page-subitem {	
  position: relative;
  margin: 0 auto 15px 20px;
}
.price_page-item:nth-child(3) {
  margin: 20px auto 15px;
  
}
.price_page-item input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.price_page-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  will-change: height;
  transition: height 1s linear;
  padding: 10px 20px 10px 0px;
  transition: all 0.3s linear;
}
.price_page-item:nth-child(odd) .price_page-label {
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), rgba(247, 240, 228, 0.5);;
}
.price_page-label-title {
  font: 700 18px/24px 'Lato', sans-serif;
  color: #000;
  margin: 0 0 0 20px;
}
.price_page-label-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background: linear-gradient(90deg, #C69544 0%, #E0B856 46.87%, #C69544 99.48%), #C69544;
  border: 2px solid #CA9A47;
  box-sizing: border-box;
  border-radius: 4px;
  flex-shrink: 0;
}
.price_page-label-img:before,
.price_page-label-img:after {
  content: "";
  position: absolute;
  height: 18px;
  width: 3px;
  background: #fff;
  left: calc(50% - 1.5px);
  top: calc(50% - 9px);
  border-radius: 2px;
  transition: 0.3s ease;
}
.price_page-label-img:after {
  transform: rotate(90deg);
}
.price_page-item article {
line-height: 29px;
  max-height: 0;
  overflow: hidden;
  
  color: #4B4B4B;    
  transition: all 0.2s linear;
}
.price_page-item article.active{
  max-height: inherit;
}
.price_page-item article .price-row{
  padding: 10px 20px 10px 0px ;
}
.price_page-item article .price-row:nth-child(even){
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), rgba(223, 224, 228, 0.47);
}

.price_page-item article.active {
  /* max-height: 500rem; */
  padding: 15px 0px;
  will-change: max-height;    
}
.price_page-item label.active {
background: #fff;
}
.price_page-item label.active .price_page-label-img:before {
  transform: rotate(90deg);
}
.price_page-item label.active .price_page-label-img:after {
  height: 2px;
  top: calc(50% - 1px);
  transform: rotate(360deg);
}

.thank-page {
  margin: 50px auto;
}
.thank-page .title-success {
  position: relative;
  z-index: 1;
  color: #C69544;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.thank-page .sub-title-success {
  font-size: 18px;
  text-align: center;
}
.thank-page img {
  display: block;
  margin: 50px auto;
  opacity: .3;
}
.thank-page .btn{
  display: block;
  margin: 0 auto;
}
.team-thumb img {
	object-position: 50% 0%;
}
.doctor-photo img {
	object-position:top;
}
/* Pages end */
/* Media start */
/* Media scss */
/* * OFF IN DESKTOP */
.top-header-mobile,
.mobile-footer-nav,
.callback {
  display: none; }

@media (max-width: 1000px) {
  /* * Global */
  .top-header-search {
    position: absolute;
    top: 10px;
    right: 15px; }

  .search-form {
    position: relative; }
    .search-form button {
      display: block;
      position: absolute;
      top: 50%;
      right: 10px;
      transform: translate(0px, -50%);
      border: none;
      background: transparent; }
    .search-form input {
      height: 40px;
      padding: 0 25px;
      width: 45px;
      margin-left: auto;
      display: block;
      background: transparent;
      position: relative;
      z-index: 2;
      transition: 0.4s cubic-bezier(0, 0.8, 0, 1); }
      .search-form input:focus {
        max-width: 100%;
        width: 100%;
        background: #fff;
        padding: 0 40px 0 25px; }

  body {
    font-size: 16px; }
    body.no-scroll {
      overflow: hidden; }

  .sub-menu a {
    height: auto;
    padding-left: 7px;
    padding-right: 0;
    white-space: normal; }

  .mm-spn a, .mm-spn span {
    height: auto;
    padding-left: 7px;
    padding-right: 0;
    white-space: normal; }

  .mm-spn li:before {
    top: 50%;
    transform: rotate(45deg) translate(-50%, -50%); }

  .mm-spn li:after {
    margin-left: 7px; }

  .sub-menu {
    opacity: 1;
    visibility: visible; }

  .m-mt0 {
    margin-top: 0; }

  .m-mt20 {
    margin-top: 20px; }

  .m-mb20 {
    margin-bottom: 20px; }

  .m-mb15 {
    margin-bottom: 15px; }

  .m-mb10 {
    margin-bottom: 10px; }

  .m-mb5 {
    margin-bottom: 5px; }

  /* * Fonts */
  .m-fz10 {
    font-size: 10px; }

  .m-fz12 {
    font-size: 12px; }

  /* * Header */
  .bottom-header-wrapper {
    display: none; }

  .top-header-actions {
    max-width: 100%; }

  .logo {
    display: none; }

  .top-header-list {
    flex-wrap: wrap; }
    .top-header-list li .list-row {
      margin-bottom: 3px; }
      .top-header-list li .list-row svg {
        margin-right: 0px; }
      .top-header-list li .list-row small {
        font-size: 12px; }
    .top-header-list li:last-child {
      display: none; }

  #menu {
    font-size: 15px;
    font-weight: 700; }

  .mm-spn.mm-spn--navbar.mm-spn--main:after,
  .mm-spn.mm-spn--navbar:after {
    text-transform: uppercase;
    background: #DFDFDF;
    color: #fff;
    border-radius: 4px;
    margin: 5px 5px; }

  .mm-spn.mm-spn--navbar:before {
    border-color: #fff;
    top: 30px !important;
    z-index: 1;
    opacity: 1; }

  .mm-spn.mm-spn--navbar ul:before {
    display: none; }

  .mm-spn.mm-spn--navbar ul {
    top: 56px; }

  .current-page-item > a,
  .current-menu-item > a,
  .current-menu-parent > a,
  .current-menu-ancestor > a {
    color: #C69544 !important;
    text-decoration: underline;
    pointer-events: none; }

  .action-mobile {
    display: flex;
    align-items: center; }

  .line-color {
    background: #DFE0E1; }

  .line-color,
  .line-nocolor {
    padding: 10px 15px; }

  .hamburger {
    margin-right: 10px; }

  .contacts-mobile {
    display: none;
    align-items: center; }
    .contacts-mobile svg {
      margin-right: 5px; }

  .top-header-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E8E8E8;
    padding: 2px 15px;
    margin-left: -15px;
    margin-right: -15px; }

  .lang-switcher li.active a {
    background: linear-gradient(90deg, #C69544 0%, #E0B856 46.87%, #C69544 99.48%), #C69544;
    border: 1px solid #C69544;
    box-sizing: border-box;
    border-radius: 4px;
    width: 45px;
    height: 40px; }
    .lang-switcher li.active a::after {
      bottom: 10px; }

  /* * Index */
  .team-slider-thumb {
    position: static;
    margin-bottom: 20px; }
    .team-slider-thumb .show-more {
      padding-left: 15px;
      padding-right: 15px; }

  .team-member-info {
    padding-top: 0;
    padding-bottom: 90px; }

  .team-slider-arrows.swiper-arrows {
    right: calc(50% - 42px); }

  .team-target {
    display: grid;
    grid-template-columns: 1fr; }
    .team-target .doctor-action-item {
      margin-bottom: 20px; }

  .doctor-action-item {
    margin-right: 0;
    width: 100%; }

  .doctor-table-row {
    display: grid; }
    .doctor-table-row > span {
      margin-left: 35px; }

  .mailing-index-grid {
    grid-template-columns: 1fr; }

  .mailinig-action {
    padding: 30px 10px; }

  .mailing-decor {
    top: auto;
    bottom: 0;
    transform: rotate(90deg); }

  .discount-index-grid {
    grid-template-columns: 1fr; }

  .seo-text {
    padding-right: 0; }

  .short-text {
    line-height: 20px; }

  .seo-text-container {
    padding: 20px 10px; }

  .seo-text::-webkit-scrollbar {
    display: none; }

  .gallery-arrows {
    display: none; }

  .reason-grid-item:nth-of-type(2) {
    margin-top: 0; }

  .reason-grid {
    grid-template-columns: 1fr; }

  .reason-grid-item {
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr); }

  /* Doctor slider */
  .doctor-slider-arrows {
    display: none; }

  .laptop-btn {
    display: none; }

  .mobile-btn {
    display: block;
    margin-top: 20px;
    text-align: center; }

  .doctor-action-item img {
    margin-bottom: 0px; }

  .doctor-service-slide {
    flex-direction: column; }
    .doctor-service-slide .doctor-name {
      padding-right: 0; }
    .doctor-service-slide .doctor-table-row > span {
      margin-left: 0; }

  .doctor-image-link {
    margin-right: 0;
    margin-bottom: 15px;
    height: 375px;
    max-width: 100%; }
    .doctor-image-link img {
      object-position: 50% 20%; }

  .doctor-action .btn {
    width: 100%;
    text-align: center; }

  .doctor-single-info {
    grid-template-columns: 1fr 1fr; } 
    .blog-post-related-list-item {
      width:48%;
    }
}
@media (max-width: 767px) {
  /* * Global */
  .fz48 {
    font-size: 26px; }

  .fz36 {
    font-size: 22px; }

  .section {
    padding: 20px 0; }

  .m-fz14 {
    font-size: 16px; }

  .m-tal {
    text-align: left; }

  .m-flex-start {
    justify-content: flex-start; }

  .m-tac {
    text-align: left; }

  /*Search */
  .page-search-title {
    margin-bottom: 20px; }
  .page-search .post-list li {
    flex-direction: column; }
    .page-search .post-list li > * {
      width: 100%; }
    .page-search .post-list li .post-thumbnail {
      margin-right: 0;
      height: auto; }
    .page-search .post-list li .post-content-title {
      margin-top: 12px;
      margin-bottom: 12px; }
    .page-search .post-list li .post-content .post-type-query {
      margin-bottom: 10px; }
    .page-search .post-list li .post-content a {
      margin-top: 10px; }

  /* * Footer */
  .footer-main {
    flex-direction: column;
    align-items: flex-start; }
    .footer-main:after {
      display: none; }

  .copyright-wrapper {
    padding-left: 15px;
    padding-right: 15px; }

  .footer-item {
    padding: 20px 0;
    width: 100%; }
    .footer-item:last-of-type {
      border-top: 1px solid #EBEBEC; }

  .footer-list-item span {
    font-size: 16px; }

  /* * Hero */
  .hero-item {
    min-height: 320px;
    max-height: 400px;
    padding-bottom: 100px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center; }

  /* *Index */
  .reasons .show-more-action {
    margin-top: 10px; }

  .reasons-grid,
  .services-grid {
    grid-template-columns: 1fr;
    grid-gap: 30px; }

  .reasons-grid-item {
    display: none; }

  .reason-grid-item {
    grid-gap: 20px;
    grid-template-columns: repeat(1, 1fr); }
    .reason-grid-item .item-reason {
      display: none; }

  .reason-section-wrapper > svg {
    transform: translate(-50%, -50%) scale(0.5); }

  /* * Services */
  .sidebar-wrapper {
    display: none; }

  .article-list {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    justify-content: start; }
    .article-list::-webkit-scrollbar {
      display: none; }
    .article-list li {
      white-space: nowrap;
      flex: 0 0 auto;
      scroll-snap-align: start;
      margin-right: 3px; }

  .testimony-wrapper ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px; }

  .content-wrapper .title {
    margin-top: 0; }

  .text-content blockquote {
    padding: 10px; }
  .text-content p, .text-content ul, .text-content ol {
    font-size: 16px; }
  .text-content h1 {
    font-size: 26px; }
  .text-content h2 {
    font-size: 22px; }
  .text-content h3 {
    font-size: 18px; }
  .text-content h4 {
    font-size: 16px; }
  .text-content h5 {
    font-size: 16px; }
  .text-content h6 {
    font-size: 12px; }
  .text-content img.alignright, .text-content img.alignleft, .text-content img.aligncenter, .text-content img.alignnone {
    float: none;
    margin: 5px 0;
    width: 100%; }

  .form-action-wrapper {
    padding: 17px 15px;
    text-align: center; }

  .form-action-title {
    font-size: 40px;
    line-height: 40px; }

  .form-action-subtitle {
    font-size: 17px;
    margin-bottom: 10px; }

  .form-action-text .tt {
    text-transform: none; }
  .form-action-text .btn {
    width: 100%; }

  .price-table {
    margin-left: -15px;
    margin-right: -15px; }

  .price-row {
    flex-direction: column;
    align-items: flex-start;
    min-height: 110px; }

  .price-table li .price-row {
    padding: 10px 15px; }

  .price-table li:nth-child(even) .price-row {
    padding: 10px 15px; }

  .price-pencil {
    display: none; }

  .price-info {
    width: 100%;
    justify-content: space-between; }

  .price-btn {
    opacity: 1; }

  .breadcrumps-wrapper {
    display: none; }

  .price-name {
    margin-bottom: 10px; }

  .form-action-text {
    max-width: 100%; }

  .category-grid {
    grid-template-columns: 1fr;
    grid-gap: 0; }

  .category-item.border-left {
    border-top: none;
    border-right: 1px solid #C69544;
    border-left: 1px solid #C69544;
    border-bottom: 1px solid #C69544;
    padding: 10px;
    border-radius: 0 0 4px 4px;
    order: 0; }
  .category-item.border-right {
    border-top: none;
    border-right: 1px solid #C69544;
    border-left: 1px solid #C69544;
    border-bottom: 1px solid #C69544;
    padding: 10px;
    order: 0;
    border-radius: 0 0 4px 4px; }
  .category-item.white {
    border-color: #fff; }

  .categoty-img {
    height: 215px;
    border-radius: 6px; }

  .mobile-top {
    order: -1;
    padding: 0 7px; }

  .about-us-gallery-one,
  .about-us-gallery-two {
    margin-right: -15px; }

  .about-us-slide img {
    height: 250px; }

  .doctor-service-slide {
    padding: 10px 10px 40px 10px; }

  .department-item {
    display: grid;
    grid-gap: 10px; }

  .contacts-list {
    order: 1; }

  .contacts-list {
    margin-right: 0; }

  .doctor-list {
    grid-template-columns: 1fr; }

  .doctor-single-info {
    grid-template-columns: 1fr; }

  /* * Slider */
  .center-arrows {
    right: auto;
    left: 50%;
    transform: translateX(-50%); }

  .slide-item {
    height: 330px; }

  /* * Other */
  .list-key {
    margin-right: 15px; }

  .callback {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: #fff;
    position: fixed;
    top: 290px;
    right: 4px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 999; }

  .hero-slider-arrows {
    right: auto;
    left: 50%;
    transform: translateX(-50%); }

  .video-container {
    height: 330px; }

  .contacts-map {
    height: 215px;
    overflow: hidden;
    border-radius: 4px; }

  .contacts-list {
    margin-top: 10px; }
    .contacts-list > li:not(:last-of-type) {
      margin-bottom: 25px; }

  .doctor-single-info {
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px; }

  .double-list {
    list-style-position: inside;
    -webkit-column-count: 1;
    column-count: 1;
    height: auto; }

  .certificates-list-wrapper .show-more-action {
    display: block;
    margin-top: 10px; }

  .certificates-list {
    grid-template-columns: 1fr; }
    .certificates-list li {
      display: none; }
    .certificates-list img {
      border-radius: 4px; }

  .branch-arrows {
    display: none; }

  .contact-card {
    flex-direction: column;
    margin-left: -15px;
    margin-right: -15px; }

  .contact-card-info {
    width: 100%; }

  .contact-card-map {
    height: 330px; }

  .double-list.height {
    height: auto; }

  .reviews-wrapper {
    padding-bottom: 30px; }

  .section-404 {
    min-height: auto;
    padding: 50px 0; }
    .blog-post-related-list-item {
      width: 75%;
    }  
    .blog-post-list,
    .blog-post-related-list {
      justify-content: center;
  }
  .blog-post-title {
    font: 700 24px/36px 'lato', sans-serif;
    margin: 15px 0 0;
}
.blog-category-list {
  justify-content: center;
}
.cat-item {
  margin: 0 0 10px 0;
  text-align: center;
}
.blog-post-meta {
  flex-direction: column;
}
.blog-post-meta>p {
  font: 300 14px/20px 'lato', sans-serif;
  margin: 20px 0 0 0;
}
.blog-post-meta>p:last-child {
  margin: 5px 0 25px 0;
}
.blog-post :is(h1,h2,h3,p,ul,ol) {
  padding: 0 ;
}
.blog-post-result-slider>.swiper-arrows {
  position: relative;
  margin: 30px 0 15px;
  width: fit-content;
}
.blog-post-footer {
  flex-direction: column;
  padding: 0 0 15px;
}
.blog-post-author {
  margin: 0 0 60px;
}
.blog-post-share {
  flex-wrap: wrap;
  margin: 0 0 35px;
}
.blog-post-share>span {
  width: 100%;
  padding: 20px 0 10px;
}.s-facebook, .s-telegram {
  margin: 0 30px 0 0;
}

.price_page-title {
  font: 700 24px/36px 'lato', sans-serif;
  padding: 20px 0;
}
.price_page .price-table {
  margin-left: 0px;
  margin-right: 0px;
}
.price_page .price-row {
  min-height: unset;
}

}
@media (max-width: 480px) {
  .team-thumb img {
    height: 120px; } 
    .blog-post-related-list-item {
      width: 100%;
  }
}
/* Media end */




/*# sourceMappingURL=theme.css.map */
