.s1-main-content {
  width: 100%;
}

.s1-header {
  background: linear-gradient(70deg, #096f4e, #22916d);
  color: var(--white);
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 20px;
  min-height: 210px;
  display: grid;
}

.s1-title {
  font-size: 23px;
  margin-bottom: 34px;
  font-weight: 500;
  color: var(--white);
  animation-duration: 2s;
  animation-name: slidein;
}

.s1-title>span {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}

.s1-header-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.s1-brand {
  font-size: 27px;
  margin-bottom: 20px;
  font-weight: bold;
  color: var(--white);
}

.s1-description {
  font-size: 16px;
  color: var(--white);
}

.s1-services {
  display: flex;
  gap: 20px;
}

.s1-m-services {
  display: none;
}

.s1-service-card {
  background-color: var(--light-green);
  padding: 20px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  min-height: 200px;
  flex: 1;
}

.s1-service-card-2 {
  background: var(--light-green) url(../img/white-line.png) no-repeat;
  background-position-x: calc(100% + 65px);
}

.s1-service-title {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
  color: var(--black);
}

.s1-service-text {
  margin-bottom: auto;
}

.s1-btn {
  display: block;
  background: none;
  border: 1px solid var(--primary);
  color: var(--primary);
  padding: 9px 25px;
  border-radius: 25px;
  cursor: pointer;
  align-self: start;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
  margin-top: 20px;
  min-width: 110px;
  font-weight: 600;
}

.s1-btn-primary {
  background: var(--grad-primary);
  color: var(--white);
  padding: 9px 25px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
  display: table;
  position: relative;
  z-index: 1;
  font-weight: 500;
}

.s1-banner {
  background: var(--light-grey);
  border-radius: 12px;
  padding: 20px;
  height: fit-content;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow: hidden;
  min-height: 350px;
}

.box-services-page .s1-banner {
  background: none;
}

.s1-banner-bg {
  width: 70%;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-position-x: 100% !important;
  -webkit-mask-image: linear-gradient(to left, #fff 30%, transparent 90%);
  mask-image: linear-gradient(to left, #fff 30%, transparent 90%);
}

.s1-m-banner-bg {
  display: none;
}

.s1-banner-title {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 500;
  color: var(--black);
}

.s1-banner-text {}

.s1-banner-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.s1-action-label {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--yellow);
  color: var(--white);
  padding: 4px 16px;
  border-radius: 15px;
  font-size: 14px;
}

#s1.box {
  margin-top: 40px;
}

.cpp-programm-col-img .cpp-carousel-programm {
  height: 100%;
}

.cpp-programm-col-img .cpp-carousel-programm a {
  background-position: center left !important;
}

.cpp-carousel-programm .owl-stage-outer,
.cpp-carousel-programm .owl-stage-outer>.owl-stage,
.s1-banners .owl-stage-outer,
.s1-banners .owl-stage-outer>.owl-stage {
  height: 100%;
}

.s1-banner-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 40px;
}

.s1-banner-bottom {
  margin-top: auto
}

