body {
  margin: 0;
  padding: 0;
  font-family: "DM Sans", sans-serif;
  color: #333;
}

ul {
  list-style: none;
  padding: 0;
}

a {
  text-decoration: none;
  color: #104A52;
  transition: 0.4s;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Arimo", sans-serif;
  color: #3E891F;
}

h4 {
  font-size: 22px;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
}

.flex__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.flex__wrap.sb {
  justify-content: space-between;
}

section {
  padding: 80px 0;
}
@media screen and (max-width: 800px) {
  section {
    padding: 64px 0;
  }
}
@media screen and (max-width: 640px) {
  section {
    padding: 48px 0;
  }
}

.button {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #104A52;
  font-family: "Lato", sans-serif;
}
.button::before {
  content: "";
  position: absolute;
  bottom: -4px;
  height: 1px;
  background: #104A52;
  width: 100%;
  right: 0;
  transition: width ease 0.25s;
}
.button::after {
  content: "";
  position: absolute;
  bottom: -4px;
  height: 1px;
  background: #104A52;
  width: 0%;
  left: 0;
  transition: width ease 0.25s;
}
.button:hover::before {
  width: 0;
}
.button:hover::after {
  width: 100%;
  transition-delay: 0.4s;
}

.uk-overlay-default {
  background: rgba(14, 35, 26, 0.8);
}

.uk-breadcrumb > :last-child > a:not([href]), .uk-breadcrumb > :last-child > span {
  color: #fff;
}

.uk-breadcrumb > * > * {
  font-size: 16px;
  color: #dcdcdc;
}

.uk-lightbox {
  background: rgba(0, 0, 0, 0.8705882353);
}

.head {
  text-align: center;
}
.head .subtitle {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.head .title {
  font-size: 48px;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .head .title {
    font-size: 40px;
  }
}

.page__intro p {
  margin-bottom: 16px;
}
.page__intro p:last-of-type {
  margin-bottom: 0;
}

header {
  background-color: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1882352941);
}
header .uk-navbar {
  padding: 2px 0;
}
header .cropped {
  display: none;
  transition: 0.4s ease;
}

.careway-header-mobile .uk-navbar-container {
  background-color: transparent;
}
.careway-header-mobile .uk-navbar-container .uk-navbar-right {
  gap: 24px;
}
@media screen and (max-width: 410px) {
  .careway-header-mobile .uk-navbar-container .uk-navbar {
    flex-wrap: wrap;
  }
  .careway-header-mobile .uk-navbar-container .uk-navbar-left {
    justify-content: center;
    width: 100%;
  }
  .careway-header-mobile .uk-navbar-container .uk-navbar-right {
    justify-content: space-between;
    width: 100%;
  }
  .careway-header-mobile .uk-navbar-container .uk-navbar-right .uk-navbar-item {
    min-height: 64px;
  }
}
.careway-header-mobile .uk-offcanvas-bar .uk-navbar-dropdown {
  background-color: transparent;
  margin: 10px 0 24px;
}
.careway-header-mobile .uk-offcanvas-bar .uk-navbar-dropdown-nav > li > a {
  color: #bbb;
}

.home__slider {
  position: relative;
}
.home__slider .home__slidertext {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 800px;
  max-width: calc(100% - 32px);
  z-index: 1;
  color: #fff;
}
.home__slider .home__slidertext h1 {
  font-size: 88px;
  font-weight: 700;
  line-height: 1.24;
  color: #fff;
  margin-bottom: 48px;
}
.home__slider .home__slidertext p {
  font-size: 20px;
  font-weight: 300;
}
.home__slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 800px) {
  .home__slider .home__slidertext h1 {
    font-size: 72px;
  }
}
@media screen and (max-width: 640px) {
  .home__slider .home__slidertext h1 {
    font-size: 64px;
  }
}
@media screen and (max-width: 400px) {
  .home__slider .home__slidertext h1 {
    font-size: 44px;
  }
  .home__slider .home__slidertext p {
    font-size: 16px;
  }
}

