@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap");
@import url("slick.scss");
@import url("slick-theme.css");
body {
  overflow-x: hidden;
}

.new2023 {
  font-family: "Montserrat", sans-serif;
}
.new2023 *,
.new2023 *::before,
.new2023 *::after {
  box-sizing: border-box;
}
@media (min-width: 1400px) {
  .new2023 .container {
    width: 1400px !important;
    padding: 0 100px;
  }
}
@media (max-width: 991px) {
  .new2023 .container {
    padding: 0 30px;
  }
}
.new2023 h1 {
  font-size: 50px;
}
@media (max-width: 767px) {
  .new2023 h1 {
    font-size: 44px;
  }
}
.new2023 h2 {
  font-size: 38px;
  text-transform: none;
  text-align: center;
  margin-top: 0;
  margin-bottom: 55px;
  color: #fff;
}
.new2023 p {
  font-size: 16px;
  margin-bottom: 0;
}
.new2023 .button, .new2023 .button-green, .new2023 .button-green-small, .new2023 .button-gray-ghost, .new2023 .button-gray, .new2023 .button-gray-small, .new2023 .button-white-ghost, .new2023 .button-white {
  border-radius: 5px;
  height: 55px;
  line-height: 53px;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid;
  padding: 0 40px;
  display: inline-block;
  margin-right: 40px;
  transition: all 0.3s ease-out;
}
.new2023 .button i, .new2023 .button-green i, .new2023 .button-green-small i, .new2023 .button-gray-ghost i, .new2023 .button-gray i, .new2023 .button-gray-small i, .new2023 .button-white-ghost i, .new2023 .button-white i {
  margin-left: 10px;
}
.new2023 .button:hover, .new2023 .button-green:hover, .new2023 .button-green-small:hover, .new2023 .button-gray-ghost:hover, .new2023 .button-gray:hover, .new2023 .button-gray-small:hover, .new2023 .button-white-ghost:hover, .new2023 .button-white:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .new2023 .button, .new2023 .button-green, .new2023 .button-green-small, .new2023 .button-gray-ghost, .new2023 .button-gray, .new2023 .button-gray-small, .new2023 .button-white-ghost, .new2023 .button-white {
    margin-bottom: 20px;
  }
}
.new2023 .button-white {
  background-color: #fff;
  border-color: #fff;
  color: #8090A2;
}
.new2023 .button-white:hover {
  background-color: #8090A2;
  color: #fff;
}
.new2023 .button-white-ghost {
  border-color: #fff;
  color: #fff;
}
.new2023 .button-white-ghost:hover {
  background-color: #fff;
  color: #8090A2;
}
.new2023 .button-gray, .new2023 .button-gray-small {
  background-color: #8090A2;
  border-color: #8090A2;
  color: #fff;
}
.new2023 .button-gray:hover, .new2023 .button-gray-small:hover {
  background-color: #fff;
  color: #8090A2;
}
.new2023 .button-gray-ghost {
  border-color: #8090A2;
  color: #8090A2;
}
.new2023 .button-gray-ghost:hover {
  background-color: #8090A2;
  color: #fff;
}
.new2023 .button-green, .new2023 .button-green-small {
  background-color: #8FF3AD;
  border-color: #8FF3AD;
  color: #8090A2;
}
.new2023 .button-green:hover, .new2023 .button-green-small:hover {
  background-color: transparent;
  color: #8FF3AD;
}
.new2023 .button-green-small {
  height: 39px;
  line-height: 39px;
}
.new2023 .button-gray-small {
  height: 39px;
  line-height: 39px;
}
.new2023 header {
  height: 185px;
  background-color: rgba(128, 144, 162, 0.9);
  position: absolute;
  width: 100%;
  padding-top: 30px;
  z-index: 100;
}
@media (max-width: 767px) {
  .new2023 header {
    position: static;
    height: auto;
  }
}
@media (max-width: 991px) {
  .new2023 header .logo {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .new2023 header .logo {
    text-align: center;
  }
  .new2023 header .logo img {
    width: 200px;
    height: auto;
  }
}
.new2023 header .menu {
  margin: 0;
  padding: 0;
  padding-top: 40px;
  list-style-type: none;
  font-weight: 600;
  text-align: right;
  line-height: 24px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .new2023 header .menu {
    text-align: center;
    padding-bottom: 30px;
  }
}
.new2023 header .menu li {
  display: inline-block;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .new2023 header .menu li {
    margin: 0 8px;
  }
}
.new2023 header .menu li a {
  color: #fff;
}
.new2023 header .menu li.current-menu-item {
  background-color: #fff;
  padding: 0 10px;
}
.new2023 header .menu li.current-menu-item a {
  color: #8090A2;
}
.new2023 .hero {
  padding-top: 265px;
  padding-bottom: 310px;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
}
@media (max-width: 991px) {
  .new2023 .hero {
    background-position-x: center;
  }
}
@media (max-width: 767px) {
  .new2023 .hero {
    padding-top: 30px;
  }
}
.new2023 .hero h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 52px;
  line-height: 1;
  position: relative;
  z-index: 10;
}
.new2023 .hero p {
  margin-bottom: 67px;
  font-size: 18px;
  line-height: 24px;
}
.new2023 .hero.team-hero, .new2023 .hero.clinic-hero {
  color: #8090A2;
}
.new2023 .hero.team-hero h1, .new2023 .hero.clinic-hero h1 {
  color: #8090A2;
}
.new2023 .offer-content {
  background-color: #F5F7F8;
}
.new2023 .offer-content .icons {
  text-align: center;
  margin-bottom: 80px;
}
.new2023 .offer-content .icons .image {
  height: 74px;
  line-height: 74px;
  margin-bottom: 20px;
}
.new2023 .offer-content .icons .image img {
  vertical-align: bottom;
}
.new2023 .offer-content .icons p {
  color: #171D2F;
  font-weight: 500;
}
@media (max-width: 991px) {
  .new2023 .offer-content .icons p {
    margin-bottom: 20px;
  }
}
.new2023 .offer-content .border-radius-white-box .container {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  top: -210px;
  padding-top: 80px;
  padding-bottom: 75px;
  margin-bottom: -210px;
}
.new2023 .offer-content .border-radius-white-box .container .header {
  font-size: 38px;
  line-height: 38px;
  margin-bottom: 25px;
}
.new2023 .offer-content .border-radius-white-box .container p {
  margin-bottom: 15px;
}
.new2023 .offer-content .implant {
  color: #8090A2;
  padding-bottom: 87px;
  position: relative;
}
.new2023 .offer-content .implant .implant-header {
  font-size: 38px;
  line-height: 38px;
  margin-bottom: 25px;
}
.new2023 .offer-content .implant img {
  position: absolute;
  top: -120px;
}
@media (max-width: 991px) {
  .new2023 .offer-content .implant img {
    display: none;
  }
}
.new2023 .offer-content .steps {
  background-color: #fff;
  border-radius: 10px;
  padding: 0;
  color: #8090A2;
}
.new2023 .offer-content .steps .steps-bg {
  background-color: #8090A2;
  color: #fff;
  padding: 90px 15px 30px;
  border-radius: 10px;
  margin-bottom: 65px;
  text-align: center;
  font-size: 16px;
}
.new2023 .offer-content .steps .steps-bg h2 {
  color: #fff;
}
.new2023 .offer-content .steps .steps-bg .col {
  padding: 0 30px;
}
@media (max-width: 991px) {
  .new2023 .offer-content .steps .steps-bg .col {
    margin-bottom: 20px;
  }
}
.new2023 .offer-content .steps .steps-bg .step-number {
  font-size: 40px;
  height: 75px;
  line-height: 73px;
  width: 75px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: inline-block;
  margin-bottom: 30px;
}
.new2023 .offer-content .steps .before-after-header {
  margin-top: 70px;
  margin-bottom: 35px;
  position: relative;
  text-align: center;
}
.new2023 .offer-content .steps .before-after-header h2 {
  margin-bottom: 0;
  display: inline-block;
  width: auto;
  position: relative;
  margin: 0 auto;
}
.new2023 .offer-content .steps .before-after-header h2 span.arrow-left, .new2023 .offer-content .steps .before-after-header h2 span.arrow-right {
  width: 128px;
  height: 70px;
  position: absolute;
  left: -200px;
}
@media (max-width: 991px) {
  .new2023 .offer-content .steps .before-after-header h2 span.arrow-left, .new2023 .offer-content .steps .before-after-header h2 span.arrow-right {
    display: none;
  }
}
.new2023 .offer-content .steps .before-after-header h2 span.arrow-right {
  left: initial;
  right: -200px;
}
@media (max-width: 991px) {
  .new2023 .offer-content .steps .before-after-header h2 span.arrow-right {
    display: none;
  }
}
.new2023 .offer-content .steps .before-after {
  padding: 0 100px;
}
@media (max-width: 991px) {
  .new2023 .offer-content .steps .before-after {
    padding: 0 30px;
  }
}
.new2023 .offer-content .steps .before-after h2 {
  color: #8090A2;
  text-align: left;
}
.new2023 .offer-content .steps .before-after img {
  position: relative;
  top: -90px;
  border-radius: 10px;
  width: 100%;
}
.new2023 .offer-content .steps .before-after img.image-after {
  position: absolute;
  top: -90px;
  left: 7.5px;
  width: calc(100% - 15px);
  opacity: 1;
  transition: all 0.3s ease-out;
}
.new2023 .offer-content .steps .before-after img.image-after:hover {
  opacity: 0;
}
.new2023 .offer-content .steps .before-after .arrow {
  position: absolute;
  right: -45px;
  bottom: 40px;
  top: initial;
}
@media (max-width: 991px) {
  .new2023 .offer-content .steps .before-after .arrow {
    display: none;
  }
}
.new2023 .offer-content .costs {
  position: relative;
}
.new2023 .offer-content .costs .container {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.new2023 .offer-content .costs .container p {
  color: #1C2643;
}
.new2023 .offer-content .costs .costs-image {
  position: absolute;
  bottom: -160px;
  z-index: 10;
}
@media (max-width: 767px) {
  .new2023 .offer-content .costs .costs-image {
    position: static;
    margin-top: 30px;
  }
}
.new2023 .offer-content .costs .costs-image img {
  max-width: 100%;
}
.new2023 .offer-content .costs .steps {
  border-radius: 0;
  background: none;
  top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.new2023 .offer-content .costs .steps .steps-bg {
  border-radius: 0;
  padding: 80px 100px 75px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .new2023 .offer-content .costs .steps .steps-bg {
    padding: 30px;
  }
}
.new2023 .offer-content .costs .steps .steps-bg .step {
  padding: 0 25px;
}
@media (max-width: 767px) {
  .new2023 .offer-content .costs .steps .steps-bg .step {
    margin-bottom: 30px;
  }
}
.new2023 .offer-content .costs .steps .steps-bg .step .step-number {
  border: none;
}
.new2023 .offer-content .costs .steps .steps-bg .step .step-number.black {
  background-color: #000;
}
.new2023 .offer-content .costs .steps .steps-bg .step .step-number.red {
  background-color: #F2001B;
}
.new2023 .offer-content .costs .steps .steps-bg .step .step-number.yellow {
  background-color: #ECD42B;
  color: #000;
}
.new2023 .offer-content .costs .bottom-container {
  top: 0;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 0;
  color: #1C2643;
}
.new2023 .offer-content .costs .bottom-container ul {
  padding: 0;
  font-size: 16px;
  list-style-type: none;
}
.new2023 .offer-content .costs .bottom-container ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
}
.new2023 .offer-content .costs .bottom-container ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  color: #8090A2;
  position: absolute;
  left: 0;
  font-size: 20px;
}
.new2023 .offer-content.branch .border-radius-white-box.icons p {
  font-size: 16px;
  color: #8090A2;
  font-weight: 700;
  text-transform: uppercase;
}
.new2023 .offer-content.branch .steps-bg {
  margin-bottom: 0;
}
.new2023 .offer-content.branch .steps-bg.icons .icon {
  padding-left: 65px;
  padding-right: 65px;
  margin-bottom: 45px;
}
.new2023 .offer-content.branch .steps-bg.icons p {
  color: #fff;
}
.new2023 .offer-content.branch .team {
  margin-bottom: -270px;
}
.new2023 .offer-content.branch + .above-footer {
  height: 445px;
}
.new2023 .offer-content.branch .team {
  padding-top: 50px;
}
.new2023 .ghf-form {
  background-color: #F5F7F8;
  color: #1C2643;
}
.new2023 .ghf-form h2 {
  color: #68798D;
}
.new2023 .ghf-form p {
  margin-bottom: 15px;
}
.new2023 .ghf-form img {
  position: absolute;
}
@media (max-width: 767px) {
  .new2023 .ghf-form img {
    position: static;
    margin-top: 30px;
  }
}
.new2023 .ghf-form .container {
  padding: 75px 100px 0;
}
.new2023 .ghf-form .gray-bg {
  padding-bottom: 83px;
}
.new2023 .gray-bg {
  background-color: #8090A2;
  color: #fff;
  margin-top: 83px;
}
.new2023 .team {
  padding-top: 100px;
  margin-bottom: -200px;
}
.new2023 .team.home-team {
  background-color: #68798D;
  margin-bottom: 0;
  padding-top: 260px;
}
.new2023 .team.home-team h2 {
  color: #fff;
}
.new2023 .team .container {
  padding: 0;
}
.new2023 .team h2 {
  color: #8090A2;
}
.new2023 .team .team-slider {
  margin: 0 -30px;
}
@media (max-width: 991px) {
  .new2023 .team .team-slider {
    margin: 0;
  }
}
.new2023 .team .slick-list {
  overflow: visible;
}
@media (max-width: 991px) {
  .new2023 .team .slick-list {
    overflow: hidden;
  }
}
.new2023 .team .team-member {
  width: 670px;
  border-radius: 10px;
  background-color: #fff;
  padding: 0 75px 75px;
  margin: 55px 30px 40px;
  text-align: center;
}
@media (max-width: 991px) {
  .new2023 .team .team-member {
    margin-top: 90px;
    padding: 0 30px 30px;
  }
}
.new2023 .team .team-member .image {
  width: 132px;
  height: 168px;
  border-bottom-left-radius: 66px;
  border-bottom-right-radius: 66px;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  position: relative;
  top: -90px;
  margin-bottom: -60px;
}
.new2023 .team .team-member .image::before {
  content: "";
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background-color: #8090A2;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.new2023 .team .team-member .image img {
  position: relative;
}
.new2023 .team .team-member .name {
  font-size: 32px;
  color: #171D2F;
}
.new2023 .team .team-member .role {
  font-size: 16px;
  color: #8090A2;
  margin-bottom: 35px;
}
.new2023 .team .team-member .description {
  font-size: 16px;
  color: #171D2F;
}
.new2023 .gallery {
  margin-top: 50px;
}
.new2023 .gallery.clinic-gallery {
  position: relative;
  top: -223px;
  margin-bottom: -223px;
}
.new2023 .gallery .container {
  padding-left: 10px;
  padding-right: 10px;
}
.new2023 .gallery .gallery-slider .gallery-image {
  margin-right: 60px;
  height: 447px;
}
@media (max-width: 767px) {
  .new2023 .gallery .gallery-slider .gallery-image {
    margin: 0;
  }
}
.new2023 .gallery .gallery-slider .gallery-image img {
  border-radius: 7px;
  border: 6px solid #fff;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.new2023 .gallery .gallery-slider .slick-dots li button::before {
  background-color: #8090A2;
}
.new2023 .gallery .slick-list {
  overflow: visible;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .new2023 .gallery .slick-list {
    overflow: hidden;
  }
}
.new2023 .prices {
  background-attachment: fixed;
  background-size: cover;
  padding-top: 280px;
  padding-bottom: 70px;
  color: #fff;
  /*        .price-row {
              background-color: #fff;
              border-radius: 10px;
              height: 86px;
              line-height: 86px;
              margin-bottom: 30px;
              font-size: 16px;
              font-weight: 600;
              color: $footer_navy;
              padding: 0 60px;
              @media (max-width: $screen-md-max) {
                  height: auto;
                  line-height: 1.5;
                  padding: 30px;
                  margin: 0 0 30px;
              }
              .price {
                  color: $gray;
                  font-size: 32px;
                  text-align: right;
                  font-weight: 400;
              }
          }*/
}
.new2023 .prices p {
  margin-bottom: 30px;
  font-weight: 600;
}
.new2023 .german-health-funds {
  background-color: #68798D;
  padding: 55px 0;
  color: #fff;
  text-align: center;
}
.new2023 .german-health-funds p {
  margin-bottom: 30px;
}
.new2023 .testimonials {
  background-color: #8090A2;
  padding-top: 65px;
  padding-bottom: 10px;
}
.new2023 .testimonials .testimonial {
  width: 380px;
  background-color: #fff;
  border-radius: 10px;
  padding: 50px;
  margin: 0 15px 60px;
}
@media (max-width: 991px) {
  .new2023 .testimonials .testimonial {
    padding: 30px;
  }
}
.new2023 .testimonials .testimonial .name {
  font-size: 16px;
  color: #171D2F;
  height: 44px;
  line-height: 42px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .new2023 .testimonials .testimonial .name {
    text-align: center;
    height: auto;
    margin-bottom: 0;
  }
}
.new2023 .testimonials .testimonial .name img {
  margin-right: 25px;
  display: inline-block;
}
@media (max-width: 991px) {
  .new2023 .testimonials .testimonial .name img {
    display: block;
    margin: 0 auto;
  }
}
.new2023 .team-content {
  position: relative;
  top: -178px;
}
.new2023 .team-content .image {
  border: 6px solid #fff;
  border-radius: 7px;
  overflow: hidden;
  background-color: #F5F7F8;
  margin-bottom: 26px;
  height: 350px;
  display: flex;
  justify-content: center;
  align-content: flex-end;
  flex-wrap: wrap;
}
.new2023 .team-content .image img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}
.new2023 .team-content h5 {
  font-size: 24px;
  color: #1C2643;
  text-transform: none;
}
.new2023 .team-content p {
  font-size: 16px;
  color: #8090A2;
  margin-bottom: 11px;
}
.new2023 .team-content + .above-footer {
  display: none;
}
.new2023 .prices-box {
  margin-bottom: -420px;
}
.new2023 .prices-box .prices-title {
  font-size: 38px;
  text-align: center;
  margin-bottom: 24px;
}
.new2023 .prices-box .prices-description {
  text-align: center;
  margin-bottom: 45px;
  font-size: 16px;
}
.new2023 .price-tables {
  /*column-count: 2;*/
  width: 50%;
}
@media (max-width: 767px) {
  .new2023 .price-tables {
    width: auto;
  }
}
.new2023 .price-tables .price-tables-item .price-tables-item-header {
  line-height: 60px;
  overflow: hidden;
}
.new2023 .price-tables .price-tables-item .icon {
  margin-bottom: 25px;
  display: inline-block;
}
.new2023 .price-tables .price-tables-item .icon img {
  margin-right: 15px;
  vertical-align: middle;
}
.new2023 .price-tables .price-tables-item .name {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
.new2023 .price-tables .price-tables-item .row {
  border: 2px solid #F5F7F8;
  border-radius: 10px;
  height: 60px;
  margin-bottom: 20px;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .new2023 .price-tables .price-tables-item .row {
    height: auto;
  }
}
.new2023 .price-tables .price-tables-item .row .price-description {
  line-height: 1;
  color: #1C2643;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .new2023 .price-tables .price-tables-item .row .price-description {
    padding: 5px;
  }
}
.new2023 .price-tables .price-tables-item .row .price {
  background-color: #F5F7F8;
  height: 100%;
  font-size: 20px;
  line-height: 60px;
  text-align: right;
  font-weight: 500;
}
.new2023 .medi-raty {
  padding: 300px 0 0px;
  background-color: #68798D;
  color: #fff;
  font-size: 16px;
}
.new2023 .medi-raty p {
  margin-bottom: 15px;
}
.new2023 .offer-slider.icons {
  position: relative;
  top: -175px;
  margin-bottom: -175px;
  z-index: 10;
}
.new2023 .offer-slider .container {
  padding: 0;
}
.new2023 .offer-slider .offer-tile {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px;
  text-align: center;
  margin: 0 20px;
  color: #8090A2;
}
.new2023 .offer-slider .offer-tile .icon {
  margin-bottom: 15px;
}
.new2023 .offer-slider .offer-tile .icon img {
  display: inline-block;
}
.new2023 .offer-slider .offer-tile .title {
  font-size: 30px;
  margin-bottom: 10px;
  min-height: 87px;
}
.new2023 .offer-slider .offer-tile .desc {
  margin-bottom: 30px;
}
.new2023 .offer-slider .offer-tile .button-green-small {
  margin-right: 0;
}
.new2023 .image-text-full {
  position: relative;
  padding-top: 230px;
  top: -255px;
  margin-bottom: -255px;
  z-index: -1;
}
.new2023 .image-text-full .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .new2023 .image-text-full .bg-image {
    position: static;
    width: 100%;
    margin-top: 30px;
  }
}
.new2023 .image-text-full .bg-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.new2023 .image-text-full .content {
  padding: 50px;
}
@media (max-width: 767px) {
  .new2023 .image-text-full .content {
    padding: 30px 0;
  }
}
.new2023 .image-text .content .title {
  font-size: 38px;
  margin-bottom: 15px;
}
.new2023 .image-text .content p {
  color: #1C2643;
}
.new2023 .image-text .content ul {
  font-size: 16px;
  margin-top: 35px;
  margin-bottom: 45px;
  padding-left: 20px;
  list-style-type: none;
  color: #1C2643;
  font-weight: 600;
}
.new2023 .image-text .content ul li {
  position: relative;
  margin-bottom: 10px;
}
.new2023 .image-text .content ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #8090A2;
  position: absolute;
  left: -20px;
}
.new2023 .slogan {
  background-color: #68798D;
  padding: 50px 0;
  text-align: center;
  color: #fff;
  font-size: 30px;
}
.new2023 .slogan.slogan-clinic {
  height: 350px;
}
.new2023 .slogan img {
  margin-bottom: 35px;
}
.new2023 .slogan .button-green, .new2023 .slogan .button-green-small {
  margin-top: 30px;
  margin-right: 0;
}
.new2023 .offer-slider.photos {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 78px;
}
.new2023 .offer-slider.photos .title {
  font-size: 38px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .new2023 .offer-slider.photos .title {
    font-size: 30px;
  }
}
.new2023 .offer-slider.photos .desc {
  color: #1C2643;
  font-size: 16px;
  margin-bottom: 66px;
}
.new2023 .offer-slider.photos .offer-slider-slider {
  margin-bottom: 50px;
}
.new2023 .offer-slider.photos .offer-slider-slider .slick-list {
  overflow: visible;
}
@media (max-width: 767px) {
  .new2023 .offer-slider.photos .offer-slider-slider .slick-list {
    overflow: hidden;
  }
}
.new2023 .offer-slider.photos .offer-slider-slider .photo {
  border: 7px solid #fff;
  border-radius: 5px;
  overflow: hidden;
  height: 280px;
}
.new2023 .offer-slider.photos .offer-slider-slider .photo img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.new2023 .offer-slider.photos .offer-slider-slider .title {
  font-size: 30px;
}
.new2023 .offer-slider.photos .offer-slider-slider .slick-arrow {
  transform: translateY(-65px);
}
.new2023 .offer-slider.photos .offer-slider-slider .slick-dots li button::before {
  background-color: #8090A2;
}
.new2023 .offer-slider.photos .button-gray, .new2023 .offer-slider.photos .button-gray-small {
  margin-right: 0;
}
.new2023 .implants.offer-content {
  position: relative;
  background-color: transparent;
  bottom: -185px;
  margin-top: -180px;
}
.new2023 .implants.offer-content .container {
  top: 0;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.new2023 .implants.offer-content .content {
  padding-top: 80px;
  padding-bottom: 75px;
  padding-left: 100px;
}
@media (max-width: 767px) {
  .new2023 .implants.offer-content .content {
    padding: 30px 20px;
  }
}
.new2023 .implants.offer-content .image {
  overflow: hidden;
  height: 100%;
}
.new2023 .implants.offer-content .image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.new2023 .offer-content.clinic-desc .container {
  padding: 0;
}
.new2023 .offer-content.clinic-desc .steps .steps-bg {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  bottom: -100px;
  margin-top: -100px;
  position: relative;
}
.new2023 .offer-content.clinic-desc .steps .steps-bg p {
  color: #fff;
}
.new2023 .offer-content.clinic-desc .steps .steps-bg .clinic-icon {
  padding: 0 60px;
  margin-bottom: 30px;
}
.new2023 .offer-content.clinic-desc .steps .steps-bg .clinic-icon .image {
  height: 77px;
  line-height: 77px;
  margin-bottom: 26px;
}
.new2023 .offer-content.clinic-desc .steps .steps-bg .clinic-icon .image img {
  vertical-align: middle;
}
.new2023 .offer-content.clinic-desc .clinic-desc-padding {
  padding: 80px 100px;
}
@media (max-width: 767px) {
  .new2023 .offer-content.clinic-desc .clinic-desc-padding {
    padding: 30px 20px;
  }
}
.new2023 .offer-content.clinic-desc .clinic-image {
  height: 100%;
}
.new2023 .offer-content.clinic-desc .clinic-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.new2023 .clinic-team {
  text-align: center;
}
.new2023 .clinic-team h2 {
  margin-bottom: 0;
}
.new2023 .clinic-team p {
  margin-bottom: 80px;
}
.new2023 .offer-category-section {
  margin-bottom: 110px;
}
.new2023 .offer-category-section h2 {
  color: #8090A2;
  margin-bottom: 60px;
}
.new2023 .offer-card {
  display: block;
  position: relative;
  height: 167px;
  background: var(--thumb-url) center/cover no-repeat;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  transition: background-size 0.3s ease, color 0.3s ease;
  background-size: 100% auto;
  border-radius: 7px;
}
.new2023 .offer-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba($gray, 0.8);*/
  background-color: var(--blenda-color);
  z-index: 1;
  transition: all 0.3s ease;
  opacity: 0.8;
}
.new2023 .offer-card .offer-card-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  text-align: center;
  z-index: 2;
  font-size: 22px;
  font-weight: 500;
  color: var(--text-color);
  transition: all 0.2s linear;
  text-transform: none;
}
.new2023 .offer-card:hover {
  background-size: 110%;
}
.new2023 .offer-card:hover::before {
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
.new2023 .offer-card:hover .offer-card-title {
  color: #1C2643;
}
.new2023 .clinic-team + .above-footer {
  height: 415px;
}
.new2023 .slick-arrow {
  background-color: #fff;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-39px);
  z-index: 10;
}
.new2023 .slick-arrow:hover, .new2023 .slick-arrow:active {
  border: none;
}
.new2023 .slick-arrow::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #8090A2;
}
.new2023 .slick-arrow.slick-prev {
  left: -100px;
}
@media (max-width: 767px) {
  .new2023 .slick-arrow.slick-prev {
    left: 10px;
  }
}
.new2023 .slick-arrow.slick-prev::before {
  content: "\f104";
}
.new2023 .slick-arrow.slick-next {
  right: -100px;
}
@media (max-width: 767px) {
  .new2023 .slick-arrow.slick-next {
    right: 0;
  }
}
.new2023 .slick-arrow.slick-next::before {
  content: "\f105";
}
.new2023 .slick-dots li {
  width: 12px;
}
.new2023 .slick-dots li button {
  position: static;
}
.new2023 .slick-dots li button::before {
  background-color: #fff;
  opacity: 0.2;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  content: "";
}
.new2023 .slick-dots li.slick-active button::before {
  opacity: 1;
}
.new2023 .above-footer {
  height: 165px;
  background-color: #8090A2;
}
.new2023 footer {
  background-color: #171D2F;
  padding-bottom: 50px;
}
.new2023 footer .container {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 70px;
  padding-bottom: 60px;
  position: relative;
  top: -120px;
  color: #171D2F;
}
.new2023 footer .container .footer-left {
  align-items: center;
}
.new2023 footer .container .contact-header {
  font-size: 38px;
  line-height: 1;
  color: #8090A2;
  margin-bottom: 76px;
}
.new2023 footer .container .contact-info {
  padding-left: 90px;
  font-size: 16px;
}
@media (max-width: 991px) {
  .new2023 footer .container .contact-info {
    padding-left: 0;
  }
}
.new2023 footer .container .contact-info p {
  margin-bottom: 30px;
}
.new2023 footer .container .contact-info a {
  color: #171D2F;
  text-decoration: underline;
}
.new2023 .single-offer-hero {
  position: relative;
}
.new2023 .single-offer-hero .button-green, .new2023 .single-offer-hero .button-green-small {
  position: relative;
  z-index: 10;
}
.new2023 .single-offer-hero::after {
  content: "";
  inset: 0;
  position: absolute;
  background: linear-gradient(to right, #8090A2, transparent);
}
.new2023 .filters {
  justify-content: flex-end;
  display: flex;
  margin-bottom: 45px;
}
.new2023 .filters .filter-select {
  background-color: #fff;
  border-radius: 7px;
  padding: 10px 40px 10px 30px;
  display: inline-block;
  cursor: pointer;
  color: #1C2643;
  margin-left: 22px;
  font-weight: 500;
  font-size: 14px;
  border: none;
  position: relative;
  min-width: 255px;
}
.new2023 .filters .filter-select.sort-button {
  min-width: initial;
  padding: 10px 50px 10px 30px;
}
.new2023 .filters .filter-select i {
  color: #8FF3AD;
  margin-left: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.new2023 .filters .filter-select img {
  margin-left: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.new2023 .filters .filter-select .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 7px;
  /*box-shadow: 0 4px 10px rgba(0,0,0,0.1);*/
  max-height: 200px;
  overflow-y: auto;
  display: none;
  z-index: 10;
  margin-top: -9px;
  padding: 9px 0 0;
  list-style: none;
}
.new2023 .filters .filter-select .dropdown li {
  padding: 10px 30px;
  font-size: 14px;
  color: #0a1f44;
  transition: background 0.2s;
}
.new2023 .filters .filter-select .dropdown li:hover {
  background: #F5F7F8;
}
@media (max-width: 768px) {
  .new2023 .filters {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 30px;
  }
  .new2023 .filters .filter-select {
    min-width: 100%;
    margin-left: 0;
    margin-bottom: 12px;
    padding: 10px 20px;
  }
  .new2023 .filters .filter-select i {
    right: 15px;
  }
  .new2023 .filters .filter-select img {
    margin-left: 8px;
  }
  .new2023 .filters .filter-select .dropdown {
    max-height: 150px;
  }
  .new2023 .filters .filter-select .dropdown li {
    padding: 8px 20px;
    font-size: 13px;
  }
}

.single-offer .offer-content h2 {
  color: #8090A2;
  text-align: unset;
  margin-bottom: 37px;
  line-height: 1;
}
.single-offer .offer-content h3 {
  font-size: 32px;
  text-transform: none;
}
.single-offer .offer-content .wp-block-image img {
  border-radius: 7px;
  margin-bottom: 60px;
}
.single-offer .offer-content p {
  color: #1C2643;
}
.single-offer .offer-content ul {
  list-style-type: none;
  font-size: 16px;
  color: #1C2643;
  line-height: 24px;
  padding-left: 0;
}
.single-offer .offer-content ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
}
.single-offer .offer-content ul li::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 3px;
  width: 22px;
  height: 22px;
  background: url("../img/check-solid-full.svg") no-repeat center;
  background-size: 22px 22px;
}
.single-offer .offer-content .sidebar-offer-categories h3 {
  margin-top: 0;
}
.single-offer .offer-content .sidebar-offer-categories ul {
  margin-bottom: 65px;
}
.single-offer .offer-content .sidebar-offer-categories ul li {
  padding-left: 0;
  font-size: 14px;
}
.single-offer .offer-content .sidebar-offer-categories ul li::before {
  display: none;
}
.single-offer .offer-content .sidebar-offer-categories ul li a {
  color: #68798D;
}
.single-offer .offer-content .sidebar-offer-categories ul li.active-offer {
  color: #1C2643;
  background-color: #F5F7F8;
  padding: 5px 10px;
  margin-left: -10px;
  border-radius: 5px;
}

.page-template-page-template-home .above-footer, .page-template-page-template-prices .above-footer, .page-template-page-template-offer .above-footer, .single-offer .above-footer {
  background-color: #68798D;
}

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