.s1-banners .owl-nav {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.s1-banners .owl-dots {
  display: flex;
  margin-left: 8px;
  margin-right: 8px;
  align-items: center;
}

.s1-banners .owl-dot {
  display: table;
  border: 1px solid var(--border-grey) !important;
  height: 8px;
  width: 8px;
  min-width: 8px;
  margin: 2px;
  border-radius: 50%;
}

.s1-banners .owl-dot.active {
  background: var(--border-grey) !important;
}

.s1-banners .owl-nav i {
  color: #fff !important;
}

75% {
  margin-top: 25%;
}

@keyframes slidein {
  from {
    margin-top: 100%;
  }

  to {
    margin-top: 0%;
  }

  75% {
    margin-top: 25%;
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes pulse {
  from {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

#s2-directions {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: self-start;
  align-content: start;
}

.s2-directions-item-full,
.s2-directions-all,
.s2-directions-content,
.s2-directions-item {
  background: var(--light-yellow);
  border-radius: 15px;
  padding: 5px 20px;
  width: calc(50% - 10px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  font-weight: 500;
  border: 1px solid #fcf5e9;
  color: #373739;
}

.tiles-directions .s2-directions-item:hover {
  opacity: 0.9 !important;
}

.tiles-directions .s2-directions-item:hover i,
.tiles-directions .s2-directions-item:hover .s2-directions-btn {
  background: var(--yellow);
  color: var(--white);
}

.s2-directions-item:not(.s2-directions-item-full) .fa {
  margin-left: 10px;
  color: var(--yellow);
  font-size: 22px;
  background: #fff;
  width: 33px;
  height: 33px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 33px;
  border-radius: 50%;
  box-shadow: 0 2px 10px #e8c69270;
}

.s2-directions-content {
  background: var(--white);
  color: var(--dark-grey);
  border-color: #e8e8e8;
}

.s2-directions-text span {
  opacity: .8;
  font-size: 14px;
  font-weight: 400;
}

.s2-directions-content .fa {
  margin-left: 10px;
  color: var(--grey);
  font-size: 22px;
}

.s2-directions-all {
  background: var(--white);
  color: var(--dark-grey);
  display: none;
  border-color: #e8e8e8;
}

.s2-container {
  border: 1px solid var(--border-grey);
  border-radius: 15px;
  overflow: hidden;
  padding: 5px 20px 20px 20px;
  flex-direction: column;
  display: flex;
  box-shadow: 0 1px 4px 0 rgba(227, 235, 252, .4), 0 24px 48px 0 rgb(219 228 241 / 40%);
}

.s2-tabs {
  display: flex;
  border-bottom: 1px solid var(--border-grey);
  margin-bottom: 20px;
}

.s2-tab {
  padding: 12px 0;
  cursor: pointer;
  margin: 0 15px;
  font-size: 14px;
  font-weight: 600;
}

.s2-tab:first-of-type {
  margin-left: 0;
}

.s2-tab:last-of-type {
  margin-right: 0;
}

.s2-tab.s2-active {
  border-bottom: 4px solid var(--primary);
  margin-bottom: -3px;
}

.s2-tab-content {
  display: none;
}

.s2-tab-content.s2-active {
  display: flex;
  cursor: pointer;
  gap: 12px 20px;
  flex-wrap: wrap;
  align-items: start;
  margin-bottom: 12px;
}

.s2-service-item {
  width: calc(50% - 10px);
}

.s2-service-header {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.s2-toggle-icon {
  margin-right: 8px;
  width: 16px;
  transition: transform 0.2s ease;
}

.s2-toggle-icon i {
  color: var(--primary);
  border-radius: 50px;
  width: 15px;
  height: 22px;
  font-size: 22px;
}

.s2-service-title {
  font-size: 16px;
}

.s2-service-content {
  display: none;
  padding-left: 24px;
}

.s2-expanded .s2-service-header {
  margin-bottom: 8px;
}

.s2-expanded .s2-service-title {
  font-weight: 600;
  opacity: 1 !important;
}

.s2-sub-item {
  padding: 5px 0;
  display: table;
  font-size: 16px;
  text-decoration: underline;
  text-decoration-color: var(--border-yellow);
}

.s2-sub-item.sub-item-last {
  text-decoration: none;
  color: var(--primary);
  margin-bottom: 10px;
  font-weight: 500;
}

.s2-view-all {
  margin-top: auto;
}

.s2-view-all-text {
  color: var(--primary);
  cursor: pointer;
  font-weight: 500;
}

.s2-service-item.s2-expanded .s2-toggle-icon i {
  transform: rotate(180deg);
}

.s3-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.s3-specialists-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.s3-specialists-header .s3-title {
  font-size: 28px;
  color: #333;
  font-weight: bold;
}

.s3-specialists-carousel .spec-item-button-wrapper .spec-item-details-btn {
  color: var(--white);
  background: var(--grad-primary);
  border: none;
}

.s3-view-all {
  color: #008767;
  text-decoration: none;
  font-size: 16px;
}

.s4-promotions-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.s4-promotions-title {
  font-size: 24px;
  font-weight: bold;
}

.s4-view-all {
  color: #0D8345;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.s4-view-all i {
  font-size: 14px;
}

.s4-promotions-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.s4-promotion-card {
  background-color: var(--white);
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--border-grey);
  min-height: 220px;
  box-shadow: 0 1px 4px 0 rgba(227, 235, 252, .4), 0 24px 48px 0 rgb(219 228 241 / 40%);
  width: calc(50% - 10px);
}

.s4-promotion-card:hover {
  opacity: 1 !important;
  border-color: var(--primary);
}

.s4-promotion-card-bg {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 60%;
  margin-left: auto;
  background-size: cover !important;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-mask-image: linear-gradient(to left, #fff 10%, transparent 80%);
  mask-image: linear-gradient(to left, #fff 10%, transparent 95%);
}

.s4-discount-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: white;
  padding: 3px 20px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 19px;
  color: var(--primary);
  box-shadow: 0 2px 10px #4a4a4aad;
}

.s4-promotion-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.s4-promotion-content {
  padding: 20px;
  width: 50%;
  min-height: 220px;
  display: flex;
  flex-direction: column;
}

.s4-promotion-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--black);
}

.s4-promotion-date {
  color: var(--yellow);
  font-size: 14px;
  margin-bottom: 20px;
}

.s4-promotion-description {
  margin-top: auto;
}

.s4-promotion-form {
  padding: 20px;
  border: 1px solid var(--border-grey) !important;
  background: var(--light-grey);
  box-shadow: none;
}

.cfb-form-sale {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px) !important;
  margin-top: 10px;
  margin-bottom: 10px
}

.cfb-form-sale button i {
  margin-right: 6px;
}

.cfb-form-sale button {
  border: 1px solid var(--primary) !important;
  color: var(--primary) !important;
  background: var(--light-grey) !important;
  overflow: hidden;
}

.s4-promotion-form-notice {
  font-size: 14px;
  color: var(--grey);
}

.s5-container {
  background: var(--light-green);
  margin-top: 80px;
}

.s5-container>.container {
  display: flex;
  background: url(../img/white-line.png) no-repeat;
  background-position-x: calc(100% + 70px)
}

.s5-quote-section {
  display: flex;
  width: 50%;
  flex-direction: column;
  padding: 50px 20px 50px 0;
}

.s5-quote-icon {
  color: var(--primary);
  font-size: 22px;
  margin-bottom: 14px;
}

.s5-quote-text {
  margin-bottom: 30px;
  font-style: italic;
  font-family: Arial, sans-serif;
}

.s5-doctor-info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: auto;
}

.s5-doctor-photo img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  min-width: 80px;
}

.s5-doctor-name {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
  color: var(--black);
}

.s5-doctor-position {
  font-size: 14px;
}

.s5-section-title {
  color: var(--black);
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}

.s5-tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.s5-tags-container a {
  background: var(--white);
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  font-weight: 500;
}

.s5-action-tag {
  background: var(--grad-primary) !important;
  color: var(--white);
}

.s5-treatment-section {
  display: flex;
  padding: 50px 0 50px 20px;
  width: 50%;
  flex-direction: column;
}

.s6-info {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
}

.s6-about-description {
  margin-bottom: 50px;
}

.s6-about {
  border: 1px solid var(--border-grey);
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 1px 4px 0 rgba(227, 235, 252, .4), 0 24px 48px 0 rgb(219 228 241 / 40%);
}

.s6-license {
  margin-top: auto;
  display: flex;
}

.s6-license-content {
  flex-direction: column;
  display: flex;
}

.s6-license-name {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
  color: var(--black);
}

.s6-license-button {
  text-decoration: none;
  padding: 9px 25px;
  border-radius: 25px;
  border: 1px solid var(--primary);
  color: var(--white);
  margin-top: auto;
  align-self: start;
  background: var(--grad-primary);
}

.s6-license-description {
  margin-bottom: 15px;
}

.s6-license-image {
  position: relative;
  width: 40%;
  margin-right: 40px;
  min-width: 40%;
  margin-bottom: -3px;
}

.s6-license-image a {
  width: 60%;
  height: auto;
  position: absolute;
  display: table;
  line-height: 0;
}

.s6-license-image a:hover {
  opacity: 1 !important;
}

.s6-license-image a:nth-child(1) {
  left: 0;
  bottom: 0;
  z-index: 2;
  position: relative;
  margin-top: auto;
}

.s6-license-image a:nth-child(2) {
  left: 30px;
  bottom: 10px;
  z-index: 3;
}

.s6-license-image a:nth-child(3) {
  left: 60px;
  bottom: 20px;
  z-index: 4;
}

.s6-license-image a:nth-child(4) {
  left: 90px;
  bottom: 30px;
  z-index: 1;
}

.s6-license-image a:nth-child(5) {
  left: 120px;
  bottom: 40px;
  z-index: 4;
}

.s7-card-content {
  aspect-ratio: 1 / 1;
  border-radius: 15px;
  overflow: hidden;
  display: block;
  position: relative;
}

.cfv-image-wrapper .fa-play-circle,
.s7-card-video .fa-play-circle {
  position: absolute;
  z-index: 222;
  font-size: 100px !important;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  color: #fff;
  opacity: .7;
}

.s7-card-content img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.s13-m-banner {
  display: none !important;
}

.s9-cards-wrapper {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  width: 100%;
}

.s9-card {
  flex: 1;
  /*background: var(--primary);*/
  border-radius: 15px;
  padding: 20px;
  flex-direction: column;
  gap: 15px;
  text-align: center;
  width: 25%;
  min-width: 270px;
  display: inline-flex;
  border: 1px solid var(--border-grey);
}

.s9-icon-wrapper {
  background-color: var(--white);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 2px 7px #a7a7a763;
}

.s9-icon {
  width: 75px;
  height: auto;
}

.s9-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
  line-height: 1.2;
  margin-top: 5px;
}

