/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/style.scss ***!
  \*********************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "Archivo";
  font-display: swap;
  src: url(1be763238a1d02313b8a.woff) format("woff"), url(458ccb0000faad0e43e9.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Archivo";
  font-display: swap;
  src: url(bd4bd7e314fc1fc8b398.woff) format("woff"), url(e9b1dbd3bc7214c7052d.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Archivo";
  font-display: swap;
  src: url(b4979e0736bbee65d0b1.woff) format("woff"), url(5612cac65d4f6d2d3b19.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Archivo";
  font-display: swap;
  src: url(5e701fad1fcfedcac1aa.woff) format("woff"), url(73cc0e7095c34d3a58e3.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Coolvetica";
  font-display: swap;
  src: url(73d10e96e0ce7f327ff3.woff) format("woff"), url(481f12e041277815130f.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Evalfey";
  font-display: swap;
  src: url(67e301e5216e0220a028.woff) format("woff"), url(a52f3a665f3595702ceb.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body,
body * {
  margin: 0;
  padding: 0;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: "Archivo", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  scroll-behavior: smooth;
  color: #515151;
}

main {
  background-color: #F7F6F7;
}

a {
  text-decoration: none;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

h1 {
  font-size: 100px;
  line-height: 117%;
  color: #F7F6F7;
  font-family: Archivo, sans-serif;
  font-weight: 100;
}
h1 span {
  font-family: Evalfey, sans-serif;
  line-height: 110%;
}
@media (max-width: 1285px) {
  h1 {
    font-size: 65px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  font-family: Archivo, sans-serif;
  font-size: 65px;
  font-weight: 100;
  line-height: 150%;
}
h2 span {
  font-family: Evalfey, sans-serif;
  line-height: 140%;
}
@media (max-width: 1285px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-family: Archivo, sans-serif;
  font-size: 40px;
  font-weight: 100;
  line-height: 37px;
}

h4 {
  font-family: Archivo, sans-serif;
  font-size: 40px;
  font-weight: 200;
  line-height: 37px;
  color: #1e1e1e;
}
@media (max-width: 528px) {
  h4 {
    font-size: 30px;
  }
}

h5 {
  font-family: Archivo, sans-serif;
  font-size: 25px;
  font-weight: 200;
  line-height: 30px;
  color: #1e1e1e;
}

hr {
  width: 1540px;
  margin: 0 auto;
  margin-bottom: 4rem;
}
@media (max-width: 1600px) {
  hr {
    width: 90%;
  }
}

.beer-slider {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 360px;
}

@media (max-width: 1303px) {
  .beer-slider {
    height: 260px;
  }
}
@media (max-width: 1024px) {
  .beer-slider {
    height: 200px;
  }
}
@media (max-width: 820px) {
  .beer-slider {
    height: 400px;
  }
}
@media (max-width: 655px) {
  .beer-slider {
    height: 300px;
  }
}
@media (max-width: 528px) {
  .beer-slider {
    height: 200px;
  }
}
@media (max-width: 400px) {
  .beer-slider {
    height: 150px;
  }
}
.beer-slider *, .beer-slider:before, .beer-slider:after,
.beer-slider *:before,
.beer-slider *:after {
  box-sizing: border-box;
}

.beer-slider img, .beer-slider svg {
  vertical-align: bottom;
}

.beer-slider > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.beer-reveal {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 50%;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.35s;
  border-right: 5px solid #fff;
}

.beer-reveal > :first-child {
  width: 200%;
  max-width: none;
}

.beer-reveal > img:first-child {
  height: 100%;
}

@media (max-width: 1083px) {
  .beer-reveal > img:first-child {
    height: 100%;
  }
}
.beer-range {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  left: -1px;
  width: calc(100% + 2px);
  cursor: pointer;
  -webkit-appearance: slider-horizontal !important;
  -moz-appearance: none;
  opacity: 0;
  -ms-touch-action: auto;
  touch-action: auto;
}

.beer-range::slider-thumb {
  -webkit-appearance: none;
  height: 300vh;
}

.beer-range::-moz-range-thumb {
  -webkit-appearance: none;
  height: 300vh;
}

.beer-range::-ms-tooltip {
  display: none;
}

.beer-handle {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #fff;
  background: #B3D2EE;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0);
  transition: background 0.3s, box-shadow 0.3s, opacity 0.5s 0.25s;
}

.beer-handle:before, .beer-handle:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  border-top: solid 2px;
  border-left: solid 2px;
  transform-origin: 0 0;
}

.beer-handle:before {
  left: 10px;
  transform: rotate(-45deg);
}

.beer-handle:after {
  right: 0;
  transform: rotate(135deg);
}

.beer-range:focus ~ .beer-handle {
  background: #B3D2EE;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.beer-slider[data-beer-label]:after {
  right: 1.5rem;
}

.beer-reveal[data-beer-label]:after {
  left: 1.5rem;
}

.beer-slider[data-beer-label=""]:after,
.beer-reveal[data-beer-label=""]:after {
  content: none;
}

.beer-ready .beer-reveal, .beer-ready .beer-handle {
  opacity: 1;
}

.reg:hover {
  cursor: pointer;
}

.reg-online:hover {
  cursor: pointer;
}

.reg-career:hover {
  cursor: pointer;
}

.modal-open {
  overflow: hidden;
}

.error-border {
  border: 1px solid red !important;
}

.status {
  color: #fff;
  font-weight: 600;
}

/* SERVICES dantu implantai */
.price-blocks-wrap {
  margin-bottom: 30px;
}

.offer-txt-main-wrap .price-blocks-wrap, .offer-txt-main-wrap .price-blocks-wrap {
  margin-bottom: 0;
}

.price-blocks-wrap .is-blue {
  color: #515151;
}

.price-blocks-wrap .is-white {
  color: #fff;
}

.price-blocks-wrap .price-block-title {
  text-align: center;
  font-weight: 300;
  font-size: 25px;
  line-height: 1.2em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.price-block .titles-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.price-block .titles-wrap > * {
  flex: 1 1 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-block .price-main-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.price-block .price-main-content-wrap > * {
  -webkit-box-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

.price-block .price-main-content-wrap > .prices-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-around;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  -ms-flex-pack: justify;
  justify-content: space-around;
}

.price-block {
  padding: 1rem 0;
  border: 1px solid #CAC7C0;
  border-radius: 30px;
  margin-top: 20px;
}

.price-blocks-wrap .price-img-wrap {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.price-img-wrap > i {
  position: absolute;
  top: calc(50% - 27px);
  left: calc(50% - 27px);
  top: -webkit-calc(50% - 27px);
  left: -webkit-calc(50% - 27px);
  font-size: 4em;
  color: #fff;
  opacity: 0.8;
}

.price-img-wrap > img {
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
}

.price-block .play-btn-svg {
  position: absolute;
  height: 50px;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
}

.pricing-block {
  margin-bottom: 30px;
}

.pricing-block:nth-child(3) {
  margin-bottom: 10px;
}

.price-blocks-wrap .excerpt {
  font-weight: 300;
  font-size: 23px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.2em;
}

.price-blocks-wrap .prices-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.price-blocks-wrap .prices-wrap h3 {
  font-size: 25px;
  font-weight: 700;
  margin-right: 10px;
}

.price-blocks-wrap .prices-wrap h4 {
  font-size: 25px;
  font-weight: 300;
  text-decoration: line-through;
}

.price-blocks-wrap .price-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.price-blocks-wrap .price-btn a {
  color: #fff;
  background-color: #15171A;
  border-radius: 100px;
  padding: 14px 2rem;
  font-size: 18px;
  font-weight: 500;
  display: block;
  width: fit-content;
  transition: 0.5s;
}
.price-blocks-wrap .price-btn a:hover {
  background-color: #fff;
  color: #15171A;
  transition: 0.5s;
}

.price-blocks-wrap .save-block {
  background-color: #CAC7C0;
  padding: 10px 0;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.pricing-block .tp-section-clr img {
  width: 150px;
}

.pricing-block .pricing-info {
  margin-left: auto;
  text-align: center;
  width: fit-content;
  width: -moz-max-content;
  width: -webkit-max-content;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-block > .space-block > p {
  margin-bottom: 5px;
}

.pricing-block .pricing-info small {
  margin-right: 15px;
}

.dental-implants-title {
  font-size: 26px;
  margin-top: 30px;
}

@media (max-width: 580px) {
  .price-block .price-main-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .price-block .price-main-content-wrap > .prices-content-wrap > *:not(.save-block) {
    margin-top: 20px;
  }
  .price-blocks-wrap > .price-block:nth-child(2) .price-main-content-wrap {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: box !important;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
  }
  .price-blocks-wrap > .price-block:nth-child(2) .prices-content-wrap {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
  }
  .price-blocks-wrap > .price-block:nth-child(2) .price-img-wrap {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
  }
  .price-blocks-wrap > .price-block:nth-child(1) .titles-wrap, .price-blocks-wrap > .price-block:nth-child(3) .titles-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .price-blocks-wrap > .price-block:nth-child(2) .titles-wrap {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: box !important;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
  }
  .price-blocks-wrap > .price-block:nth-child(2) .titles-wrap > *:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
  }
  .price-blocks-wrap > .price-block:nth-child(2) .titles-wrap > *:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
  }
  .price-blocks-wrap .excerpt {
    margin-top: 20px;
  }
  .price-blocks-wrap .save-block {
    padding: 1.2em 0;
  }
  .pricing-block .pricing-info {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
}
.is-provider-youtube {
  width: 1280px;
  margin: 0 auto;
  margin-top: 4rem;
}
@media (max-width: 1600px) {
  .is-provider-youtube {
    width: 90%;
  }
}
.is-provider-youtube iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}

figure.wp-block-gallery {
  width: 1280px;
  margin: 0 auto;
  margin-top: -4rem;
  padding-bottom: 4rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center !important;
  gap: 2rem !important;
}
@media (max-width: 1600px) {
  figure.wp-block-gallery {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  figure.wp-block-gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
figure.wp-block-gallery figure.wp-block-image {
  width: 100% !important;
  display: flex;
  justify-content: center;
}
figure.wp-block-gallery figure.wp-block-image img {
  width: 100% !important;
  height: auto;
  object-fit: contain;
  flex: unset;
}

.fade-in-opacity {
  opacity: 0;
  transition: opacity 250ms ease-in;
}
.fade-in-opacity.appear {
  opacity: 1;
}

.fade-in-horizontal {
  transition: opacity 950ms ease-in, transform 1200ms ease-in;
  opacity: 0;
}
.fade-in-horizontal.from-left {
  transform: scale(0.2);
}
.fade-in-horizontal.from-left.appear {
  opacity: 1;
  transform: scale(1);
}
.fade-in-horizontal.from-right {
  transform: scale(0.2);
}
.fade-in-horizontal.from-right.appear {
  opacity: 1;
  transform: scale(1);
}

.language-switcher-wrapper {
  position: relative;
}
@media (max-width: 1366px) {
  .language-switcher-wrapper {
    display: none;
  }
}
.language-switcher-wrapper .current-lang-wrapper {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
.language-switcher-wrapper .current-lang-wrapper span {
  text-transform: uppercase;
}
.language-switcher-wrapper .languages-switch-dropdown {
  position: absolute;
  display: none;
  z-index: 99;
  top: 0;
  transition: 0.4s all ease-in-out;
  left: 0;
  transform: translate(-35%, 0);
}
.language-switcher-wrapper .languages-switch-dropdown ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  text-align: center;
  padding-top: 5rem;
  gap: 1.5rem;
}
@media (max-width: 1427px) {
  .language-switcher-wrapper .languages-switch-dropdown ul {
    padding-top: 4rem;
  }
}
@media (max-width: 1056px) {
  .language-switcher-wrapper .languages-switch-dropdown ul {
    padding-top: 3rem;
  }
}
.language-switcher-wrapper .languages-switch-dropdown ul li {
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
}
.language-switcher-wrapper .languages-switch-dropdown ul li.current-lang a {
  color: #fff;
}
.language-switcher-wrapper .languages-switch-dropdown ul li a {
  color: #fff;
}
.language-switcher-wrapper:hover .languages-switch-dropdown {
  display: block;
}

nav.on-mobile {
  display: none !important;
}
@media (max-width: 1366px) {
  nav.on-mobile {
    display: flex !important;
    flex-direction: row !important;
  }
}

header {
  background-color: #bfbfbf;
  position: sticky;
  top: 0;
  z-index: 9999;
}
@media (max-width: 1366px) {
  header .languages-block {
    display: none;
  }
}
header .languages-block select {
  color: #fff;
  letter-spacing: 2px;
  font-size: 20px;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #bfbfbf;
  font-family: "OpenSans", sans-serif;
  font-weight: 600;
}
header .languages-block select option {
  color: #394D60;
}
header .lang {
  width: 100%;
  padding-bottom: 2rem;
}
header .lang.mobile {
  display: none;
}
@media (max-width: 1366px) {
  header .lang.mobile {
    display: block;
    padding-bottom: 1rem;
  }
}
header .lang ul {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  list-style-type: none;
  justify-content: flex-start;
}
header .lang ul li a {
  color: #CAC7C0;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1366px) {
  header .lang ul li a {
    font-size: 16px;
  }
}
header .desktop-header {
  display: grid;
  grid-template-columns: 250px auto 200px 34px;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  height: 95px;
}
@media (max-width: 1464px) {
  header .desktop-header {
    width: 97%;
    grid-template-columns: 250px auto auto 34px;
  }
}
@media (max-width: 1366px) {
  header .desktop-header {
    grid-template-columns: 250px auto 34px;
    width: 95%;
    justify-items: end;
  }
}
@media (max-width: 506px) {
  header .desktop-header {
    grid-template-columns: 155px auto 34px;
  }
}
header .desktop-header img {
  width: 100%;
}
header .desktop-header .social {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1366px) {
  header .desktop-header .social {
    width: fit-content;
    justify-content: end;
    gap: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 480px) {
  header .desktop-header .social {
    gap: 5px;
    padding-right: 10px;
  }
}
header .desktop-header .social a {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
}
header .desktop-header .social a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
}
@media (max-width: 480px) {
  header .desktop-header .social a svg {
    width: 32px;
    height: 32px;
  }
}
header .desktop-header .burger button {
  position: relative;
  width: 34px;
  height: 34px;
  border: none;
  background-color: transparent;
}
header .desktop-header .burger button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s all;
}
header .desktop-header .burger button svg.close {
  opacity: 0;
}
header .desktop-header .burger button svg:hover {
  cursor: pointer;
}
header .hidden-menu {
  display: none;
  background-color: #F7F6F7;
  position: absolute;
  right: 0;
  height: 100vh;
  width: 30%;
  min-width: 580px;
  overflow: visible;
  top: 95px;
  z-index: 999;
  padding-left: 2.5rem;
  padding-top: 2.5rem;
  padding-right: 2.5rem;
}
@media (max-width: 1366px) {
  header .hidden-menu {
    width: 100%;
    min-width: 100%;
  }
}
@media (max-height: 762px) {
  header .hidden-menu .hidden-nav {
    height: 100%;
  }
}
header .hidden-menu .hide-main-nav {
  display: none;
}
@media (max-width: 1366px) {
  header .hidden-menu .hide-main-nav {
    display: flex;
    flex-direction: column-reverse;
    gap: 1rem;
  }
  header .hidden-menu .hide-main-nav nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-bottom: 1px solid #CAC7C0;
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 1366px) and (max-width: 430px) {
  header .hidden-menu .hide-main-nav nav {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
header .hidden-menu.active {
  display: block;
}
@media (max-height: 1366px) {
  header .hidden-menu.active {
    overflow: auto;
  }
}
header .hidden-menu nav {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 430px) {
  header .hidden-menu nav {
    gap: 10px;
  }
}
header .hidden-menu nav a {
  color: #CAC7C0;
  font-family: Archivo, sans-serif;
  font-size: 35px;
  transition: 0.4s;
}
@media (max-width: 1150px) {
  header .hidden-menu nav a {
    font-size: 25px;
  }
}
@media (max-width: 430px) {
  header .hidden-menu nav a {
    font-size: 20px;
  }
}
header .hidden-menu nav a:hover {
  color: #B3D2EE;
  transition: 0.4s;
}
header .main-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
@media (max-width: 1366px) {
  header .main-nav {
    display: none;
  }
}
header .main-nav nav {
  display: flex;
  flex-direction: row;
  gap: 2em;
}
@media (max-width: 1664px) {
  header .main-nav nav {
    gap: 1rem;
  }
}
header .main-nav nav a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1548px) {
  header .main-nav nav a {
    font-size: 16px;
  }
}

.search-popup-block {
  width: 410px;
  height: max-content;
  background-color: transparent;
  position: fixed;
  top: 6rem;
  right: 5rem;
  z-index: 99999;
  display: none;
}
@media (max-width: 513px) {
  .search-popup-block {
    right: 1rem;
  }
}
@media (max-width: 446px) {
  .search-popup-block {
    right: 0;
    left: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
  }
}
.search-popup-block.show {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 446px) {
  .search-popup-block.show {
    flex-direction: column-reverse;
  }
}
.search-popup-block form {
  width: 90%;
}
.search-popup-block form input {
  width: 100%;
  font: inherit;
  color: #4f4f4f;
  font-size: 16px;
  padding: 0.5em 1rem;
  border-radius: 50px;
  border: none;
}

footer {
  background-color: #BFBFBF;
  padding-top: 1.5rem;
}
footer .line {
  width: 100%;
  height: 1px;
  background-color: #fff;
}
footer .container {
  width: 1540px;
  margin: 0 auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 1600px) {
  footer .container {
    width: 90%;
  }
}
@media (max-width: 1262px) {
  footer .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
footer .container .top {
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1262px) {
  footer .container .top {
    display: flex;
  }
}
@media (max-width: 536px) {
  footer .container .top img {
    width: 155px;
  }
}
footer .container .top .social {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
footer .container .top .social a {
  height: fit-content;
}
@media (max-width: 480px) {
  footer .container .top .social {
    justify-content: space-between;
    gap: 1rem;
  }
}
footer .container .footer-bottom {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: auto 760px 240px;
  gap: 1em;
}
@media (max-width: 1490px) {
  footer .container .footer-bottom {
    grid-template-columns: auto 1fr 240px;
  }
}
@media (max-width: 1262px) {
  footer .container .footer-bottom {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  footer .container .footer-bottom {
    grid-template-columns: 1fr;
  }
}
footer .container .footer-bottom .contacts-side {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .container .footer-bottom .contacts-side.on-mobile {
  display: none;
}
@media (max-width: 768px) {
  footer .container .footer-bottom .contacts-side.on-mobile {
    display: flex;
  }
  footer .container .footer-bottom .contacts-side.on-mobile .wrapper {
    display: grid;
  }
}
@media (max-width: 768px) {
  footer .container .footer-bottom .contacts-side {
    gap: 2rem;
  }
}
footer .container .footer-bottom .contacts-side a {
  color: #fff;
  font-size: 20px;
  line-height: 120%;
}
@media (max-width: 768px) {
  footer .container .footer-bottom .contacts-side a {
    font-size: inherit;
  }
}
footer .container .footer-bottom .contacts-side p {
  font-size: 20px;
  line-height: 120%;
}
@media (max-width: 768px) {
  footer .container .footer-bottom .contacts-side p {
    font-size: inherit;
  }
}
footer .container .footer-bottom .contacts-side p.px40 {
  font-size: 40px;
  font-family: Coolvetica, sans-serif;
  font-weight: 100;
}
@media (max-width: 1262px) {
  footer .container .footer-bottom .contacts-side p.px40 {
    font-size: 35px;
  }
}
footer .container .footer-bottom .contacts-side p.px40 span {
  font-family: Evalfey, sans-serif;
}
footer .container .footer-bottom .contacts-side .wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (max-width: 768px) {
  footer .container .footer-bottom .contacts-side .wrapper {
    display: none;
  }
}
footer .container .footer-bottom .contacts-side .wrapper div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
footer .container .footer-bottom .contacts-side .wrapper div.flex-start {
  align-items: flex-start;
}
footer .container .footer-bottom .contacts-side .wrapper div.hours {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
footer .container .footer-bottom .map-middle {
  height: 466px;
}
@media (max-width: 768px) {
  footer .container .footer-bottom .map-middle {
    margin-top: 2rem;
    margin-bottom: 2rem;
    height: 240px;
  }
}
footer .container .footer-bottom .map-middle iframe {
  width: 100%;
  height: 100%;
  border: none;
}
footer .container .footer-bottom .image {
  width: 100%;
  height: 466px;
  overflow: hidden;
}
footer .container .footer-bottom .image .social {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1rem;
}
footer .container .footer-bottom .image .social a {
  height: fit-content;
}
@media (max-width: 480px) {
  footer .container .footer-bottom .image .social {
    justify-content: space-between;
    gap: 1rem;
  }
}
@media (max-width: 600px) {
  footer .container .footer-bottom .image {
    grid-template-columns: repeat(2, 1fr);
  }
  footer .container .footer-bottom .image img {
    width: 80%;
  }
}
@media (max-width: 1262px) {
  footer .container .footer-bottom .image {
    display: none;
  }
}
footer .container .footer-bottom .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
footer .copyrights {
  width: 1540px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: flex-end;
  padding-bottom: 1rem;
  justify-content: flex-end;
}
@media (max-width: 1600px) {
  footer .copyrights {
    width: 90%;
  }
}
footer .copyrights div {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
footer .copyrights div p, footer .copyrights div a {
  font-size: 14px;
  color: #fff;
}

#product-4030 h1 {
  display: none;
}
#product-4030 form label {
  color: #394D60;
  font-weight: normal;
}
#product-4030 form input {
  border-radius: 2px;
  padding: 0.5rem 1rem;
  font-size: 25px;
  border: 1px solid #394D60;
  background-color: transparent;
  color: #515151;
  width: 40%;
  margin-top: 0.5rem;
}
#product-4030 form input::placeholder {
  color: #515151;
}
#product-4030 form button {
  color: #fff;
  background-color: #394D60;
  border-radius: 100px;
  padding: 14px 3rem;
  font-size: 20px;
  font-weight: 500;
  display: block;
  width: fit-content;
  transition: 0.5s;
  border: 1px solid #394D60;
}
#product-4030 form button:hover {
  background-color: #fff;
  color: #15171A;
  transition: 0.5s;
}
#product-4030 form button:hover {
  cursor: pointer;
}
#product-4030 .product_meta {
  display: none;
}

.woocommerce section.simple-paragraph {
  margin-top: 0;
  padding-top: 4rem;
}
.woocommerce section.simple-paragraph button {
  color: #fff;
  background-color: #394D60;
  border-radius: 100px;
  padding: 14px 3rem;
  font-size: 20px;
  font-weight: 500;
  display: block;
  width: fit-content;
  transition: 0.5s;
  border: 1px solid #394D60;
  color: #fff !important;
}
.woocommerce section.simple-paragraph button:hover {
  background-color: #fff;
  color: #15171A;
  transition: 0.5s;
}
.woocommerce section.simple-paragraph button:hover {
  cursor: pointer;
  color: #394D60 !important;
}
.woocommerce section.simple-paragraph button.button.alt {
  background-color: #394D60;
}
.woocommerce section.simple-paragraph h2 {
  line-height: 100px;
}
@media (max-width: 1285px) {
  .woocommerce section.simple-paragraph h2 {
    line-height: 60px;
  }
}
.woocommerce section.simple-paragraph a.button.alt {
  color: #fff;
  background-color: #394D60;
  border-radius: 100px;
  padding: 14px 3rem;
  font-size: 20px;
  font-weight: 500;
  display: block;
  width: fit-content;
  transition: 0.5s;
}
.woocommerce section.simple-paragraph a.button.alt:hover {
  background-color: #fff;
  color: #15171A;
  transition: 0.5s;
}
.woocommerce section.simple-paragraph label {
  color: #394D60;
  font-weight: normal;
}
.woocommerce section.simple-paragraph input, .woocommerce section.simple-paragraph textarea {
  border-radius: 2px;
  padding: 0.5rem 1rem;
  font-size: 18px;
  border: 1px solid #B3D2EE;
  background-color: transparent;
  color: #515151;
  width: 100%;
}
.woocommerce section.simple-paragraph input::placeholder, .woocommerce section.simple-paragraph textarea::placeholder {
  color: #515151;
}
.woocommerce section.simple-paragraph .select2 .selection .select2-selection {
  border-radius: 2px;
  padding: 1rem 1rem;
  font-size: 18px;
  border: 1px solid #B3D2EE;
  background-color: transparent;
  color: #515151;
  width: 100%;
}
.woocommerce section.simple-paragraph .select2 .selection .select2-selection span {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translate(0rem, -50%);
}
.woocommerce section.simple-paragraph .select2 .selection .select2-selection span.select2-selection__arrow {
  right: 0.5rem;
  left: unset;
}
.woocommerce section.simple-paragraph table tbody td.actions .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 780px) {
  .woocommerce section.simple-paragraph table tbody td.actions .wrapper {
    flex-direction: column;
    gap: 1rem;
  }
}
.woocommerce section.simple-paragraph table tbody td.actions .wrapper .coupon {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 520px) {
  .woocommerce section.simple-paragraph table tbody td.actions .wrapper .coupon {
    flex-direction: column;
    width: 100%;
  }
  .woocommerce section.simple-paragraph table tbody td.actions .wrapper .coupon button {
    width: 100%;
  }
}
.woocommerce section.simple-paragraph table tbody td.actions .wrapper .coupon label {
  color: #B3D2EE;
  font-weight: normal;
}
.woocommerce section.simple-paragraph table tbody td.actions .wrapper .coupon input {
  border-radius: 2px;
  padding: 0.5rem 1rem;
  font-size: 18px;
  border: 1px solid #B3D2EE;
  background-color: transparent;
  color: #515151;
  width: 50%;
}
@media (max-width: 520px) {
  .woocommerce section.simple-paragraph table tbody td.actions .wrapper .coupon input {
    width: 100%;
  }
}
.woocommerce section.simple-paragraph table tbody td.actions .wrapper .coupon input::placeholder {
  color: #515151;
}
.woocommerce section.simple-paragraph #customer_details {
  margin-bottom: 2rem;
}
.woocommerce section.simple-paragraph #billing_country_field {
  display: none;
}

.flow-button {
  position: fixed;
  bottom: 0.5rem;
  right: 0.5rem;
  z-index: 999;
}
.flow-button a {
  color: #fff;
  background-color: #394D60;
  border-radius: 100px;
  padding: 14px 2rem;
  font-size: 18px;
  font-weight: 500;
  display: block;
  width: fit-content;
  transition: 0.5s;
}
.flow-button a:hover {
  background-color: #fff;
  color: #15171A;
  transition: 0.5s;
}
@media (max-width: 520px) {
  .flow-button {
    display: none;
  }
}

.register-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999999;
  left: 0;
  top: 0;
  backdrop-filter: blur(15px);
  display: none;
}
@media (max-width: 937px) {
  .register-modal {
    overflow: auto;
  }
}
.register-modal .image {
  width: 100%;
  height: 100%;
}
@media (max-width: 577px) {
  .register-modal .image {
    display: none;
  }
}
.register-modal .image img {
  width: 100%;
  height: 100%;
  object-position: top center;
  object-fit: cover;
}
.register-modal .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: fit-content;
  position: relative;
  background-color: #B3D2EE;
  display: grid;
  grid-template-columns: auto 236px;
}
@media (max-width: 1893px) {
  .register-modal .content {
    width: 70%;
  }
}
@media (max-width: 1627px) {
  .register-modal .content {
    width: 80%;
  }
}
@media (max-width: 1427px) {
  .register-modal .content {
    width: 90%;
  }
}
@media (max-width: 937px) {
  .register-modal .content {
    transform: none;
    grid-template-columns: 1fr 0.3fr;
    top: 10%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 577px) {
  .register-modal .content {
    grid-template-columns: 1fr;
  }
}
.register-modal .content h3, .register-modal .content p, .register-modal .content a, .register-modal .content label {
  color: #fff;
}
.register-modal .content span.close-reg {
  position: absolute;
  top: 1em;
  right: 1em;
}
.register-modal .content span.close-reg:hover {
  cursor: pointer;
}
.register-modal .content form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2em;
  padding: 2rem;
  justify-content: center;
}
@media (max-width: 620px) {
  .register-modal .content form {
    padding: 1rem;
  }
}
.register-modal .content form .form-top {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
@media (max-width: 1267px) {
  .register-modal .content form .form-top {
    flex-direction: column;
    gap: 1rem;
  }
}
.register-modal .content form .form-top .radio-buttons-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  width: auto;
}
@media (max-width: 937px) {
  .register-modal .content form .form-top .radio-buttons-wrapper {
    flex-direction: column;
  }
}
.register-modal .content form .form-top .radio-buttons-wrapper label {
  display: block;
  position: relative;
  cursor: pointer;
  color: #B3D2EE;
  font-size: 18px;
  user-select: none;
  padding: 0;
  background-color: #ffffff;
  width: fit-content;
  text-align: center;
  border: 1px solid #fff;
  transition: 0.3s;
  border-radius: 50px;
}
@media (max-width: 937px) {
  .register-modal .content form .form-top .radio-buttons-wrapper label {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .register-modal .content form .form-top .radio-buttons-wrapper label {
    font-size: inherit;
  }
}
.register-modal .content form .form-top .radio-buttons-wrapper label:hover {
  box-shadow: inset 0 0 0 1px #1e1e1e;
  transition: 0.4s;
}
.register-modal .content form .form-top .radio-buttons-wrapper label > input[type=radio] {
  display: none;
}
.register-modal .content form .form-top .radio-buttons-wrapper label > input[type=radio]:checked + * {
  width: 100%;
  box-shadow: inset 0 0 0 1px #1e1e1e;
  background-color: #1e1e1e;
  color: #fff;
  border-radius: 50px;
}
.register-modal .content form .form-top .radio-buttons-wrapper label > input[type=radio]:checked + * label {
  border: 1px solid #1e1e1e;
}
.register-modal .content form .form-top .radio-buttons-wrapper fieldset {
  margin: 20px;
  max-width: 400px;
  text-align: center;
}
.register-modal .content form .form-top .radio-buttons-wrapper label > input[type=radio] + * {
  display: inline-block;
  padding: 0.5rem 1rem;
}
.register-modal .content form .inputs-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 937px) {
  .register-modal .content form .inputs-wrapper {
    grid-template-columns: 1fr;
  }
}
.register-modal .content form .inputs-wrapper.one {
  grid-template-columns: 1fr;
  gap: 0;
}
.register-modal .content form input {
  border-radius: 2px;
  padding: 0.5rem 1rem;
  font-size: 25px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  width: 100%;
}
.register-modal .content form input::placeholder {
  color: #fff;
}
.register-modal .content form textarea {
  border-radius: 2px;
  padding: 0.5rem 1rem;
  font-size: 25px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  width: 100%;
  resize: none;
}
.register-modal .content form textarea::placeholder {
  color: #fff;
}
.register-modal .content form button {
  color: #fff;
  background-color: #394D60;
  border-radius: 100px;
  padding: 14px 3rem;
  font-size: 20px;
  font-weight: 500;
  display: block;
  width: fit-content;
  transition: 0.5s;
  width: 100%;
  border: 1px solid #394D60;
}
.register-modal .content form button:hover {
  background-color: #fff;
  color: #15171A;
  transition: 0.5s;
}
.register-modal .content form button:hover {
  cursor: pointer;
}
.register-modal .content form .input-block {
  width: 60%;
}
.register-modal .content form .input-block .hiddenFileInput {
  display: block;
  position: relative;
}
.register-modal .content form .input-block .hiddenFileInput .upload-btn {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  right: 0;
}
.register-modal .content form .input-block .hiddenFileInput input {
  border: none;
}
.register-modal .content form .input-block .hiddenFileInput input::placeholder {
  color: #B3D2EE;
}
.register-modal .content form .input-block .hiddenFileInput input[type=file] {
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
  color: #B3D2EE;
}
.register-modal .content form .input-block .hiddenFileInput input[type=file]::placeholder {
  color: #B3D2EE;
}
.register-modal .content form .cc-custom-selector {
  position: relative;
  border: 1px solid #fff;
}
.register-modal .content form .cc-custom-selector select {
  display: none;
}
@media (max-width: 768px) {
  .register-modal .content form .cc-custom-selector .inputs-wrapper {
    margin-top: 0;
  }
}
.register-modal .content form .cc-custom-selector .select-selected {
  background-color: transparent;
  border-radius: 2px;
  padding: 0.5rem 1rem;
}
.register-modal .content form .cc-custom-selector .select-selected:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 64px;
  height: 100%;
  background-color: transparent;
  z-index: 8;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.register-modal .content form .cc-custom-selector .select-selected:before {
  position: absolute;
  content: "";
  background-image: url(fb4e0c99c58180f24460.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  height: 10px;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  z-index: 9;
  transition: 0.7s all;
  margin-bottom: 0;
}
.register-modal .content form .cc-custom-selector .select-selected.select-arrow-active:before {
  transform: translateY(-50%) rotate(180deg);
}
.register-modal .content form .cc-custom-selector .select-items div, .register-modal .content form .cc-custom-selector .select-selected {
  color: #fff;
  cursor: pointer;
  font-size: 25px;
}
.register-modal .content form .cc-custom-selector .select-items div {
  padding: 2px;
  color: #1e1e1e;
  font-size: 16px;
}
.register-modal .content form .cc-custom-selector .select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  margin-top: 0;
  padding: 1rem;
  border-radius: 2px;
  overflow: auto;
  height: 200px;
}
.register-modal .content form .cc-custom-selector .select-hide {
  display: none;
}
.register-modal .content form .cc-custom-selector .select-items div:hover, .register-modal .content form .cc-custom-selector .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.register-modal .content .success-block {
  padding-top: 10rem;
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
  display: none;
}
.register-modal .content .success-block h3, .register-modal .content .success-block p {
  width: 60%;
}
.register-modal .content .success-block h3 {
  display: block;
  padding-bottom: 3rem;
}
.register-modal .content .success-block .close-btn {
  color: #fff;
  background-color: #1e1e1e;
  border-radius: 100px;
  padding: 14px 6rem;
  font-size: 20px;
  font-weight: 500;
  display: block;
  width: fit-content;
  transition: 0.5s;
  text-align: center;
  position: absolute;
  left: 3rem;
  bottom: 3rem;
}
.register-modal .content .success-block .close-btn:hover {
  background-color: #fff;
  color: #15171A;
  transition: 0.5s;
}
.register-modal .content .success-block .close-btn:hover {
  cursor: pointer;
}
.register-modal .content .success-block .close-btn:hover p {
  color: #1e1e1e;
}

section.main-hero {
  width: 100%;
  height: 90vh;
  position: relative;
  margin-bottom: -250px;
}
@media (max-width: 1024px) {
  section.main-hero {
    margin-bottom: 3rem;
  }
}
@media (max-width: 606px) {
  section.main-hero.testimonials-hero {
    height: 110vh;
  }
}
section.main-hero.career {
  margin-bottom: 0;
}
section.main-hero.career .hero-text {
  transform: translate(-50%, -50%) !important;
}
section.main-hero.career .button-wrapper {
  flex-direction: column !important;
  gap: 3rem;
}
section.main-hero.career .button-wrapper a {
  color: #fff;
  background-color: #394D60 !important;
  border-radius: 100px;
  padding: 14px 3rem;
  font-size: 20px;
  font-weight: 500;
  display: block;
  width: fit-content;
  transition: 0.5s;
  margin: 0 auto;
}
section.main-hero.career .button-wrapper a:hover {
  background-color: #fff;
  color: #15171A;
  transition: 0.5s;
}
section.main-hero.career .button-wrapper a:hover {
  background-color: #fff !important;
}
section.main-hero .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.main-hero .shadow img {
  width: 100%;
  height: 100%;
}
section.main-hero video, section.main-hero img {
  width: 100%;
  height: 100%;
  object-position: top right;
  object-fit: cover;
}
section.main-hero .hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
section.main-hero .hero-text.translate-80 {
  transform: translate(-50%, -80%);
}
@media (max-width: 506px) {
  section.main-hero .hero-text.translate-80 {
    transform: translate(-50%, -50%);
  }
}
section.main-hero .hero-text .button-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 1rem;
}
section.main-hero .hero-text .button-wrapper a {
  color: #fff;
  background-color: #394D60;
  border-radius: 100px;
  padding: 14px 3rem;
  font-size: 20px;
  font-weight: 500;
  display: block;
  width: fit-content;
  transition: 0.5s;
}
section.main-hero .hero-text .button-wrapper a:hover {
  background-color: #fff;
  color: #15171A;
  transition: 0.5s;
}
@media (max-width: 430px) {
  section.main-hero .hero-text .button-wrapper a {
    color: #fff;
    background-color: #394D60;
    border-radius: 100px;
    padding: 14px 1.5rem;
    font-size: 20px;
    font-weight: 500;
    display: block;
    width: fit-content;
    transition: 0.5s;
  }
  section.main-hero .hero-text .button-wrapper a:hover {
    background-color: #fff;
    color: #15171A;
    transition: 0.5s;
  }
}
section.main-hero .hero-text .button-wrapper p {
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  font-weight: 300;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.main-hero .hero-text .button-wrapper p {
    width: 90%;
  }
}

section.main-hero-content {
  width: 1540px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
@media (max-width: 1600px) {
  section.main-hero-content {
    width: 90%;
  }
}
@media (max-width: 545px) {
  section.main-hero-content {
    /*grid-template-columns: 1fr;
    grid-template-areas: "have-bg"
      "no-bg";*/
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 545px) {
  section.main-hero-content a.bg {
    /*grid-area: have-bg;*/
    order: 1;
  }
  section.main-hero-content a.no-bg {
    /*grid-area: no-bg;*/
    order: 2;
  }
}
section.main-hero-content a .one-item {
  height: 592px;
  position: relative;
  background-color: #B3D2EE;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1285px) {
  section.main-hero-content a .one-item {
    height: 304px;
  }
}
section.main-hero-content a .one-item h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #F7F6F7;
  width: 100%;
  text-align: center;
}
section.main-hero-content a .one-item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
section.main-hero-content a .more {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 2rem;
  align-items: center;
}
section.main-hero-content a .more .line {
  width: 0;
  height: 1px;
  background-color: #fff;
  margin-left: 2rem;
  margin-right: 2rem;
  transition: 0.5s;
}
section.main-hero-content a .more p {
  font-family: Coolvetica, sans-serif;
  font-weight: 100;
  font-size: 25px;
  color: #fff;
  margin-right: 2rem;
  transition: 0.2s;
  opacity: 0;
}
section.main-hero-content a .top-line {
  width: 0;
  height: 1px;
  margin-right: 2rem;
  position: absolute;
  background-color: #fff;
  top: 2rem;
  right: 0;
  transition: 0.5s;
}
section.main-hero-content a:hover .more .line {
  width: 100%;
  transition: 0.5s;
}
section.main-hero-content a:hover .more p {
  animation: 0.8s ease 0s normal forwards 1 fadein;
}
section.main-hero-content a:hover .top-line {
  width: calc(100% - 4rem);
  transition: 0.5s;
}

section.services .container {
  width: 1540px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 1600px) {
  section.services .container {
    width: 90%;
  }
}
@media (max-width: 1490px) {
  section.services .container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1084px) {
  section.services .container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 645px) {
  section.services .container {
    grid-template-columns: 1fr;
  }
}
section.services .container .one-service {
  background-color: #B3D2EE;
  height: 368px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  position: relative;
}
section.services .container .one-service p {
  padding-top: 1rem;
}
section.services .container a .more {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 2rem;
  align-items: center;
}
section.services .container a .more .line {
  width: 0;
  height: 1px;
  background-color: #fff;
  margin-left: 2rem;
  margin-right: 2rem;
  transition: 0.5s;
}
section.services .container a .more p {
  font-family: Coolvetica, sans-serif;
  font-weight: 100;
  font-size: 25px;
  color: #fff;
  margin-right: 2rem;
  transition: 0.2s;
  opacity: 0;
}
section.services .container a .top-line {
  width: 0;
  height: 1px;
  margin-right: 2rem;
  position: absolute;
  background-color: #fff;
  top: 2rem;
  right: 0;
  transition: 0.5s;
}
section.services .container a:hover .more .line {
  width: 100%;
  transition: 0.5s;
}
section.services .container a:hover .more p {
  animation: 0.8s ease 0s normal forwards 1 fadein;
}
section.services .container a:hover .top-line {
  width: calc(100% - 4rem);
  transition: 0.5s;
}
section.services .container a .more {
  align-items: flex-end;
}
section.services .container a .more .line {
  margin-left: 0;
}
section.services .container a .more p {
  line-height: 18px;
}
section.services .container a:hover .more .line {
  width: 50%;
}

section.coupon {
  margin-top: 4rem;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #B4B9BD;
}
@media (max-width: 768px) {
  section.coupon {
    background-image: none !important;
  }
}
section.coupon .container {
  width: 1540px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
  color: #fff;
  height: 740px;
  position: relative;
}
@media (max-width: 1600px) {
  section.coupon .container {
    width: 90%;
  }
}
@media (max-width: 1596px) {
  section.coupon .container {
    justify-content: flex-end;
    padding-bottom: 2rem;
    height: 440px;
  }
}
@media (max-width: 768px) {
  section.coupon .container {
    height: fit-content;
    padding-top: 2rem;
  }
}
section.coupon .container p {
  width: 35%;
  font-size: 25px;
  line-height: 40px;
}
@media (max-width: 1285px) {
  section.coupon .container p {
    width: 65%;
  }
}
@media (max-width: 768px) {
  section.coupon .container p {
    width: 90%;
  }
}
section.coupon .container a {
  color: #fff;
  font-family: Coolvetica, sans-serif;
  font-size: 25px;
  font-weight: 100;
}
section.coupon .container .top-line {
  width: 0;
  height: 1px;
  background-color: #F7F6F7;
  position: absolute;
  top: 2rem;
  right: 0;
  transition: 0.5s;
}
section.coupon .container .bottom-line {
  width: 0;
  height: 1px;
  background-color: #F7F6F7;
  position: absolute;
  bottom: 2rem;
  left: 0;
  transition: 0.5s;
}
section.coupon .container:hover .top-line, section.coupon .container:hover .bottom-line {
  width: 100%;
  transition: 0.5s;
}

section.small-hero {
  height: 724px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
section.small-hero .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(172, 152, 136, 0.5) 0%, rgba(255, 255, 255, 0) 70%);
}
section.small-hero .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  section.small-hero .text {
    width: 90%;
  }
}
section.small-hero .text p {
  width: 70%;
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  margin: 0 auto;
  padding-top: 1rem;
}
section.small-hero .text a {
  color: #fff;
  background-color: #394D60;
  border-radius: 100px;
  padding: 14px 3rem;
  font-size: 20px;
  font-weight: 500;
  display: block;
  width: fit-content;
  transition: 0.5s;
  margin-top: 3rem;
}
section.small-hero .text a:hover {
  background-color: #fff;
  color: #15171A;
  transition: 0.5s;
}
@media (max-width: 1024px) {
  section.small-hero .text a {
    margin: 2rem auto 0 auto;
  }
}
@media (max-width: 460px) {
  section.small-hero .text a {
    color: #fff;
    background-color: #394D60;
    border-radius: 100px;
    padding: 14px 1rem;
    font-size: 20px;
    font-weight: 500;
    display: block;
    width: fit-content;
    transition: 0.5s;
    width: 100%;
    text-align: center;
  }
  section.small-hero .text a:hover {
    background-color: #fff;
    color: #15171A;
    transition: 0.5s;
  }
}
section.small-hero .text .images {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  margin-top: 6rem;
  width: 100%;
  justify-content: center;
}
@media (max-width: 880px) {
  section.small-hero .text .images {
    flex-wrap: wrap;
  }
}
@media (max-width: 542px) {
  section.small-hero .text .images {
    margin-top: 3rem;
    gap: 1rem;
  }
}

section.simple-paragraph {
  width: 1280px;
  margin: 0 auto;
  margin-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 1600px) {
  section.simple-paragraph {
    width: 90%;
  }
}
section.simple-paragraph h2 {
  color: #1E1E1E;
}
section.simple-paragraph p {
  display: block;
  padding-bottom: 1rem;
}
section.simple-paragraph p strong {
  font-size: 25px;
  font-weight: 400;
  color: #1e1e1e;
  padding-top: 2rem;
  display: block;
}
section.simple-paragraph ul {
  padding-left: 20px;
}
section.simple-paragraph ul li {
  padding-bottom: 10px;
}
section.simple-paragraph table.leasing-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
section.simple-paragraph table.leasing-table tr td {
  border: 1px solid #1E1E1E;
  padding: 10px;
}

main[data-page=sveikatos-draudimas] section.simple-paragraph {
  padding-bottom: 2rem;
}
main[data-page=sveikatos-draudimas] section.simple-paragraph ~ section.simple-paragraph {
  margin-top: 0;
}
main[data-page=sveikatos-draudimas] section.simple-paragraph h2 {
  margin-bottom: 1.5rem;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.03em;
}
main[data-page=sveikatos-draudimas] section.simple-paragraph ol, main[data-page=sveikatos-draudimas] section.simple-paragraph ul {
  padding-left: 3rem;
}
main[data-page=sveikatos-draudimas] section.simple-paragraph ol {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
main[data-page=sveikatos-draudimas] section.simple-paragraph ol li strong {
  font-weight: 600;
}
main[data-page=sveikatos-draudimas] section.simple-paragraph ol li p {
  padding: 0;
  margin: 0;
}
main[data-page=sveikatos-draudimas] section.simple-paragraph ul {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin: 0.5rem 0;
}
main[data-page=sveikatos-draudimas] section.simple-paragraph ul li {
  padding: 0;
}
main[data-page=sveikatos-draudimas] section.simple-paragraph ul li strong {
  font-weight: 600;
}
main[data-page=sveikatos-draudimas] section.simple-paragraph ul li p {
  padding: 0;
  margin: 0;
}

section.image-paragraph {
  width: 1540px;
  margin: 0 auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 5rem;
}
@media (max-width: 1600px) {
  section.image-paragraph {
    width: 90%;
  }
}
@media (max-width: 1107px) {
  section.image-paragraph {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
section.image-paragraph .text h4 {
  display: block;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
section.image-paragraph .slideshow-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 2rem;
}
section.image-paragraph .slideshow-container img {
  width: 100%;
  height: 100%;
  object-position: top center;
  object-fit: cover;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
section.gallery-slider {
  margin-top: 4rem;
  padding-bottom: 4rem;
}
section.gallery-slider.padding-0 {
  margin-top: 0;
  padding-bottom: 0;
}
section.gallery-slider h2 {
  width: 1540px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  section.gallery-slider h2 {
    width: 90%;
  }
}
section.gallery-slider .swiper {
  width: 100%;
}
section.gallery-slider .swiper img {
  width: 370px;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: top center;
}
@media (max-width: 1024px) {
  section.gallery-slider .swiper img {
    width: 100%;
    height: 150px;
  }
}

section.all-testimonials {
  position: relative;
  z-index: 1;
  width: 1540px;
  margin: 0 auto;
  padding-bottom: 4rem;
  margin-top: -300px;
}
@media (max-width: 1600px) {
  section.all-testimonials {
    width: 90%;
  }
}
@media (max-width: 1024px) {
  section.all-testimonials {
    margin-top: -200px;
  }
}
section.all-testimonials .buttons {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-bottom: 4rem;
  justify-content: center;
}
@media (max-width: 606px) {
  section.all-testimonials .buttons {
    flex-direction: column;
  }
}
section.all-testimonials .buttons div {
  color: #fff;
  background-color: transparent;
  border-radius: 100px;
  padding: 14px 2rem;
  font-size: 20px;
  font-weight: 500;
  display: block;
  width: fit-content;
  transition: 0.5s;
  border: 1px solid #fff;
}
section.all-testimonials .buttons div:hover {
  background-color: #fff;
  color: #15171A;
  transition: 0.5s;
}
@media (max-width: 606px) {
  section.all-testimonials .buttons div {
    width: 100%;
    text-align: center;
  }
}
section.all-testimonials .buttons div:hover {
  cursor: pointer;
}
section.all-testimonials .buttons div.active {
  background-color: #394D60;
  border: 1px solid #394D60;
  color: #fff;
}
section.all-testimonials .testimonials-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 1024px) {
  section.all-testimonials .testimonials-container {
    grid-template-columns: 1fr;
  }
}
section.all-testimonials .testimonials-container .doctor-block {
  display: none;
  background-color: #fff;
  padding: 1.5rem;
  position: relative;
}
section.all-testimonials .testimonials-container .doctor-block.show {
  display: block;
}
section.all-testimonials .testimonials-container .doctor-block .top {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}
section.all-testimonials .testimonials-container .doctor-block .top img {
  width: 80px;
  height: 80px;
  border-radius: 100px;
}
section.all-testimonials .testimonials-container .doctor-block .top p {
  color: #B3D2EE;
}
section.all-testimonials .testimonials-container .doctor-block .testimonial {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
section.all-testimonials .testimonials-container .doctor-block .icon {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}

section.before-after {
  position: relative;
  z-index: 1;
  width: 1540px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 2rem;
  column-gap: 1rem;
  padding-bottom: 6rem;
}
@media (max-width: 1600px) {
  section.before-after {
    width: 90%;
  }
}
@media (max-width: 820px) {
  section.before-after {
    grid-template-columns: 1fr;
    padding-bottom: 2rem;
  }
}
section.before-after.padding-bottom-2 {
  padding-bottom: 2rem;
}
section.before-after.grid-1 {
  grid-template-columns: 1fr;
  padding-bottom: 2rem;
}
section.before-after .cases {
  position: relative;
}
section.before-after .cases p {
  position: absolute;
  font-size: 25px;
  font-family: Coolvetica, sans-serif;
  color: #fff;
  z-index: 55;
}
section.before-after .cases p.before {
  left: 1rem;
  top: 1rem;
}
section.before-after .cases p.after {
  right: 1rem;
  bottom: 1rem;
}
section.before-after h4 {
  padding-top: 1rem;
}

section.all-doctors {
  width: 1540px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-bottom: 4rem;
}
@media (max-width: 1600px) {
  section.all-doctors {
    width: 90%;
  }
}
section.all-doctors .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
  row-gap: 2rem;
}
@media (max-width: 480px) {
  section.all-doctors .container {
    grid-template-columns: 1fr;
  }
}
section.all-doctors .container .one-doctor img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
section.all-doctors .container .one-doctor h3 {
  color: #1e1e1e;
  font-size: 35px;
  display: block;
  font-weight: bold;
  margin-top: 0.8rem;
}
section.all-doctors .container .one-doctor p {
  color: #B3D2EE;
  display: block;
}
section.all-doctors .container .one-doctor .excerpt {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
section.all-doctors .container .one-doctor .excerpt p {
  color: #515151;
}
section.all-doctors .container .one-doctor .more {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: flex-end;
  margin-top: 10px;
}
section.all-doctors .container .one-doctor .more p {
  font-size: 22px;
  color: #1e1e1e;
  font-family: Coolvetica, sans-serif;
}
section.all-doctors .container .one-doctor .more .line {
  width: 100%;
  height: 1px;
  background-color: #1e1e1e;
}

.duk {
  padding: 0 0 4rem;
}

.duk__item.is-active .duk__answer-wrap {
  grid-template-rows: 1fr;
  opacity: 1;
}

.duk__item.is-active .duk__icon {
  transform: rotate(180deg);
}

.fade-in-horizontal {
  opacity: 0 !important;
  transform: translateX(40px) !important;
  transition: all 0.6s ease !important;
}

.fade-in-horizontal.from-left {
  transform: translateX(-40px) !important;
}

.fade-in-horizontal.appear {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

.duk__container {
  width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .duk__container {
    width: 90%;
  }
}

.duk__title {
  margin: 0 0 1.5rem;
  color: #515151;
  font-size: 25px;
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.duk__list {
  border-top: 1px solid #b9beb7;
}

.duk__item {
  border-bottom: 1px solid #b9beb7;
}

.duk__question {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
  cursor: pointer;
  color: #1e1e1e;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}
.duk__question span {
  color: #515151;
}

.duk__question span:first-child {
  max-width: 88%;
}

.duk__icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  color: #1e1e1e;
  transition: transform 0.35s ease;
}

.duk__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.duk__answer-wrap {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 0.4s ease, opacity 0.3s ease;
}

.duk__answer {
  overflow: hidden;
  padding-right: 70px;
}

.duk__answer p {
  margin: 0;
  padding: 0 0 20px;
  color: #515151;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 400;
}

@media (max-width: 991px) {
  .duk__question {
    padding: 24px 0;
  }
  .duk__question span:first-child {
    max-width: 82%;
  }
  .duk__icon {
    width: 26px;
    height: 26px;
  }
  .duk__answer {
    padding-right: 0;
  }
  .duk__answer p {
    padding-bottom: 24px;
  }
}
section.service-content-single {
  width: 1540px;
  margin: 4rem auto 0 auto;
  padding-top: var(--list-pt, 0);
  padding-bottom: var(--list-pb, 0);
  padding-left: var(--list-pl, 0);
  padding-right: var(--list-pr, 0);
}
@media (max-width: 1600px) {
  section.service-content-single {
    width: 90%;
  }
}

.service-single {
  background: radial-gradient(circle at 90% 10%, rgba(179, 210, 238, 0.25), transparent 45%), linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  padding: 3rem;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 18px 50px rgba(21, 42, 53, 0.08);
}

.service-single__content h2 {
  margin: 0 0 1.25rem;
  color: #B3D2EE;
  font-size: clamp(2rem, 3vw, 3.5rem);
  line-height: 1.05;
  font-weight: 500;
}
.service-single__content p {
  color: #2b2b2b;
  font-size: 1.125rem;
  line-height: 1.7;
  margin: 0 0 1rem;
}

@media (max-width: 991px) {
  .service-single {
    padding: 2rem;
    min-height: 260px;
  }
}
section.service-content-split {
  width: 1540px;
  padding-top: var(--list-pt, 0);
  padding-bottom: var(--list-pb, 0);
  padding-left: var(--list-pl, 0);
  padding-right: var(--list-pr, 0);
  margin: 0 auto;
}
@media (max-width: 1600px) {
  section.service-content-split {
    width: 90%;
  }
}

.service-content-split__container {
  width: 100%;
}

.service-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.service-split.full-width {
  grid-template-columns: 1fr;
}
.service-split.full-width .service-split__block {
  min-height: 700px;
}
@media (max-width: 991px) {
  .service-split.full-width .service-split__block {
    min-height: 400px;
  }
}

.service-split__block {
  border-radius: 0;
  overflow: hidden;
  min-height: 320px;
}

.service-split__block--text {
  background: radial-gradient(circle at 10% 80%, rgba(179, 210, 238, 0.18), transparent 50%), linear-gradient(180deg, #f9fbfd 0%, #f3f7fa 100%);
  padding: 3rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 18px 50px rgba(21, 42, 53, 0.08);
}

.service-content-split__heading h2,
.service-split__block--text h2 {
  margin: 0 0 1.25rem;
  color: #B3D2EE;
  font-size: clamp(2rem, 3vw, 3.5rem);
  line-height: 1.05;
  font-weight: 500;
}

.service-split__description h3 {
  margin: 0 0 1rem;
  color: #B3D2EE;
  font-size: 1.75rem;
}

.service-split__description ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 1rem;
}
.service-split__description ul li {
  font-size: 1.125rem;
}

.service-split__description p {
  margin: 0 0 1rem;
  color: #2b2b2b;
  font-size: 1.125rem;
  line-height: 1.7;
}

.service-split__description img {
  width: 100%;
}

.service-split__block--image {
  padding: 0;
  background: transparent;
}

.service-split__block--image img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}

.service-split--image-text {
  grid-template-columns: 1fr 1fr;
}

.service-split--text-image {
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 991px) {
  .service-split {
    grid-template-columns: 1fr;
  }
  .service-split__block {
    min-height: 260px;
  }
  .service-split__block--text {
    padding: 2rem;
  }
}
main[data-page=dovanu-kuponas] .service-content-split .service-split__block--image {
  min-height: auto !important;
}
main[data-page=dovanu-kuponas] .service-content-split .service-split__block--image img {
  min-height: inherit !important;
}

section.service-content-table-dynamic {
  width: 1540px;
  margin: 0 auto;
  padding-top: var(--list-pt, 0);
  padding-bottom: var(--list-pb, 0);
  padding-left: var(--list-pl, 0);
  padding-right: var(--list-pr, 0);
}
@media (max-width: 1600px) {
  section.service-content-table-dynamic {
    width: 90%;
  }
}

.service-content-table-dynamic__container {
  width: 100%;
}

.service-table-dynamic {
  margin-bottom: 20px;
  display: block;
  background: radial-gradient(circle at 0% 0%, rgba(179, 210, 238, 0.18), transparent 40%), linear-gradient(180deg, #ffffff 0%, #f6f9fb 100%);
  padding: 3rem;
  min-height: 320px;
  border-radius: 0;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0 18px 50px rgba(21, 42, 53, 0.08);
}

.service-table-dynamic__head {
  margin-bottom: 1.25rem;
}

.service-table-dynamic__title {
  margin: 0 0 1.25rem;
  color: #B3D2EE;
  font-size: clamp(2rem, 3vw, 3.5rem);
  line-height: 1.05;
  font-weight: 500;
}

.service-table-dynamic__description p,
.service-table-dynamic__description li {
  color: #2b2b2b;
  font-size: 1.125rem;
  line-height: 1.7;
}
.service-table-dynamic__description p {
  margin: 0 0 1rem;
}
.service-table-dynamic__description p:last-child {
  margin-bottom: 0;
}
.service-table-dynamic__description ul,
.service-table-dynamic__description ol {
  padding-left: 1.2rem;
  margin: 1rem 0 0;
}

.service-table-dynamic__wrap {
  overflow-x: auto;
}
.service-table-dynamic__wrap table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
}
.service-table-dynamic__wrap th,
.service-table-dynamic__wrap td {
  text-align: left;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #cfd5cf;
  color: #2b2b2b;
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: top;
}
.service-table-dynamic__wrap th {
  color: #ffffff;
  font-weight: 600;
  background: #B3D2EE;
}
.service-table-dynamic__wrap td p {
  margin: 0 0 0.75rem;
}
.service-table-dynamic__wrap td p:last-child {
  margin-bottom: 0;
}

.service-content-table-dynamic--no-heading .service-table-dynamic__head {
  display: none;
}

@media (max-width: 991px) {
  .service-table-dynamic {
    min-height: 260px;
    padding: 2rem;
  }
  .service-table-dynamic__wrap th,
  .service-table-dynamic__wrap td {
    padding: 0.9rem;
    font-size: 0.95rem;
  }
}
section.service-content-before-after {
  width: 1540px;
  margin: 0 auto;
  padding-top: var(--list-pt, 0);
  padding-bottom: var(--list-pb, 0);
  padding-left: var(--list-pl, 0);
  padding-right: var(--list-pr, 0);
}
@media (max-width: 1600px) {
  section.service-content-before-after {
    width: 90%;
  }
}
section.service-content-before-after .service-content-before-after__container {
  width: 100%;
}
section.service-content-before-after .service-before-after {
  margin-bottom: 20px;
  display: block;
  background: radial-gradient(circle at 90% 0%, rgba(179, 210, 238, 0.35), transparent 45%), radial-gradient(circle at 0% 100%, rgba(179, 210, 238, 0.18), transparent 50%), linear-gradient(180deg, #f9fbfd 0%, #f2f6f9 100%);
  padding: 3rem;
  min-height: 320px;
  border-radius: 0;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0 18px 50px rgba(21, 42, 53, 0.08);
}
section.service-content-before-after .service-before-after__head {
  margin-bottom: 2rem;
}
section.service-content-before-after .service-before-after__title {
  margin: 0 0 1.25rem;
  text-align: center;
  color: #B3D2EE;
  font-size: clamp(2rem, 3vw, 3.5rem);
  line-height: 1.05;
  font-weight: 500;
}
section.service-content-before-after .service-before-after__description {
  text-align: center;
}
section.service-content-before-after .service-before-after__description p,
section.service-content-before-after .service-before-after__description li {
  color: #2b2b2b;
  font-size: 1.125rem;
  line-height: 1.7;
}
section.service-content-before-after .service-before-after__description p {
  margin: 0 0 1rem;
}
section.service-content-before-after .service-before-after__description p:last-child {
  margin-bottom: 0;
}
section.service-content-before-after .service-before-after__description ul,
section.service-content-before-after .service-before-after__description ol {
  padding-left: 1.2rem;
  margin: 1rem 0 0;
}
section.service-content-before-after .cases-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 20px;
}
section.service-content-before-after .cases-grid.single {
  grid-template-columns: 0.5fr;
  justify-content: center;
}
@media (max-width: 768px) {
  section.service-content-before-after .cases-grid.single {
    grid-template-columns: 1fr;
  }
}
section.service-content-before-after .one-case h4 {
  margin: 1rem 0 0;
  color: #2b2b2b;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 500;
}
section.service-content-before-after .cases {
  position: relative;
}
section.service-content-before-after .cases .before,
section.service-content-before-after .cases .after {
  margin: 0;
  position: absolute;
  bottom: 14px;
  z-index: 6;
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  background: rgba(43, 43, 43, 0.55);
  padding: 0.45rem 0.65rem;
}
section.service-content-before-after .cases .before {
  left: 14px;
}
section.service-content-before-after .cases .after {
  right: 14px;
}
section.service-content-before-after .before-after-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  background: #f7f8f5;
}
section.service-content-before-after .before-after-slider__base,
section.service-content-before-after .before-after-slider__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section.service-content-before-after .before-after-slider__reveal {
  position: absolute;
  inset: 0;
  z-index: 2;
  clip-path: inset(0 50% 0 0);
  overflow: hidden;
}
section.service-content-before-after .before-after-slider__range {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
  z-index: 5;
}
section.service-content-before-after .before-after-slider__handle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: #fff;
  z-index: 4;
  pointer-events: none;
}
section.service-content-before-after .before-after-slider__handle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #B3D2EE;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}
section.service-content-before-after .before-after-slider__handle::after {
  content: "‹ ›";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-45%, -45%);
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 4px;
  white-space: nowrap;
  z-index: 2;
}
@media (max-width: 991px) {
  section.service-content-before-after .service-before-after {
    min-height: 260px;
    padding: 2rem;
  }
  section.service-content-before-after .cases-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  section.service-content-before-after .one-case h4 {
    font-size: 1.1rem;
  }
  section.service-content-before-after .before-after-slider {
    aspect-ratio: 4/3;
  }
}

section.service-content-grid {
  width: 1540px;
  margin: 0 auto;
  padding-top: var(--list-pt, 0);
  padding-bottom: var(--list-pb, 0);
  padding-left: var(--list-pl, 0);
  padding-right: var(--list-pr, 0);
}
@media (max-width: 1600px) {
  section.service-content-grid {
    width: 90%;
  }
}
section.service-content-grid .service-content-grid__heading {
  margin: 0 0 1.25rem;
}
section.service-content-grid .service-content-grid__heading h2 {
  margin: 0 0 1.25rem;
  color: #B3D2EE;
  font-size: clamp(2rem, 3vw, 3.5rem);
  line-height: 1.05;
  font-weight: 500;
}
section.service-content-grid .service-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
section.service-content-grid .service-cards-grid.single {
  grid-template-columns: repeat(auto-fit, minmax(300px, 755px));
}
section.service-content-grid .service-card-item {
  background: radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.35), transparent 50%), #97b3cc;
  padding: 2.5rem;
  border: 1px solid #e6ecef;
  display: flex;
  flex-direction: column;
  box-shadow: 0 18px 50px rgba(21, 42, 53, 0.08);
}
section.service-content-grid .service-card-item__title {
  margin: 0 0 1rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
}
section.service-content-grid .service-card-item__description {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #ffffff;
}
section.service-content-grid .service-card-item__button {
  margin-top: 1.5rem;
  display: inline-block;
  color: #B3D2EE;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #B3D2EE;
  width: max-content;
}
section.service-content-grid .service-card-item__button:hover {
  opacity: 0.7;
}
section.service-content-grid .service-card-item__thumbnail {
  margin-top: 1.5rem;
  display: block;
}
section.service-content-grid .service-card-item__thumbnail img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  section.service-content-grid .service-cards-grid {
    grid-template-columns: 1fr;
  }
}

main[data-page=skaitmeninessypsenosdizainas] section.service-content-grid .service-cards-grid,
main[data-page=periodontija] section.service-content-grid .service-cards-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
main[data-page=skaitmeninessypsenosdizainas] section.service-content-grid .service-cards-grid .service-card-item,
main[data-page=periodontija] section.service-content-grid .service-cards-grid .service-card-item {
  width: calc(33.333% - 20px);
}
@media (max-width: 992px) {
  main[data-page=skaitmeninessypsenosdizainas] section.service-content-grid .service-cards-grid .service-card-item,
  main[data-page=periodontija] section.service-content-grid .service-cards-grid .service-card-item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 576px) {
  main[data-page=skaitmeninessypsenosdizainas] section.service-content-grid .service-cards-grid .service-card-item,
  main[data-page=periodontija] section.service-content-grid .service-cards-grid .service-card-item {
    width: 100%;
  }
}

main[data-page="3d-tomografija"] .service-cards-grid {
  grid-template-columns: repeat(3, minmax(300px, 1fr));
}

section.service-content-consequences {
  width: 1540px;
  margin: 0 auto;
  padding-top: var(--list-pt, 0);
  padding-bottom: var(--list-pb, 4rem);
  padding-left: var(--list-pl, 0);
  padding-right: var(--list-pr, 0);
}
@media (max-width: 1600px) {
  section.service-content-consequences {
    width: 90%;
  }
}
section.service-content-consequences .service-content-consequences__container {
  width: 100%;
}
section.service-content-consequences .service-consequences {
  background: #ffffff;
  border: 1px solid #eef3f5;
  box-shadow: 0 18px 50px rgba(21, 42, 53, 0.08);
  overflow: hidden;
}
section.service-content-consequences .consequences-hero {
  padding: 42px 42px 28px;
  background: radial-gradient(circle at 80% 20%, rgba(179, 210, 238, 0.28), transparent 45%), linear-gradient(180deg, #ffffff 0%, #f4f8fb 100%);
  border-bottom: 1px solid #edf3f5;
}
section.service-content-consequences .consequences-hero h2 {
  margin: 0 0 16px;
  color: #B3D2EE;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.02;
  font-weight: 600;
  max-width: 820px;
}
section.service-content-consequences .consequences-eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(179, 210, 238, 0.22);
  color: #5f8db4;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
section.service-content-consequences .consequences-intro {
  max-width: 780px;
}
section.service-content-consequences .consequences-intro p {
  margin: 0 0 1rem;
  color: #5f6b73;
  font-size: 1.08rem;
  line-height: 1.75;
}
section.service-content-consequences .consequences-intro p:last-child {
  margin-bottom: 0;
}
section.service-content-consequences .consequences-sections {
  padding: 14px;
  display: grid;
  gap: 16px;
}
section.service-content-consequences .consequences-section {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  padding: 26px 28px;
  background: linear-gradient(180deg, #ffffff 0%, #fcfefe 100%);
}
section.service-content-consequences .consequences-section__title {
  position: relative;
  margin: 0;
  padding-left: 18px;
  color: #5f8db4;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
}
section.service-content-consequences .consequences-section__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 6px;
  border-radius: 999px;
  background: linear-gradient(180deg, #7fb2de 0%, #b3d2ee 100%);
}
section.service-content-consequences .consequences-items {
  display: grid;
  gap: 14px;
}
section.service-content-consequences .consequences-item {
  padding: 16px 18px;
  background: #f8fbfc;
  border: 1px solid #e9f1f4;
  border-radius: 14px;
}
section.service-content-consequences .consequences-item h4 {
  margin: 0 0 8px;
  color: #234c67;
  font-size: 1.02rem;
  line-height: 1.35;
  font-weight: 700;
}
section.service-content-consequences .consequences-item p {
  margin: 0;
  color: #2b2b2b;
  font-size: 1rem;
  line-height: 1.7;
}
@media (max-width: 900px) {
  section.service-content-consequences .consequences-hero {
    padding: 30px 24px 22px;
  }
  section.service-content-consequences .consequences-sections {
    padding: 10px;
  }
  section.service-content-consequences .consequences-section {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 18px;
  }
}
@media (max-width: 640px) {
  section.service-content-consequences .consequences-item {
    padding: 14px;
  }
  section.service-content-consequences .consequences-intro p {
    font-size: 1rem;
  }
}

.service-terms {
  width: 1540px;
  margin: 0 auto;
  padding-top: var(--list-pt, 0);
  padding-bottom: var(--list-pb, 0);
  padding-left: var(--list-pl, 0);
  padding-right: var(--list-pr, 0);
}
@media (max-width: 1600px) {
  .service-terms {
    width: 90%;
  }
}
.service-terms__heading {
  text-align: center;
}
.service-terms__heading h2 {
  margin: 0 0 16px;
  color: #B3D2EE;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.02;
  font-weight: 600;
}
.service-terms__heading p {
  max-width: 600px;
  margin: 0 auto 2rem;
}
.service-terms .voc-finance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(320px, 1fr));
  gap: 20px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .service-terms .voc-finance-grid {
    grid-template-columns: 1fr;
  }
}
.service-terms .voc-finance-grid.single {
  grid-template-columns: 1fr;
  max-width: 100%;
}
.service-terms .voc-finance-card {
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: linear-gradient(135deg, #5b6f86 0%, #394d60 100%);
}
.service-terms .voc-finance-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}
.service-terms .voc-finance-card--gf {
  background: linear-gradient(135deg, #E5233B 0%, #9B2D86 60%, #5C2D82 100%);
}
.service-terms .voc-finance-card--tlk {
  background: linear-gradient(135deg, #1A7A4B 0%, #2A9D5E 50%, #1A7A4B 100%);
}
.service-terms .voc-finance-card__icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.service-terms .voc-finance-card__icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.service-terms .voc-finance-card__icon img.rounded {
  border-radius: 999px;
}
.service-terms .voc-finance-card__icon img.square {
  border-radius: 0;
}
.service-terms .voc-finance-card__logo-text {
  font-size: 1rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.service-terms .voc-finance-card__logo {
  height: 28px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.service-terms .voc-finance-card__logo img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
.service-terms .voc-finance-card h3 {
  color: #ffffff;
  font-size: clamp(2rem, 3vw, 3.5rem);
  font-weight: 700;
  margin: 0 0 8px;
  line-height: 1.3;
}
.service-terms .voc-finance-card__description p {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 2vw, 1.5rem);
  line-height: 1.5;
  margin: 0 0 20px;
}
.service-terms .voc-finance-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  padding: 14px 4rem;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid #ffffff;
  cursor: pointer;
  transition: background 0.2s ease, box-shadow 0.2s ease;
  width: fit-content;
}
@media (max-width: 815px) {
  .service-terms .voc-finance-card__btn {
    justify-content: center;
    width: 100%;
    padding: 14px 0;
  }
}
.service-terms .voc-finance-card__btn:hover {
  background: rgba(255, 255, 255, 0.35);
  color: #ffffff;
  text-decoration: none;
}
.service-terms .voc-finance-card--gf .voc-finance-card__btn:hover {
  box-shadow: 0 4px 15px rgba(229, 35, 59, 0.3);
}
.service-terms .voc-finance-card--tlk .voc-finance-card__btn:hover {
  box-shadow: 0 4px 15px rgba(26, 122, 75, 0.3);
}
.service-terms .voc-finance-card__deco {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.service-terms .voc-finance-card__deco--lg {
  right: -30px;
  bottom: -30px;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.07);
}
.service-terms .voc-finance-card__deco--sm {
  right: 70px;
  bottom: 90px;
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.05);
}
.service-terms .voc-finance-card__deco--top {
  left: -20px;
  top: -20px;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.04);
}
@media (max-width: 680px) {
  .service-terms .voc-finance-card {
    min-height: 220px;
    padding: 24px 20px;
  }
}
.service-terms .voc-finance-card.single {
  padding: 0;
  min-height: unset;
}
.service-terms .voc-finance-card.single:hover {
  transform: none;
}
.service-terms .voc-finance-card.single .voc-finance-single__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  padding: 2rem 2.5rem;
}
@media (max-width: 955px) {
  .service-terms .voc-finance-card.single .voc-finance-single__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem;
  }
}
.service-terms .voc-finance-card.single .voc-finance-single__left {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  min-width: 0;
  flex: 1;
}
@media (max-width: 955px) {
  .service-terms .voc-finance-card.single .voc-finance-single__left {
    width: 100%;
    align-items: flex-start;
  }
}
@media (max-width: 460px) {
  .service-terms .voc-finance-card.single .voc-finance-single__left {
    flex-direction: column;
    gap: 1rem;
  }
}
.service-terms .voc-finance-card.single .voc-finance-single__icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-terms .voc-finance-card.single .voc-finance-single__icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.service-terms .voc-finance-card.single .voc-finance-single__icon img.rounded {
  border-radius: 999px;
}
.service-terms .voc-finance-card.single .voc-finance-single__icon img.square {
  border-radius: 0;
}
.service-terms .voc-finance-card.single .voc-finance-single__content {
  min-width: 0;
}
.service-terms .voc-finance-card.single .voc-finance-single__logo {
  margin-bottom: 6px;
}
.service-terms .voc-finance-card.single .voc-finance-single__logo img {
  height: 26px;
  width: auto;
  object-fit: contain;
}
.service-terms .voc-finance-card.single .voc-finance-single__logo-text {
  font-size: 1rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.service-terms .voc-finance-card.single h3 {
  color: #fff;
  font-size: clamp(2rem, 3vw, 3.5rem);
  line-height: 1.1;
  margin: 0 0 0.5rem;
  font-weight: 700;
}
.service-terms .voc-finance-card.single .voc-finance-single__description p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1rem, 2vw, 1.5rem);
  line-height: 1.5;
}
.service-terms .voc-finance-card.single .voc-finance-single__right {
  flex-shrink: 0;
}
@media (max-width: 955px) {
  .service-terms .voc-finance-card.single .voc-finance-single__right {
    width: 100%;
  }
}
.service-terms .voc-finance-card.single .voc-finance-single__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 14px 4rem;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #fff;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: 0.2s ease;
  min-width: 240px;
}
@media (max-width: 955px) {
  .service-terms .voc-finance-card.single .voc-finance-single__btn {
    justify-content: center;
    width: 100%;
    padding: 14px 0;
  }
}
.service-terms .voc-finance-card.single .voc-finance-single__btn:hover {
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.24);
}
.service-terms .voc-finance-card.single .voc-finance-single__deco {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.service-terms .voc-finance-card.single .voc-finance-single__deco--lg {
  right: -20px;
  top: -20px;
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.06);
}
.service-terms .voc-finance-card.single .voc-finance-single__deco--sm {
  right: 80px;
  top: 10px;
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.05);
}
.service-terms .voc-finance-card.single .voc-finance-single__deco--top {
  right: 30px;
  bottom: -35px;
  width: 110px;
  height: 110px;
  background: rgba(255, 255, 255, 0.05);
  left: auto;
}

