@charset "UTF-8";
body {
  font-family: "Sofia Sans", sans-serif;
}

.text-dkgrey {
  color: #5C5C5C;
}

.text-grey {
  color: grey;
}

.text-beige {
  color: #8E5C3B;
}

.brown-bg {
  background: #8E5C3B !important;
}

.text-brown {
  color: #8E5C3B;
}

.brown-red-text {
  color: #D45113 !important;
}

.brown-red-bg {
  background: #D45113 !important;
}

.copper-brown-text {
  color: #C59D7A !important;
}

.copper-brown-bg {
  background: #C59D7A !important;
}

.black-text {
  color: #38383A !important;
}

.black-bg {
  background: #38383A !important;
}

.black-accent-text {
  color: #07070A !important;
}
.black-accent-text span {
  color: #07070A !important;
}

.black-accent-bg {
  background: #07070A;
}

.grey-accent-text {
  color: #939598 !important;
}

/* NEW CLASSES */
.text-accent {
  color: #00745E;
}

.text-dark {
  color: #B99464;
}

.bg-mahagony {
  background-color: #FCFAF8;
}

.text-mahagony {
  color: #FCFAF8;
}

.blog-bg {
  background: linear-gradient(to bottom, #F8F4ED 0px, #F8F4ED 380px, #ffffff 380px, #ffffff 100%);
}

.text-gold {
  color: #A9833A;
}

.primary-btn {
  border-radius: 48px;
  background: linear-gradient(90deg, #00745E -0.64%, #66AC9E 100.41%);
  color: #F8F4ED;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 9px 24px;
  transition: all 0.5s ease;
  border: none !important;
}
.primary-btn:hover, .primary-btn:active {
  color: #FFF !important;
  background: linear-gradient(90deg, #00745E -0.64%, #66AC9E 100.41%);
  border: none !important;
}
.primary-btn.dark {
  background: var(--gradient-2, linear-gradient(270deg, #866131 0%, #B99464 100%));
}
.primary-btn.dark:hover, .primary-btn.dark:active {
  background: var(--gradient-2, linear-gradient(270deg, #866131 0%, #B99464 100%));
}

.secondary-btn {
  display: block;
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 9px 24px;
  border-radius: 48px;
  border: none;
  background: linear-gradient(90deg, #765007 0%, #A9833A 100%), linear-gradient(270deg, #734E3B 0%, #EEBC9B 100%);
  transition: all 0.5s ease;
}
.secondary-btn:hover {
  color: white;
  background: linear-gradient(270deg, #765007 0%, #A9833A 100%);
}

.accent-btn {
  border-radius: 48px;
  background: linear-gradient(90deg, #033 -0.64%, #337070 59.99%, #80A5A5 100.41%);
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 9px 24px;
  transition: all 0.5s ease;
  border: none !important;
}
.accent-btn:hover, .accent-btn:active {
  color: #FFF !important;
  background: linear-gradient(270deg, #80A5A5 -0.64%, #337070 59.99%, #033 100.41%);
  border: none !important;
}

.blog-card {
  border-radius: 20px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  overflow: hidden;
}

.pagination-container {
  display: flex;
  justify-content: center;
}
.pagination-container .page-numbers {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-left: 0;
  padding-left: 0;
}
.pagination-container .page-numbers .page-numbers {
  text-decoration: none;
  color: #32383E;
  background-color: white;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.4s ease;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  border: 1px solid #BDBDBD;
}
.pagination-container .page-numbers .page-numbers.current {
  color: white;
  border-radius: 50%;
  background: #00745E;
  border: 1px solid #00745E;
}

#breadcrumbs a {
  color: #5C5C5C;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
#breadcrumbs span, #breadcrumbs .breadcrumb_last {
  color: #5C5C5C;
  font-size: 16px;
  font-weight: 700;
}

.contact-box {
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.07);
  padding: 32px 24px;
}

.grey-hr {
  height: 1px;
  background: #E0E0E0;
}

.privacy-contact-form input:not([type=checkbox]), .privacy-contact-form textarea {
  border-radius: 7px !important;
  background: #F8F8F8 !important;
  padding: 10px !important;
  color: #5C5C5C !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  border: none !important;
  width: 100% !important;
}

#contact-message {
  min-height: 200px;
}

.tabs-wrapper {
  display: flex;
  gap: 40px;
}

.tabs-nav {
  width: 250px;
  list-style: none;
  padding: 0;
}

.tabs-nav .tab {
  cursor: pointer;
  padding: 12px 16px;
  border-left: 3px solid transparent;
}

.tabs-nav .tab.active {
  border-color: #000;
  font-weight: bold;
}

.tabs-content {
  flex: 1;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-title {
  margin-bottom: 32px;
}

.frontPageSwiper .swiper-button-next::after,
.frontPageSwiper .swiper-button-prev::after {
  display: none; /* скрива дефолтните триъгълници */
}

/* Ако стрелките имат margin от Tailwind, махни го */
.frontPageSwiper .swiper-button-next,
.frontPageSwiper .swiper-button-prev {
  margin: 0;
}

.panel-wrapper {
  position: relative;
  min-height: 300px;
}

.tab-panel {
  display: none;
  animation: fadeIn 0.4s ease;
}

.tab-panel.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tab-trigger {
  border-radius: 8px;
  border: 1px solid #F3F3F3;
  background-color: #FFF;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.07);
  font-size: 16px;
  font-weight: 500;
  color: #38383A;
  padding: 16px 16px 16px 28px;
}
.tab-trigger.active {
  border: 1px solid #00745E;
  color: white;
  background-color: #00745E;
}

.required {
  color: #D45113;
}

.add-file-div {
  border-radius: 7px;
  padding: 21px;
  border-style: dashed;
  border-width: 2px;
  color: #7D7D7D;
}

.text-gradient {
  background: linear-gradient(270deg, #866131 0%, #B99464 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.woocommerce-breadcrumb {
  color: #5C5C5C !important;
  font-size: 16px !important;
  font-weight: 700;
}
.woocommerce-breadcrumb a {
  font-weight: 500;
}

.back-to-top img {
  width: 55px;
}

.woocommerce-no-products-found .woocommerce-info {
  border-top: none;
  background-color: #ffffff;
  padding: 0;
  text-align: center;
}
.woocommerce-no-products-found .woocommerce-info:before, .woocommerce-no-products-found .woocommerce-info:after {
  display: none;
}

@media screen and (min-width: 600px) {
  .landing-services ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 36px 22px;
  }
}
@media screen and (min-width: 900px) {
  .landing-services ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 36px 22px;
  }
}
@media screen and (min-width: 1300px) {
  .landing-services ul {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 36px 22px;
  }
}
.landing-services ul li {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 8px;
  margin: var(--marginXBase);
  border-radius: 25px;
  background: #FFF;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.07);
  grid-column: span 2;
  margin-bottom: 20px;
}
@media screen and (min-width: 1300px) {
  .landing-services ul li {
    margin-bottom: unset;
  }
}
.landing-services ul li:nth-child(6), .landing-services ul li:nth-child(11) {
  grid-column: span 1;
  box-shadow: none;
  background-color: transparent;
}
.landing-services ul li:nth-child(6) {
  display: none;
}
@media screen and (min-width: 1300px) {
  .landing-services ul li:nth-child(6) {
    display: block;
  }
}
@media screen and (min-width: 600px) {
  .landing-services ul li:nth-child(10) {
    grid-column: span 4;
  }
}
@media screen and (min-width: 900px) {
  .landing-services ul li:nth-child(10) {
    grid-column: span 2;
  }
}
.landing-services ul li span:nth-child(1) {
  display: block;
  width: 72px;
  height: 72px;
  aspect-ratio: 1/1;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.landing-services ul li span:nth-child(2) {
  color: #00745E;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Sofia Sans";
  font-weight: 700;
}

.locations-grid-wrapper {
  margin-block: 64px;
}
@media screen and (min-width: 900px) {
  .locations-grid-wrapper .locations-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    padding-bottom: 20px;
  }
}
.locations-grid-wrapper .locations-grid .locations-grid-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .locations-grid-wrapper .locations-grid .locations-grid-item {
    margin-bottom: 30px;
  }
}
.locations-grid-wrapper .locations-grid .locations-grid-item .map-holder {
  aspect-ratio: 103/50;
  overflow: hidden;
  border-radius: 10px;
}
.locations-grid-wrapper .locations-grid .locations-grid-item .map-holder iframe {
  width: 100%;
  height: 100%;
}
.locations-grid-wrapper .locations-grid .locations-grid-item .content-box {
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.07);
  padding: 15px 22px;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.locations-grid-wrapper .locations-grid .locations-grid-item .content-box h3 {
  color: #004C4C;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Sofia Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.locations-grid-wrapper .locations-grid .locations-grid-item .content-box h4 {
  color: #00745E;
  font-size: 16px;
  font-weight: 700;
}
.locations-grid-wrapper .locations-grid .locations-grid-item .content-box > p {
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  padding-block: 16px;
  margin-block: 16px;
}
.locations-grid-wrapper .locations-grid .locations-grid-item .content-box span {
  display: block;
}
.locations-grid-wrapper .locations-grid .locations-grid-item .content-box .contacts-wrapper span, .locations-grid-wrapper .locations-grid .locations-grid-item .content-box .contacts-wrapper a {
  padding-left: 40px;
  position: relative;
  margin-block: 16px;
  line-height: 1.3;
  display: block;
}
.locations-grid-wrapper .locations-grid .locations-grid-item .content-box .contacts-wrapper span:before, .locations-grid-wrapper .locations-grid .locations-grid-item .content-box .contacts-wrapper a:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: var(--icon);
}
.locations-grid-wrapper .locations-grid .locations-grid-item .content-box .contacts-wrapper span:nth-child(1):before, .locations-grid-wrapper .locations-grid .locations-grid-item .content-box .contacts-wrapper a:nth-child(1):before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.locations-grid-wrapper .locations-grid .locations-grid-item .content-box .contacts-wrapper span:nth-child(2):before, .locations-grid-wrapper .locations-grid .locations-grid-item .content-box .contacts-wrapper a:nth-child(2):before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.feature-wrapper {
  border-radius: 10px;
  background: #F8F4ED;
  padding: 30px 10px 10px;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .feature-wrapper {
    padding: 30px 42px 20px;
  }
}
.feature-wrapper .feature-wrapper-inner1 {
  border-radius: 10px;
  background: #00745E;
}
.feature-wrapper .feature-wrapper-inner1 > .grid-wrapper div:nth-child(1) {
  padding: 53px 25px 0;
}
@media screen and (min-width: 900px) {
  .feature-wrapper .feature-wrapper-inner1 > .grid-wrapper div:nth-child(1) {
    padding: 0;
  }
}
.feature-wrapper .feature-wrapper-inner1 > .grid-wrapper div:nth-child(2) {
  padding: 53px 25px 44px;
  color: #FFF;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Sofia Sans";
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 32px;
}
@media screen and (min-width: 900px) {
  .feature-wrapper .feature-wrapper-inner1 > .grid-wrapper div:nth-child(2) {
    padding: 40px 53px 35px;
  }
}
@media screen and (min-width: 900px) {
  .feature-wrapper .feature-wrapper-inner1 > .grid-wrapper div:nth-child(2) {
    text-align: right;
  }
}
.feature-wrapper .feature-wrapper-inner1 .feature-wrapper-inner2 {
  border-radius: 10px;
  border-top: 3px solid #F8F4ED;
  background-color: #00745E;
  padding: 54px 0 0;
}
.feature-wrapper .feature-wrapper-inner1 .feature-wrapper-inner2 .feature-wrapper-inner3 {
  border-radius: 10px;
  border: 2px solid #00745E;
  background: #F8F4ED;
}
.feature-wrapper .feature-wrapper-inner1 .feature-wrapper-inner2 .feature-wrapper-inner3 div:nth-child(1) {
  position: relative;
}
.feature-wrapper .feature-wrapper-inner1 .feature-wrapper-inner2 .feature-wrapper-inner3 div:nth-child(1):before {
  display: none;
}
@media screen and (min-width: 900px) {
  .feature-wrapper .feature-wrapper-inner1 .feature-wrapper-inner2 .feature-wrapper-inner3 div:nth-child(1):before {
    display: block;
    position: absolute;
    content: "";
    bottom: 0px;
    left: -17px;
    background-image: url("../images/bottles.webp");
    background-repeat: no-repeat;
    background-size: contain;
    width: 753px;
    height: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .feature-wrapper .feature-wrapper-inner1 .feature-wrapper-inner2 .feature-wrapper-inner3 div:nth-child(1):before {
    display: block;
    position: absolute;
    content: "";
    bottom: -20px;
    left: -17px;
    background-image: url("../images/bottles.webp");
    background-repeat: no-repeat;
    background-size: contain;
    height: 393px;
  }
}
@media screen and (min-width: 1500px) {
  .feature-wrapper .feature-wrapper-inner1 .feature-wrapper-inner2 .feature-wrapper-inner3 div:nth-child(1):before {
    display: block;
    position: absolute;
    content: "";
    bottom: -195px;
    left: -17px;
    background-image: url("../images/bottles.webp");
    background-repeat: no-repeat;
    background-size: contain;
    height: 625px;
  }
}
.feature-wrapper .feature-wrapper-inner1 .feature-wrapper-inner2 .feature-wrapper-inner3 div:nth-child(2) {
  padding: 40px 25px 35px;
}
@media screen and (min-width: 900px) {
  .feature-wrapper .feature-wrapper-inner1 .feature-wrapper-inner2 .feature-wrapper-inner3 div:nth-child(2) {
    padding: 40px 53px 35px;
  }
}
.feature-wrapper .feature-wrapper-inner1 .feature-wrapper-inner2 .feature-wrapper-inner3 div:nth-child(2) p {
  color: #32383E;
  font-family: "Sofia Sans";
}
@media screen and (min-width: 900px) {
  .feature-wrapper .feature-wrapper-inner1 .feature-wrapper-inner2 .feature-wrapper-inner3 div:nth-child(2) p {
    text-align: right;
  }
}
@media screen and (min-width: 900px) {
  .feature-wrapper .feature-wrapper-inner1 .feature-wrapper-inner2 .feature-wrapper-inner3 div:nth-child(2) a {
    margin-left: auto;
  }
}
@media screen and (min-width: 900px) {
  .feature-wrapper .feature-wrapper-inner1 .feature-wrapper-inner2 .feature-wrapper-inner3 .image-wrapper {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .feature-wrapper .grid-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.section-about {
  margin-block: 32px;
}
@media screen and (min-width: 700px) {
  .section-about {
    display: flex;
    gap: 32px;
    margin-block: 64px;
  }
}
.section-about .section-about-left {
  flex: 0 0 40%;
}
.section-about .section-about-right {
  margin: 20px 0;
}
@media screen and (min-width: 700px) {
  .section-about .section-about-right {
    margin: auto 0;
  }
}
.section-about .section-about-right > p:first-child {
  color: #B99464;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Sofia Sans";
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 0 !important;
}
.section-about .section-about-right h2 {
  color: var(--Beige---300, #00745E);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Sofia Sans";
  font-size: 30px;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.section-about .section-about-right > p:nth-child(3) {
  color: #5C5C5C;
  font-family: "Sofia Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 1300px) {
  .section-about .section-about-right .section-about-qualities {
    display: flex;
    gap: 16px;
  }
}
.section-about .section-about-right .section-about-qualities .section-about-qualities-item {
  display: flex;
  align-items: center;
  padding: 0 24px 0 72px;
  position: relative;
  border-radius: 10px;
  background: #F8F4ED;
  color: #00745E;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Sofia Sans";
  font-size: 16px;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
}
@media screen and (max-width: 1300px) {
  .section-about .section-about-right .section-about-qualities .section-about-qualities-item {
    margin-bottom: 20px;
  }
}
.section-about .section-about-right .section-about-qualities .section-about-qualities-item:before {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  left: 8px;
  top: 50%;
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section-about .section-about-right .section-about-qualities .section-about-qualities-item:nth-child(1):before {
  background-image: url("../images/icon-subordination.svg");
}
.section-about .section-about-right .section-about-qualities .section-about-qualities-item:nth-child(2):before {
  background-image: url("../images/icon-proffessionalism.svg");
}
.section-about .section-about-right .section-about-qualities .section-about-qualities-item:nth-child(3):before {
  background-image: url("../images/icon-humanity.svg");
}
.section-about .section-about-right .section-about-qualities .section-about-qualities-item > span {
  padding: 24px 0;
}

.heading-section {
  background-image: url("../images/evida-feat-front-page.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px;
  border-radius: 10px;
  margin-top: 32px;
}
.heading-section p {
  color: white;
  margin-block: 32px;
}
@media screen and (min-width: 900px) {
  .heading-section p {
    max-width: 65%;
  }
}
@media screen and (min-width: 1200px) {
  .heading-section p {
    max-width: 50%;
  }
}
@media screen and (min-width: 600px) {
  .heading-section .btn-block {
    display: flex;
    gap: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .heading-section .btn-block {
    padding-bottom: 150px;
  }
}
.heading-section .btn-block a {
  font-size: 15px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .heading-section .btn-block a {
    max-width: max-content;
  }
}
.heading-section .btn-block a.white-btn {
  border-radius: 48px;
  background: #FFF;
  color: #00745E;
  text-align: center;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 9px 24px;
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .heading-section .btn-block a.white-btn {
    margin-top: unset;
  }
}

html {
  scroll-behavior: smooth;
}

.location-description {
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  padding: 16px 0;
  margin: 18px 0 20px;
}

.location-description-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}

.subscribe-form-wrapper {
  width: 100%;
  margin: 0 auto 32px;
  max-width: 570px;
}
.subscribe-form-wrapper form .input-button-container input {
  flex: 1;
  border-radius: 12px;
  border: 1px solid #E0E0E0;
  background: #ffffff;
  position: relative;
  right: -15px;
  z-index: 2;
}
.subscribe-form-wrapper form .input-button-container input:focus {
  outline: none;
}
.subscribe-form-wrapper form .input-button-container button {
  border: 1px solid #00745E;
  position: relative;
  padding-inline: 59px 30px;
  left: -15px;
  display: flex;
  align-items: center;
  background: #00745E;
  border-radius: 12px;
}
.subscribe-form-wrapper form .input-button-container button svg {
  transition: all 0.5s ease;
}
.subscribe-form-wrapper form .input-button-container button svg path {
  fill: #ffffff;
}
.subscribe-form-wrapper #subscribe-error {
  text-align: center;
}

.coming-soon-wrapper {
  background-image: url("../images/flowers-background.webp");
  background-size: cover;
  background-position: center;
}
.coming-soon-wrapper .coming-soon {
  height: 150svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 900px) {
  .coming-soon-wrapper .coming-soon {
    height: 100svh;
  }
}
.coming-soon-wrapper .coming-soon h1 {
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Sofia Sans", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  background: linear-gradient(90deg, #00745E -0.64%, #66AC9E 100.41%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 24px;
}
.coming-soon-wrapper .coming-soon p {
  text-align: center;
}
.coming-soon-wrapper .soon-contacts {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
@media screen and (min-width: 600px) {
  .coming-soon-wrapper .soon-contacts {
    grid-template-columns: repeat(2, 1fr);
  }
}
.coming-soon-wrapper .soon-contacts .contact-item {
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  padding: 6px;
  gap: 16px;
}
.coming-soon-wrapper .soon-contacts .contact-item .icon {
  padding: 5px;
  background-color: #F8F4ED;
  border-radius: 12px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coming-soon-wrapper .soon-contacts .contact-item .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 60px;
}
.coming-soon-wrapper .soon-contacts .contact-item .info label, .coming-soon-wrapper .soon-contacts .contact-item .info .contact {
  display: block;
}
.coming-soon-wrapper .soon-contacts .contact-item .info .label {
  color: var(--Beige---300, #00745E);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Sofia Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 115%;
}
.coming-soon-wrapper .soon-contacts .contact-item .info .contact {
  color: var(--Beige---500, #B99464);
  font-family: "Sofia Sans", sans-serif;
  font-weight: 500;
  line-height: normal;
}

.reliable-care img {
  width: 100%;
  border-radius: 20px;
}
.reliable-care img.reliable-care-desktop {
  display: none;
}
@media screen and (min-width: 700px) {
  .reliable-care img.reliable-care-desktop {
    display: block;
  }
}
@media screen and (min-width: 700px) {
  .reliable-care img.reliable-care-mobile {
    display: none;
  }
}

.trp-shortcode-switcher__wrapper {
  display: none;
}

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