.s9-description {
  color: var(--dark-grey);
  font-size: 15px;
}

#s10 {
  display: none;
}

.s10-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  margin-top: 100px;
}

.s10-container-bg {
  width: calc(100% - 380px);
  top: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse farthest-corner at 14% 20%, #ffcd80, #ffebce 10%, #fff8ec 50%, #fff4e2);
  position: absolute;
  border-radius: 15px;
}

.s10-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -5px;
  position: relative;
  width: 290px;
  margin-left: 20px;
  padding-top: 10px;
}

.s10-logo img {
  height: 60px;
}

.s10-phone a {
  color: #e31e24;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}

.s10-content {
  display: flex;
  gap: 36px;
  overflow: hidden;
  position: relative;
  padding-bottom: 74px;
  padding-right: 20px;
}

.s10-image-section {
  border-radius: 15px;
  overflow: hidden;
  width: 50%;
  box-shadow: 10px 10px 11px -2px #d3d1d1;
  background: #fff;
  aspect-ratio: 16 / 10;
}

.s10-image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s10-info-section {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.s10-title {
  font-size: 28px;
  color: var(--black);
  margin-bottom: 30px;
  font-weight: 600;
}

.s10-services {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.s10-service-item {
  display: flex;
  gap: 20px;
  align-items: center;
}

.s10-service-icon {
  width: 65px;
  height: 65px;
  min-width: 65px;
  background-color: color: var(--white);
  box-shadow: 0 2px 10px #e8c69270;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.s10-service-title {
  font-size: 18px;
  color: var(--black);
  margin-bottom: 5px;
  font-weight: 500;
}

.s10-service-description {
  font-size: 15px;
}

.s10-more-info {
  margin-top: auto;
  text-align: right;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.s10-more-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #2b7355;
  text-decoration: none;
  font-weight: 600;
}

.s10-more-link i {
  transition: transform 0.3s ease;
}

.s11-products {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  overflow-x: auto;
  width: 100%;
  position: relative;
}

.s11-product-card {
  background: white;
  border-radius: 15px;
  padding: 20px;
  flex-direction: column;
  border: 1px solid var(--border-grey);
  min-width: 240px;
  display: flex;
  flex-direction: column;
  width: calc(25% - 15px);
}

.s11-product-image {
  position: relative;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 16 / 11;
  margin-bottom: 15px;
}

.s11-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s11-discount {
  border: 1px solid #e31e24;
  color: #e31e24;
  padding: 0px 8px;
  border-radius: 15px;
  font-size: 13px;
  margin-top: -38px;
  display: table;
  margin-left: -12px;
}

.s11-product-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 28px;
}

.s11-price-block {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  margin-top: auto;
}

.s11-current-price {
  font-size: 23px;
  font-weight: 600;
  color: var(--primary);
}

.s11-old-price {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
}

.s11-price-from {
  color: #666;
  font-size: 16px;
}

.s11-buy-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--grad-primary);
  color: var(--white);
  padding: 9px 25px;
  border-radius: 25px;
  font-weight: 500;
}