.cta-banner {
  display: none;
  grid-template-columns: 0.8fr 1.5fr;
  min-height: 430px;
  overflow: hidden;
  padding-top: var(--list-pt, 0);
  padding-bottom: var(--list-pb, 0);
  padding-left: var(--list-pl, 0);
  padding-right: var(--list-pr, 0);
}
@media (max-width: 991px) {
  .cta-banner {
    grid-template-columns: 1fr;
  }
}
.cta-banner .cta-left {
  background: #b8c7de;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.5rem 3rem;
}
@media (max-width: 991px) {
  .cta-banner .cta-left {
    padding: 3rem 1.5rem;
    order: 2;
  }
}
.cta-banner .cta-left .cta-content {
  width: 100%;
}
.cta-banner .cta-left h2 {
  color: #fff;
  font-size: 58px;
  line-height: 1.02;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 3rem;
}
@media (max-width: 1200px) {
  .cta-banner .cta-left h2 {
    font-size: 46px;
  }
}
@media (max-width: 991px) {
  .cta-banner .cta-left h2 {
    font-size: 38px;
    margin-bottom: 2rem;
  }
}
@media (max-width: 480px) {
  .cta-banner .cta-left h2 {
    font-size: 32px;
  }
}
.cta-banner .cta-left .cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.cta-banner .cta-left .cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
  padding: 0 1.5rem;
  text-align: center;
}
.cta-banner .cta-left .cta-btn.primary {
  background: #3f5368;
  color: #fff;
}
.cta-banner .cta-left .cta-btn.primary:hover {
  opacity: 0.9;
}
.cta-banner .cta-left .cta-btn.secondary {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}
.cta-banner .cta-left .cta-btn.secondary:hover {
  background: rgba(255, 255, 255, 0.08);
}
.cta-banner .cta-right {
  position: relative;
  min-height: 430px;
}
@media (max-width: 991px) {
  .cta-banner .cta-right {
    max-height: 350px;
    min-height: 350px;
  }
}
.cta-banner .cta-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