.homeSwiper {
  height: calc(100vh - 84px);
}
@media screen and (max-width: 480px) {
  .homeSwiper {
    height: calc(100vh - 148px);
  }
}
.homeSwiper .swiper-wrapper::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4666666667);
}
.homeSwiper .swiper-button-next {
  right: 50px;
  width: 80px;
  height: 80px;
  color: rgba(51, 51, 51, 0.3803921569);
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  display: flex;
  top: auto;
  bottom: 50px;
  left: auto;
}
.homeSwiper .swiper-button-next::after {
  content: none;
}
.homeSwiper .swiper-button-next i {
  font-size: 18px;
  transition: all 0.4s;
}
.homeSwiper .swiper-button-next:hover {
  background-color: transparent;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .homeSwiper .swiper-button-next {
    display: none;
  }
}
.homeSwiper .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .homeSwiper .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  right: 150px;
  left: auto;
  top: auto;
  bottom: 80px;
}
@media screen and (max-width: 480px) {
  .homeSwiper .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .homeSwiper .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    right: 50%;
    transform: translateX(-50%);
    bottom: 40px;
  }
}
.homeSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transition: background-color 0.1s, color 0.1s;
}
.homeSwiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(1);
  opacity: 1;
}
.homeSwiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-next {
  transform: scale(0.88);
}
.homeSwiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-next-next {
  transform: scale(0.66);
}
.homeSwiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.66);
  opacity: 0.8;
  background-color: #ffffff;
}

.callback {
  background: #104A52;
  padding: 48px 0 32px;
}
.callback .callback__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .callback .callback__wrap {
    display: block;
  }
  .callback .callback__wrap form {
    margin-top: 24px;
  }
  .callback .callback__wrap .search__input {
    width: calc(100% - 64px);
  }
}
.callback label {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  margin-right: 25px;
}
.callback form {
  display: flex;
  gap: 16px;
}
.callback .search__input {
  width: 480px;
  position: relative;
}
.callback .search__input input {
  width: 100%;
  height: auto;
  padding-left: 8px;
  padding-bottom: 4px;
  border: 0;
  border-bottom: 1px solid #bbb;
  background-color: transparent;
  color: #bbb;
  font-size: 14px;
  margin-bottom: 0;
}
.callback .search__input input::-moz-placeholder {
  color: #bbb;
}
.callback .search__input input::placeholder {
  color: #bbb;
}
.callback .search__input input::-webkit-outer-spin-button, .callback .search__input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
<<<<<<< HEAD

.callback .search__input input:focus-visible {
  outline: 0px;
}

=======
>>>>>>> c23ddefdc49ecdbaa906bfa441043b28d3405422
.callback .search__input button {
  width: 54px;
  height: 54px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  right: -56px;
  bottom: -8px;
  background: #3E891F;
  border: 1px solid #3E891F;
  cursor: pointer;
  transition: 0.4s;
}
.callback .search__input button span {
  width: 25px;
  color: #fff;
  transition: 0.4s;
  transform: rotate(0) scale(1);
}
.callback .search__input button:hover {
  background-color: #519f31;
}
.callback .search__input button:hover span {
  transform: rotate(-40deg) scale(1.4);
}
@media screen and (max-width: 800px) {
  .callback {
    display: block;
  }
}

.servicetab__wrap li a {
  padding: 25px;
  color: #1a4474;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  font-size: 16px;
}
.servicetab__wrap li:first-child a {
  padding-left: 0;
}
.servicetab__wrap li.uk-active a, .servicetab__wrap li:hover a {
  color: #3E891F;
}
.servicetab__wrap li.uk-active a::before, .servicetab__wrap li:hover a::before {
  width: 64px;
}
.servicetab__wrap li a::before {
  position: absolute;
  width: 0;
  height: 3px;
  background: #3E891F;
  content: "";
  bottom: -10px;
  overflow: hidden;
  transition: 0.5s;
  z-index: 2;
}
@media screen and (max-width: 700px) {
  .servicetab__wrap li {
    margin: 12px 16px;
  }
  .servicetab__wrap li a {
    padding: 0;
  }
}
@media screen and (max-width: 660px) {
  .servicetab__wrap li a::before {
    content: none;
  }
}