.s11-cart-icon {
  font-size: 16px;
}

.s11-shop-link {
  text-align: center;
}

.s11-goto-shop {
  text-decoration: none;
  padding: 9px 25px;
  border-radius: 25px;
  border: 1px solid var(--primary);
  color: var(--primary);
  font-weight: 600;
}

.s11-product-card .button.add_to_cart_button::before {
  font-family: FontAwesome;
  content: "\f07a";
  font-weight: 900;
  margin-right: 8px;
  vertical-align: middle;
}

.s11-product-card .button.product_type_simple,
.s11-product-card .button.add_to_cart_button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--grad-primary);
  color: var(--white);
  padding: 9px 25px;
  border-radius: 25px;
  font-weight: 500;
  margin-top: auto
}

.s11-product-card .button.product_type_simple:hover,
.s11-product-card .button.add_to_cart_button:hover {
  background: var(--grad-primary);
  color: var(--white);
  opacity: .7
}


.s12-articles {
  flex: 2;
  display: flex;
  gap: 20px;
}

.s12-article-card {
  background: var(--white);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.s12-articles .s12-article-card {
  flex: 1;
}

.s12-article-image {
  aspect-ratio: 16 / 11;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px #eaeaea8c;
}

.s12-article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s12-tag {
  display: inline-block;
  padding: 5px 18px;
  border-radius: 15px;
  font-size: 14px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: var(--primary);
  color: var(--white);
  opacity: .7;
}

.s12-health {
  background: var(--light-green);
  color: var(--primary);
}

.s12-prevention {
  background: var(--light-yellow);
  color: var(--yellow);
}

.s12-article-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 15px;
}