section.error-page {
  margin-top: 0;
  padding-top: 4rem;
}
section.error-page h1 {
  color: #1E1E1E;
}

section.single-service-hero {
  height: 724px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
section.single-service-hero .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(172, 152, 136, 0.5) 0%, rgba(255, 255, 255, 0) 70%);
}
section.single-service-hero .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -40%);
  text-align: center;
  width: 70%;
}
@media (max-width: 1284px) {
  section.single-service-hero .text {
    width: 90%;
  }
}
section.single-service-hero .text p {
  width: 70%;
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  margin: 0 auto;
  padding-top: 1rem;
}
@media (max-width: 1284px) {
  section.single-service-hero .text p {
    width: 90%;
  }
}
section.single-service-hero .text p a {
  color: #fff;
  text-decoration: underline;
}
section.single-service-hero .buttons {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: center;
  margin-top: 3rem;
}
@media (max-width: 707px) {
  section.single-service-hero .buttons {
    flex-direction: column;
  }
}
section.single-service-hero .buttons a.reg {
  color: #fff;
  background-color: #394D60;
  border-radius: 100px;
  padding: 14px 5rem;
  font-size: 20px;
  font-weight: 500;
  display: block;
  width: fit-content;
  transition: 0.5s;
}
section.single-service-hero .buttons a.reg:hover {
  background-color: #fff;
  color: #15171A;
  transition: 0.5s;
}
@media (max-width: 707px) {
  section.single-service-hero .buttons a.reg {
    color: #fff;
    background-color: #394D60;
    border-radius: 100px;
    padding: 14px 1rem;
    font-size: 20px;
    font-weight: 500;
    display: block;
    width: fit-content;
    transition: 0.5s;
    width: 100%;
    text-align: center;
  }
  section.single-service-hero .buttons a.reg:hover {
    background-color: #fff;
    color: #15171A;
    transition: 0.5s;
  }
}
section.single-service-hero .buttons a.contact {
  color: #fff;
  background-color: #b3d2ee;
  border-radius: 100px;
  padding: 14px 4rem;
  font-size: 20px;
  font-weight: 500;
  display: block;
  width: fit-content;
  transition: 0.5s;
}
section.single-service-hero .buttons a.contact:hover {
  background-color: #fff;
  color: #15171A;
  transition: 0.5s;
}
@media (max-width: 707px) {
  section.single-service-hero .buttons a.contact {
    color: #fff;
    background-color: #b3d2ee;
    border-radius: 100px;
    padding: 14px 1rem;
    font-size: 20px;
    font-weight: 500;
    display: block;
    width: fit-content;
    transition: 0.5s;
    width: 100%;
    text-align: center;
  }
  section.single-service-hero .buttons a.contact:hover {
    background-color: #fff;
    color: #15171A;
    transition: 0.5s;
  }
}
section.single-service-hero .buttons a.contact.mobile {
  display: none;
}
@media (max-width: 520px) {
  section.single-service-hero .buttons a.contact.mobile {
    display: block;
  }
}
@media (max-width: 520px) {
  section.single-service-hero .buttons a.contact.desktop {
    display: none;
  }
}