.tab__content {
  overflow: hidden;
  width: 100%;
  margin: 70px 0;
}
.tab__content .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -4px;
  margin-bottom: -4px;
}
.tab__content .content .m_card {
  width: calc(25% - 1px);
  border-right: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  text-align: center;
  padding: 40px 10px;
  cursor: pointer;
}
.tab__content .content .m_card:last-child {
  border-right: 0;
}
.tab__content .content .m_card img {
  width: 58px;
}
.tab__content .content .m_card h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 16px;
  color: #104A52;
}
@media screen and (max-width: 700px) {
  .tab__content .content .m_card {
    width: calc(33% - 20px);
  }
}
@media screen and (max-width: 500px) {
  .tab__content {
    margin: 48px 0;
  }
  .tab__content .content .m_card {
    width: calc(50% - 21px);
  }
}

.content-grid {
  display: grid;
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}
.content-grid #grid__text1 {
  grid-column-start: 1;
  grid-column-end: 6;
  grid-row-start: 1;
  grid-row-end: 2;
  align-self: center;
}
.content-grid .grid__text {
  display: flex;
  justify-content: space-between;
  padding-top: 8em;
  padding-bottom: 15em;
  flex-direction: column;
  grid-row-gap: 5em;
}
.content-grid #grid__image1 {
  grid-column-start: 8;
  grid-column-end: 13;
  grid-row-end: 2;
  grid-row-start: 1;
}
.content-grid .grid__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-grid .gridstart__text {
  max-width: 8.4em;
  font-size: 70px;
  line-height: 1.2;
  font-weight: 400;
  color: #104A52;
}
.content-grid .opacity-70 {
  opacity: 0.7;
}
.content-grid #grid__image2 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-end: 3;
  grid-row-start: 2;
}
.content-grid #grid__text2 {
  grid-column-start: 7;
  grid-column-end: 12;
  grid-row-start: 2;
  grid-row-end: 3;
  justify-self: center;
  padding-bottom: 4em;
}
.content-grid #grid__text2.grid__text {
  width: 100%;
  max-width: 33em;
  grid-row-gap: 1em;
  justify-content: center;
}
.content-grid #grid__text2.grid__text h4 {
  color: #104A52;
  font-weight: 500;
}
.content-grid #grid__text2.grid__text p {
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .content-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .content-grid #grid__text1, .content-grid #grid__image1, .content-grid #grid__image2, .content-grid #grid__text2 {
    grid-column-start: 1;
    grid-column-end: 7;
  }
  .content-grid #grid__text1 img, .content-grid #grid__image1 img, .content-grid #grid__image2 img, .content-grid #grid__text2 img {
    height: 100%;
  }
  .content-grid .grid__text {
    grid-row-gap: 24px;
    padding-top: 32px;
  }
  .content-grid #grid__image1 {
    grid-row-start: 1;
    grid-row-end: 2;
    height: 520px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content-grid #grid__text1 {
    grid-row-start: 3;
    grid-row-end: 4;
    padding-bottom: 56px;
  }
  .content-grid #grid__image2 {
    grid-row-start: 5;
    grid-row-end: 6;
    height: 520px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content-grid #grid__text2 {
    grid-row-start: 7;
    grid-row-end: 8;
  }
  .content-grid .gridstart__text {
    max-width: 100%;
    font-size: 48px;
  }
}
@media screen and (max-width: 400px) {
  .content-grid #grid__image1 {
    height: 400px;
  }
  .content-grid #grid__image2 {
    grid-row-start: 5;
    grid-row-end: 6;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content-grid .gridstart__text {
    font-size: 32px;
  }
}