.s12-article-preview {
  font-size: 16px;
  margin-bottom: 15px;
}

.s12-article-link {
  color: var(--primary);
  font-weight: 600;
  margin-top: auto;
}

.s12-news-item {
  margin-bottom: 20px;
}

.s12-news-item:last-of-type {
  margin-bottom: 0;
}

.s12-news-date {
  color: var(--yellow);
  margin-top: 5px;
}

.s12-news-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
}

.tiles-directions {
  display: flex;
  gap: 20px
}

.tiles-directions-left {
  display: flex;
  flex-direction: column;
  width: calc(25% - 15px);
  min-width: calc(25% - 15px);
  gap: 20px
}

.tiles-directions-left a {
  width: 100%;
}

.tiles-directions-right {
  display: flex;
  flex-direction: column;
  width: calc(75% - 5px);
  min-width: calc(75% - 5px);
  gap: 20px;
}

.tiles-directions-right-top {
  display: flex;
  gap: 20px
}

.tiles-directions-right-bottom {
  display: flex;
  gap: 20px;
  justify-content: space-between
}

.tiles-directions-right-bottom-item {
  display: flex;
  gap: 20px;
  flex-direction: column;
  width: calc(100% / 3)
}

.tiles-directions-right-bottom-item a {
  width: 100%
}