section.service-content {
  width: 1020px;
  margin: 4rem auto 0 auto;
  padding-bottom: 4rem;
  transition: opacity 950ms ease-in, transform 1200ms ease-in;
  opacity: 0;
  transform: scale(0.2);
}
section.service-content.appear {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1200px) {
  section.service-content {
    width: 85%;
  }
}
section.service-content p {
  color: #515151 !important;
  font-weight: 300 !important;
  padding-bottom: 1rem;
}
section.service-content ul, section.service-content ol {
  padding-left: 20px;
}
section.service-content ul li, section.service-content ol li {
  padding-bottom: 0.5rem;
}
section.service-content ul li:last-child, section.service-content ol li:last-child {
  padding-bottom: 1rem;
}
section.service-content img {
  width: 100%;
  height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
section.service-content img.alignright {
  float: right;
  width: 40%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1rem;
}
@media (max-width: 820px) {
  section.service-content img.alignright {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 0;
    float: unset;
  }
}
section.service-content img.alignnone {
  width: fit-content;
  padding-top: 0;
  padding-bottom: 0;
}
section.service-content img.form-image {
  padding-top: 0;
  padding-bottom: 0;
}
section.service-content a.btn {
  color: #fff;
  background-color: #394D60;
  border-radius: 100px;
  padding: 14px 2rem;
  font-size: 18px;
  font-weight: 500;
  display: block;
  width: fit-content;
  transition: 0.5s;
}
section.service-content a.btn:hover {
  background-color: #fff;
  color: #15171A;
  transition: 0.5s;
}
section.service-content a.btn:hover {
  cursor: pointer;
}
section.service-content a.tp-btn-default {
  color: #fff;
  background-color: #394D60;
  border-radius: 100px;
  padding: 14px 2rem;
  font-size: 18px;
  font-weight: 500;
  display: block;
  width: fit-content;
  transition: 0.5s;
}
section.service-content a.tp-btn-default:hover {
  background-color: #fff;
  color: #15171A;
  transition: 0.5s;
}
section.service-content .tp-grey-box {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
@media (max-width: 620px) {
  section.service-content .tp-grey-box {
    flex-direction: column;
  }
  section.service-content .tp-grey-box a {
    width: 100%;
    text-align: center;
  }
}
section.service-content iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
section.service-content form p {
  color: #fff !important;
}

section.service-faq {
  background-color: #edf0f5;
  padding-top: 4rem;
  padding-bottom: 6rem;
}
@media (max-width: 1224px) {
  section.service-faq {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
section.service-faq .container {
  width: 1540px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 6rem;
}
@media (max-width: 1600px) {
  section.service-faq .container {
    width: 90%;
  }
}
@media (max-width: 1224px) {
  section.service-faq .container {
    grid-template-columns: 1fr;
  }
}
section.service-faq .container .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1224px) {
  section.service-faq .container .image {
    display: none;
  }
}
section.service-faq .container .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
section.service-faq .container .faq {
  padding-top: 3rem;
}
section.service-faq .container .faq h3 {
  padding-bottom: 2rem;
}
section.service-faq .container .faq p {
  padding-bottom: 2rem;
}
section.service-faq .container .faq p strong {
  font-size: 25px;
  font-weight: 400;
  color: #1e1e1e;
  padding-bottom: 1rem;
  display: block;
}
section.service-faq .container .faq p br {
  display: none;
}

.textwidget {
  width: 1540px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  padding: 0 0 4rem 0;
}
@media (max-width: 1600px) {
  .textwidget {
    width: 90%;
  }
}
.textwidget img {
  width: 85px;
}

section.prices .prices-top {
  background-color: #edf0f5;
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 768px) {
  section.prices .prices-top {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
section.prices .prices-top .methods {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  padding-top: 2rem;
  flex-wrap: wrap;
  width: 60%;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  section.prices .prices-top .methods {
    width: 90%;
  }
}
section.prices .prices-top .methods p {
  background-color: #ffffff;
  color: #B3D2EE;
  padding: 10px 1.5rem;
  border-radius: 50px;
  font-size: 25px;
  font-weight: 400;
}
section.prices .prices-top .methods p a {
  color: #B3D2EE;
}
section.prices .prices-top .methods p.have-link {
  color: #fff;
  background-color: #B3D2EE;
}
section.prices .prices-top .methods p.have-link a {
  color: #fff;
}
section.prices .prices-container {
  margin-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 768px) {
  section.prices .prices-container {
    margin-top: 2rem;
    padding-bottom: 2rem;
  }
}
section.prices .services-prices-blocks-wrapper {
  width: 1280px;
  border-top: 1px solid #B3D2EE;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  section.prices .services-prices-blocks-wrapper {
    width: 90%;
  }
}
section.prices .services-prices-blocks-wrapper:last-child {
  border-bottom: 1px solid #B3D2EE;
}
section.prices .services-prices-blocks-wrapper .service-prices-block.is-active .services-title-plus-wrapper {
  border-bottom: 1px solid #F7F6F7;
}
section.prices .services-prices-blocks-wrapper .service-prices-block.is-active .services-title-plus-wrapper p {
  color: #CAC7C0;
}
section.prices .services-prices-blocks-wrapper .service-prices-block.is-active .services-title-plus-wrapper .arrow {
  transform: rotate(180deg);
}
section.prices .services-prices-blocks-wrapper .service-prices-block.is-active .service-prices-wrapper {
  display: block;
}
section.prices .services-prices-blocks-wrapper .service-prices-block .services-title-plus-wrapper {
  display: grid;
  grid-template-columns: 1fr max-content;
  gap: 10px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  color: #151616;
  padding-bottom: 1em;
  padding-top: 1em;
}
section.prices .services-prices-blocks-wrapper .service-prices-block .services-title-plus-wrapper p {
  padding-bottom: 0;
  font-size: 25px;
  color: #1e1e1e;
  font-weight: 400;
}
@media (max-width: 768px) {
  section.prices .services-prices-blocks-wrapper .service-prices-block .services-title-plus-wrapper p {
    font-size: 18px;
  }
}
section.prices .services-prices-blocks-wrapper .service-prices-block .services-title-plus-wrapper .price-circle {
  position: relative;
  margin-right: 2rem;
}
section.prices .services-prices-blocks-wrapper .service-prices-block .services-title-plus-wrapper .price-circle .arrow {
  transition: 0.3s all ease-in;
}
section.prices .services-prices-blocks-wrapper .service-prices-block .services-title-plus-wrapper .price-circle .arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 480px) {
  section.prices .services-prices-blocks-wrapper .service-prices-block .services-title-plus-wrapper {
    display: grid;
    grid-template-columns: auto 30px;
    gap: 1em;
    justify-content: space-between;
  }
}
section.prices .services-prices-blocks-wrapper .service-prices-block .service-prices-wrapper {
  display: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
section.prices .services-prices-blocks-wrapper .service-prices-block .service-prices-wrapper table {
  width: 96%;
  margin: 0 auto;
}
section.prices .services-prices-blocks-wrapper .service-prices-block .service-prices-wrapper .tablepress th {
  background-color: #CAC7C0;
  color: #fff;
}

section.offers {
  position: relative;
  padding-bottom: 4rem;
  width: 1540px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
@media (max-width: 1600px) {
  section.offers {
    width: 90%;
  }
}
section.offers .one-offer {
  display: grid;
  grid-template-columns: auto 572px;
  gap: 1rem;
  height: fit-content;
}
@media (max-width: 1490px) {
  section.offers .one-offer {
    grid-template-columns: 1.5fr 1fr;
  }
}
@media (max-width: 1089px) {
  section.offers .one-offer {
    height: fit-content;
  }
}
@media (max-width: 832px) {
  section.offers .one-offer {
    grid-template-columns: 1fr;
    grid-template-areas: "image" "text";
  }
}
section.offers .one-offer .text {
  background-color: #B3D2EE;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.3rem;
  justify-content: center;
}
@media (max-width: 832px) {
  section.offers .one-offer .text {
    grid-area: text;
  }
}
@media (max-width: 480px) {
  section.offers .one-offer .text {
    padding: 2rem;
  }
}
section.offers .one-offer .text h3 {
  padding-bottom: 1.5rem;
  width: 60%;
}
@media (max-width: 480px) {
  section.offers .one-offer .text h3 {
    width: 100%;
  }
}
section.offers .one-offer .text p {
  padding-bottom: 10px;
  width: 80%;
}
@media (max-width: 480px) {
  section.offers .one-offer .text p {
    width: 100%;
  }
}
section.offers .one-offer .text ul {
  padding-left: 20px;
}
section.offers .one-offer .text .buttons {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-top: 2rem;
}
@media (max-width: 480px) {
  section.offers .one-offer .text .buttons {
    flex-direction: column;
  }
}
section.offers .one-offer .text .buttons a.reg-offer {
  color: #fff;
  background-color: #394D60;
  border-radius: 100px;
  padding: 14px 5rem;
  font-size: 20px;
  font-weight: 500;
  display: block;
  width: fit-content;
  transition: 0.5s;
}
section.offers .one-offer .text .buttons a.reg-offer:hover {
  background-color: #fff;
  color: #15171A;
  transition: 0.5s;
}
@media (max-width: 1292px) {
  section.offers .one-offer .text .buttons a.reg-offer {
    color: #fff;
    background-color: #394D60;
    border-radius: 100px;
    padding: 14px 1rem;
    font-size: 20px;
    font-weight: 500;
    display: block;
    width: fit-content;
    transition: 0.5s;
  }
  section.offers .one-offer .text .buttons a.reg-offer:hover {
    background-color: #fff;
    color: #15171A;
    transition: 0.5s;
  }
}
@media (max-width: 480px) {
  section.offers .one-offer .text .buttons a.reg-offer {
    width: 100%;
    text-align: center;
  }
}
section.offers .one-offer .text .buttons a.reg-offer:hover {
  cursor: pointer;
}
section.offers .one-offer .text .buttons a.contact {
  color: #fff;
  background-color: #B3D2EE;
  border-radius: 100px;
  padding: 14px 4rem;
  font-size: 20px;
  font-weight: 500;
  display: block;
  width: fit-content;
  transition: 0.5s;
  border: 2px solid #fff;
}
section.offers .one-offer .text .buttons a.contact:hover {
  background-color: #fff;
  color: #15171A;
  transition: 0.5s;
}
@media (max-width: 1292px) {
  section.offers .one-offer .text .buttons a.contact {
    color: #fff;
    background-color: #B3D2EE;
    border-radius: 100px;
    padding: 14px 1rem;
    font-size: 20px;
    font-weight: 500;
    display: block;
    width: fit-content;
    transition: 0.5s;
  }
  section.offers .one-offer .text .buttons a.contact:hover {
    background-color: #fff;
    color: #15171A;
    transition: 0.5s;
  }
}
@media (max-width: 480px) {
  section.offers .one-offer .text .buttons a.contact {
    width: 100%;
    text-align: center;
  }
}
section.offers .one-offer .image {
  width: 100%;
  height: 100%;
}
@media (max-width: 832px) {
  section.offers .one-offer .image {
    grid-area: image;
  }
}
section.offers .one-offer .image img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

section.posts {
  position: relative;
}
section.posts .posts-wrapper {
  width: 1540px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
  row-gap: 3rem;
}
@media (max-width: 1600px) {
  section.posts .posts-wrapper {
    width: 90%;
  }
}
@media (max-width: 820px) {
  section.posts .posts-wrapper {
    grid-template-columns: 1fr;
  }
}
section.posts .posts-wrapper .one-post {
  height: 100%;
  position: relative;
}
section.posts .posts-wrapper .one-post a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
section.posts .posts-wrapper .one-post img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
section.posts .posts-wrapper .one-post .post-info {
  padding: 4rem 1rem;
  color: #fff;
  background-color: #B3D2EE;
  height: 100%;
  position: relative;
}
section.posts .posts-wrapper .one-post .post-info .more {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 2rem;
  align-items: center;
}
section.posts .posts-wrapper .one-post .post-info .more .line {
  width: 0;
  height: 1px;
  background-color: #fff;
  margin-left: 2rem;
  margin-right: 2rem;
  transition: 0.5s;
}
section.posts .posts-wrapper .one-post .post-info .more p {
  font-family: Coolvetica, sans-serif;
  font-weight: 100;
  font-size: 25px;
  color: #fff;
  margin-right: 2rem;
  transition: 0.2s;
  opacity: 0;
}
section.posts .posts-wrapper .one-post .post-info .top-line {
  width: 0;
  height: 1px;
  margin-right: 2rem;
  position: absolute;
  background-color: #fff;
  top: 2rem;
  right: 0;
  transition: 0.5s;
}
section.posts .posts-wrapper .one-post .post-info:hover .more .line {
  width: 100%;
  transition: 0.5s;
}
section.posts .posts-wrapper .one-post .post-info:hover .more p {
  animation: 0.8s ease 0s normal forwards 1 fadein;
}
section.posts .posts-wrapper .one-post .post-info:hover .top-line {
  width: calc(100% - 4rem);
  transition: 0.5s;
}
section.posts .posts-wrapper .one-post .post-info h3 {
  padding-bottom: 2rem;
}
section.posts .pagination {
  width: 1540px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 1600px) {
  section.posts .pagination {
    width: 90%;
  }
}
section.posts .pagination .page-numbers {
  color: #B3D2EE;
  font-size: 25px;
}
section.posts .pagination .page-numbers.current {
  color: #1e1e1e;
}

section.single-post {
  width: 1540px;
  margin: 0 auto;
  margin-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 1600px) {
  section.single-post {
    width: 90%;
  }
}
section.single-post p {
  display: block;
  padding-bottom: 1rem;
}
section.single-post p strong {
  font-size: 25px;
  font-weight: 400;
  color: #1e1e1e;
  padding-top: 2rem;
  display: block;
}
section.single-post ul {
  padding-left: 20px;
}
section.single-post ul li {
  padding-bottom: 10px;
}

section.contacts {
  min-height: 871px;
  position: relative;
  background-color: rgb(247, 246, 247);
}
@media (max-width: 1024px) {
  section.contacts {
    min-height: fit-content;
  }
}
section.contacts .container {
  width: 1540px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 871px;
  justify-content: center;
  gap: 2rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1600px) {
  section.contacts .container {
    width: 90%;
  }
}
@media (max-width: 1024px) {
  section.contacts .container {
    min-height: fit-content;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}
section.contacts .container div {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
  width: fit-content;
}
section.contacts .container div svg {
  margin-top: 7px;
}
section.contacts .container div div {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 5px;
}
section.contacts .container h4 {
  font-size: 25px;
  font-weight: 200;
  line-height: 30px;
  color: #394D60;
}
section.contacts .container a, section.contacts .container p {
  font-size: 25px;
  font-weight: 400;
  color: #394D60;
}
section.contacts .map {
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to right, rgb(247, 246, 247) 10%, rgba(247, 246, 247, 0) 70%);
}
@media (max-width: 1024px) {
  section.contacts .map {
    position: relative;
  }
}
section.contacts .map a {
  z-index: 99;
}
section.contacts .map img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
section.contacts .map img.clinic {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 250px;
  height: auto;
}
@media (max-width: 720px) {
  section.contacts .map img.clinic {
    width: 150px;
  }
}

section.single-doctor .doctor-hero {
  position: relative;
  background-color: #B3D2EE;
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
  height: 720px;
}
section.single-doctor .doctor-hero .title {
  width: 1540px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 1rem;
}
@media (max-width: 1600px) {
  section.single-doctor .doctor-hero .title {
    width: 90%;
  }
}
section.single-doctor .doctor-hero .title h1 {
  font-size: 65px;
}
section.single-doctor .doctor-hero .title p {
  font-size: 25px;
  color: #fff;
}
section.single-doctor .doctor-hero .title .buttons {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-top: 2rem;
}
@media (max-width: 480px) {
  section.single-doctor .doctor-hero .title .buttons {
    flex-direction: column;
  }
}
section.single-doctor .doctor-hero .title .buttons a.reg {
  color: #fff;
  background-color: #394D60;
  border-radius: 100px;
  padding: 14px 5rem;
  font-size: 20px;
  font-weight: 500;
  display: block;
  width: fit-content;
  transition: 0.5s;
}
section.single-doctor .doctor-hero .title .buttons a.reg:hover {
  background-color: #fff;
  color: #15171A;
  transition: 0.5s;
}
@media (max-width: 664px) {
  section.single-doctor .doctor-hero .title .buttons a.reg {
    color: #fff;
    background-color: #394D60;
    border-radius: 100px;
    padding: 14px 1.5rem;
    font-size: 20px;
    font-weight: 500;
    display: block;
    width: fit-content;
    transition: 0.5s;
  }
  section.single-doctor .doctor-hero .title .buttons a.reg:hover {
    background-color: #fff;
    color: #15171A;
    transition: 0.5s;
  }
}
@media (max-width: 480px) {
  section.single-doctor .doctor-hero .title .buttons a.reg {
    width: 100%;
    text-align: center;
  }
}
section.single-doctor .doctor-hero .title .buttons a.contact {
  color: #fff;
  background-color: transparent;
  border-radius: 100px;
  padding: 14px 4rem;
  font-size: 20px;
  font-weight: 500;
  display: block;
  width: fit-content;
  transition: 0.5s;
  border: 1px solid #fff;
}
section.single-doctor .doctor-hero .title .buttons a.contact:hover {
  background-color: #fff;
  color: #15171A;
  transition: 0.5s;
}
@media (max-width: 664px) {
  section.single-doctor .doctor-hero .title .buttons a.contact {
    color: #fff;
    background-color: transparent;
    border-radius: 100px;
    padding: 14px 1rem;
    font-size: 20px;
    font-weight: 500;
    display: block;
    width: fit-content;
    transition: 0.5s;
  }
  section.single-doctor .doctor-hero .title .buttons a.contact:hover {
    background-color: #fff;
    color: #15171A;
    transition: 0.5s;
  }
}
@media (max-width: 480px) {
  section.single-doctor .doctor-hero .title .buttons a.contact {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1440px) {
  section.single-doctor .doctor-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.28);
    z-index: 1;
  }
  section.single-doctor .doctor-hero .title {
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 768px) {
  section.single-doctor .doctor-hero {
    background-position: 90% 100%;
  }
}
@media (max-width: 480px) {
  section.single-doctor .doctor-hero {
    background-position: 85% 100%;
  }
}
section.single-doctor .doctor-content {
  background-color: #f7f2ec;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
section.single-doctor .doctor-content .content {
  width: 1540px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  section.single-doctor .doctor-content .content {
    width: 90%;
  }
}
section.single-doctor .doctor-content .content h3 {
  display: block;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
section.single-doctor .doctor-content .content h3:first-child {
  margin-top: 0;
  color: #B3D2EE;
}
section.single-doctor .doctor-content .content ul {
  padding-left: 20px;
}

section.search {
  width: 1540px;
  margin: 0 auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 1600px) {
  section.search {
    width: 90%;
  }
}
section.search h1 {
  color: #1e1e1e;
}
section.search a {
  color: #515151;
}