.gallery__grid {
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}
.gallery__grid .galleryimage__wrap .uk-position-cover {
  opacity: 0;
  visibility: hidden;
  transform: scale3d(0.4, 0.4, 0.4);
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: 0.4s ease-out;
}
.gallery__grid .galleryimage__wrap .uk-position-cover svg {
  width: 32px;
  height: 32px;
  color: #fff;
}
.gallery__grid .galleryimage__wrap:hover .uk-position-cover {
  opacity: 1;
  visibility: visible;
  transform: scale3d(1.6, 1.6, 1.6);
}
.gallery__grid img {
  height: 25em;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 800px) {
  .gallery__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .gallery__grid img {
    height: 18em;
  }
}
@media screen and (max-width: 600px) {
  .gallery__grid {
    grid-template-columns: 1fr 1fr;
  }
  .gallery__grid img {
    height: 240px;
  }
}
@media screen and (max-width: 400px) {
  .gallery__grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 560px) {
  .blogs {
    padding-bottom: 72px;
  }
}

.swiper-button-next.dentalblog {
  top: 48px;
  right: 0;
  width: 80px;
  height: 80px;
  color: #333;
  background-color: transparent;
  border: 1px solid #333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  display: flex;
}
.swiper-button-next.dentalblog i {
  font-size: 18px;
  transition: all 0.4s;
}
.swiper-button-next.dentalblog::after {
  display: none;
}
.swiper-button-next.dentalblog:hover {
  color: #104A52;
  background-color: #f4f9f9;
  border-color: #104A52;
}
@media screen and (max-width: 560px) {
  .swiper-button-next.dentalblog {
    width: 64px;
    height: 64px;
    bottom: 0px;
    top: auto;
  }
}

.swiper-button-prev.dentalblog {
  top: 48px;
  right: 120px;
  left: auto;
  width: 80px;
  height: 80px;
  color: #333;
  background-color: transparent;
  border: 1px solid #333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  display: flex;
}
.swiper-button-prev.dentalblog i {
  font-size: 18px;
  transition: all 0.4s;
}
.swiper-button-prev.dentalblog::after {
  display: none;
}
.swiper-button-prev.dentalblog:hover {
  color: #104A52;
  background-color: #f4f9f9;
  border-color: #104A52;
}
@media screen and (max-width: 560px) {
  .swiper-button-prev.dentalblog {
    width: 64px;
    height: 64px;
    bottom: 0px;
    top: auto;
  }
}

footer {
  background-color: #d2e2e4;
  padding: 80px 0 48px;
  color: #104951;
  margin-top: 310px;
}
footer form {
  padding: 64px 40px;
  box-shadow: rgba(16, 74, 82, 0.2117647059) 0px 8px 24px;
  background-color: #fff;
  margin-top: -310px;
}
footer form h2 {
  text-transform: none;
}
footer form input, footer form select, footer form textarea {
  width: 96%;
  font-size: 14px;
  height: 56px;
  margin-bottom: 24px;
  padding: 8px 0px;
  border-width: 1px;
  border-color: transparent transparent rgba(16, 74, 82, 0.2117647059);
  font-family: inherit;
}
footer form input::-moz-placeholder, footer form select::-moz-placeholder, footer form textarea::-moz-placeholder {
  color: #333333;
}
footer form input::placeholder, footer form select::placeholder, footer form textarea::placeholder {
  color: #333333;
}
footer form input:focus-visible, footer form select:focus-visible, footer form textarea:focus-visible {
  border-bottom-color: #104A52;
  outline: 0;
}
footer form input:focus-visible::-moz-placeholder, footer form select:focus-visible::-moz-placeholder, footer form textarea:focus-visible::-moz-placeholder {
  color: transparent !important;
}
footer form input:focus-visible::placeholder, footer form select:focus-visible::placeholder, footer form textarea:focus-visible::placeholder {
  color: transparent !important;
}
footer form input::-webkit-outer-spin-button, footer form input::-webkit-inner-spin-button, footer form select::-webkit-outer-spin-button, footer form select::-webkit-inner-spin-button, footer form textarea::-webkit-outer-spin-button, footer form textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
footer form select {
  height: 73.6px;
}
footer form textarea {
  height: 40px;
  padding-top: 24px;
}
footer form button {
  border: 0;
  background-color: transparent;
  margin-top: 32px;
}
footer .footer__wrap {
  margin-top: 104px;
}
footer .col {
  margin-bottom: 16px;
}
footer .col .uk-flex {
  gap: 24px;
}
footer .col .uk-flex span {
  border: 1px solid #10402c;
  border-radius: 50px;
  padding: 8px;
}
footer .col li {
  margin-bottom: 16px;
}
footer .col li:last-of-type {
  margin-bottom: 24px;
}
footer .col a {
  color: #104951;
}
footer .col a:hover {
  color: #fff;
}
footer .col img {
  width: 200px;
}
@media screen and (max-width: 480px) {
  footer .col .uk-flex {
    justify-content: center;
  }
  footer .col li {
    text-align: center;
  }
}
footer .footer__bottom span {
  font-size: 14px;
}