.s2-directions-item-full {
  height: 160px !important;
  ;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-top: 12px;
  padding-bottom: 20px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.s2-directions-item-full-bg {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 140px;
  margin-left: auto;
  background-size: cover !important;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.s2-directions-all-home,
.s2-directions-content-home,
#tiles_directions .s2-directions-item-full .s2-directions-text {
  width: 60%;
  color: #373739;
}

.s2-directions-btn {
  background: #fff;
  height: 33px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  color: var(--yellow);
  border-radius: 33px;
  box-shadow: 0 2px 10px #e8c69270;
}

#tiles_directions .s2-directions-btn .fa {
  margin-left: 10px;
}

.tiles-directions-all {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.tiles-directions-all a {
  width: calc(25% - 15px);
}

#s2-directions.m-s2-directions {
  display: none;
}

.rbg-columns {
  display: flex;
  gap: 20px;
}

.rbg-col-desc {
  /*! background: #ddd; */
  display: flex;
  flex-direction: column;
  width: calc(25% - 15px);
  min-width: calc(25% - 15px);
}

.rbg-col-items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-content: start;
}

.rbg-col-item-all,
.rbg-col-item {
  background: var(--white);
  border-radius: 15px;
  padding: 5px 16px;
  width: calc(50% - 10px);
  align-items: center;
  min-height: 56px;
  border: 1px solid #ddf2ef;
  line-height: 20px;
}

.rbg-col-item-all {
  color: var(--grey);
  display: flex;
  border-color: var(--border-grey);
}

.rbg-col-item-all:hover {
  opacity: .7;
  cursor: pointer
}

.rbg-col-item-all i {
  color: var(--grey);
}

.rbg-col-item {
  display: none;
}

.rbg-col-item:nth-child(-n+7) {
  display: flex;
}

.rbg-col-items .rbg-col-item:hover {
  border-color: var(--primary);
  opacity: 1 !important;
}

.rbg-col-item-icon {
  line-height: 0;
  margin-right: 16px;
  width: 25px;
  text-align: center;
  min-width: 20px;
}

.rbg-col-item img {
  width: 100%;
  max-height: 30px;
  height: auto;
}

#rehabilitation_goals .box-header {
  margin-bottom: 20px;
}

.rbi-card {
  background: #ffffff;
  border-radius: 15px;
  padding: 16px;
  text-align: center;
  border: 1px solid var(--border-grey);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 164px;
  box-shadow: 0 4px 10px #d6d6d633;
}

.rbi-icon {
  margin-bottom: 20px;
}

.rbi-icon img {
  height: 76px;
  width: 76px !important;
  /*border: 1px solid #d6d6d6;*/
  border-radius: 50px;
  box-shadow: 0 2px 7px #b5b2d961;
}

.rbi-text {
  font-size: 15px;
  line-height: 20px;
  display: flex;
  overflow: hidden;
  height: 57px;
  align-items: flex-start;
  color: var(--black);
}

#rbi .box-content {
  background: var(--light-grey);
  border-radius: 15px;
  padding: 20px;
  padding-right: 0;
}

#rbi .owl-nav {
  top: calc(50% - 20px);
}

#rbi .owl-prev {
  left: -35px;
}