.mobile-only-view {
    display: none;
}

/*
|===================
| DESKTOP
|===================
*/
@media (max-width: 1280px) {

    /* MENU */
    .navbar-expand-md .navbar-nav li .nav-link {
        font-size: 13px;
    }

  /* 1. SECTION WELCOME */
  .section-welcome {
    padding: 50px 0 120px;
  }
  /* 2. SECTION timeline */
  .section-timeline {
    padding: 70px 0;
  }
  /* 3. SECTION doctor */
  .section-doctor {
    padding: 70px 0;
  }
  /* 4. SECTION ourteam */
  .section-ourteam {
    padding: 70px 0;
  }
  /* 5. SECTION consultation */
  .section-consultation {
    padding: 60px 0 0 0;
  }
  /* 6. SECTION pricing */
  .section-pricing {
    padding: 70px 0;
  }
  /* 7. SECTION sponsors */
  .section-sponsors {
    padding: 40px 0;
  }
  /* 8. SECTION benefits */
  .section-benefits {
    padding: 70px 0;
  }
  /* 9. SECTION gallery */
  .section-gallery {
    padding: 70px 0;
  }
  /* 10. SECTION faq */
  .section-faq {
    padding: 70px 0;
  }
  /* 11. SECTION footer */
  .footer-top {
    padding: 40px 0;
  }
}
/*
|===================
| TABLET
|===================
*/
@media (max-width: 1039px) {
  .btn {
    /* Button size classes */
  }
  .btn-md {
    font-size: 13px;
    min-width: 120px;
  }
  .btn-lg {
    min-width: 150px;
    font-size: 14px;
  }
  .btn--preset-3 {
    min-width: 0;
  }
  .navbar-expand-md .navbar-nav li:not(:last-child) {
    margin-right: 14px;
  }
  .navbar-expand-md .navbar-nav li .nav-link {
    font-size: 13px;
  }
  .dropdown-menu {
    min-width: 130px;
  }
  .dropdown-menu li a {
    font-size: 12px;
  }
  .header-popup {
    height: auto;
    padding: 16px 0;
  }
  .header-top_contact {
    font-size: 13px;
  }
  .header-top_socials li:not(:first-child) {
    margin-left: 4px;
  }
  .header-bottom_title {
    padding: 10px 0;
    padding-left: 10px;
  }
  .header-bottom_title--maintitle {
    font-size: 22px;
  }
  .header-bottom_title--subtitle {
    font-size: 18px;
  }
  /* 1. SECTION WELCOME */
  .section-welcome {
    padding: 30px 0 0px;
      background-image: none;
  }
  .section-welcome h3 {
    font-size: 40px;
    padding-bottom: 20px;
  }
  .section-welcome p {
    padding: 0 0 0 15px;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .section-welcome__signature {
    display: none;
  }
  /* 2. SECTION timeline */
  .section-timeline {
    padding: 40px 0;
  }
  .section-timeline__title {
    font-size: 34px;
  }
  .section-timeline__tabs {
    margin-top: 30px;
  }
  .section-timeline__tabs--content {
    padding: 25px 10px 10px 10px;
  }
  .section-timeline__tabs--text {
    font-size: 14px;
  }
  .section-timeline__item:not(:last-child) {
    margin-right: 15px;
  }
  .section-timeline__link {
    font-size: 14px;
    padding: 8px 20px;
  }
  .section-timeline__list {
    margin-top: 10px;
  }
  .section-timeline__list--item {
    font-size: 14px;
    padding-left: 20px;
  }
  .section-timeline__list--item:before {
    font-size: 14px;
  }
    .section-timeline div.column {
        padding: 0 20px 0 20px;
    }
  .section-timeline h4 {
      display: none;
  }
  .section-timeline p {
      margin: 20px 0 30px 0;
  }
  /* 3. SECTION doctor */
  .section-doctor {
    padding: 40px 0;
  }
  .section-doctor__title {
    font-size: 34px;
    margin-bottom: 0;
  }
  .section-doctor__description {
    font-size: 20px;
    margin: 12px 0;
  }
  .section-doctor__text {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .section-doctor__contact i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
  }
  .section-doctor__contact--link {
    font-size: 18px;
    padding-left: 10px;
  }
  .section-doctor__contact--link span {
    font-size: 18px;
  }
  /* 4. SECTION ourteam */
  .section-ourteam {
    padding: 40px 0;
  }
  .section-ourteam .divider {
    margin-bottom: 30px;
  }
  .section-ourteam__title {
    font-size: 34px;
  }
  .section-ourteam__name {
    font-size: 20px;
    margin-top: 15px;
  }
  .section-ourteam__work {
    font-size: 14px;
  }
  .section-ourteam__description {
    margin-top: 10px;
    font-size: 15px;
  }
  .section-ourteam__socials {
    margin-top: 15px;
  }
  .section-ourteam__socials li:not(:first-child) {
    margin-left: 8px;
  }
  /* 5. SECTION consultation */
  .section-consultation {
    padding: 60px 0 0 0;
  }
  .section-consultation__title {
    margin-top: 45px;
    font-size: 34px;
  }
  .section-consultation__text {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 15px;
  }
  /* 6. SECTION pricing */
  .section-pricing {
    padding: 40px 0;
  }
  .section-pricing .divider {
    margin-bottom: 30px;
  }
  .section-pricing__title {
    font-size: 34px;
  }
  .section-pricing__plan {
    padding: 25px 10px;
  }
  .section-pricing__plan--title {
    font-size: 22px;
  }
  .section-pricing__plan--sub {
    font-size: 20px;
  }
  .section-pricing__plan--sub p {
    font-size: 38px;
  }
  .section-pricing__caption {
    padding: 15px 10px 20px;
  }
  .section-pricing__caption--selected {
    padding: 20px 15px 55px;
  }
  .section-pricing__caption--description {
    margin-top: 15px;
    font-size: 15px;
  }
  .section-pricing__caption .btn {
    margin-top: 15px;
  }
  /* 7. SECTION sponsors */
  .section-sponsors {
    padding: 40px 0;
  }
  .section-sponsors__title {
    font-size: 34px;
  }
  /* 8. SECTION benefits */
  .section-benefits {
    padding: 40px 0;
  }
  .section-benefits__title {
    font-size: 34px;
  }
  .section-benefits__box {
    margin-top: 30px;
    padding: 25px 15px;
    background-position: 0% 40%;
  }
  .section-benefits__caption--title {
    font-size: 19px;
    margin-bottom: 15px;
  }
  .section-benefits__caption--description {
    font-size: 15px;
    margin-bottom: 15px;
  }
  /* 9. SECTION gallery */
  .section-gallery {
    padding: 40px 0;
  }
  .section-gallery__title {
    font-size: 34px;
  }
  .section-gallery__box {
    margin-top: 25px;
  }
  .section-gallery__box--icon {
    font-size: 60px;
  }
  .section-gallery__box--quote {
    font-size: 20px;
    line-height: 1.2;
  }
  .section-gallery__box--name {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.2;
  }
  /* 10. SECTION faq */
  .section-faq {
    padding: 40px 0;
  }
  .section-faq .divider {
    margin-bottom: 30px;
  }
  .section-faq__title {
    font-size: 34px;
  }
  .section-faq__card:not(:last-child) {
    margin-bottom: 10px;
  }
  .section-faq__card--title {
    font-size: 12px;
    padding: 10px 5px;
    line-height: 18px;
  }
  .section-faq__card--title.collapsed {
    padding: 10px 5px;
    line-height: 18px;
    font-size: 12px;
  }
  .section-faq__card--title.collapsed:before {
    font-size: 14px;
    line-height: 18px;
  }
  .section-faq__card--title:before {
    font-size: 14px;
    line-height: 18px;
  }
  .section-faq__card--body {
    padding: 10px 10px 0 10px;
  }
  .section-faq__card--body p {
    font-size: 15px;
  }
  .section-faq__form-group:not(:last-child) {
    margin-bottom: 10px;
  }
  .section-faq__form-field {
    font-size: 14px;
    padding: 9px 12px;
  }
  .section-faq__form-field-textarea {
    height: 85px;
  }
  /* 11. SECTION footer */
  .footer-top {
    padding: 40px 0;
  }
  .footer-top__name {
    display: inline-block;
    padding-left: 10px;
  }
  .footer-top__name--maintitle {
    font-size: 17px;
  }
  .footer-top__name--subtitle {
    font-size: 16px;
  }
  .footer-top__links {
    padding: 10px 0;
  }
  .footer-top__links img {
   height: 64px;
  }
  .footer-top__text {
    font-size: 16px;
    line-height: 1.4;
    padding: 10px 0;
  }
  .footer-top__socials {
    text-align: left;
    padding: 5px 0;
  }
  .footer-top__socials li {
    display: inline-block;
  }
  .footer-top__socials li:not(:first-child) {
    margin-left: 8px;
  }
  .footer-top__socials li a {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
  }
  .footer-top__title {
    font-size: 16px;
    line-height: 1.2;
    padding: 10px 0 0 0;
  }
  .footer-top .divider {
    width: 70px;
  }
  .footer-top__list {
    margin-top: 10px;
    text-align: left;
  }
  .footer-top__list--item {
    font-size: 14px;
    padding-left: 20px;
  }
  .footer-top__list--item:before {
    font: 14px/18px FontAwesome;
  }
  .footer-top__list--item:not(:last-child) {
    margin-bottom: 8px;
  }
  .footer-top__item:not(:last-child) {
    margin-right: 30px;
  }
  .footer-top__schedule {
    margin-top: 10px;
    font-size: 15px;
  }
  .footer-top__schedule--time {
    font-weight: 400;
  }
  .footer-top__info {
    margin-top: 10px;
  }
  .footer-top__contact {
    font-size: 15px;
  }
  .footer-top__privacy {
    margin-top: 10px;
    font-size: 14px;
  }
  .section__popup-layout {
    width: 600px;
  }
  .section__popup-photo {
    height: 300px;
  }
  .section__popup-content {
    padding: 27px 20px;
  }
  .section__popup-title {
    font-size: 25px;
  }
  .section__popup-subtitle {
    font-size: 18px;
  }
  .section__popup-divider {
    margin: 5px 0;
  }
  .section__popup-text {
    padding: 5px 0;
    font-size: 12px;
  }
  .section__popup__form--box {
    margin-top: 5px;
  }
  .section__popup__form--field {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
/*
|===================
|  PHONE
|===================
*/
@media (max-width: 767px) {

    /* GENERAL STYLES */
    .no-mobile-view {
        display: none;
    }

    .mobile-only-view {
        display: initial;
    }

  /* NAVBAR STYLES */
  .navbar-expand-md .navbar-nav li:not(:last-child) {
    margin-right: 0;
  }
  .navbar {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .navbar-menu {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #fff;
    z-index: 1030;
  }
  .navbar-collapse .navbar-nav {
    border: 2px solid var(--main-green);
  }
  .navbar-collapse .navbar-nav .nav-item--mobile {
    margin-right: 0;
  }
  .navbar-collapse .navbar-nav .nav-item--mobile .nav-link--mobile {
    font-size: 16px;
    padding: 10px 15px;
    border: none;
  }
    .navbar-expand-md .navbar-nav li .nav-link {
        color: var(--main-green);
    }
  .navbar-collapse .navbar-nav .nav-item--mobile .nav-link--mobile .circles-menu {
    display: none;
  }
  .navbar-collapse .navbar-nav .nav-item--mobile .nav-link--mobile:hover,
  .navbar-collapse .navbar-nav .nav-item--mobile .nav-link--mobile:focus {
    background: var(--main-green);
    color: #fff;
  }
  .navbar-fixed {
    padding: 5px 15px;
  }
  .navbar-invert {
    background: #000;
  }
  .dropdown-toggle:after {
    display: block;
    content: "\f0d7";
    position: absolute;
    font-family: 'FontAwesome';
    color: inherit;
    border: none;
    top: 11px;
    right: 20px;
    opacity: 1;
    visibility: visible;
  }
  .dropdown-menu {
    left: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    padding: 0;
    box-shadow: none;
  }
  .dropdown-menu:before {
    display: none;
  }
  .dropdown-item--mobile .dropdown-link--mobile {
    text-align: left;
    padding: 8px 20px 8px 30px;
    font-size: 15px;
  }
  .dropdown-item--mobile .dropdown-link--mobile:hover,
  .dropdown-item--mobile .dropdown-link--mobile:focus,
  .dropdown-item--mobile .dropdown-link--mobile.active {
    color: #1aa3dc;
  }
  .header-top, .header-popup {
    height: auto;
    padding: 16px 0;
  }
  .header-top_contact {
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
  }
  .header-top_socials {
    text-align: center;
  }
  .header-bottom .jce {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .header-bottom .btn {
    margin-top: 10px;
  }
  .header-bottom .logo-mobile {
    text-align: center;
  }
  .header-bottom_title--subtitle {
    text-align: left;
  }
  /*1. SECTION WELCOME */
  .section-welcome {
    padding: 30px 0 30px;
  }
  .section-welcome h3 {
    font-size: 26px;
    padding-bottom: 20px;
  }
  .section-welcome p {
    font-size: 18px;
  }
  /* 2. SECTION timeline */
  .section-timeline {
    padding: 20px 0;
  }
  .section-timeline__title {
    font-size: 24px;
  }
  .section-timeline__tabs {
    margin-top: 15px;
  }
  .section-timeline__tabs--content {
    padding: 15px 0;
  }
  .section-timeline__tabs--text {
    font-size: 14px;
  }
  .section-timeline__item:not(:last-child) {
    margin-right: 3px;
  }
  .section-timeline__link {
    font-size: 12px;
    padding: 7px 6px;
    border-width: 2px;
  }
  .section-timeline__list {
    margin-top: 10px;
  }
  .section-timeline__list--item {
    font-size: 14px;
    padding-left: 20px;
  }
  .section-timeline__list--item:before {
    font-size: 14px;
  }
  .section-timeline h3 {
      margin: 0 auto;
      text-align: center;
  }
  .section-timeline .divider {
      margin: 15px auto 0 auto;
      display: flex;
  }
    .section-timeline h4 {
        text-align: center;
        margin: 20px auto 10px auto;
        display: inline;
    }
    .section-timeline p {
        text-align: center;
        margin: 0px 0 30px 0;
    }
    .section-timeline div.mobile-only-view a.section-about__btn {
        margin: 0 auto;
        display: block;
    }
  /* 3. SECTION doctor */
  .section-doctor {
    padding: 20px 0;
  }
  .section-doctor__title {
    font-size: 26px;
  }
  .section-doctor__description {
    font-size: 18px;
    margin: 12px 0;
  }
  .section-doctor__text {
    font-size: 14px;
    margin-bottom: 15px;
  }
  /* 4. SECTION ourteam */
  .section-ourteam {
    padding: 20px 0;
      background: var(--main-beige)
  }
  .section-ourteam .divider {
    margin-bottom: 30px;
  }
  .section-ourteam__title {
    font-size: 24px;
      color: var(--main-green);
  }
  .section-ourteam__name {
    font-size: 20px;
    margin-top: 15px;
  }
  .section-ourteam__work {
    font-size: 14px;
  }
  .section-ourteam__description {
    margin-top: 10px;
    font-size: 15px;
  }
  .section-ourteam__socials {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .section-ourteam__socials li:not(:first-child) {
    margin-left: 8px;
  }
  /* 5. SECTION consultation */
  .section-consultation {
    padding: 20px 0 0 0;
  }
  .section-consultation__title {
    margin-top: 0;
    font-size: 24px;
  }
  .section-consultation__text {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 15px;
  }
  .section-consultation img {
    margin-top: 20px;
  }
  /* 6. SECTION pricing */
  .section-pricing {
    padding: 20px 0;
  }
  .section-pricing .divider {
    margin-bottom: 0;
  }
  .section-pricing__title {
    font-size: 24px;
  }
  .section-pricing__plan {
    padding: 25px 10px;
  }
  .section-pricing__plan--title {
    font-size: 22px;
  }
  .section-pricing__plan--sub {
    font-size: 20px;
  }
  .section-pricing__plan--sub p {
    font-size: 38px;
  }
  .section-pricing__box--selected {
    margin-top: 20px;
  }
  .section-pricing__caption {
    padding: 15px 10px 20px;
  }
  .section-pricing__caption--selected {
    padding: 20px 15px 55px;
  }
  .section-pricing__caption--description {
    margin-top: 15px;
    font-size: 15px;
  }
  .section-pricing__caption .btn {
    margin-top: 15px;
  }
  /* 7. SECTION sponsors */
  .section-sponsors {
    padding: 20px 0;
  }
  .section-sponsors__title {
    font-size: 24px;
  }
  .section-sponsors__box {
    padding-bottom: 15px;
  }
  /* 8. SECTION benefits */
  .section-benefits {
    padding: 20px 0;
  }
  .section-benefits__title {
    font-size: 24px;
  }
  .section-benefits__box {
    margin-top: 20px;
    padding: 25px 15px;
  }
  .section-benefits__caption--title {
    font-size: 19px;
    margin-bottom: 15px;
  }
  .section-benefits__caption--description {
    font-size: 15px;
    margin-bottom: 15px;
  }
  /* 9. SECTION gallery */
  .section-gallery {
    padding: 20px 0;
  }
  .section-gallery__title {
    font-size: 24px;
  }
  .section-gallery__box {
    margin-top: 25px;
  }
  .section-gallery__box--icon {
    font-size: 60px;
  }
  .section-gallery__box--quote {
    font-size: 20px;
    line-height: 1.2;
  }
  .section-gallery__box--name {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.2;
  }
  /* 10. SECTION faq */
  .section-faq {
    padding: 20px 0;
  }
  .section-faq .divider {
    margin-bottom: 20px;
  }

  .section-faq div.mobile-only-view h3 {
      margin-top: 15px;
  }
  .section-faq__title {
    font-size: 24px;
  }
  .section-faq__card {
    margin-bottom: 10px;
  }
  .section-faq__card--title {
    font-size: 14px;
    padding: 12px 20px;
    line-height: 18px;
    white-space: normal;
  }
  .section-faq__card--title.collapsed {
    font-size: 14px;
    padding: 12px 20px;
    line-height: 18px;
    white-space: normal;
  }
  .section-faq__card--title.collapsed:before {
    font-size: 16px;
    line-height: 18px;
    top: 50%;
    position: absolute;
    right: 5px;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  .section-faq__card--title:before {
    font-size: 16px;
    line-height: 18px;
    top: 50%;
    position: absolute;
    right: 5px;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  .section-faq__card--body {
    padding: 10px 10px 0 10px;
  }
    .section-faq__card ul li {
        font-size: 15px;
    }
  .section-faq__card--body p {
      font-size: 15px;
  }
  .section-faq__form-group:not(:last-child) {
    margin-bottom: 10px;
  }
  .section-faq__form-field {
    font-size: 16px;
    padding: 11px 12px;
  }
  .section-faq__form-field-textarea {
    height: 85px;
  }
  /* 11. SECTION footer */
  .footer-top {
    padding: 40px 0;
  }
  .footer-top__name {
    display: inline-block;
    padding-left: 10px;
  }
  .footer-top__name--maintitle {
    font-size: 17px;
  }
  .footer-top__name--subtitle {
    font-size: 16px;
  }
  .footer-top__links {
    padding: 10px 0;
  }
  .footer-top__links img {
    height: 64px;
  }
  .footer-top__text {
    font-size: 16px;
    line-height: 1.4;
    padding: 10px 0;
  }
  .footer-top__socials {
    text-align: left;
    padding: 5px 0;
  }
  .footer-top__socials li {
    display: inline-block;
  }
  .footer-top__socials li:not(:first-child) {
    margin-left: 8px;
  }
  .footer-top__socials li a {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
  }
  .footer-top__title {
    font-size: 16px;
    line-height: 1.2;
    padding: 30px 0 0 0;
  }
  .footer-top .divider {
    width: 70px;
  }
  .footer-top__list {
    margin-top: 10px;
    text-align: left;
  }
  .footer-top__list--item {
    font-size: 14px;
    padding-left: 20px;
  }
  .footer-top__list--item:before {
    font: 14px/18px FontAwesome;
  }
  .footer-top__list--item:not(:last-child) {
    margin-bottom: 8px;
  }
  .footer-top__item:not(:last-child) {
    margin-right: 30px;
  }
  .footer-top__schedule {
    margin-top: 10px;
    font-size: 15px;
  }
  .footer-top__schedule--time {
    font-weight: 400;
  }
  .footer-top__info {
    margin-top: 10px;
  }
  .footer-top__contact {
    font-size: 15px;
  }
  .footer-top__privacy {
    margin-top: 10px;
    font-size: 14px;
  }
  .to-top {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
    position: fixed;
    right: 20px;
    bottom: 20px;
  }
  .section__popup__form {
    padding: 0 25px;
  }
  .section__popup-2 .section__popup__form--box {
    margin: 15px;
  }
  .section__popup-2 .section__popup-text {
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .section-reviews .owl-carousel--reviews .section-reviews-quote {
    padding: 44px 24px;
    min-height: 139px;
  }
}
@media screen and (min-width: 767px) {
  .navbar-expand-md .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    top: calc(100% + 10px);
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