.blog__wrap {
  margin-bottom: 36px;
}
.blog__wrap .blog {
  height: 360px;
  overflow: hidden;
}
.blog__wrap .blog img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog__wrap .blog .uk-overlay {
  top: 70%;
  padding: 26px;
  transition: 0.6s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.6392156863);
}
.blog__wrap .blog .uk-overlay h5 {
  height: 56px;
  font-size: 20px;
  overflow: hidden;
}
.blog__wrap .blog .uk-overlay p {
  display: -webkit-box;
  max-width: 100%;
  height: 136px;
  line-height: 1.7;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog__wrap .blog:hover .uk-overlay {
  top: 0%;
  height: 308px;
}

.post {
  margin-bottom: 48px;
}
.post:last-child {
  margin-bottom: 0;
}
.post img, .post iframe {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post .about__post {
  padding: 24px 20px;
  background-color: rgba(235, 245, 246, 0.4470588235);
  transition: 0.4s;
}
.post .about__post h5 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0;
}
.post .about__post p {
  display: -webkit-box;
  max-width: 100%;
  height: 80px;
  line-height: 1.7;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 16px 0;
}
.post .about__post:hover {
  box-shadow: 0 0 8px rgba(16, 74, 82, 0.5294117647);
}

.blog__page {
  margin: 120px 0;
  color: #666;
}
.blog__page .blog__title {
  background-color: #104a52;
  margin-bottom: 56px;
}
.blog__page .blog__title h4 {
  color: #fff;
  padding: 18px;
  text-align: center;
}
.blog__page img {
  width: 100%;
  max-height: 480px;
  margin-bottom: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog__page .date {
  display: flex;
  align-items: flex-end;
  margin-bottom: 16px;
}
.blog__page .date .uk-icon {
  margin-right: 10px;
}
.blog__page p {
  margin-bottom: 16px;
}

.faq__nav {
  margin: 64px 0;
  gap: 24px;
}
.faq__nav li {
  padding: 14px 30px;
  border: 1px solid #104A52;
  border-radius: 16px;
  cursor: pointer;
}
.faq__nav li.uk-active, .faq__nav li:hover {
  background-color: #f4f9f9;
}

.faqs {
  margin: 80px 0;
  padding-top: 40px;
}
.faqs a {
  color: #104A52;
}
.faqs li {
  border-bottom: 1px solid #104A52;
}
.faqs li .uk-accordion-title {
  padding: 24px 0;
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
}
.faqs li .uk-accordion-content {
  padding-bottom: 20px;
}
.faqs li p {
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 16px;
}

.about {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about > * {
  width: 50%;
}
.about img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .counter__section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about .counter__section .about__desc {
  margin: 120px 80px auto 160px;
}
.about .counter__section .counter__wrap {
  background-color: #104a52;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 40px;
  text-align: center;
  margin-bottom: 0;
}
.about .counter__section .counter__wrap span {
  font-size: 80px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .about .counter__section .about__desc {
    margin: 0px 40px auto 40px;
  }
}
@media screen and (max-width: 820px) {
  .about img {
    height: 720px;
  }
}
@media screen and (max-width: 560px) {
  .about > * {
    width: 100%;
  }
  .about img {
    height: 480px;
  }
  .about .counter__section .counter__wrap {
    padding: 24px;
  }
  .about .counter__section .counter__wrap span {
    font-size: 48px;
  }
  .about .counter__section .counter__wrap p {
    font-size: 15px;
    font-weight: 300;
  }
}
@media screen and (max-width: 420px) {
  .about .counter__section .counter__wrap {
    justify-content: center;
    gap: 16px;
  }
}

.contactform {
  padding: 80px 0 120px;
}

.maps .hours {
  left: 120px;
  width: 446px;
  top: 50%;
  transform: translateY(-50%);
}
.maps .contacthours__wrap {
  background-color: #104A52;
  border-radius: 10px;
  flex-direction: column;
  padding: 32px;
  display: flex;
}
.maps .working-hours-title {
  flex-direction: column;
  margin-bottom: 24px;
  display: flex;
}
.maps .working-hours-title h2 {
  color: #f6f3ee;
}
.maps .working-hours-title p {
  color: #fff;
  line-height: 1.2em;
}
.maps .working-hours-block {
  flex-direction: column;
  display: flex;
}
.maps .working-hours-block .working-hours-item {
  border-bottom: 1px solid rgba(175, 175, 175, 0.5019607843);
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}
.maps .working-hours-block .working-hours-item:last-child {
  border-bottom: 0;
}
.maps .working-hours-block .working-hours-item h5, .maps .working-hours-block .working-hours-item h6 {
  margin: 12px 0 14px;
  font-size: 20px;
  line-height: 1.2em;
  color: #f6f3ee;
}
.maps .working-hours-block .working-hours-item h6 {
  font-size: 18px;
  color: #f6f3ee;
  font-family: "Lato", sans-serif;
}
.maps iframe {
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 820px) {
  .maps .hours {
    left: 40px;
    width: auto;
  }
}
@media screen and (max-width: 560px) {
  .maps .hours {
    left: 40px;
    width: calc(100% - 40px);
  }
  .maps .working-hours-block .working-hours-item h5, .maps .maps .working-hours-block .working-hours-item h6 {
    margin: 8px 0 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .maps {
    margin-bottom: 440px;
  }
  .maps .hours {
    left: -10px;
    top: 72%;
    transform: translateY(0);
    bottom: 0;
  }
  .maps iframe {
    height: 480px;
  }
}

.contact .contactinfo__wrap {
  align-items: flex-start;
}
.contact .contactinfo__wrap i {
  font-size: 32px;
  color: #104A52;
  margin-right: 24px;
}
.contact .contactinfo__wrap .contactinfo {
  flex-direction: column;
  align-items: flex-start;
}
.contact .contactinfo__wrap .contactinfo h4 {
  text-transform: uppercase;
  color: #104A52;
  font-size: 20px;
  margin-bottom: 2px;
}
.contact .contactinfo__wrap .contactinfo a {
  margin-right: 10px;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
  color: #333;
  display: inline-block;
  transition: 0.4s;
}
.contact .contactinfo__wrap .contactinfo a:hover {
  color: #3E891F;
}
@media screen and (max-width: 560px) {
  .contact .uk-grid {
    justify-content: space-around;
  }
  .contact .contactinfo__wrap {
    margin-right: 8px;
    margin-bottom: 16px;
    padding-left: 0;
  }
  .contact .contactinfo__wrap i {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .contact .contactinfo__wrap .contactinfo {
    align-items: center;
  }
  .contact .contactinfo__wrap .contactinfo h4 {
    font-size: 18px;
  }
  .contact .contactinfo__wrap .contactinfo a {
    text-align: center;
  }
}/*# sourceMappingURL=dental.css.map */