.container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 0;
}

.row > * {
  flex-shrink: 0;
  margin-top: 0;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
}

.col {
  flex: 1 0 0%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

@media (min-width: 768px) {
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 0;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .slick-dots {
    position: relative;
    bottom: auto;
    margin: 50px 0 0;
    padding: 0;
  }
}
.slick-dots li {
  display: block;
}
.slick-dots li.slick-active button {
  background-color: #fff;
}
.slick-dots li button {
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 50%;
  text-indent: -9999em;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

@font-face {
  font-family: "gotham_black";
  src: url("/wp-content/themes/365dentalcare//fonts/gotham-black-webfont.woff2") format("woff2"), url("/wp-content/themes/365dentalcare//fonts/gotham-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gotham_book";
  src: url("/wp-content/themes/365dentalcare//fonts/gotham-book-webfont.woff2") format("woff2"), url("/wp-content/themes/365dentalcare//fonts/gotham-book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  font-family: "gotham_book", sans-serif;
  font-style: normal;
  font-size: 16px;
}

body {
  min-height: 100vh;
  background-color: #0f4485;
  background-image: url("/wp-content/themes/365dentalcare//img/bg-blue.jpg");
  background-size: cover;
  background-position: top right;
}
body.home {
  background-color: #ffffff;
  background-image: url("/wp-content/themes/365dentalcare//img/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body:not(.home) {
  color: #ffffff;
}
body:not(.home) main {
  padding: 40px 0 100px 0;
}
body:not(.home) header .header__logo {
  display: block;
}
body:not(.home) header .container {
  align-items: flex-start;
}
body:not(.home) header .menu-trigger:not(.active) {
  background-image: url("/wp-content/themes/365dentalcare//img/icon-menu-white.svg");
}
body.admin-bar header {
  top: 32px;
}
@media (max-width: 767.98px) {
  body.admin-bar header {
    top: 46px;
  }
}

main {
  overflow-x: hidden;
}

a {
  transition: all 0.5s ease-in-out;
}

p,
input,
select,
textarea {
  font-family: "gotham_book", sans-serif;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-family: "gotham_black", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
  margin: 0;
  padding: 0;
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 2em;
}

p {
  font-size: 16px;
  line-height: 1.3;
}

.header-spacing {
  height: 100px;
  display: block;
}

.btn {
  background-color: transparent;
  padding: 5px 15px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 10px;
  text-decoration: none;
  min-width: 150px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.btn:hover {
  color: #be1522;
  background-color: #ffffff;
}

header {
  width: 100%;
  left: 0;
  padding: 25px 0;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  min-height: 90px;
}
@media (max-width: 767.98px) {
  header {
    padding: 25px 0;
  }
}
header.active {
  background-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767.98px) {
  header.active {
    background-color: transparent;
  }
}
header .header__logo {
  display: none;
}
@media (max-width: 767.98px) {
  header .header__logo {
    display: block;
    z-index: 1;
    position: relative;
  }
}
header .header__logo img {
  width: 90px;
  height: auto;
}
header .container {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  header .container {
    align-items: flex-start;
  }
}
header .header-right {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}
header nav {
  display: none;
}
header nav.active {
  display: block;
}
@media (max-width: 767.98px) {
  header nav.active {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    height: 280px;
    z-index: 9;
  }
}
@media (max-width: 1199.98px) {
  header nav .menu-menu-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
header nav ul:not(.sub-menu) {
  gap: 25px;
  align-items: center;
}
@media (max-width: 767.98px) {
  header nav ul:not(.sub-menu) {
    flex-direction: column;
    width: 100%;
    gap: 15px;
  }
}
header nav li {
  font-family: "gotham_black", sans-serif;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  header nav li {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
  }
}
header nav li.red a {
  color: #be1522;
}
header nav li.red a:hover {
  color: #094586;
}
header nav li.menu-item-has-children {
  background-image: url("/wp-content/themes/365dentalcare//img/icon-menu-arrow.png");
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: right top 12px;
  padding-right: 20px;
}
@media (max-width: 1549.98px) {
  header nav li.menu-item-has-children {
    background-position: right top 9px;
  }
}
@media (max-width: 1299.98px) {
  header nav li.menu-item-has-children {
    background-position: right top 8px;
  }
}
@media (max-width: 1199.98px) {
  header nav li.menu-item-has-children {
    background-image: none;
    padding-right: 0;
  }
}
header nav a {
  color: #094586;
}
header nav a:hover {
  color: #be1522;
}
header .menu-trigger {
  width: 40px;
  height: 40px;
  background-image: url("/wp-content/themes/365dentalcare//img/icon-menu.svg");
  background-size: 100% 100%;
  margin-left: 50px;
  z-index: 10;
}
header .menu-trigger.active {
  background-image: url("/wp-content/themes/365dentalcare//img/icon-menu-close.png");
  width: 30px;
  height: 30px;
}
header .main-navigation ul li > ul {
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.8);
  margin-top: -17px;
  width: 200px;
}
@media (max-width: 1199.98px) {
  header .main-navigation ul li > ul {
    display: flex;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin: 15px 0 0;
    box-shadow: none;
    float: none;
    gap: 15px;
  }
}
header .main-navigation ul li > ul li {
  padding: 10px 20px;
  line-height: 1.3;
  font-size: 22px;
  margin-bottom: 0;
  padding-bottom: 10px;
}
@media (max-width: 1549.98px) {
  header .main-navigation ul li > ul li {
    font-size: 18px;
  }
}
@media (max-width: 1299.98px) {
  header .main-navigation ul li > ul li {
    font-size: 15px;
  }
}
@media (max-width: 1199.98px) {
  header .main-navigation ul li > ul li {
    padding: 0;
    line-height: 1.5;
    font-size: 28px;
    margin-bottom: 0;
  }
}

section.error-404 {
  text-align: center;
}

@media (max-width: 1199.98px) {
  .hide-on-mobile {
    display: none !important;
  }
}

.overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay.active {
  display: block;
}

.overlay-popup {
  display: none;
  z-index: 101;
  background-color: #ffffff;
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  top: 100px;
  padding: 10px;
  text-align: center;
}
.overlay-popup.active {
  display: block;
}
.overlay-popup h2 {
  text-transform: none;
}
.overlay-popup .overlay-content {
  margin-top: 30px;
}
.overlay-popup .overlay-close {
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/themes/365dentalcare//img/icon-cross.png");
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  background-color: #ffffff;
  padding: 15px;
  background-size: 18px 18px;
  background-position: center;
  background-repeat: no-repeat;
}

.home-section {
  display: flex;
  align-items: flex-start;
  gap: 120px;
}
@media (max-width: 991.98px) {
  .home-section {
    gap: 60px;
  }
}
.home-section .home-section__logo {
  display: flex;
  width: 35%;
}
@media (max-width: 767.98px) {
  .home-section .home-section__logo {
    display: none;
  }
}
.home-section .home-section__logo img {
  transition: all 0.3s ease-in-out;
}
.home-section .home-section__logo img:hover {
  transform: scale(0.8);
}
@media (max-width: 991.98px) {
  .home-section .home-section__logo img:hover {
    transform: none;
  }
}
.home-section .home-section__blocks {
  width: 65%;
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin: 0 0 65px;
}
@media (max-width: 767.98px) {
  .home-section .home-section__blocks {
    width: 100%;
  }
}
.home-section .home-section__blocks .home-section__red {
  background-image: url("/wp-content/themes/365dentalcare//img/red-bg-block.png");
}
.home-section .home-section__blocks .home-section__red a.btn:hover {
  color: #be1522;
}
.home-section .home-section__blocks .home-section__red a.btn:hover span {
  background-image: url("/wp-content/themes/365dentalcare//img/cennik-red.svg");
}
.home-section .home-section__blocks .home-section__blue {
  background-image: url("/wp-content/themes/365dentalcare//img/blue-bg-block.png");
}
.home-section .home-section__blocks .home-section__blue a.btn:hover {
  color: #094586;
}
.home-section .home-section__blocks .home-section__blue a.btn:hover span {
  background-image: url("/wp-content/themes/365dentalcare//img/cennik-blue.svg");
}
.home-section .home-section__blocks a {
  color: #ffffff;
}
.home-section .home-section__blocks a.btn span {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  background-image: url("/wp-content/themes/365dentalcare//img/cennik.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  transition: all 0.3s ease-in-out;
}
.home-section .home-section__blocks ul {
  margin: 0;
  padding: 0;
}
.home-section .home-section__blocks ul li {
  display: block;
}
.home-section .home-section__blocks .home-section__white {
  background-color: rgba(255, 255, 255, 0.8);
}
.home-section .home-section__blocks .home-section__white h2 {
  color: #094586;
}
.home-section .home-section__blocks .home-section__white ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin: 20px 0 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .home-section .home-section__blocks .home-section__white ul {
    gap: 10px;
  }
}
.home-section .home-section__blocks .home-section__white ul li {
  display: block;
}
.home-section .home-section__blocks .home-section__white ul img {
  width: 100px;
  height: auto;
}
.home-section .home-section__blocks .home-section__red,
.home-section .home-section__blocks .home-section__blue,
.home-section .home-section__blocks .home-section__white {
  background-size: cover;
  border-radius: 15px;
  padding: 35px;
  color: #ffffff;
}
.home-section .home-section__blocks .home-section__red .home-section--hours,
.home-section .home-section__blocks .home-section__blue .home-section--hours,
.home-section .home-section__blocks .home-section__white .home-section--hours {
  justify-content: space-between;
  display: flex;
  margin: 20px 0;
}
@media (max-width: 767.98px) {
  .home-section .home-section__blocks .home-section__red .home-section--hours,
  .home-section .home-section__blocks .home-section__blue .home-section--hours,
  .home-section .home-section__blocks .home-section__white .home-section--hours {
    flex-direction: column;
  }
}
.home-section .home-section__blocks .home-section__red .home-section--contact,
.home-section .home-section__blocks .home-section__blue .home-section--contact,
.home-section .home-section__blocks .home-section__white .home-section--contact {
  margin: 0 0 20px;
}
.home-section .home-section__blocks .home-section__red .home-section--contact li,
.home-section .home-section__blocks .home-section__blue .home-section--contact li,
.home-section .home-section__blocks .home-section__white .home-section--contact li {
  font-size: 12px;
  background-size: 18px 18px;
  padding-left: 25px;
  background-position: top left;
  background-repeat: no-repeat;
  margin: 0 0 8px;
}
.home-section .home-section__blocks .home-section__red .home-section--contact li a,
.home-section .home-section__blocks .home-section__blue .home-section--contact li a,
.home-section .home-section__blocks .home-section__white .home-section--contact li a {
  display: block;
  text-decoration: none;
}
.home-section .home-section__blocks .home-section__red .home-section--contact li.phone,
.home-section .home-section__blocks .home-section__blue .home-section--contact li.phone,
.home-section .home-section__blocks .home-section__white .home-section--contact li.phone {
  background-image: url("/wp-content/themes/365dentalcare//img/phone.svg");
}
.home-section .home-section__blocks .home-section__red .home-section--contact li.address,
.home-section .home-section__blocks .home-section__blue .home-section--contact li.address,
.home-section .home-section__blocks .home-section__white .home-section--contact li.address {
  background-image: url("/wp-content/themes/365dentalcare//img/location.svg");
}

footer {
  background-color: #ffffff;
  padding: 20px 0;
}
footer p {
  margin: 0;
  padding: 0;
  color: #094586;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  footer p {
    width: 100%;
    order: 1;
    text-align: center;
  }
}
footer ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
@media (max-width: 767.98px) {
  footer ul {
    order: 2;
    text-align: center;
    width: 100%;
  }
}
footer ul li {
  display: block;
  font-size: 14px;
}
footer ul a {
  color: #094586;
}
footer ul a:hover {
  color: #be1522;
}
footer .footer--sm {
  display: flex;
  align-items: center;
  margin: 0 0 0 5px;
}
@media (max-width: 767.98px) {
  footer .footer--sm {
    margin: 5px 0 0;
    justify-content: center;
  }
}
footer .footer--sm li {
  display: block;
}
footer .footer--sm a {
  display: flex;
}
footer .footer--sm img {
  height: 25px;
  width: auto;
}
footer .container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
@media (max-width: 767.98px) {
  footer .container {
    flex-wrap: wrap;
  }
}
footer .container div {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  footer .container div {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    order: 3;
    width: 100%;
  }
}

.nas-tim-slider-wrapper {
  position: relative;
  padding: 50px 70px 0;
}
@media (max-width: 575.98px) {
  .nas-tim-slider-wrapper {
    padding: 50px 40px 0;
  }
}
.nas-tim-slider-wrapper .nas-tim-slider-arrow-right,
.nas-tim-slider-wrapper .nas-tim-slider-arrow-left {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.nas-tim-slider-wrapper .nas-tim-slider-arrow-left {
  background-image: url("/wp-content/themes/365dentalcare//img/arrow-left.svg");
  left: 0;
}
.nas-tim-slider-wrapper .nas-tim-slider-arrow-right {
  background-image: url("/wp-content/themes/365dentalcare//img/arrow-right.svg");
  right: 0;
}

.nas-tim-slider {
  width: calc(100% + 50px);
}
.nas-tim-slider .slick-slide {
  margin-right: 50px;
}
.nas-tim-slider .nas-tim-slider__item {
  text-align: center;
}
.nas-tim-slider .nas-tim-slider__item img {
  width: 100%;
  height: auto;
  border-radius: 100%;
  margin: 0 0 20px;
}
.nas-tim-slider .nas-tim-slider__item h3 {
  margin: 0 0 5px;
}
.nas-tim-slider .nas-tim-slider__item h4 {
  font-family: "gotham_book", sans-serif;
}
.nas-tim-slider .nas-tim-slider__item p {
  padding: 10px 0 0;
  margin: 0;
}

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